Identity and Access Management (IAM) v3beta API - Class UpdatePrincipalAccessBoundaryPolicyRequest (1.0.0-beta01)
public sealed class UpdatePrincipalAccessBoundaryPolicyRequest : IMessage<UpdatePrincipalAccessBoundaryPolicyRequest>, IEquatable<UpdatePrincipalAccessBoundaryPolicyRequest>, IDeepCloneable<UpdatePrincipalAccessBoundaryPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class UpdatePrincipalAccessBoundaryPolicyRequest.
Request message for UpdatePrincipalAccessBoundaryPolicy 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 UpdatePrincipalAccessBoundaryPolicyRequest (1.0.0-beta01)\n\n public sealed class UpdatePrincipalAccessBoundaryPolicyRequest : IMessage\u003cUpdatePrincipalAccessBoundaryPolicyRequest\u003e, IEquatable\u003cUpdatePrincipalAccessBoundaryPolicyRequest\u003e, IDeepCloneable\u003cUpdatePrincipalAccessBoundaryPolicyRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Identity and Access Management (IAM) v3beta API class UpdatePrincipalAccessBoundaryPolicyRequest.\n\nRequest message for UpdatePrincipalAccessBoundaryPolicy method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdatePrincipalAccessBoundaryPolicyRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdatePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.UpdatePrincipalAccessBoundaryPolicyRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdatePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.UpdatePrincipalAccessBoundaryPolicyRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdatePrincipalAccessBoundaryPolicyRequest](/dotnet/docs/reference/Google.Cloud.Iam.V3Beta/latest/Google.Cloud.Iam.V3Beta.UpdatePrincipalAccessBoundaryPolicyRequest), [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### UpdatePrincipalAccessBoundaryPolicyRequest()\n\n public UpdatePrincipalAccessBoundaryPolicyRequest()\n\n### UpdatePrincipalAccessBoundaryPolicyRequest(UpdatePrincipalAccessBoundaryPolicyRequest)\n\n public UpdatePrincipalAccessBoundaryPolicyRequest(UpdatePrincipalAccessBoundaryPolicyRequest other)\n\nProperties\n----------\n\n### PrincipalAccessBoundaryPolicy\n\n public PrincipalAccessBoundaryPolicy PrincipalAccessBoundaryPolicy { get; set; }\n\nRequired. The principal access boundary policy to update.\n\nThe principal access boundary policy's `name` field is used to identify the\npolicy to update.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nOptional. The list of fields to update\n\n### ValidateOnly\n\n public bool ValidateOnly { get; set; }\n\nOptional. If set, validate the request and preview the update, but do not\nactually post it."]]