public sealed class DeleteIdentityAwareProxyClientRequest : IMessage<DeleteIdentityAwareProxyClientRequest>, IEquatable<DeleteIdentityAwareProxyClientRequest>, IDeepCloneable<DeleteIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
The request sent to DeleteIdentityAwareProxyClient.
Required. Name of the Identity Aware Proxy client to be deleted.
In the following format:
projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.
[[["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 `DeleteIdentityAwareProxyClientRequest` class, which is used to send requests for deleting an Identity Aware Proxy client within the Google Cloud Iap V1 namespace."],["The `DeleteIdentityAwareProxyClientRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class has a property called `Name` of string type, which is required and specifies the full path of the IAP client to be deleted, following the pattern: `projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}`."],["Constructors for creating a `DeleteIdentityAwareProxyClientRequest` object are detailed, one being a parameterless constructor and the other taking another `DeleteIdentityAwareProxyClientRequest` instance as a parameter."],["This documentation also references earlier versions of the library, starting from 1.0.0 to the latest version, 2.7.0."]]],[]]