GetAccountIdTokenResult

data class GetAccountIdTokenResult(val delegates: List<String>? = null, val id: String, val idToken: String, val includeEmail: Boolean? = null, val targetAudience: String, val targetServiceAccount: String? = null)

A collection of values returned by getAccountIdToken.

Constructors

Link copied to clipboard
constructor(delegates: List<String>? = null, id: String, idToken: String, includeEmail: Boolean? = null, targetAudience: String, targetServiceAccount: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The id_token representing the new generated identity.

Link copied to clipboard
val includeEmail: Boolean? = null
Link copied to clipboard
Link copied to clipboard