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 Google Cloud Identity-Aware Proxy (IAP) v1 API, with version 2.5.0 as its focal point."],["The `GetIdentityAwareProxyClientRequest` class is used to send requests to `GetIdentityAwareProxyClient` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors of the `GetIdentityAwareProxyClientRequest` class, which include a default constructor and one that takes another `GetIdentityAwareProxyClientRequest` object as a parameter."],["It outlines the properties of the class, specifically the `Name` property, which is a required string representing the Identity Aware Proxy client's name in a specific format including project, brand, and client ID."],["The document lists various versions of the api, with version 2.7.0 being the most recent, and shows the reference pages available for each of these versions."]]],[]]