Cloud
Create Google Cloud Credential
Create a new credential for Google Cloud.
post/v1/credentials/googleCloud
Response
Created. Returns the newly created Google Cloud credential.
Example response
{
"credentialId": "googlecloud_56789",
"params": {
"name": "Example Google Cloud Credential",
"keyType": "service_account",
"projectId": "some-project-id-13579"
}
}