Show / Hide Table of Contents

Class Client

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

Warning: All arguments including secret will be stored in the raw state as plain-text. Read more about secrets in state.

Inheritance
System.Object
Resource
CustomResource
Client
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Client : CustomResource

Constructors

View Source

Client(String, ClientArgs, CustomResourceOptions)

Create a Client resource with the given unique name, arguments, and options.

Declaration
public Client(string name, ClientArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ClientArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

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 Output<string> Brand { get; }
Property Value
Type Description
Output<System.String>
View Source

ClientId

Output only. Unique identifier of the OAuth client.

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

DisplayName

Human-friendly name given to the OAuth client.

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

Secret

Output only. Client secret of the OAuth client.

Declaration
public Output<string> Secret { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, ClientState, CustomResourceOptions)

Get an existing Client resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static Client Get(string name, Input<string> id, ClientState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

ClientState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
Client
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.