Queries the AccessKey pairs of a specific Resource Access Management (RAM) user in the recycle bin.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListAccessKeysInRecycleBin |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
No |
The ID of the Resource Access Management (RAM) user. |
20732900249392**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| AccessKeys |
object |
||
| AccessKey |
array<object> |
The information about the AccessKey pairs. |
|
|
object |
The information about the AccessKey pair. |
||
| AccessKeyId |
string |
The AccessKey ID. |
LTAI******************* |
| CreateDate |
string |
The time when the AccessKey pair was created. |
2020-10-11T09:12:00Z |
| RecycleDate |
string |
The time when the AccessKey pair was deleted and moved to the recycle bin. |
2020-10-12T09:12:00Z |
| DeleteDate |
string |
The time when the AccessKey pair will be permanently deleted from the recycle bin. |
2020-11-12T09:12:00Z |
| RequestId |
string |
The request ID. |
4507D1CD-526A-4E2B-A1E2-3AB045D1EE0B |
Examples
Success response
JSON format
{
"AccessKeys": {
"AccessKey": [
{
"AccessKeyId": "LTAI*******************",
"CreateDate": "2020-10-11T09:12:00Z",
"RecycleDate": "2020-10-12T09:12:00Z",
"DeleteDate": "2020-11-12T09:12:00Z"
}
]
},
"RequestId": "4507D1CD-526A-4E2B-A1E2-3AB045D1EE0B"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.