public sealed class IdentityAwareProxyClient : IMessage<IdentityAwareProxyClient>, IEquatable<IdentityAwareProxyClient>, IDeepCloneable<IdentityAwareProxyClient>, IBufferMessage, IMessageReference 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.
Implements
IMessageIdentityAwareProxyClient, IEquatableIdentityAwareProxyClient, IDeepCloneableIdentityAwareProxyClient, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
IdentityAwareProxyClient()
public IdentityAwareProxyClient()IdentityAwareProxyClient(IdentityAwareProxyClient)
public IdentityAwareProxyClient(IdentityAwareProxyClient other)| Parameter | |
|---|---|
| Name | Description |
other |
IdentityAwareProxyClient |
Properties
DisplayName
public string DisplayName { get; set; }Human-friendly name given to the OAuth client.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. Unique identifier of the OAuth client.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Secret
public string Secret { get; set; }Output only. Client secret of the OAuth client.
| Property Value | |
|---|---|
| Type | Description |
string |
|