Retrieves the credentials (private key) for a service account.
Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
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