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.
[[["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-07 UTC."],[],[],null,["# Identity and Access Management (IAM) v3beta API - Class DeletePrincipalAccessBoundaryPolicyRequest (1.0.0-beta01)\n\n public sealed class DeletePrincipalAccessBoundaryPolicyRequest : IMessage\u003cDeletePrincipalAccessBoundaryPolicyRequest\u003e, IEquatable\u003cDeletePrincipalAccessBoundaryPolicyRequest\u003e, IDeepCloneable\u003cDeletePrincipalAccessBoundaryPolicyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3beta API class DeletePrincipalAccessBoundaryPolicyRequest.\n\nRequest message for DeletePrincipalAccessBoundaryPolicy method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeletePrincipalAccessBoundaryPolicyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeletePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.DeletePrincipalAccessBoundaryPolicyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeletePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.DeletePrincipalAccessBoundaryPolicyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeletePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.DeletePrincipalAccessBoundaryPolicyRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iam.V3Beta](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.V3Beta.dll\n\nConstructors\n------------\n\n### DeletePrincipalAccessBoundaryPolicyRequest()\n\n public DeletePrincipalAccessBoundaryPolicyRequest()\n\n### DeletePrincipalAccessBoundaryPolicyRequest(DeletePrincipalAccessBoundaryPolicyRequest)\n\n public DeletePrincipalAccessBoundaryPolicyRequest(DeletePrincipalAccessBoundaryPolicyRequest other)\n\nProperties\n----------\n\n### Etag\n\n public string Etag { get; set; }\n\nOptional. The etag of the principal access boundary policy.\nIf this is provided, it must match the server's etag.\n\n### Force\n\n public bool Force { get; set; }\n\nOptional. If set to true, the request will force the deletion of the policy\neven if the policy is referenced in policy bindings.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the principal access boundary policy to delete.\n\nFormat:\n`organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}`\n\n### PrincipalAccessBoundaryPolicyName\n\n public PrincipalAccessBoundaryPolicyName PrincipalAccessBoundaryPolicyName { get; set; }\n\n[PrincipalAccessBoundaryPolicyName](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.PrincipalAccessBoundaryPolicyName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.DeletePrincipalAccessBoundaryPolicyRequest#Google_Cloud_Iam_V3Beta_DeletePrincipalAccessBoundaryPolicyRequest_Name) resource name\nproperty.\n\n### ValidateOnly\n\n public bool ValidateOnly { get; set; }\n\nOptional. If set, validate the request and preview the deletion, but do not\nactually post it."]]