Skip to main content

TIAMDeactivateMFADeviceRequest

Class in AWS.IAM

DeactivateMFADevice request class.

Ancestors

Properties

SerialNumber

property SerialNumber: string

UserName

property UserName: string

Constructors

Create

constructor Create(const ASerialNumber: string; const AUserName: string = '');

Constructor for TIAMDeactivateMFADeviceRequest.

Parameters

NameDescription
ASerialNumberSpecify the serial number of the MFA device. For virtual MFA devices, the serial number is the device ARN.
AUserNameSpecify the name of the IAM user whose device you want to deactivate. If not specified, the calling user will be assumed.