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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDeleteIdentityAwareProxyClientRequest\u003c/code\u003e class in the Google Cloud Identity-Aware Proxy (IAP) v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteIdentityAwareProxyClientRequest\u003c/code\u003e class is used to send requests to delete an Identity Aware Proxy client, inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is 2.7.0, with versions ranging from 1.0.0 up to 2.7.0 being available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteIdentityAwareProxyClientRequest\u003c/code\u003e class has a constructor and a \u003ccode\u003eName\u003c/code\u003e property which is a required string in the format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.\u003c/p\u003e\n"],["\u003cp\u003eThe document details inherited members from \u003ccode\u003eobject\u003c/code\u003e, which include \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cloud Identity-Aware Proxy v1 API - Class DeleteIdentityAwareProxyClientRequest (2.8.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.8.0 (latest)](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.7.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.6.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.5.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.4.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.3.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.2.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.1.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/2.0.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.2.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.1.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Iap.V1/1.0.0/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest) \n\n public sealed class DeleteIdentityAwareProxyClientRequest : IMessage\u003cDeleteIdentityAwareProxyClientRequest\u003e, IEquatable\u003cDeleteIdentityAwareProxyClientRequest\u003e, IDeepCloneable\u003cDeleteIdentityAwareProxyClientRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class DeleteIdentityAwareProxyClientRequest.\n\nThe request sent to DeleteIdentityAwareProxyClient. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteIdentityAwareProxyClientRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteIdentityAwareProxyClientRequest](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteIdentityAwareProxyClientRequest](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteIdentityAwareProxyClientRequest](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1.DeleteIdentityAwareProxyClientRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Iap.V1](/dotnet/docs/reference/Google.Cloud.Iap.V1/latest/Google.Cloud.Iap.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Iap.V1.dll\n\nConstructors\n------------\n\n### DeleteIdentityAwareProxyClientRequest()\n\n public DeleteIdentityAwareProxyClientRequest()\n\n### DeleteIdentityAwareProxyClientRequest(DeleteIdentityAwareProxyClientRequest)\n\n public DeleteIdentityAwareProxyClientRequest(DeleteIdentityAwareProxyClientRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the Identity Aware Proxy client to be deleted.\nIn the following format:\nprojects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}."]]