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."],[[["The `CreateIdentityAwareProxyClientRequest` class is used to send requests to the `CreateIdentityAwareProxyClient` within the Cloud Identity-Aware Proxy v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["The `CreateIdentityAwareProxyClientRequest` class has two constructors: a default constructor and a constructor that takes another `CreateIdentityAwareProxyClientRequest` instance for copying."],["It contains properties `IdentityAwareProxyClient`, which is the Identity Aware Proxy Client to be created, and `Parent`, which specifies the path for the client's creation within a G Suite project."],["The latest version for this API is 2.7.0, with versions ranging back to 1.0.0 also available."]]],[]]