aboutsummaryrefslogtreecommitdiff
path: root/tests/data/cloud_sdk_config.json
blob: a5fe4a9a475e679596bb4ab6d2ecd6e13b7cee84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "configuration": {
    "active_configuration": "default",
    "properties": {
      "core": {
        "account": "user@example.com",
        "disable_usage_reporting": "False",
        "project": "example-project"
      }
    }
  },
  "credential": {
    "access_token": "don't use me",
    "token_expiry": "2017-03-23T23:09:49Z"
  },
  "sentinels": {
    "config_sentinel": "/Users/example/.config/gcloud/config_sentinel"
  }
}