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 latest version of the `IdentityAwareProxyClient` is 2.7.0, with a history of versions going back to 1.0.0."],["The `IdentityAwareProxyClient` class represents an Identity Aware Proxy owned client and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `IdentityAwareProxyClient()` and another that takes an `IdentityAwareProxyClient` instance as a parameter for copying."],["The `IdentityAwareProxyClient` class includes properties such as `DisplayName`, `Name`, and `Secret`, which store the human-friendly name, unique identifier, and client secret of the OAuth client, respectively."],["This class has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` from `object`."]]],[]]