Skip to main content

IIAMVirtualMFADevice

Interface in AWS.IAM

Interface for IAM VirtualMFADevice.

Properties

Base32StringSeed

property Base32StringSeed: string

The Base32 seed. The value is Base32-encoded.

EnableDate

property EnableDate: TOptional<TDateTime>

The date and time when the virtual MFA device was enabled.

QRCodePNG

property QRCodePNG: TStream

A QR code in PNG format.

The image contains otpauth://totp/$virtualMFADeviceName@$AccountName?secret=$Base32String where $virtualMFADeviceName is the argument from the call to create. $AccountName is the user name if set, otherwise the account ID. The $Base32String is the Base32StringSeed.

SerialNumber

property SerialNumber: string

The serial number associated with the virtual MFA device.

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

A list of tags that are associated with the virtual MFA device.

User

property User: IIAMUser

Type: IIAMUser

The IAM user associated with this virtual MFA device.