public sealed class IdentityAwareProxyClient : IMessage<IdentityAwareProxyClient>, IEquatable<IdentityAwareProxyClient>, IDeepCloneable<IdentityAwareProxyClient>, IBufferMessage, IMessage
Contains the data that describes an Identity Aware Proxy owned client.
Implements
IMessage<IdentityAwareProxyClient>, IEquatable<IdentityAwareProxyClient>, IDeepCloneable<IdentityAwareProxyClient>, 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 |