GoogleCloudStorageUserCredentialPolicies_1_0_0
GoogleCloudStorageUserCredentialPolicies_1_0_0 Document
Connector-specific user credential policies for the Google Cloud Storage connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
access_token |
string |
Access token to interact with the Google Cloud Storage API[Private] |
string |
OpenID Connect email property of this credential |
|
projects |
array ( GoogleCloudStorageProject ) |
List of Google Cloud Platform projects available for use with this credential. |
refresh_token |
string |
Refresh token to generate new access tokens to use with the Google Cloud Storage API [Private] |
scopes |
array of string |
List of OAuth2 scopes associated with the tokens in this credential |
sub |
string |
OpenID Connect subject property of this credential |
token_expiry |
string <date-time> |
Time when he access token expires |
{
"DATA_TYPE": "google_cloud_storage_user_credential_policies#1.0.0",
"access_token": "string",
"email": "string",
"projects": [
{
"name": "string",
"projectId": "string"
}
],
"refresh_token": "string",
"scopes": [
"string"
],
"sub": "string",
"token_expiry": "2019-08-24T14:15:22Z"
}