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 information for the `GetIdentityAwareProxyClientRequest` class, part of the Cloud Identity-Aware Proxy v1 API, specifically within version 2.3.0 of the .NET library."],["The `GetIdentityAwareProxyClientRequest` class is used to structure requests for retrieving an Identity-Aware Proxy client and is defined as a sealed class inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes details about the class's constructors, including a parameter for the `GetIdentityAwareProxyClientRequest`, and the `Name` property, which specifies the format for identifying a specific Identity-Aware Proxy client."],["The document includes a list of all the previous versions, up to version 1.0.0, and the most recent version is 2.7.0."]]],[]]