- Property Manager name: Client IP
- Criteria version: The
latest
rule format supports theclientIp
criteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latest
rule format
Matches the IP number of the requesting client. To use this condition to match end-user IP addresses, apply it together with the requestType
matching on the CLIENT_REQ
value.
Option | Type | Description | Requires | |
---|---|---|---|---|
matchOperator | enum | Matches the contents of | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF"],"tag":"select"} | |
IS_ONE_OF | Matches any of the specified | |||
IS_NOT_ONE_OF | Does not match any of the specified | |||
values | string array | IP or CIDR block, for example: | {"displayType":"string array","tag":"input","todo":true} | |
useHeaders | boolean | When connecting via a proxy server as determined by the | {"displayType":"boolean","tag":"input","type":"checkbox"} |