MatchCondition interface
Define match conditions
Properties
match |
List of possible match values. |
match |
Match variable to compare against. |
negate |
Describes if the result of this condition should be negated. |
operator | Describes operator to be matched |
selector | Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs. |
transforms | List of transforms. |
Property Details
matchValue
List of possible match values.
matchValue: string[]
Property Value
string[]
matchVariable
Match variable to compare against.
matchVariable: string
Property Value
string
negateCondition
Describes if the result of this condition should be negated.
negateCondition?: boolean
Property Value
boolean
operator
Describes operator to be matched
operator: string
Property Value
string
selector
Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
selector?: string
Property Value
string
transforms
List of transforms.
transforms?: string[]
Property Value
string[]