Web Acl Sqli Match Statement
data class WebAclSqliMatchStatement(val fieldToMatch: WebAclFieldToMatch, val sensitivityLevel: WebAclSensitivityLevel? = null, val textTransformations: List<WebAclTextTransformation>)
Sqli Match Statement.
Constructors
Link copied to clipboard
fun WebAclSqliMatchStatement(fieldToMatch: WebAclFieldToMatch, sensitivityLevel: WebAclSensitivityLevel? = null, textTransformations: List<WebAclTextTransformation>)