LBVariableCondition

LBVariableCondition
LBVariableCondition

This condition is used to match variable's name and value at all phases. The variables could be captured from REGEX or assigned by LBVariableAssignmentAction or system embedded variable. Varialbe_name and variable_value should be matched at the same time.

AllOf
This class requires all of the following:
JSON Example
{
    "inverse": false,
    "type": "string",
    "case_sensitive": false,
    "match_type": "string",
    "variable_name": "string",
    "variable_value": "string"
}