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, specifically within version 2.2.0 of the Google.Cloud.Iap.V1 .NET library."],["The `CreateIdentityAwareProxyClientRequest` class, used for sending requests to create an Identity Aware Proxy Client, inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `CreateIdentityAwareProxyClientRequest` object for copying, as well as two required properties: `IdentityAwareProxyClient` (the client to be created) and `Parent` (the path for client creation)."],["This reference documentation outlines the versions available for the `CreateIdentityAwareProxyClientRequest`, ranging from version 1.0.0 to 2.7.0, with 2.7.0 being the latest."]]],[]]