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
constructor(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
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.