Queries the authorization information about 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 |
---|---|---|---|---|
ProxyAccessId | long | Yes | The ID that Data Management (DMS) generates after the user is authorized to enable the secure access proxy feature for an instance. The ID is unique in DMS. You can call the ListProxyAccesses operation to query the ID. | 1 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "3CDB8601-AD74-4A47-8114-08E08CD6****",
"Success": true,
"ErrorMessage": "The specified user not exists.",
"ErrorCode": "UserNotExist",
"ProxyAccess": {
"ProxyAccessId": 2002,
"GmtCreate": "1643034647",
"AccessId": "hObpgEXoca42q***",
"OriginInfo": "Authorization by the Alibaba Cloud account (29490401597700\\*\\*\\*\\*)\n",
"IndepAccount": "***",
"UserId": 0,
"UserUid": "25936669186260****",
"UserName": "user",
"ProxyId": 1905,
"InstanceId": 1922545
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history