source: gs3-installations/computing50/trunk/sites/computing50/collect/celebrating-50-years/etc/google-sa-credentials-key.json.PLACEHOLDER@ 37502

Last change on this file since 37502 was 37502, checked in by davidb, 14 months ago

Skeleton framework for collection

File size: 660 bytes
Line 
1{
2 "type": "service_account",
3 "project_id": "my-project",
4 "private_key_id": "hex-string-hex-string-hex-string-hex-string",
5 "private_key": "-----BEGIN PRIVATE KEY-----\n<PRIVATEKEYDATA>=\n-----END PRIVATE KEY-----\n",
6 "client_email": "[email protected]",
7 "client_id": "01234567890123456789",
8 "auth_uri": "https://accounts.google.com/o/oauth2/auth",
9 "token_uri": "https://oauth2.googleapis.com/token",
10 "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
11 "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/service-account%40my-project.iam.gserviceaccount.com"
12}
Note: See TracBrowser for help on using the repository browser.