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 documentation for the `DeleteIdentityAwareProxyClientRequest` class in the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `DeleteIdentityAwareProxyClientRequest` class is used to send requests to delete an Identity Aware Proxy client."],["The document lists multiple versions of the `DeleteIdentityAwareProxyClientRequest` documentation, ranging from version 1.0.0 to the latest, 2.7.0."],["The `DeleteIdentityAwareProxyClientRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that takes another `DeleteIdentityAwareProxyClientRequest` instance as an argument, as well as a `Name` property that is a string used to identify the IAP client to be deleted."]]],[]]