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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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\"."]]],[]]