WaitingRoomRulesRule

data class WaitingRoomRulesRule(val action: String, val description: String? = null, val expression: String, val id: String? = null, val status: String? = null, val version: String? = null)

Constructors

Link copied to clipboard
constructor(action: String, description: String? = null, expression: String, id: String? = null, status: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to perform in the ruleset rule. Available values: bypass_waiting_room.

Link copied to clipboard
val description: String? = null

Brief summary of the waiting room rule and its intended use.

Link copied to clipboard

Criteria for an HTTP request to trigger the waiting room rule action. Uses the Firewall Rules expression language based on Wireshark display filters. Refer to the Waiting Room Rules Docs.

Link copied to clipboard
val id: String? = null

Unique rule identifier.

Link copied to clipboard
val status: String? = null

Whether the rule is enabled or disabled. Available values: enabled, disabled.

Link copied to clipboard
val version: String? = null

Version of the waiting room rule.