Configure Azure Credentials
Select
SaaS
Customer Managed
This API creates the storage credentials for cloud account.
- application/json
Request Body
- name string
credential name
- tenantId string
storage tenant id
- applicationId string
application id
- applicationSecret string
application secret
- description string
description of the credential
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
credential object
id integer- errorMessage string
- errorCode integer
{
"credential": {
"id": 0
},
"errorMessage": "string",
"errorCode": 0
}
{
"credential": {
"id": 443
},
"errorMessage": "Successful!",
"errorCode": 0
}
Loading...