RuleGroupJsonMatchPattern

data class RuleGroupJsonMatchPattern(val all: Any? = null, val includedPaths: List<String>? = null)

The pattern to look for in the JSON body.

Constructors

Link copied to clipboard
fun RuleGroupJsonMatchPattern(all: Any? = null, includedPaths: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: Any? = null

Inspect all parts of the web request's JSON body.

Link copied to clipboard
val includedPaths: List<String>? = null