Queries the bindings between users and resources.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| appstreaming:ListBindInfo | list | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| UserIdList | array | No | The user IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the bindings of the specified users are returned.
| |
| string | No | The user ID. | Alice | |
| WyIdList | array | No | The IDs of the Alibaba Cloud Workspace users. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the bindings of the specified Alibaba Cloud Workspace users are returned.
| |
| string | No | The ID of the Alibaba Cloud Workspace user. | 2ca6f5a93536**** | |
| AppInstanceGroupIdList | array | No | The IDs of the delivery groups. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the bindings of the specified delivery groups are returned.
| |
| string | No | The ID of the delivery group. | aig-4xz0oy8x4ipyv**** | |
| AppInstanceIdList | array | No | The IDs of app instances. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the bindings of the specified app instances are returned.
| |
| string | No | The ID of the app instance. | ai-azn3kmwruh1vl**** | |
| AppIdList | array | No | The app IDs. You can specify 1 to 100 IDs. Note
If you specify this parameter, only the bindings of the specified apps are returned.
| |
| string | No | The app ID. | ca-fq738or6vd854**** | |
| PageSize | integer | No | The number of entries per page. The value cannot be greater than | 10 |
| PageNumber | integer | No | The page number. Default value: | 1 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "AD2D0761-1FE5-549D-B169-D3F8D19C****",
"TotalCount": 15,
"PageSize": 10,
"PageNumber": 1,
"BindInfoModels": [
{
"AppId": "ca-fq738or6vd854****",
"AppVersion": 1,
"RegionId": "cn-shanghai",
"UserId": "Alice",
"WyId": "2ca6f5a93536****",
"AccountType": "simple",
"AppInstanceGroupId": "aig-0abxhr6ce35w8****",
"AppInstanceId": "ai-83oe276fre4l3****",
"ProductType": "CloudApp"
}
]
}Error codes
For a list of error codes, visit the Service error codes.
