GoogleCloudStorageUserCredentialPolicies
GoogleCloudStorageUserCredentialPolicies Document
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
sub |
string |
OpenID Connect subject property of this credential. [read-only] |
string <email> |
OpenID Connect email property of this credential. [read-only] |
|
access_token |
string |
Access token to interact with the Google Cloud Storage API. [read-only][Private] |
refresh_token |
string |
Refresh token to generate new access tokens to use with the Google Cloud Storage API. [read-only][Private] |
scopes |
array (string) |
List of OAuth 2 scopes associated with the tokens in this credential. [read-only] |
projects |
array ( GoogleCloudStorageProject ) |
List of Google Cloud Platform projects available for use with this credential. [read-only] |
token_expiry |
string <date-time> |
Time when he access token expires. [read-only] |
{
"DATA_TYPE": "google_cloud_storage_user_credential_policies#1.0.0",
"sub": "string",
"email": "user@example.com",
"access_token": "string",
"refresh_token": "string",
"scopes": [
"string"
],
"projects": [
{
"projectId": "strawberry-delta-129193",
"name": "Globus Data Project"
}
],
"token_expiry": "2020-02-04T21:44:12Z"
}