SnippetRulesRule

data class SnippetRulesRule(val description: String? = null, val enabled: Boolean? = null, val expression: String, val snippetName: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, enabled: Boolean? = null, expression: String, snippetName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Brief summary of the snippet rule and its intended use.

Link copied to clipboard
val enabled: Boolean? = null

Whether the headers rule is active.

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.