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
| Name | Description |
|---|---|
ASerialNumber | Specify the serial number that uniquely identifies the MFA 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 associated with the device. |