v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Cloud Credential

Retrieve all cloud credentials

get/cloudCredential

Query parameters

providerIdinteger

Retrieve only resources for a Cloud Provider

subscriptionIdinteger

Retrieve only resources created for a specific Subscription

userCompanyIdinteger

Retrieve only resources owned by the UserCompany with the passed ID

userIdinteger

Retrieve only resources owned by the User with the passed ID

pageNumberinteger

Page number to retrieve

Page number to retrieve

pageSizeinteger

Number of elements for the requested page

Number of elements for the requested page

sortDirection'ASC' | 'DESC'

Elements sort direction

Elements sort direction

sortFieldstring

Field to sort by

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