Mengkueri pasangan AccessKey dari pengguna Resource Access Management (RAM) tertentu di tempat sampah.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListAccessKeysInRecycleBin |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
No |
ID pengguna Resource Access Management (RAM). |
20732900249392**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| AccessKeys |
object |
||
| AccessKey |
array<object> |
Informasi tentang pasangan AccessKey. |
|
|
object |
Informasi tentang pasangan AccessKey. |
||
| 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 |
ID permintaan. |
4507D1CD-526A-4E2B-A1E2-3AB045D1EE0B |
Contoh
Respons sukses
JSONformat
{
"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"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.