Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ResyncMFADeviceCommandInputProtected

The input for ResyncMFADeviceCommand.

Hierarchy

Properties

AuthenticationCode1: undefined | string

An authentication code emitted by the device.

The format for this parameter is a sequence of six digits.

AuthenticationCode2: undefined | string

A subsequent authentication code emitted by the device.

The format for this parameter is a sequence of six digits.

SerialNumber: undefined | string

Serial number that uniquely identifies the MFA device.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

UserName: undefined | string

The name of the user whose MFA device you want to resynchronize.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-