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."],[[["This document provides reference documentation for the `GetIdentityAwareProxyClientRequest` class, part of the Cloud Identity-Aware Proxy v1 API."],["The `GetIdentityAwareProxyClientRequest` class is a request type used to retrieve an Identity Aware Proxy client and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Version 2.7.0 is the latest version, while a variety of prior versions, ranging from 2.6.0 down to 1.0.0, are available for the API."],["The `GetIdentityAwareProxyClientRequest` class has a `Name` property that is a string and is used to identify the specific client in the format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}."],["The document lists two constructors for the `GetIdentityAwareProxyClientRequest` class: a default constructor and one that accepts another `GetIdentityAwareProxyClientRequest` as a parameter."]]],[]]