Show / Hide Table of Contents

Class ClientState

Inheritance
System.Object
InputArgs
ResourceArgs
ClientState
Inherited Members
ResourceArgs.Empty
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 Source

ClientState()

Declaration
public ClientState()

Properties

View Source

Brand

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>
View Source

ClientId

Output only. Unique identifier of the OAuth client.

Declaration
public Input<string> ClientId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

Human-friendly name given to the OAuth client.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Secret

Output only. Client secret of the OAuth client.

Declaration
public Input<string> Secret { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.