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."],[[["This page details the `IdentityAwareProxyClient` class, which represents an Identity Aware Proxy owned client and is part of the `Google.Cloud.Iap.V1` namespace within the Google Cloud .NET library."],["The `IdentityAwareProxyClient` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The latest version of `IdentityAwareProxyClient` is 2.7.0, with several previous versions available, going back to version 1.0.0."],["Key properties of the `IdentityAwareProxyClient` class include `DisplayName`, `Name`, and `Secret`, which allow setting a user-friendly display name, outputting a unique identifier, and providing the client's secret respectively."],["The `IdentityAwareProxyClient` class contains two constructors, one default constructor and one that allows creation by passing in another `IdentityAwareProxyClient` object."]]],[]]