VirtualMfaDevice

Contains information about a virtual MFA device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The serial number associated with VirtualMFADevice.

Link copied to clipboard
val tags: List<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.

Link copied to clipboard
val user: User?

The IAM user associated with this virtual MFA device.

Functions

Link copied to clipboard
inline fun copy(block: VirtualMfaDevice.Builder.() -> Unit = {}): VirtualMfaDevice
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String