You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
523 B

  1. {
  2. "type": "service_account",
  3. "project_id": "project_id",
  4. "private_key_id": "private_key_id",
  5. "private_key": "private_key",
  6. "client_email": "xyz@developer.gserviceaccount.com",
  7. "client_id": "123",
  8. "auth_uri": "https://accounts.google.com/o/oauth2/auth",
  9. "token_uri": "https://accounts.google.com/o/oauth2/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/xyz%40developer.gserviceaccount.com"
  12. }