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
| Name | Description |
|---|---|
ASerialNumber | Specify 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. |
AAuthenticationCode1 | Provide an authentication code emitted by the device. |
AAuthenticationCode2 | Provide a subsequent authentication code emitted by the device. |
AUserName | Specify the name of the IAM user to associate the device with. |