AWSCognitoIdentityProviderAccountTakeoverRiskConfigurationType
Objective-C
@interface AWSCognitoIdentityProviderAccountTakeoverRiskConfigurationType
Swift
class AWSCognitoIdentityProviderAccountTakeoverRiskConfigurationType
Configuration for mitigation actions and notification for different levels of risk detected for a potential account takeover.
Required parameters: [Actions]
-
Account takeover risk configuration actions.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderAccountTakeoverActionsType *_Nullable actions;
Swift
var actions: AWSCognitoIdentityProviderAccountTakeoverActionsType? { get set }
-
The notify configuration used to construct email notifications.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderNotifyConfigurationType *_Nullable notifyConfiguration;
Swift
var notifyConfiguration: AWSCognitoIdentityProviderNotifyConfigurationType? { get set }