- Property Manager name: Filename
- Criteria version: The
v2023-01-05
rule format supports thefilename
criteria v1.1. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches the requested filename, or test whether it is present.
Option | Type | Description | Requires | |
---|---|---|---|---|
match_operator | enum | If set to | {"displayType":"enum","options":["IS_ONE_OF","IS_NOT_ONE_OF","IS_EMPTY","IS_NOT_EMPTY"],"tag":"select"} | |
IS_ONE_OF | The filename matches one of the | |||
IS_NOT_ONE_OF | The filename does not match one of the | |||
IS_EMPTY | The filename is not part of the path. | |||
IS_NOT_EMPTY | The filename is part of the path. | |||
values | string array | Matches the filename component of the request URL. Wildcards are allowed, where | match_operator is either: IS_ONE_OF , IS_NOT_ONE_OF | {"displayType":"string array","tag":"input","todo":true} {"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} |
match_case_sensitive | boolean | Sets a case-sensitive match for the | match_operator is either: IS_ONE_OF , IS_NOT_ONE_OF | {"displayType":"boolean","tag":"input","type":"checkbox"} {"if":{"attribute":"matchOperator","op":"in","value":["IS_ONE_OF","IS_NOT_ONE_OF"]}} |