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 API."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Iap.V1` namespace."],["The latest version of this documentation is for 2.7.0, and documentation is also available for all versions going back to 1.0.0."],["The `DeleteIdentityAwareProxyClientRequest` class has a `Name` property, which is a string that holds the name of the Identity Aware Proxy client to be deleted, and it must follow the specified format: `projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}`."]]],[]]