Identity and Access Management (IAM) V3BETA API - Class Google::Iam::V3beta::DeletePrincipalAccessBoundaryPolicyRequest (v0.1.0)
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
defetag()->::String
Returns
(::String) — Optional. The etag of the principal access boundary policy.
If this is provided, it must match the server's etag.
#etag=
defetag=(value)->::String
Parameter
value (::String) — 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.
#force
defforce()->::Boolean
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.
#force=
defforce=(value)->::Boolean
Parameter
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.
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.
#name
defname()->::String
Returns
(::String) — Required. The name of the principal access boundary policy to delete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Identity and Access Management (IAM) V3BETA API - Class Google::Iam::V3beta::DeletePrincipalAccessBoundaryPolicyRequest (v0.1.0)\n\nReference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::DeletePrincipalAccessBoundaryPolicyRequest.\n\nRequest message for DeletePrincipalAccessBoundaryPolicy method. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #etag\n\n def etag() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag.\n\n### #etag=\n\n def etag=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag. \n**Returns**\n\n- (::String) --- Optional. The etag of the principal access boundary policy. If this is provided, it must match the server's etag.\n\n### #force\n\n def force() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.\n\n### #force=\n\n def force=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **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. \n**Returns**\n\n- (::Boolean) --- Optional. If set to true, the request will force the deletion of the policy even if the policy is referenced in policy bindings.\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The name of the principal access boundary policy to delete.\n\n Format:\n `organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}`\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The name of the principal access boundary policy to delete.\n\n\n Format:\n`organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}` \n**Returns**\n\n- (::String) --- Required. The name of the principal access boundary policy to delete.\n\n Format:\n `organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}`\n\n### #validate_only\n\n def validate_only() -\u003e ::Boolean\n\n**Returns**\n\n- (::Boolean) --- Optional. If set, validate the request and preview the deletion, but do not actually post it.\n\n### #validate_only=\n\n def validate_only=(value) -\u003e ::Boolean\n\n**Parameter**\n\n- **value** (::Boolean) --- Optional. If set, validate the request and preview the deletion, but do not actually post it. \n**Returns**\n\n- (::Boolean) --- Optional. If set, validate the request and preview the deletion, but do not actually post it."]]