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."],["The document lists available versions, from the latest 2.7.0, going back to version 1.0.0, for the `DeleteIdentityAwareProxyClientRequest` class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of this class is `Name`, a string representing the resource path of the Identity Aware Proxy client to delete."]]],[]]