v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Cloud Credential

Retrieve cloud credentials by ID

get/cloudCredential/{id}

Path parameters

idinteger required

Response

OK

idinteger
namestring required

A descriptive name of the resource

selfstring
subscriptionNamestring

The name of the linked subscription

uploadedboolean

Whether the actual credentials have been uploaded to vault or metadata is present

secretsPathstring

The vault path of the uploaded credentials, if present

Example response

{
  "self": "subscription/123",
  "cloudProvider": {
    "url": "resourceName/ID"
  },
  "owner": {
    "url": "resourceName/ID"
  },
  "subscription": {
    "url": "resourceName/ID"
  }
}