GCPBillingConfiguration

GCPBillingConfiguration
GCPBillingConfiguration

Configurations specific to the Google Cloud Platform Billing integration. Only applicable when the containing Credential has service=GCPBilling

JSON Example
{
    "projectId": "string",
    "gcpJsonKey": "string",
    "gcpApiKey": "string"
}
string
projectId
Required

The Google Cloud Platform (GCP) project id.

string
gcpJsonKey
Required

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.

string
gcpApiKey
Required

API key for Google Cloud Platform (GCP). Use 'saved_api_key' to retain existing API key when updating

Property Of