Queries the entities to which a policy is attached.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
ram:ListEntitiesForPolicy | get | Policy
Policy
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
PolicyType | string | No | The type of the policy. Valid values: | Custom |
PolicyName | string | No | The name of the policy. | OSS-Administrator |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The request ID. | 7B8A4E7D-6CFF-471D-84DF-195A7A241ECB |
| Groups | object | ||
| Group | array<object> | The information about the Resource Access Management (RAM) user groups. | |
object | The information about the RAM user group. | ||
GroupName | string | The name of the RAM user group. | QA-Team |
Comments | string | The description of the RAM user group. | Test-Team |
AttachDate | string | The time when the policy was attached to the RAM user group. | 2015-02-18T17:22:08Z |
| Roles | object | ||
| Role | array<object> | The information about the RAM roles. | |
object | The information about the RAM role. | ||
Description | string | The description of the RAM role. | ECSECSAdmin |
RoleName | string | The name of the RAM role. | ECSAdmin |
AttachDate | string | The time when the policy was attached to the RAM role. | 2015-01-23T12:33:18Z |
Arn | string | The Alibaba Cloud Resource Name (ARN) of the RAM role. | acs:ram::123456789012****:role/ECSAdmin |
RoleId | string | The ID of the RAM role. | 122748924538**** |
| Users | object | ||
| User | array<object> | The information about the RAM users. | |
object | The information about the RAM user. | ||
DisplayName | string | The display name of the RAM user. | Alice |
UserId | string | The unique ID of the RAM user. | 122748924538**** |
UserName | string | The name of the RAM user. | zhangq**** |
AttachDate | string | The time when the policy was attached to the RAM user. | 2015-01-23T12:33:18Z |
Examples
Success response
JSON format
{
"RequestId": "7B8A4E7D-6CFF-471D-84DF-195A7A241ECB",
"Groups": {
"Group": [
{
"GroupName": "QA-Team",
"Comments": "Test-Team",
"AttachDate": "2015-02-18T17:22:08Z"
}
]
},
"Roles": {
"Role": [
{
"Description": "ECSECSAdmin",
"RoleName": "ECSAdmin",
"AttachDate": "2015-01-23T12:33:18Z",
"Arn": "acs:ram::123456789012****:role/ECSAdmin",
"RoleId": "122748924538****"
}
]
},
"Users": {
"User": [
{
"DisplayName": "Alice",
"UserId": "122748924538****",
"UserName": "zhangq****",
"AttachDate": "2015-01-23T12:33:18Z"
}
]
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.