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 `DeleteIdentityAwareProxyClientRequest` class is used to request the deletion of an Identity Aware Proxy client."],["This class is part of the `Google.Cloud.Iap.V1` namespace in the `Google.Cloud.Iap.V1.dll` assembly and is a part of the version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used for managing message properties."],["It contains a `Name` property which is a required field that represents the name of the Identity Aware Proxy client, using the specified format."],["The latest version available is 2.7.0 and is provided with other previous versions, down to 1.0.0."]]],[]]