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."],[[["This document outlines the `GetIdentityAwareProxyClientRequest` class, which is a request object used to retrieve Identity Aware Proxy client information within the Google Cloud Iap V1 API."],["The `GetIdentityAwareProxyClientRequest` class is part of the `Google.Cloud.Iap.V1` namespace in the Google.Cloud.Iap.V1.dll assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property of type string, which is required and represents the unique identifier of the Identity Aware Proxy client to be retrieved, formatted as `projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}`."],["The documentation lists the available versions of the API, from version 1.0.0 to the latest 2.7.0, and version 2.0.0 is presented in the documentation as the current page."]]],[]]