Name | Type | Value | Description |
---|
AUTHENTICATED | string | 1 | Validate that user is authenticated, specific privileges may be defined. |
COUNTRY | string | 2 | Validate that the request came from a specific country, calculated according to request IP. |
FIELD_COMPARE | string | 7 | Validate that the field number compared correctly to all listed numeric values. |
FIELD_MATCH | string | 6 | Validate that the field text matches any of listed textual values. |
IP_ADDRESS | string | 3 | Validate that request came from a specific IP range. |
METADATA_FIELD_COMPARE | string | metadata.FieldCompare | Validate that all metadata elements number compared correctly to all listed numeric values. |
METADATA_FIELD_MATCH | string | metadata.FieldMatch | Validate that any of the metadata elements text matches any of listed textual values. |
SITE | string | 4 | Validate that the request came from specific domain, wildcards supported. |
USER_AGENT | string | 5 | Validate that request came from specific user agent, regular expressions supported. |