Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::DeletePrincipalAccessBoundaryPolicyRequest.
Request message for DeletePrincipalAccessBoundaryPolicy method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
- (::String) — Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag.
#etag=
def etag=(value) -> ::String
- value (::String) — Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag.
- (::String) — Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag.
#force
def force() -> ::Boolean
- (::Boolean) — Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.
#force=
def force=(value) -> ::Boolean
- value (::Boolean) — Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.
- (::Boolean) — Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.
#name
def name() -> ::String
-
(::String) — Required. The name of the principal access boundary policy to delete.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
#name=
def name=(value) -> ::String
-
value (::String) — Required. The name of the principal access boundary policy to delete.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
-
(::String) — Required. The name of the principal access boundary policy to delete.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
#validate_only
def validate_only() -> ::Boolean
- (::Boolean) — Optional. If set, validate the request and preview the deletion, but do not actually post it.
#validate_only=
def validate_only=(value) -> ::Boolean
- value (::Boolean) — Optional. If set, validate the request and preview the deletion, but do not actually post it.
- (::Boolean) — Optional. If set, validate the request and preview the deletion, but do not actually post it.