public sealed class GetIdentityAwareProxyClientRequest : IMessage<GetIdentityAwareProxyClientRequest>, IEquatable<GetIdentityAwareProxyClientRequest>, IDeepCloneable<GetIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
Required. Name of the Identity Aware Proxy client to be fetched.
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"]],[["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 `GetIdentityAwareProxyClientRequest` class is used to structure requests for retrieving an Identity Aware Proxy client."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class has two constructors: a default one and another that accepts another `GetIdentityAwareProxyClientRequest` object for creating a copy."],["The `Name` property, a required string, specifies the Identity Aware Proxy client to be fetched, in the format: `projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}`."],["The latest version of this API is 2.7.0 and it goes all the way back to version 1.0.0, which are all accessible via unique URLs."]]],[]]