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."],[[["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."]]],[]]