getAccountIdToken

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.

includeEmail

Include the verified email in the claim. Used only when using impersonation mode.

targetAudience

The audience claim for the id_token.

targetServiceAccount

The email of the service account being impersonated. Used only when using impersonation mode.


Return

A collection of values returned by getAccountIdToken.

See also

Parameters

argument

Builder for com.pulumi.gcp.serviceAccount.kotlin.inputs.GetAccountIdTokenPlainArgs.