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, inheriting from `object` and implementing several interfaces."],["The latest version of the documentation is 2.7.0, with versions ranging from 1.0.0 up to 2.7.0 being available."],["The `DeleteIdentityAwareProxyClientRequest` class has a constructor and a `Name` property which is a required string in the format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}."],["The document details inherited members from `object`, which include `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]