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.

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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