public sealed class DeleteIdentityAwareProxyClientRequest : IMessage<DeleteIdentityAwareProxyClientRequest>, IEquatable<DeleteIdentityAwareProxyClientRequest>, IDeepCloneable<DeleteIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class DeleteIdentityAwareProxyClientRequest.
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 document provides reference information for the `DeleteIdentityAwareProxyClientRequest` class, which is part of the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `DeleteIdentityAwareProxyClientRequest` class is used to send a request to delete an Identity Aware Proxy client, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for the `DeleteIdentityAwareProxyClientRequest` is 2.7.0, with this documentation providing information on the 2.4.0 version, and other versions are also available in the provided list."],["The `DeleteIdentityAwareProxyClientRequest` class has a constructor and a `Name` property, the latter being a required field for specifying the client to be deleted in the specified format."],["The `DeleteIdentityAwareProxyClientRequest` is in the `Google.Cloud.Iap.V1` namespace and `Google.Cloud.Iap.V1.dll` assembly."]]],[]]