forked from BeardedTinker/Home-Assistant_Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice_account_ga_sample.json
13 lines (12 loc) · 1.15 KB
/
service_account_ga_sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"type": "service_account",
"project_id": "api-project-00000000000",
"private_key_id": "1234567890abcdef1234567890abcdef12345678",
"private_key": "-----BEGIN PRIVATE KEY-----\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000\n000000000000000000000000000000000000000000000000000000000000/n000000000000000000000000000000000000000000000000000000000000\n-----END PRIVATE KEY-----\n",
"client_email": "sample@api-project-000000000000.iam.gserviceaccount.com",
"client_id": "000000000000000000000",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/sample%40api-project-000000000000.iam.gserviceaccount.com"
}