Class ClientState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Iap
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClientState : ResourceArgs
Constructors
View SourceClientState()
Declaration
public ClientState()
Properties
View SourceBrand
Identifier of the brand to which this client
is attached to. The format is
projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}.
Declaration
public Input<string> Brand { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
Output only. Unique identifier of the OAuth client.
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
Human-friendly name given to the OAuth client.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Secret
Output only. Client secret of the OAuth client.
Declaration
public Input<string> Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |