Client

{{% examples %}}

Example Usage

{{% /examples %}}

Import

Client can be imported using any of these accepted formats

$ pulumi import gcp:iap/client:Client default {{brand}}/identityAwareProxyClients/{{client_id}}
$ pulumi import gcp:iap/client:Client default {{brand}}/{{client_id}}

Properties

Link copied to clipboard
val brand: Output<String>

Identifier of the brand to which this client is attached to. The format is projects/{project_number}/brands/{brand_id}/identityAwareProxyClients/{client_id}.

Link copied to clipboard
val clientId: Output<String>

The OAuth2 ID of the client.

Link copied to clipboard
val displayName: Output<String>

Human-friendly name given to the OAuth client.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val secret: Output<String>

Output only. Client secret of the OAuth client. Note: This property is sensitive and will not be displayed in the plan.

Link copied to clipboard
val urn: Output<String>