public sealed class UpdateGcpUserAccessBindingRequest : IMessage<UpdateGcpUserAccessBindingRequest>, IEquatable<UpdateGcpUserAccessBindingRequest>, IDeepCloneable<UpdateGcpUserAccessBindingRequest>, IBufferMessage, IMessage
Request of [UpdateGcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.AccessContextManager.UpdateGcpUserAccessBinding].
Required. Only the fields specified in this mask are updated. Because name and
group_key cannot be changed, update_mask is required and must always be:
[[["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."],[[["This webpage details the `UpdateGcpUserAccessBindingRequest` class, which is used to request updates for a `GcpUserAccessBinding` within the Google Identity Access Context Manager V1."],["The latest version available is 2.5.0, while the documentation page being viewed is for version 1.4.0, which is one of the versions provided in the documentation."],["The `UpdateGcpUserAccessBindingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["This class has two constructors, a default one, and another that copies an existing `UpdateGcpUserAccessBindingRequest` object."],["It includes two key properties: `GcpUserAccessBinding`, representing the binding to be updated, and `UpdateMask`, specifying which fields to update, which should always contain \"access_levels\"."]]],[]]