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

public sealed class GetIdentityAwareProxyClientRequest : IMessage<GetIdentityAwareProxyClientRequest>, IEquatable<GetIdentityAwareProxyClientRequest>, IDeepCloneable<GetIdentityAwareProxyClientRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class GetIdentityAwareProxyClientRequest.

The request sent to GetIdentityAwareProxyClient.

Inheritance

object > GetIdentityAwareProxyClientRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

GetIdentityAwareProxyClientRequest()

public GetIdentityAwareProxyClientRequest()

GetIdentityAwareProxyClientRequest(GetIdentityAwareProxyClientRequest)

public GetIdentityAwareProxyClientRequest(GetIdentityAwareProxyClientRequest other)
Parameter
NameDescription
otherGetIdentityAwareProxyClientRequest

Properties

Name

public string Name { get; set; }

Required. Name of the Identity Aware Proxy client to be fetched. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

Property Value
TypeDescription
string