A key for the App Engine default account
The default service accounts hold roles/editor on the project, so this file is a permanent editor credential for everything in it, including the ability to mint more keys.
{
"type": "service_account",
"project_id": "my-project",
"private_key_id": "0123456789abcdef0123456789abcdef01234567",
"private_key": "-----BEGIN PRIVATE KEY-----\nREDACTED\n-----END PRIVATE KEY-----\n",
"client_email": "my-project@appspot.gserviceaccount.com",
"client_id": "123456789012345678901",
"token_uri": "https://oauth2.googleapis.com/token"
}