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, found within the `Google.Cloud.Iap.V1` namespace, represents an Identity Aware Proxy owned client."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its integration within various .NET environments."],["The `IdentityAwareProxyClient` class is part of the `Google.Cloud.Iap.V1.dll` assembly, and offers constructors for creating instances, either new or cloned from existing objects."],["Key properties of the `IdentityAwareProxyClient` include `DisplayName` (a human-readable name), `Name` (a unique identifier), and `Secret` (the client secret), all of which are of type `String`."],["This page provides documentation for versions ranging from 1.0.0 to 2.7.0 of the `IdentityAwareProxyClient`, with 2.7.0 being the most recent release."]]],[]]