RulesetRuleActionParametersHeader

data class RulesetRuleActionParametersHeader(val expression: String? = null, val name: String? = null, val operation: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(expression: String? = null, name: String? = null, operation: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expression: String? = null

Use a value dynamically determined by the Firewall Rules expression language based on Wireshark display filters. Refer to the Firewall Rules language documentation for all available fields, operators, and functions.

Link copied to clipboard
val name: String? = null

Name of the HTTP request header to target.

Link copied to clipboard
val operation: String? = null

Action to perform on the HTTP request header. Available values: remove, set, add.

Link copied to clipboard
val value: String? = null

Static value to provide as the HTTP request header value.