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."],[[["The content describes the `DeleteIdentityAwareProxyClientRequest` class, which is used to send a request for deleting an Identity Aware Proxy (IAP) client."],["This class is part of the `Google.Cloud.Iap.V1` namespace within the `Google.Cloud.Iap.V1.dll` assembly, specifically version 2.0.0 of this API."],["The `DeleteIdentityAwareProxyClientRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Name` property of type `string`, which is a required field specifying the fully qualified name of the IAP client to delete, following the format `projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}`."],["The content provides information for versions 1.0.0 through to 2.7.0, with 2.7.0 being the latest version."]]],[]]