AwsIamMFADevicePropertiesResponse

data class AwsIamMFADevicePropertiesResponse(val enableDate: String? = null, val serialNumber: String? = null, val userName: String? = null)

Definition of awsIamMFADevice

Constructors

Link copied to clipboard
constructor(enableDate: String? = null, serialNumber: String? = null, userName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableDate: String? = null

The date when the MFA device was enabled for the user.

Link copied to clipboard
val serialNumber: String? = null

The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.

Link copied to clipboard
val userName: String? = null

The user with whom the MFA device is associated.