Query authorization rules.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListAuthorizationRules |
list |
*AuthorizationRule
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
No |
The token that marks the start of the next page.
|
NTxxxxxexample |
| MaxResults |
integer |
No |
The maximum number of records per page.
|
20 |
| Filter |
array<object> |
No |
Filter conditions. |
|
|
object |
No |
Filter conditions. |
||
| Name |
string |
No |
The name of the filter field. Valid values:
|
AuthorizationRuleId |
| Value |
array |
No |
The list of values for the filter field. |
|
|
string |
No |
The value of the filter field. |
arrule_01kf143ug06fg7m9f43u7vahxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of items in the list. |
100 |
| NextToken |
string |
The query credential (token) returned by this call, used for the next paged query. |
NTxxxexample |
| MaxResults |
integer |
The number of rows per page for paged queries. |
20 |
| AuthorizationRules |
array<object> |
A list of authorization rules. |
|
|
object |
The authorization rule data object. |
||
| InstanceId |
string |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| AuthorizationRuleId |
string |
The authorization rule ID. |
arrule_01kf143ug06fg7m9f43u7vahxxxx |
| AuthorizationRuleName |
string |
The authorization rule name. |
test-name |
| Status |
string |
The status of the authorization rule. Valid values:
|
enabled |
| ProjectId |
string |
The project ID associated with the authorization rule. |
iprj_system_default |
| AuthorizationResourceScope |
string |
Authorization resource scope. Options:
|
global |
| AuthorizationRuleCreationType |
string |
The creation type of the authorization rule. Valid values:
|
user_custom |
| AuthorizationRuleSubjectScope |
string |
The scope of the authorization rule subject. Enumeration type: shared (supports all subjects, including accounts and applications), exclusive (exclusive type). |
|
| AuthorizationRuleSubjectType |
string |
The type of the authorization rule subject. Enumeration type: application (application), user (account). |
|
| AuthorizationRuleSubjectId |
string |
The authorization rule subject ID, which corresponds to the subject ID of the subject type. |
|
| Description |
string |
The description of the authorization rule. |
this is a test |
| CreateTime |
integer |
The creation time in Unix timestamp format, in milliseconds. |
1652085686179 |
| UpdateTime |
integer |
The last update time in Unix timestamp format, in milliseconds. |
1652085686179 |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"TotalCount": 100,
"NextToken": "NTxxxexample",
"MaxResults": 20,
"AuthorizationRules": [
{
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"AuthorizationRuleId": "arrule_01kf143ug06fg7m9f43u7vahxxxx",
"AuthorizationRuleName": "test-name",
"Status": "enabled",
"ProjectId": "iprj_system_default",
"AuthorizationResourceScope": "global",
"AuthorizationRuleCreationType": "user_custom",
"AuthorizationRuleSubjectScope": "",
"AuthorizationRuleSubjectType": "",
"AuthorizationRuleSubjectId": "",
"Description": "this is a test",
"CreateTime": 1652085686179,
"UpdateTime": 1652085686179
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.