Creates a permission template
Operation description
You are a database administrator (DBA) or a Data Management (DMS) administrator. For more information about how to view system roles, see View system roles.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | Yes | The name of the permission template. | Test template. |
Description | string | No | The description of the permission template. | This template is used for business testing. |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"AuthorityTemplateView": {
"TemplateId": 1563,
"Name": "Test template.\n",
"CreatorId": 0,
"Description": "This template is used for business testing.\n",
"CreateTime": "2023-01-11 14:17:33"
},
"Success": true,
"Tid": 0
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-19 | The response structure of the API has changed | View Change Details |
2023-09-17 | The internal configuration of the API is changed, but the call is not affected | View Change Details |