Attaches a system policy or custom policy to a DMS user or custom role.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:CreateAbacAuthorization |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IdentityType |
string |
Yes |
The principal type. Valid values: user or custom role. Valid values:
|
USER |
| UserId |
integer |
No |
The ID of the user. You can call the GetUser operation to query the user ID. Note
If IdentityType is set to USER, this parameter is required. |
51**** |
| PolicyId |
integer |
Yes |
The ID of the policy. |
12**** |
| RoleId |
integer |
No |
The ID of the role. Note
If IdentityType is set to ROLE, this parameter is required. |
31**** |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic. |
3*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID, which you can use to query logs and troubleshoot issues. |
0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931 |
| Success |
boolean |
Indicates whether the request was successful.
|
true |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message. |
UnknownError |
| Result |
string |
Indicates whether the policy was attached. |
true |
Examples
Success response
JSON format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"Success": true,
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Result": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.