AWSCognitoIdentityProviderUserType Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoIdentityProviderModel.h AWSCognitoIdentityProviderModel.m |
attributes
A container with information about the user type attributes.
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderAttributeType*> *attributes
Declared In
AWSCognitoIdentityProviderModel.h
enabled
Specifies whether the user is enabled.
@property (nonatomic, strong) NSNumber *enabled
Declared In
AWSCognitoIdentityProviderModel.h
MFAOptions
The MFA options for the user.
@property (nonatomic, strong) NSArray<AWSCognitoIdentityProviderMFAOptionType*> *MFAOptions
Declared In
AWSCognitoIdentityProviderModel.h
userCreateDate
The creation date of the user.
@property (nonatomic, strong) NSDate *userCreateDate
Declared In
AWSCognitoIdentityProviderModel.h
userLastModifiedDate
The last modified date of the user.
@property (nonatomic, strong) NSDate *userLastModifiedDate
Declared In
AWSCognitoIdentityProviderModel.h
userStatus
The user status. Can be one of the following:
UNCONFIRMED - User has been created but not confirmed.
CONFIRMED - User has been confirmed.
ARCHIVED - User is no longer active.
COMPROMISED - User is disabled due to a potential security threat.
UNKNOWN - User status is not known.
@property (nonatomic, assign) AWSCognitoIdentityProviderUserStatusType userStatus
Declared In
AWSCognitoIdentityProviderModel.h
username
The user name of the user you wish to describe.
@property (nonatomic, strong) NSString *username
Declared In
AWSCognitoIdentityProviderModel.h