Identity and Access Management (IAM) v3 API - Class PrincipalAccessBoundaryPolicy (1.0.0-beta01)
public sealed class PrincipalAccessBoundaryPolicy : IMessage<PrincipalAccessBoundaryPolicy>, IEquatable<PrincipalAccessBoundaryPolicy>, IDeepCloneable<PrincipalAccessBoundaryPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v3 API class PrincipalAccessBoundaryPolicy.
[[["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) v3 API - Class PrincipalAccessBoundaryPolicy (1.0.0-beta01)\n\n public sealed class PrincipalAccessBoundaryPolicy : IMessage\u003cPrincipalAccessBoundaryPolicy\u003e, IEquatable\u003cPrincipalAccessBoundaryPolicy\u003e, IDeepCloneable\u003cPrincipalAccessBoundaryPolicy\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3 API class PrincipalAccessBoundaryPolicy.\n\nAn IAM principal access boundary policy resource. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PrincipalAccessBoundaryPolicy \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PrincipalAccessBoundaryPolicy](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PrincipalAccessBoundaryPolicy](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PrincipalAccessBoundaryPolicy](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy), [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.V3](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.Iam.V3.dll\n\nConstructors\n------------\n\n### PrincipalAccessBoundaryPolicy()\n\n public PrincipalAccessBoundaryPolicy()\n\n### PrincipalAccessBoundaryPolicy(PrincipalAccessBoundaryPolicy)\n\n public PrincipalAccessBoundaryPolicy(PrincipalAccessBoundaryPolicy other)\n\nProperties\n----------\n\n### Annotations\n\n public MapField\u003cstring, string\u003e Annotations { get; }\n\nOptional. User defined annotations. See\n\u003chttps://google.aip.dev/148#annotations\u003e for more details such as format and\nsize limitations\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the principal access boundary policy was\ncreated.\n\n### Details\n\n public PrincipalAccessBoundaryPolicyDetails Details { get; set; }\n\nOptional. The details for the principal access boundary policy.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. The description of the principal access boundary policy. Must be\nless than or equal to 63 characters.\n\n### Etag\n\n public string Etag { get; set; }\n\nOptional. The etag for the principal access boundary.\nIf this is provided on update, it must match the server's etag.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The resource name of the principal access boundary policy.\n\nThe following format is supported:\n`organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}`\n\n### PrincipalAccessBoundaryPolicyName\n\n public PrincipalAccessBoundaryPolicyName PrincipalAccessBoundaryPolicyName { get; set; }\n\n[PrincipalAccessBoundaryPolicyName](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicyName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Iam.V3/latest/Google.Cloud.Iam.V3.PrincipalAccessBoundaryPolicy#Google_Cloud_Iam_V3_PrincipalAccessBoundaryPolicy_Name) resource name\nproperty.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. The globally unique ID of the principal access boundary\npolicy.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time when the principal access boundary policy was most\nrecently updated."]]