RuleGroupSqliMatchStatement

data class RuleGroupSqliMatchStatement(val fieldToMatch: RuleGroupFieldToMatch, val sensitivityLevel: RuleGroupSensitivityLevel? = null, val textTransformations: List<RuleGroupTextTransformation>)

Sqli Match Statement.

Constructors

Link copied to clipboard
fun RuleGroupSqliMatchStatement(fieldToMatch: RuleGroupFieldToMatch, sensitivityLevel: RuleGroupSensitivityLevel? = null, textTransformations: List<RuleGroupTextTransformation>)

Types

Link copied to clipboard
object Companion

Properties