Skip to main content

TIAMEnableMFADeviceRequest

Class in AWS.IAM

EnableMFADevice request class.

Ancestors

Properties

AuthenticationCode1

property AuthenticationCode1: string

AuthenticationCode2

property AuthenticationCode2: string

SerialNumber

property SerialNumber: string

UserName

property UserName: string

Constructors

Create

constructor Create(const ASerialNumber, AAuthenticationCode1, AAuthenticationCode2, AUserName: string);

Constructor for TIAMEnableMFADeviceRequest.

Parameters

NameDescription
ASerialNumberSpecify the serial number that uniquely identifies the MFA devices. For virtual MFA devices, the serial number is the Amazon Resource Name (ARN) of the device.
AAuthenticationCode1Provide an authentication code emitted by the device.
AAuthenticationCode2Provide a subsequent authentication code emitted by the device.
AUserNameSpecify the name of the IAM user to associate the device with.