Disabled (Default) - no match string is used, and every string is accepted.
Exact string - the result must match the exact string provided.
String Contains - the result must contain the given string.
Regex - result acceptance follows the given regex rule.