public sealed class GetIdentityAwareProxyClientRequest : IMessage<GetIdentityAwareProxyClientRequest>, IEquatable<GetIdentityAwareProxyClientRequest>, IDeepCloneable<GetIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetIdentityAwareProxyClientRequest.
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 latest version of the `GetIdentityAwareProxyClientRequest` is 2.7.0, and there are ten total versions listed, ranging from 1.0.0 to 2.7.0."],["This class, `GetIdentityAwareProxyClientRequest`, is used as a request sent to retrieve an Identity Aware Proxy client, as part of the Cloud Identity-Aware Proxy v1 API."],["`GetIdentityAwareProxyClientRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object`, and has the inherited members `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetIdentityAwareProxyClientRequest` class includes a `Name` property which is a string that represents the required name of the Identity Aware Proxy client to be fetched."]]],[]]