Difference between revisions of "Your key file name.json"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
== Related ==
 
== Related ==
 
* <code>[[gcloud iam service-accounts keys create]]</code>
 
* <code>[[gcloud iam service-accounts keys create]]</code>
* <code>[[gcloud auth activate-service-account]]</code>
+
* <code>[[gcloud auth activate-service-account --key-file]]</code>
 
* <code>[[gcloud projects list]]</code>
 
* <code>[[gcloud projects list]]</code>
 
* <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code>
 
* <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code>

Revision as of 08:58, 22 September 2022

{
  "type": "service_account",
  "project_id": "your-project",
  "private_key_id": "461f06f39328f37axxxxxx",
  "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBA.../...DANBgkqhkiG9-----END PRIVATE KEY-----\n",
  "client_email": "[email protected]",
  "client_id": "101423435667",
  "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/local-dev-martin%40elucidate-co.iam.gserviceaccount.com"
}

Related

See also

Advertising: