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