class Aws::IAM::Types::ResyncMFADeviceRequest
@note When making an API call, you may pass ResyncMFADeviceRequest
data as a hash: { user_name: "existingUserNameType", # required serial_number: "serialNumberType", # required authentication_code_1: "authenticationCodeType", # required authentication_code_2: "authenticationCodeType", # required }
@!attribute [rw] user_name
The name of the user whose MFA device you want to resynchronize. This parameter allows (through its [regex pattern][1]) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: \_+=,.@- [1]: http://wikipedia.org/wiki/regex @return [String]
@!attribute [rw] serial_number
Serial number that uniquely identifies the MFA device. This parameter allows (through its [regex pattern][1]) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: \_+=,.@- [1]: http://wikipedia.org/wiki/regex @return [String]
@!attribute [rw] authentication_code_1
An authentication code emitted by the device. The format for this parameter is a sequence of six digits. @return [String]
@!attribute [rw] authentication_code_2
A subsequent authentication code emitted by the device. The format for this parameter is a sequence of six digits. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ResyncMFADeviceRequest AWS API Documentation
Constants
- SENSITIVE