GetRulesetsRulesetRuleActionParametersUriQuery

data class GetRulesetsRulesetRuleActionParametersUriQuery(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

Expression that defines the updated (dynamic) value of the URI path or query string component. Uses 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 value: String? = null

Static string value of the updated URI path or query string component.