Action

sealed class Action

Enumeration of WAF actions that can be matched in filter conditions.

Inheritors

Types

Link copied to clipboard
object Allow : Action
Link copied to clipboard
object Block : Action
Link copied to clipboard
object Captcha : Action
Link copied to clipboard
object Challenge : Action
Link copied to clipboard
object Companion
Link copied to clipboard
object Count : Action
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : Action

Properties

Link copied to clipboard
abstract val value: String