The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Amazon::IAM::VirtualMFADevice

DESCRIPTION

Contains information about a virtual MFA device.

ATTRIBUTES

Base32StringSeed (optional)

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

EnableDate (optional)

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

QRCodePNG (optional)

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 (required)

The serial number associated with VirtualMFADevice.

User (required)

Contains information about an IAM user entity.

AUTHOR

Igor Tsigankov <tsiganenok@gmail.com>

COPYRIGHT

Copyright (c) 2015 Igor Tsigankov . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.