Mengkueri perangkat autentikasi multi-faktor (MFA).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListVirtualMFADevices |
get |
*MFADevice
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| VirtualMFADevices |
object |
||
| VirtualMFADevice |
array<object> |
Informasi tentang perangkat MFA. |
|
|
array<object> |
Informasi tentang perangkat MFA. |
||
| SerialNumber |
string |
The serial number of the MFA device. |
acs:ram::123456789012****:mfa/device002 |
| User |
object |
The basic information about the Resource Access Management (RAM) user to which the MFA device is bound. |
|
| DisplayName |
string |
The display name of the RAM user. |
张* |
| UserId |
string |
The unique ID of the RAM user. |
122748924538**** |
| UserName |
string |
The name of the RAM user. |
zhangq**** |
| ActivateDate |
string |
The time when the MFA device was enabled. |
2015-02-18T17:22:08Z |
| RequestId |
string |
ID permintaan. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
Contoh
Respons sukses
JSONformat
{
"VirtualMFADevices": {
"VirtualMFADevice": [
{
"SerialNumber": "acs:ram::123456789012****:mfa/device002",
"User": {
"DisplayName": "张*",
"UserId": "122748924538****",
"UserName": "zhangq****"
},
"ActivateDate": "2015-02-18T17:22:08Z"
}
]
},
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.