public sealed class CreateGcpUserAccessBindingRequest : IMessage<CreateGcpUserAccessBindingRequest>, IEquatable<CreateGcpUserAccessBindingRequest>, IDeepCloneable<CreateGcpUserAccessBindingRequest>, IBufferMessage, IMessage
Request of [CreateGcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.AccessContextManager.CreateGcpUserAccessBinding].
[[["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-04-09 UTC."],[[["This webpage details the `CreateGcpUserAccessBindingRequest` class, which is part of the `Google.Identity.AccessContextManager.V1` namespace and is used to initiate the creation of a new GCP user access binding."],["The `CreateGcpUserAccessBindingRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various operations and interactions within the .NET environment."],["The class includes two constructors, one default and another that allows for creating an instance by copying an existing `CreateGcpUserAccessBindingRequest` object."],["Key properties of the class include `GcpUserAccessBinding` to define the binding and `Parent` to specify the organization where the binding is being created, with `ParentAsOrganizationName` as a typed view over the parent resource name."],["This documentation is referencing version 2.0.0 of this class, but it lists the 10 latest versions, all the way up to version 2.5.0."]]],[]]