Lists 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 ID of the instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| NextToken |
string |
No |
The token that identifies the start of the next page of results.
|
NTxxxxxexample |
| MaxResults |
integer |
No |
The maximum number of entries to return on each page.
|
20 |
| Filter |
array<object> |
No |
The filter conditions. |
|
|
object |
No |
The filter condition. |
||
| Name |
string |
No |
The name of the field to filter. Valid values:
|
AuthorizationRuleId |
| Value |
array |
No |
The list of values for the field to filter. |
|
|
string |
No |
The value of the field to filter. |
arrule_01kf143ug06fg7m9f43u7vahxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries in the list. |
100 |
| NextToken |
string |
The token returned by this call. Use it in the next call to retrieve the next page of results. |
NTxxxexample |
| MaxResults |
integer |
The number of entries per page. |
20 |
| AuthorizationRules |
array<object> |
The list of authorization rules. |
|
|
object |
The authorization rule object. |
||
| InstanceId |
string |
The ID of the instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| AuthorizationRuleId |
string |
The ID of the authorization rule. |
arrule_01kf143ug06fg7m9f43u7vahxxxx |
| AuthorizationRuleName |
string |
The name of the authorization rule. |
test-name |
| Status |
string |
The status of the authorization rule. Valid values:
|
enabled |
| ProjectId |
string |
The ID of the project associated with the authorization rule. |
iprj_system_default |
| AuthorizationResourceScope |
string |
The scope of resources to authorize. Valid values:
|
global |
| AuthorizationRuleCreationType |
string |
The type of authorization rule creation. Valid values:
|
user_custom |
| AuthorizationRuleSubjectScope |
string |
The scope of subjects for the authorization rule. Valid values:
|
shared |
| AuthorizationRuleSubjectType |
string |
The type of subject associated with the authorization rule. This parameter takes effect only when AuthorizationRuleSubjectScope is exclusive. Valid values:
|
user |
| AuthorizationRuleSubjectId |
string |
The ID of the subject associated with the authorization rule. |
user_d6sbsuumeta4h66ec3il7yxxxx |
| Description |
string |
The description of the authorization rule. |
this is a test |
| CreateTime |
integer |
The time when the authorization rule was created, in Unix timestamp format. Unit: milliseconds. |
1652085686179 |
| UpdateTime |
integer |
The time when the authorization rule was last updated, in Unix timestamp format. Unit: 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": "shared",
"AuthorizationRuleSubjectType": "user",
"AuthorizationRuleSubjectId": "user_d6sbsuumeta4h66ec3il7yxxxx",
"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.