Cloud Identity-Aware Proxy v1 API - Class IdentityAwareProxyClient (2.2.0)

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

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

Contains the data that describes an Identity Aware Proxy owned client.

Inheritance

Object > IdentityAwareProxyClient

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

IdentityAwareProxyClient()

public IdentityAwareProxyClient()

IdentityAwareProxyClient(IdentityAwareProxyClient)

public IdentityAwareProxyClient(IdentityAwareProxyClient other)
Parameter
NameDescription
otherIdentityAwareProxyClient

Properties

DisplayName

public string DisplayName { get; set; }

Human-friendly name given to the OAuth client.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Output only. Unique identifier of the OAuth client.

Property Value
TypeDescription
String

Secret

public string Secret { get; set; }

Output only. Client secret of the OAuth client.

Property Value
TypeDescription
String