Enables three-role mode.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardbx:EnableRightsSeparation |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the instance. |
cn-hangzhou |
| DBInstanceName |
string |
Yes |
The name of the instance. |
pxc-htri0ori2r4k9p |
| SecurityAccountName |
string |
Yes |
The name of the security administrator account. |
account_sec |
| SecurityAccountPassword |
string |
Yes |
The password of the security administrator account. |
***** |
| SecurityAccountDescription |
string |
No |
The description of the security administrator account. |
test123 |
| AuditAccountName |
string |
Yes |
The name of the audit account. |
account_audit |
| AuditAccountPassword |
string |
Yes |
The password of the audit account. |
****** |
| AuditAccountDescription |
string |
No |
The description of the audit account. |
test123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
Returns success if the request is successful, or the corresponding error code if an error occurs. |
success |
| RequestId |
string |
The unique request ID. |
73559800-3c8c-11ec-bd40-99cfcff3fe1e |
| Success |
boolean |
Indicates whether the request is successful. |
true |
Examples
Success response
JSON format
{
"Message": "success",
"RequestId": "73559800-3c8c-11ec-bd40-99cfcff3fe1e",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.