Cloud
Create Azure Credential
Create a new credential for Azure.
post/v1/credentials/azure
Request body
Example request
{
"name": "Example Azure Credential",
"clientId": "76cd2065-b065-43fa-ad55-316927945439",
"tenantId": "de991a0e-5765-429a-bc8e-1a053bb61911",
"clientSecret": "example-azure-secret",
"linkType": "global"
}Response
Created. Returns the newly created Azure credential.
Example response
{
"credentialId": "azure_34567",
"params": {
"name": "Example Azure Credential",
"clientId": "76cd2065-b065-43fa-ad55-316927945439",
"tenantId": "de991a0e-5765-429a-bc8e-1a053bb61911",
"linkType": "global"
}
}