Web Acl Regex Match Statement
data class WebAclRegexMatchStatement(val fieldToMatch: WebAclFieldToMatch, val regexString: String, val textTransformations: List<WebAclTextTransformation>)
Constructors
Link copied to clipboard
fun WebAclRegexMatchStatement(fieldToMatch: WebAclFieldToMatch, regexString: String, textTransformations: List<WebAclTextTransformation>)