ListVirtualMFADevices
Lists the virtual MFA devices defined in the Amazon Web Services account by assignment status. If
            you do not specify an assignment status, the operation returns a list of all virtual MFA
            devices. Assignment status can be Assigned, Unassigned, or
                Any.
Note
IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view tag information for a virtual MFA device, see ListMFADeviceTags.
You can paginate the results using the MaxItems and Marker
            parameters.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- AssignmentStatus
- 
               The status ( UnassignedorAssigned) of the devices to list. If you do not specify anAssignmentStatus, the operation defaults toAny, which lists both assigned and unassigned virtual MFA devices.,Type: String Valid Values: Assigned | Unassigned | AnyRequired: No 
- Marker
- 
               Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the Markerelement in the response that you received to indicate where the next call should start.Type: String Length Constraints: Minimum length of 1. Pattern: [\u0020-\u00FF]+Required: No 
- MaxItems
- 
               Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the IsTruncatedresponse element istrue.If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the IsTruncatedresponse element returnstrue, andMarkercontains a value to include in the subsequent call that tells the service where to continue from.Type: Integer Valid Range: Minimum value of 1. Maximum value of 1000. Required: No 
Response Elements
The following elements are returned by the service.
- IsTruncated
- 
               A flag that indicates whether there are more items to return. If your results were truncated, you can make a subsequent pagination request using the Markerrequest parameter to retrieve more items. Note that IAM might return fewer than theMaxItemsnumber of results even when there are more results available. We recommend that you checkIsTruncatedafter every call to ensure that you receive all your results.Type: Boolean 
- Marker
- 
               When IsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.Type: String 
- VirtualMFADevices.member.N
- 
               The list of virtual MFA devices in the current account that match the AssignmentStatusvalue that was passed in the request.Type: Array of VirtualMFADevice objects 
Errors
For information about the errors that are common to all actions, see Common Errors.
Examples
Example
This example illustrates one usage of ListVirtualMFADevices.
Sample Request
https://iam.amazonaws.com/?Action=ListVirtualMFADevices
&AssignmentStatus=Any
&Version=2010-05-08
&AUTHPARAMSSample Response
<ListVirtualMFADevicesResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
<ListVirtualMFADevicesResult>
  <IsTruncated>false</IsTruncated>
  <VirtualMFADevices>
    <member>
      <EnableDate>20112-11-17T12:31:16Z</EnableDate>
      <SerialNumber>
      arn:aws:iam::123456789012:mfa/MyCustomUser
      </SerialNumber>
      <User>
        <Arn>arn:aws:iam::123456789012:user</MyCustomUser>
        <CreateDate>2012-10-13T22:00:36Z</CreateDate>
        <PasswordLastUsed>1540408180</PasswordLastUsed>
        <Path>/</Path>
        <UserId>AIDAEXAMPLE36EXAMPLEC</UserId>
        <UserName>MyCustomUser</UserName>
      </User>
    </member>
    <member>
      <EnableDate>2011-10-31T20:45:02Z</EnableDate>
      <SerialNumber>
      arn:aws:iam:::mfa/ExampleUser
      </SerialNumber>
      <User>
        <Arn>arn:aws:iam::111122223333:user/ExampleUser</Arn>
        <CreateDate>2011-07-01T17:23:07Z</CreateDate>
        <PasswordLastUsed>1380057478</PasswordLastUsed>
        <Path>/</Path>
        <UserId>AIDEXAMPLE4EXAMPLEXYZ</UserId>
        <UserName>ExampleUser</UserName>
      </User>
    </member>
  </VirtualMFADevices>
</ListVirtualMFADevicesResult>
<ResponseMetadata>
  <RequestId>b61ce1b1-0401-11e1-b2f8-2dEXAMPLEbfc</RequestId>
</ResponseMetadata>
</ListVirtualMFADevicesResponse>See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: