Queries all permissions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ListAuthority |
list |
*All Resource
|
None | None |
Request syntax
POST /pop/v5/account/authority_list HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
No request parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The additional information that is returned. |
success |
| RequestId |
string |
The ID of the request. |
57609587-DFA2-41EC-****-********* |
| AuthorityList |
object |
||
| Authority |
array<object> |
The permissions. |
|
|
array<object> |
|||
| GroupId |
string |
The ID of the permission group. |
1 |
| Name |
string |
The name of the permission group. |
应用管理 |
| Description |
string |
The description of the permission group. |
对应用的所有操作 |
| ActionList |
object |
||
| Action |
array<object> |
The set of permissions. |
|
|
object |
|||
| Code |
string |
The code of the permission. |
1 |
| Description |
string |
The description of the permission. |
创建应用 |
| GroupId |
string |
The ID of the permission group. |
1 |
| Name |
string |
The name of the permission. |
创建应用 |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "57609587-DFA2-41EC-****-*********",
"AuthorityList": {
"Authority": [
{
"GroupId": "1",
"Name": "应用管理",
"Description": "对应用的所有操作",
"ActionList": {
"Action": [
{
"Code": "1",
"Description": "创建应用",
"GroupId": "1",
"Name": "创建应用"
}
]
}
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.