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 page provides documentation for the `CreateIdentityAwareProxyClientRequest` class within the Google Cloud Identity-Aware Proxy (IAP) v1 API, specifically for version 2.4.0."],["The `CreateIdentityAwareProxyClientRequest` class is used to send requests for creating an Identity Aware Proxy Client."],["The `CreateIdentityAwareProxyClientRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IdentityAwareProxyClient` property is required and indicates the Identity Aware Proxy Client that will be created."],["The `Parent` property, also required, indicates where to create the client, in the format of projects/{project_number/id}/brands/{brand}."]]],[]]