VirtualMFADevice

public struct VirtualMFADevice : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The base32 seed defined as specified in RFC3548. The Base32StringSeed is base64-encoded.

    Declaration

    Swift

    public let base32StringSeed: Data?
  • The date and time on which the virtual MFA device was enabled.

    Declaration

    Swift

    public let enableDate: TimeStamp?
  • 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.

    Declaration

    Swift

    public let qRCodePNG: Data?
  • The serial number associated with VirtualMFADevice.

    Declaration

    Swift

    public let serialNumber: String
  • The IAM user associated with this virtual MFA device.

    Declaration

    Swift

    public let user: User?
  • Undocumented

    Declaration

    Swift

    public init(base32StringSeed: Data? = nil, enableDate: TimeStamp? = nil, qRCodePNG: Data? = nil, serialNumber: String, user: User? = nil)