Snippet Rules Rule
data class SnippetRulesRule(val description: String? = null, val enabled: Boolean? = null, val expression: String, val snippetName: String)
Properties
Link copied to clipboard
Brief summary of the snippet rule and its intended use.
Link copied to clipboard
Criteria for an HTTP request to trigger the snippet rule. Uses the Firewall Rules expression language based on Wireshark display filters.
Link copied to clipboard
Name of the snippet invoked by this rule.