stackIntegrationGcpCreate

Create a stack GCP integration by generating a service account. If the service account already exists, it is not changed.

Arguments

Returns

StackIntegrationGcp!
StackIntegrationGcp!
Collapse
  • activated
    Is this integration activated. If not, serviceAccountEmail and scopes are expected to be empty.
  • serviceAccountEmail
    Email of the GCP service account created for this stack. Runs and tasks will get temporary access token for this account.
  • tokenScopes
    List of scopes to request when generating temporary access token for the service account. It's empty when the integration is not activated.