C# Класс Amazon.IdentityManagement.Model.MFADevice

The MFADevice data type contains information about an MFA device.

This data type is used as a response element in the action ListMFADevices.

Показать файл Открыть проект

Открытые методы

Метод Описание
MFADevice ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

MFADevice ( string userName, string serialNumber, System.DateTime enableDate ) : System

Instantiates MFADevice with the parameterized properties

Приватные методы

Метод Описание
IsSetEnableDate ( ) : bool
IsSetSerialNumber ( ) : bool
IsSetUserName ( ) : bool

Описание методов

MFADevice() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public MFADevice ( ) : System
Результат System

MFADevice() публичный Метод

Instantiates MFADevice with the parameterized properties
public MFADevice ( string userName, string serialNumber, System.DateTime enableDate ) : System
userName string The user with whom the MFA device is associated.
serialNumber string The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
enableDate System.DateTime The date when the MFA device was enabled for the user.
Результат System