Web Acl Xss Match Statement
data class WebAclXssMatchStatement(val fieldToMatch: WebAclFieldToMatch, val textTransformations: List<WebAclTextTransformation>)
Xss Match Statement.
Constructors
Link copied to clipboard
fun WebAclXssMatchStatement(fieldToMatch: WebAclFieldToMatch, textTransformations: List<WebAclTextTransformation>)