service-account-key.example.json•723 B
{
"type": "service_account",
"project_id": "your-project-id-12345",
"private_key_id": "abc123def456...",
"private_key": "-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n",
"client_email": "agenticledger-sheets-service@your-project-id.iam.gserviceaccount.com",
"client_id": "123456789012345678901",
"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/agenticledger-sheets-service%40your-project-id.iam.gserviceaccount.com",
"universe_domain": "googleapis.com"
}