get Account Id Token
Return
A collection of values returned by getAccountIdToken.
Parameters
argument
A collection of arguments for invoking getAccountIdToken.
suspend fun getAccountIdToken(delegates: List<String>? = null, includeEmail: Boolean? = null, targetAudience: String, targetServiceAccount: String? = null): GetAccountIdTokenResult
Return
A collection of values returned by getAccountIdToken.
See also
Parameters
delegates
Delegate chain of approvals needed to perform full impersonation. Specify the fully qualified service account name. Used only when using impersonation mode.
include Email
Include the verified email in the claim. Used only when using impersonation mode.
target Audience
The audience claim for the id_token
.
target Service Account
The email of the service account being impersonated. Used only when using impersonation mode.
suspend fun getAccountIdToken(argument: suspend GetAccountIdTokenPlainArgsBuilder.() -> Unit): GetAccountIdTokenResult
Return
A collection of values returned by getAccountIdToken.
See also
Parameters
argument
Builder for com.pulumi.gcp.serviceAccount.kotlin.inputs.GetAccountIdTokenPlainArgs.