eventAction

@JvmName(name = "srdajidanaytcxym")
suspend fun eventAction(value: Output<String>)
@JvmName(name = "akcamhigcjqfccnb")
suspend fun eventAction(value: String)

Parameters

value

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.