v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
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.

credentialIdstring required

Google Cloud credential ID

type'googleCloud' required

Example response

{
  "credentialId": "googlecloud_56789",
  "params": {
    "name": "Example Google Cloud Credential",
    "keyType": "service_account",
    "projectId": "some-project-id-13579"
  }
}