GetClientConfigResult

data class GetClientConfigResult(val accessToken: String, val id: String, val project: String, val region: String, val zone: String)

A collection of values returned by getClientConfig.

Constructors

Link copied to clipboard
fun GetClientConfigResult(accessToken: String, id: String, project: String, region: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The OAuth2 access token used by the client to authenticate against the Google Cloud API.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The ID of the project to apply any resources to.

Link copied to clipboard

The region to operate under.

Link copied to clipboard

The zone to operate under.