GetAccountAccessTokenResult

data class GetAccountAccessTokenResult(val accessToken: String, val delegates: List<String>? = null, val id: String, val lifetime: String? = null, val scopes: List<String>, val targetServiceAccount: String)

A collection of values returned by getAccountAccessToken.

Constructors

Link copied to clipboard
constructor(accessToken: String, delegates: List<String>? = null, id: String, lifetime: String? = null, scopes: List<String>, targetServiceAccount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access_token representing the new generated identity.

Link copied to clipboard
val delegates: List<String>? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val lifetime: String? = null
Link copied to clipboard
Link copied to clipboard