Use service user credential to get gcp access token.
Input parameters
Name | Description | Type | Required | Default value |
---|
Service user credentials | Specify the service users' credentials that can be exchanged with an access token in order to request google api's. | OBJECT | false | |
Delegated user | Specify the the email address of the user you wish to impersonate (if any). | STRING | false | |
Scope | Specify the scope for which this access token will be used | SELECT_ONE | false | 'DRIVE' |
Output
Name | Description | Type | Default value |
---|
null | Specify the name of the variable containing the access token. | STRING | ACCESS_TOKEN |