Cloud Identity-Aware Proxy v1 API - Class CreateIdentityAwareProxyClientRequest (2.6.0)

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.

Inheritance

object > CreateIdentityAwareProxyClientRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

CreateIdentityAwareProxyClientRequest()

public CreateIdentityAwareProxyClientRequest()

CreateIdentityAwareProxyClientRequest(CreateIdentityAwareProxyClientRequest)

public CreateIdentityAwareProxyClientRequest(CreateIdentityAwareProxyClientRequest other)
Parameter
NameDescription
otherCreateIdentityAwareProxyClientRequest

Properties

IdentityAwareProxyClient

public IdentityAwareProxyClient IdentityAwareProxyClient { get; set; }

Required. Identity Aware Proxy Client to be created.

Property Value
TypeDescription
IdentityAwareProxyClient

Parent

public string Parent { get; set; }

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.

Property Value
TypeDescription
string