Rule Group Rule Statement Regex Match Statement Field To Match Header Match Pattern
data class RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPattern(val all: RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll? = null, val excludedHeaders: List<String>? = null, val includedHeaders: List<String>? = null)
Constructors
Link copied to clipboard
constructor(all: RuleGroupRuleStatementRegexMatchStatementFieldToMatchHeaderMatchPatternAll? = null, excludedHeaders: List<String>? = null, includedHeaders: List<String>? = null)
Properties
Link copied to clipboard
An empty configuration block that is used for inspecting all headers.
Link copied to clipboard
An array of strings that will be used for inspecting headers that do not have a key that matches one of the provided values.
Link copied to clipboard
An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.