Queries multi-factor authentication (MFA) devices.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Marker | string | No | The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request.`` When you call the operation for the first time, if the total number of returned entries exceeds the value of | EXAMPLE |
MaxItems | integer | No | The number of entries per page. Valid values: 1 to 100. Default value: 100. | 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"VirtualMFADevices": {
"VirtualMFADevice": [
{
"SerialNumber": "acs:ram::177242285274****:mfa/test",
"User": {
"UserPrincipalName": "test@177242285274****.onaliyun.com",
"DisplayName": "test",
"UserId": "20732900249392****"
},
"ActivateDate": "2020-10-16T06:02:09Z"
}
]
},
"RequestId": "32272612-DF82-485E-8BA9-AFA4E0C3D0BA",
"IsTruncated": true,
"Marker": "EXAMPLE"
}
Error codes
For a list of error codes, visit the Service error codes.