public sealed class IdentityAwareProxyClient : IMessage<IdentityAwareProxyClient>, IEquatable<IdentityAwareProxyClient>, IDeepCloneable<IdentityAwareProxyClient>, IBufferMessage, IMessage
Contains the data that describes an Identity Aware Proxy owned client.
[[["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 `IdentityAwareProxyClient` class, part of the `Google.Cloud.Iap.V1` namespace, represents an Identity Aware Proxy owned client and is found within the Google.Cloud.Iap.V1.dll assembly."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cIdentityAwareProxyClient\u003e`, `IDeepCloneable\u003cIdentityAwareProxyClient\u003e`, and `IBufferMessage`."],["The class provides properties such as `DisplayName`, `Name`, and `Secret`, for retrieving details of the Identity Aware Proxy owned client."],["There are multiple versions of this class, ranging from version 1.0.0 to the latest version 2.7.0."],["The class has two constructors: a default constructor `IdentityAwareProxyClient()` and a copy constructor `IdentityAwareProxyClient(IdentityAwareProxyClient other)`."]]],[]]