unauthenticatedAction

@JvmName(name = "qbfrumoigappinqo")
suspend fun unauthenticatedAction(value: Output<String>)
@JvmName(name = "ugctwmxouhyfdeho")
suspend fun unauthenticatedAction(value: String?)

Parameters

value

The action to take for requests made without authentication. Possible values include RedirectToLoginPage, AllowAnonymous, Return401, and Return403. Defaults to RedirectToLoginPage.