public static interface AccountTakeoverActionType.Builder extends SdkPojo, CopyableBuilder<AccountTakeoverActionType.Builder,AccountTakeoverActionType>
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionType.Builder |
eventAction(AccountTakeoverEventActionType eventAction)
The event action.
|
AccountTakeoverActionType.Builder |
eventAction(String eventAction)
The event action.
|
AccountTakeoverActionType.Builder |
sendNotification(Boolean sendNotification)
Flag specifying whether to send a notification.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountTakeoverActionType.Builder eventAction(String eventAction)
The event action.
BLOCK Choosing this action will block the request.
MFA_IF_CONFIGURED Throw MFA challenge if user has configured it, else allow the request.
MFA_REQUIRED Throw MFA challenge if user has configured it, else block the request.
NO_ACTION Allow the user sign-in.
eventAction - The event action.
BLOCK Choosing this action will block the request.
MFA_IF_CONFIGURED Throw MFA challenge if user has configured it, else allow the request.
MFA_REQUIRED Throw MFA challenge if user has configured it, else block the request.
NO_ACTION Allow the user sign-in.
AccountTakeoverEventActionType,
AccountTakeoverEventActionTypeAccountTakeoverActionType.Builder eventAction(AccountTakeoverEventActionType eventAction)
The event action.
BLOCK Choosing this action will block the request.
MFA_IF_CONFIGURED Throw MFA challenge if user has configured it, else allow the request.
MFA_REQUIRED Throw MFA challenge if user has configured it, else block the request.
NO_ACTION Allow the user sign-in.
eventAction - The event action.
BLOCK Choosing this action will block the request.
MFA_IF_CONFIGURED Throw MFA challenge if user has configured it, else allow the request.
MFA_REQUIRED Throw MFA challenge if user has configured it, else block the request.
NO_ACTION Allow the user sign-in.
AccountTakeoverEventActionType,
AccountTakeoverEventActionTypeAccountTakeoverActionType.Builder sendNotification(Boolean sendNotification)
Flag specifying whether to send a notification.
sendNotification - Flag specifying whether to send a notification.Copyright © 2020. All rights reserved.