Skip to main content

TCognitoIdentityProviderAccountTakeoverActionType

Class in AWS.CognitoIdentityProvider

AccountTakeoverActionType class.

Ancestors

Properties

EventAction

property EventAction: string

Notify

property Notify: Boolean

Constructors

Create

constructor Create; overload;

Constructor for TCognitoIdentityProviderAccountTakeoverActionType.


constructor Create(const AEventAction: string; const ANotify: Boolean); overload;

Constructor for TCognitoIdentityProviderAccountTakeoverActionType.

Parameters

NameDescription
AEventActionSpecify the action to take in response to an account takeover action. Valid values: -: Block the request. -: Present an MFA challenge if the user has it configured, else allow the request. -: Present an MFA challenge if the user has it configured, else block the request. -: Allow the user to sign in.
ANotifySpecify whether to send a notification.