public sealed class CreateIdentityAwareProxyClientRequest : IMessage<CreateIdentityAwareProxyClientRequest>, IEquatable<CreateIdentityAwareProxyClientRequest>, IDeepCloneable<CreateIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class CreateIdentityAwareProxyClientRequest.
The request sent to CreateIdentityAwareProxyClient.
Required. Path to create the client in.
In the following format:
projects/{project_number/id}/brands/{brand}.
The project must belong to a G Suite account.
[[["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 `CreateIdentityAwareProxyClientRequest` class, part of the Cloud Identity-Aware Proxy v1 API."],["The `CreateIdentityAwareProxyClientRequest` class is a request message used to create a new Identity Aware Proxy Client and is implemented through `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that accepts another `CreateIdentityAwareProxyClientRequest` object, and has two properties, `IdentityAwareProxyClient` and `Parent`, used to define the new client and its path."],["Version 2.7.0 is the latest version, with previous versions from 2.6.0 to 1.0.0 also listed for reference, each linking to their respective documentation."]]],[]]