Skip to main content

TIAMResyncMFADeviceRequest

Class in AWS.IAM

ResyncMFADevice 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 TIAMResyncMFADeviceRequest.

Parameters

NameDescription
ASerialNumberSpecify the serial number that uniquely identifies the MFA 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 associated with the device.