Configure Azure SQL/SQL Managed Authentication
Select
SaaS
Customer Managed
This API creates Azure DB MSSQL Credentials.
- application/json
Request Body
- name string required
credential name
- userAccount string required
user account
- password string required
user password
- description string
description
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": 441
},
"errorMessage": "Successful!",
"errorCode": 0
}
Loading...