Mengkueri informasi tentang Pengguna RAM tertentu di Keranjang daur ulang.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetUserInRecycleBin |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserId |
string |
No |
ID Pengguna RAM. Catatan
Anda hanya perlu menentukan salah satu parameter berikut: UserId dan UserAccessKeyId. |
20732900249392**** |
| UserAccessKeyId |
string |
No |
ID AccessKey Pengguna RAM. Catatan
Anda hanya perlu menentukan salah satu parameter berikut: UserId dan UserAccessKeyId. |
LTAI******************* |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| User |
object |
The information about the RAM user. |
|
| UserId |
string |
The ID of the RAM user. |
20732900249392**** |
| UserPrincipalName |
string |
The logon name of the RAM user. |
test@example.onaliyun.com |
| DisplayName |
string |
The display name of the RAM user. |
test |
| CreateDate |
string |
The time when the RAM user was created. |
2020-10-11T09:12:00Z |
| RecycleDate |
string |
The time when the RAM user was deleted and moved to the recycle bin. |
2020-10-12T09:12:00Z |
| DeleteDate |
string |
The time when the RAM user will be permanently deleted from the recycle bin. |
2020-11-12T09:12:00Z |
| RequestId |
string |
The request ID. |
4507D1CD-526A-4E2B-A1E2-3AB045D1EE0B |
Contoh
Respons sukses
JSONformat
{
"User": {
"UserId": "20732900249392****",
"UserPrincipalName": "test@example.onaliyun.com",
"DisplayName": "test",
"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.