v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Cloud Credential

Add custom credentials for a cloud provider

post/cloudCredential

Request body

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 request

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

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"
  }
}