RulesetRuleActionParametersHeaderArgs

data class RulesetRuleActionParametersHeaderArgs(val expression: Output<String>? = null, val name: Output<String>? = null, val operation: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<RulesetRuleActionParametersHeaderArgs>

Constructors

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

Properties

Link copied to clipboard
val expression: Output<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: Output<String>? = null

Name of the HTTP request header to target.

Link copied to clipboard
val operation: Output<String>? = null

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

Link copied to clipboard
val value: Output<String>? = null

Static value to provide as the HTTP request header value.

Functions

Link copied to clipboard
open override fun toJava(): RulesetRuleActionParametersHeaderArgs