Class: Google::Iam::V3beta::DeletePrincipalAccessBoundaryPolicyRequest

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

Overview

Request message for DeletePrincipalAccessBoundaryPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

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

Returns:

  • (::String)

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



102
103
104
105
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 102

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

#force::Boolean

Returns Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.

Returns:

  • (::Boolean)

    Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.



102
103
104
105
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 102

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

#name::String

Returns Required. The name of the principal access boundary policy to delete.

Format: organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}.

Returns:

  • (::String)

    Required. The name of the principal access boundary policy to delete.

    Format: organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}



102
103
104
105
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 102

class DeletePrincipalAccessBoundaryPolicyRequest
  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.



102
103
104
105
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policies_service.rb', line 102

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