Queries information about users that are authorized to access a database instance by using the secure access proxy feature.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProxyId | long | Yes | The ID of the secure access proxy. Note
You can call the ListProxies operation to query the ID of the secure access proxy.
| 47 |
Tid | long | No | The ID of the tenant. Note
You can call the GetUserActiveTenant operation to query the ID of the tenant.
| 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "E53D178A-85E9-5E1F-88B6-3CB1FCF2****",
"Success": true,
"ErrorMessage": "ProxyId is mandatory for this action.",
"ErrorCode": "MissingProxyId",
"ProxyAccessList": [
{
"ProxyAccessId": 0,
"GmtCreate": "2021-03-31 10:34:18",
"AccessId": "MXPL8HalI22m****",
"OriginInfo": "Authorization by the Alibaba Cloud Account(29490401597700****)",
"IndepAccount": "****",
"UserId": 0,
"UserUid": "25936669186260****",
"UserName": "user",
"ProxyId": 47,
"InstanceId": 0
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history