Values.VirtualMFADeviceSourceContains information about a virtual MFA device.
type nonrec t = {serialNumber : SerialNumberType.t option;The serial number associated with VirtualMFADevice.
*)base32StringSeed : BootstrapDatum.t option;The base32 seed defined as specified in RFC3548. The Base32StringSeed is base32-encoded.
*)qRCodePNG : BootstrapDatum.t option;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.
*)user : User.t option;The IAM user associated with this virtual MFA device.
*)enableDate : DateType.t option;The date and time on which the virtual MFA device was enabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of BootstrapDatum.t
| `List of
[> `Structure of (string * [> `String of TagKeyType.t ]) list ]
list
| `String of SerialNumberType.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TagKeyType.t ]) list ]
list
| `String of PathType.t
| `Structure of
(string * [> `Enum of string | `String of ArnType.t ]) list
| `Timestamp of DateType.t ])
list
| `Timestamp of DateType.t ])
list ]