PolicyCustomRuleMatchConditionMatchVariable

data class PolicyCustomRuleMatchConditionMatchVariable(val selector: String? = null, val variableName: String)

Constructors

constructor(selector: String? = null, variableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val selector: String? = null

Describes field of the matchVariable collection

Link copied to clipboard

The name of the Match Variable. Possible values are RemoteAddr, RequestMethod, QueryString, PostArgs, RequestUri, RequestHeaders, RequestBody and RequestCookies.