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."],[[["The latest version available is 2.5.0, with versions ranging down to 1.2.0 for the `UpdateGcpUserAccessBindingRequest`."],["The `UpdateGcpUserAccessBindingRequest` class is used to request updates to a GCP user access binding via `google.identity.accesscontextmanager.v1.AccessContextManager.UpdateGcpUserAccessBinding`."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with additional inherited members for methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes two constructors, one default and one that takes another `UpdateGcpUserAccessBindingRequest` object as a parameter, and it also contains properties named `GcpUserAccessBinding` and `UpdateMask`."],["The `UpdateMask` property is required and specifies which fields are updated, and it must include `\"access_levels\"` in its paths."]]],[]]