JsonMatchPattern

The patterns to look for in the JSON body. WAF inspects the results of these pattern matches against the rule inspection criteria. This is used with the FieldToMatch option JsonBody.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val all: All?

Match all of the elements. See also MatchScope in JsonBody.

Link copied to clipboard

Match only the specified include paths. See also MatchScope in JsonBody.

Functions

Link copied to clipboard
inline fun copy(block: JsonMatchPattern.Builder.() -> Unit = {}): JsonMatchPattern
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String