public sealed class CreateIdentityAwareProxyClientRequest : IMessage<CreateIdentityAwareProxyClientRequest>, IEquatable<CreateIdentityAwareProxyClientRequest>, IDeepCloneable<CreateIdentityAwareProxyClientRequest>, IBufferMessage, IMessage
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 outlines the `CreateIdentityAwareProxyClientRequest` class, which is a request object used to create an Identity Aware Proxy Client within the Google Cloud IAP service."],["The `CreateIdentityAwareProxyClientRequest` class has two constructors, one default and another that accepts another `CreateIdentityAwareProxyClientRequest` instance as a parameter, allowing for object cloning."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, supporting functionality for message handling, comparison, deep cloning, and buffering."],["The request requires two properties to be set: `IdentityAwareProxyClient`, representing the client to be created, and `Parent`, which specifies the project and brand under which the client will reside."],["The document provides a version history ranging from 1.0.0 to 2.7.0 (latest) showing the various versions of the documentation of this class."]]],[]]