get Account Access Token
This data source provides a google oauth2
access_token
for a different service account than the one initially running the script. For more information see the official documentation as well as iamcredentials.generateAccessToken()
Return
A collection of values returned by getAccountAccessToken.
Parameters
A collection of arguments for invoking getAccountAccessToken.
Return
A collection of values returned by getAccountAccessToken.
See also
Parameters
Delegate chain of approvals needed to perform full impersonation. Specify the fully qualified service account name. (e.g. ["projects/-/serviceAccounts/delegate-svc-account@project-id.iam.gserviceaccount.com"]
)
Lifetime of the impersonated token (defaults to its max: 3600s
).
The scopes the new credential should have (e.g. ["cloud-platform"]
)
The service account to impersonate (e.g. service_B@your-project-id.iam.gserviceaccount.com
)
Return
A collection of values returned by getAccountAccessToken.
See also
Parameters
Builder for com.pulumi.gcp.serviceAccount.kotlin.inputs.GetAccountAccessTokenPlainArgs.