Add a credential

Adds a new credential to a tenant's credential pool.
This is useful for adding additional service principals for load balancing API calls.
Automatically triggers credential verification in the background to update health status.

Path Params
uuid
required

The tenant identifier.

Body Params

The credential creation request.

Request model for creating a new cloud credential.

string
enum
required
Allowed:
credentials
object
required

Credentials dictionary with required fields for the authentication type.
Sensitive fields will be encrypted and stored securely.

For Azure credentials (AzureServicePrincipal, AzureServicePrincipalCertificate):

  • tenantId is automatically populated from the parent tenant's ProviderTenantId and should not be provided
  • Required fields: clientId, clientSecret (or clientCertificate for certificate auth)
Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json