AWSCognitoIdentityProviderAccountTakeoverActionsType
Objective-C
@interface AWSCognitoIdentityProviderAccountTakeoverActionsType
Swift
class AWSCognitoIdentityProviderAccountTakeoverActionsType
Account takeover actions type.
-
Action to take for a high risk.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderAccountTakeoverActionType *_Nullable highAction;Swift
var highAction: AWSCognitoIdentityProviderAccountTakeoverActionType? { get set } -
Action to take for a low risk.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderAccountTakeoverActionType *_Nullable lowAction;Swift
var lowAction: AWSCognitoIdentityProviderAccountTakeoverActionType? { get set } -
Action to take for a medium risk.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderAccountTakeoverActionType *_Nullable mediumAction;Swift
var mediumAction: AWSCognitoIdentityProviderAccountTakeoverActionType? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderAccountTakeoverActionsType Class Reference