C# Class Amazon.CognitoIdentityProvider.UserStatusType

Constants used for properties of type UserStatusType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ARCHIVED UserStatusType
COMPROMISED UserStatusType
CONFIRMED UserStatusType
FORCE_CHANGE_PASSWORD UserStatusType
RESET_REQUIRED UserStatusType
UNCONFIRMED UserStatusType
UNKNOWN UserStatusType

Méthodes publiques

Méthode 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 méthode

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

UserStatusType() public méthode

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
Résultat System

Property Details

ARCHIVED public_oe static_oe property

Constant ARCHIVED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider ARCHIVED
Résultat UserStatusType

COMPROMISED public_oe static_oe property

Constant COMPROMISED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider COMPROMISED
Résultat UserStatusType

CONFIRMED public_oe static_oe property

Constant CONFIRMED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider CONFIRMED
Résultat UserStatusType

FORCE_CHANGE_PASSWORD public_oe static_oe property

Constant FORCE_CHANGE_PASSWORD for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider FORCE_CHANGE_PASSWORD
Résultat UserStatusType

RESET_REQUIRED public_oe static_oe property

Constant RESET_REQUIRED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider RESET_REQUIRED
Résultat UserStatusType

UNCONFIRMED public_oe static_oe property

Constant UNCONFIRMED for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider UNCONFIRMED
Résultat UserStatusType

UNKNOWN public_oe static_oe property

Constant UNKNOWN for UserStatusType
public static UserStatusType,Amazon.CognitoIdentityProvider UNKNOWN
Résultat UserStatusType