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 been implemented across multiple versions, from 1.0.0 to the latest 2.7.0, with links provided for each version."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one parameterless and one taking another instance of `CreateIdentityAwareProxyClientRequest`, with two key properties, `IdentityAwareProxyClient`, and `Parent`."],["The `Parent` property is required and specifies the path where the client will be created, following a projects/{project_number/id}/brands/{brand} format, which the project must belong to a G Suite account."]]],[]]