
OauthAccessToken
Fetch a GCP OAuth access token.
OauthAccessToken
Fetch a GCP OAuth access token.
Fetch a GCP OAuth access token.
yaml
type: "io.kestra.plugin.gcp.auth.OauthAccessToken"Properties
impersonatedServiceAccountstring
The GCP service account to impersonate.
projectIdstring
The GCP project ID.
scopesarray
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used.
serviceAccountstring
The GCP service account.
Outputs
accessToken*Required
An OAuth access token for the current user.
Definitions
io.kestra.plugin.gcp.auth.OauthAccessToken-AccessTokenOutput
expirationTimestring
Format
date-timescopesarray
SubTypestring
tokenValuestring
OAuth access token value
Will be automatically encrypted and decrypted in the outputs if encryption is configured