Class Client
Contains the data that describes an Identity Aware Proxy owned client.
Warning: All arguments including
secretwill be stored in the raw state as plain-text. Read more about secrets in state.
Inherited Members
Namespace: Pulumi.Gcp.Iap
Assembly: Pulumi.Gcp.dll
Syntax
public class Client : CustomResource
Constructors
View SourceClient(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 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 Output<string> Brand { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ClientId
Output only. Unique identifier of the OAuth client.
Declaration
public Output<string> ClientId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DisplayName
Human-friendly name given to the OAuth client.
Declaration
public Output<string> DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Secret
Output only. Client secret of the OAuth client.
Declaration
public Output<string> Secret { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(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 |