GCPBillingConfiguration
Configurations specific to the Google Cloud Platform Billing integration. Only applicable when the containing Credential has service=GCPBilling
{
"projectId": "string",
"gcpJsonKey": "string",
"gcpApiKey": "string"
}
The Google Cloud Platform (GCP) project id.
Private key for a Google Cloud Platform (GCP) service account within your project. The account must at least be granted Monitoring Viewer permissions. This key must be in the JSON format generated by GCP. Use '{"project_id": "%s"}' to retain the existing key when updating.
API key for Google Cloud Platform (GCP). Use 'saved_api_key' to retain existing API key when updating