public sealed class DeleteGcpUserAccessBindingRequest : IMessage<DeleteGcpUserAccessBindingRequest>, IEquatable<DeleteGcpUserAccessBindingRequest>, IDeepCloneable<DeleteGcpUserAccessBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class DeleteGcpUserAccessBindingRequest.
Request of [DeleteGcpUserAccessBinding]
[google.identity.accesscontextmanager.v1.AccessContextManager.DeleteGcpUserAccessBinding].
[[["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 page provides documentation for the `DeleteGcpUserAccessBindingRequest` class, part of the Identity Access Context Manager v1 API in .NET."],["The `DeleteGcpUserAccessBindingRequest` class is used to send requests for deleting a GCP user access binding, which implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors to create instances, either new or from an existing `DeleteGcpUserAccessBindingRequest` object, and exposes properties such as `GcpUserAccessBindingName` and `Name`."],["There are multiple versions of the API documented, ranging from version 1.2.0 up to the latest version 2.5.0, with this specific documentation being for version 2.4.0."],["The `Name` property within the `DeleteGcpUserAccessBindingRequest` class is a required string field representing the resource name of the user access binding to be deleted, and it provides an example of what a valid name might look like."]]],[]]