Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface VirtualMFADevice

Contains information about a virtual MFA device.

Hierarchy

  • VirtualMFADevice

Properties

Base32StringSeed?: Uint8Array

The base32 seed defined as specified in RFC3548. The Base32StringSeed is base32-encoded.

EnableDate?: Date

The date and time on which the virtual MFA device was enabled.

QRCodePNG?: Uint8Array

A QR code PNG image that encodes otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String where $virtualMFADeviceName is one of the create call arguments. AccountName is the user name if set (otherwise, the account ID otherwise), and Base32String is the seed in base32 format. The Base32String value is base64-encoded.

SerialNumber: undefined | string

The serial number associated with VirtualMFADevice.

Tags?: Tag[]

A list of tags that are attached to the virtual MFA device. For more information about tagging, see Tagging IAM resources in the IAM User Guide.

User?: User

The IAM user associated with this virtual MFA device.