
Google Cloud OauthAccessToken
CertifiedFetch a GCP OAuth access token
Google Cloud OauthAccessToken
Certified
Fetch a GCP OAuth access token
Refreshes and returns an OAuth access token for the configured service account and scopes, for use by downstream tasks or external systems.
yaml
type: io.kestra.plugin.gcp.auth.OauthAccessTokenExamples
Fetch a GCP OAuth access token
yaml
id: gcp_oauth_access_token
namespace: company.team
tasks:
- id: token
type: io.kestra.plugin.gcp.auth.OauthAccessToken
projectId: my-gcp-project
Properties
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
accessToken *Required
An OAuth access token for the configured service account
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