aws.iam.list_mfa_devices
Example SQL Queries
SELECT * FROMaws.iam.list_mfa_devices;Description
Lists the MFA devices for an IAM user. If the request includes a IAM user name, then this operation lists all the MFA devices associated with the specified user. If you do not specify a user name, IAM determines the user name implicitly based on the Amazon Web Services access key ID signing the request for this operation.
You can paginate the results using the MaxItems and Marker parameters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| user_name Input Column The user with whom the MFA device is associated. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| enable_date The date when the MFA device was enabled for the user. | TIMESTAMP_S |
| serial_number The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN. | VARCHAR |