Retrieves the credentials (private key) for a service account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the service account to retrieve credentials for.
Service account credentials
The credentials for a service account.
The object type, which is always service_account_credentials.
service_account_credentials The private key for the service account in JSON format.
The type of service account credentials, currently only gcp is supported.
gcp