aws.iam.get_mfa_device
Example SQL Queries
SELECT * FROMaws.iam.get_mfa_deviceWHERE"serial_number" = 'VALUE';Description
Retrieves information about an MFA device for a specified user.
Table Definition
| Column Name | Column Data Type |
|---|---|
| serial_number Required Input Column Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs. | VARCHAR |
| user_name Input Column The friendly name identifying the user. | 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
| |
| certifications The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS). | MAP(VARCHAR, VARCHAR) |
| enable_date The date that a specified user's MFA device was first enabled. | TIMESTAMP_S |