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 sent to create an Identity Aware Proxy Client, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `CreateIdentityAwareProxyClientRequest` as a parameter for creating a new instance from an existing one."],["The `IdentityAwareProxyClient` property, which is required, specifies the client to be created, while the `Parent` property, also required, defines the path for the client creation, expecting a project within a G Suite account."],["The document lists various versions of the API, ranging from version 1.0.0 up to the latest 2.7.0, allowing users to navigate and consult specific version details."]]],[]]