Menanyakan informasi dasar tentang semua pengguna Resource Access Management (RAM) di recycle bin.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListUsersInRecycleBin |
list |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Marker |
string |
No |
|
EXAMPLE |
| MaxItems |
integer |
No |
Jumlah entri yang akan dikembalikan. Jika respons terpotong karena mencapai nilai Nilai yang valid: 1 hingga 100. Nilai default: 100. |
100 |
| Filter |
string |
No |
Kondisi filter yang digunakan untuk mengkueri informasi tentang pengguna RAM tertentu di recycle bin. Anda harus menentukan parameter ini dalam format |
UserPrincipalName eq test@example.onaliyun.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
3687BD52-49FD-585B-AB14-CD05B7C76963 |
| IsTruncated |
boolean |
Menunjukkan apakah respons terpotong. Nilai yang valid:
|
true |
| Marker |
string |
Parameter yang digunakan untuk memperoleh bagian yang terpotong. Hanya berlaku ketika |
EXAMPLE |
| Users |
object |
||
| User |
array<object> |
Informasi tentang pengguna RAM. |
|
|
object |
Informasi tentang pengguna RAM. |
||
| 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@example.onaliyun.com |
| CreateDate |
string |
The time when the RAM user was created. |
2020-10-12T09:12:00Z |
| RecycleDate |
string |
The time when the RAM user was deleted and moved to the recycle bin. |
2020-10-15T09:12:00Z |
| DeleteDate |
string |
The time when the RAM user will be permanently deleted from the recycle bin. |
2020-11-15T09:12:00Z |
Contoh
Respons sukses
JSONformat
{
"RequestId": "3687BD52-49FD-585B-AB14-CD05B7C76963",
"IsTruncated": true,
"Marker": "EXAMPLE",
"Users": {
"User": [
{
"UserId": "20732900249392****",
"UserPrincipalName": "test@example.onaliyun.com",
"DisplayName": "test@example.onaliyun.com",
"CreateDate": "2020-10-12T09:12:00Z",
"RecycleDate": "2020-10-15T09:12:00Z",
"DeleteDate": "2020-11-15T09:12:00Z"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.