C# Class 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.

Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
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

Private Methods

Method Description
IsSetEnableDate ( ) : bool
IsSetSerialNumber ( ) : bool
IsSetUserName ( ) : bool

Method Details

MFADevice() public method

Empty constructor used to set properties independently even when a simple constructor is available
public MFADevice ( ) : System
return System

MFADevice() public method

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.
return System