Class: Google::Iam::V3beta::DeletePolicyBindingRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/iam/v3beta/policy_bindings_service.rb

Overview

Request message for DeletePolicyBinding method.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. The etag of the policy binding. If this is provided, it must match the server's etag.

Returns:

  • (::String)

    Optional. The etag of the policy binding. If this is provided, it must match the server's etag.



110
111
112
113
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 110

class DeletePolicyBindingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the policy binding to delete.

Format:

  • projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id}
  • projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id}
  • folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id}
  • organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}.

Returns:

  • (::String)

    Required. The name of the policy binding to delete.

    Format:

    • projects/{project_id}/locations/{location}/policyBindings/{policy_binding_id}
    • projects/{project_number}/locations/{location}/policyBindings/{policy_binding_id}
    • folders/{folder_id}/locations/{location}/policyBindings/{policy_binding_id}
    • organizations/{organization_id}/locations/{location}/policyBindings/{policy_binding_id}


110
111
112
113
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 110

class DeletePolicyBindingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns Optional. If set, validate the request and preview the deletion, but do not actually post it.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the deletion, but do not actually post it.



110
111
112
113
# File 'proto_docs/google/iam/v3beta/policy_bindings_service.rb', line 110

class DeletePolicyBindingRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end