Name | Type | Value | Restrictions | Description |
---|
ASSET_PROPERTIES_COMPARE | string | 8 | | |
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. |
EVENT_NOTIFICATION_FIELD | string | eventNotification.BooleanField | | Evaluates boolean dynamic field according to scope. |
EVENT_NOTIFICATION_OBJECT_CHANGED | string | eventNotification.ObjectChanged | | Return true if object changed and defined columns modified. |
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. |
GEO_DISTANCE | string | 10 | | Validate that request came from an IP within a certain geo distance . |
IP_ADDRESS | string | 3 | | Validate that request came from a specific IP range. |
METADATA_FIELD_CHANGED | string | metadata.FieldChanged | | Check if metadata element changed between metadata versions. |
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. |
OR_OPERATOR | string | 11 | | |
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. |
USER_ROLE | string | 9 | | |