Identity and Access Management (IAM) v3beta API - Class DeletePrincipalAccessBoundaryPolicyRequest (1.0.0-beta01)

public sealed class DeletePrincipalAccessBoundaryPolicyRequest : IMessage<DeletePrincipalAccessBoundaryPolicyRequest>, IEquatable<DeletePrincipalAccessBoundaryPolicyRequest>, IDeepCloneable<DeletePrincipalAccessBoundaryPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class DeletePrincipalAccessBoundaryPolicyRequest.

Request message for DeletePrincipalAccessBoundaryPolicy method.

Inheritance

object > DeletePrincipalAccessBoundaryPolicyRequest

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

DeletePrincipalAccessBoundaryPolicyRequest()

public DeletePrincipalAccessBoundaryPolicyRequest()

DeletePrincipalAccessBoundaryPolicyRequest(DeletePrincipalAccessBoundaryPolicyRequest)

public DeletePrincipalAccessBoundaryPolicyRequest(DeletePrincipalAccessBoundaryPolicyRequest other)
Parameter
Name Description
other DeletePrincipalAccessBoundaryPolicyRequest

Properties

Etag

public string Etag { get; set; }

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

Property Value
Type Description
string

Force

public bool Force { get; set; }

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

Property Value
Type Description
bool

Name

public string Name { get; set; }

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

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

Property Value
Type Description
string

PrincipalAccessBoundaryPolicyName

public PrincipalAccessBoundaryPolicyName PrincipalAccessBoundaryPolicyName { get; set; }

PrincipalAccessBoundaryPolicyName-typed view over the Name resource name property.

Property Value
Type Description
PrincipalAccessBoundaryPolicyName

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
Type Description
bool