GetRulesetsRulesetRuleActionParametersFromValueTargetUrl

data class GetRulesetsRulesetRuleActionParametersFromValueTargetUrl(val expression: String? = null, val value: String? = null)

Constructors

constructor(expression: 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. Conflicts with "value".

Link copied to clipboard
val value: String? = null

Static value to provide as the HTTP request header value. Conflicts with "expression".