C# Class Amazon.CognitoIdentityProvider.UserStatusType

Constants used for properties of type UserStatusType.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ARCHIVED UserStatusType
COMPROMISED UserStatusType
CONFIRMED UserStatusType
FORCE_CHANGE_PASSWORD UserStatusType
RESET_REQUIRED UserStatusType
UNCONFIRMED UserStatusType
UNKNOWN UserStatusType

Public Methods

Method Description
FindValue ( string value ) : UserStatusType

Finds the constant for the unique value.

UserStatusType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : UserStatusType
value string The unique value for the constant
return UserStatusType

UserStatusType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public UserStatusType ( string value ) : System
value string
return System

Property Details

ARCHIVED public_oe static_oe property

Constant ARCHIVED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider ARCHIVED
return UserStatusType

COMPROMISED public_oe static_oe property

Constant COMPROMISED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider COMPROMISED
return UserStatusType

CONFIRMED public_oe static_oe property

Constant CONFIRMED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider CONFIRMED
return UserStatusType

FORCE_CHANGE_PASSWORD public_oe static_oe property

Constant FORCE_CHANGE_PASSWORD for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider FORCE_CHANGE_PASSWORD
return UserStatusType

RESET_REQUIRED public_oe static_oe property

Constant RESET_REQUIRED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider RESET_REQUIRED
return UserStatusType

UNCONFIRMED public_oe static_oe property

Constant UNCONFIRMED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider UNCONFIRMED
return UserStatusType

UNKNOWN public_oe static_oe property

Constant UNKNOWN for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider UNKNOWN
return UserStatusType