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 within the Google Cloud Identity-Aware Proxy (IAP) v1 API."],["The `DeleteIdentityAwareProxyClientRequest` class is used to structure requests for deleting an Identity Aware Proxy client, with details on its inheritance and implemented interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The document lists available versions of the API for this request, ranging from the latest version 2.7.0 down to version 1.0.0."],["The constructor `DeleteIdentityAwareProxyClientRequest` is documented, including a constructor that accepts another `DeleteIdentityAwareProxyClientRequest` instance."],["The Name property, which is a string, is defined as required, specifying the format for the Identity Aware Proxy client's name when requesting its deletion."]]],[]]