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, which is part of the Cloud Identity-Aware Proxy (IAP) v1 API."],["The `GetIdentityAwareProxyClientRequest` class is used to send requests to the `GetIdentityAwareProxyClient` method and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetIdentityAwareProxyClientRequest` class has a `Name` property, which is a required string representing the name of the Identity Aware Proxy client to be fetched, formatted as \"projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}\"."],["The document provides a list of available versions, ranging from version 1.0.0 to the latest version 2.7.0, with links to the documentation for the `GetIdentityAwareProxyClientRequest` in each version."],["The `GetIdentityAwareProxyClientRequest` class contains two constructors, one that is empty, and another which takes another `GetIdentityAwareProxyClientRequest` as a parameter."]]],[]]