Skip to main content

TIAMTagMFADeviceRequest

Class in AWS.IAM

TagMFADevice request class.

Ancestors

Properties

SerialNumber

property SerialNumber: string

Constructors

Create

constructor Create(const ASerialNumber: string; const ATags: TArray<TIAMTagKeyValue>);

Constructor for TIAMTagMFADeviceRequest.

Parameters

NameDescription
ASerialNumberSpecify the name of the IAM virtual multi-factor authentication (MFA) device to add tags to.
ATagsSpecify a list of tags (key/value pairs) to add to the IAM virtual multi-factor authentication (MFA) device.