- Property Manager name: Filename
- Criteria version: The
latestrule format supports thefilenamecriteria v1.1. - Rule format status: Beta, possible breaking changes
- Access: Read/Write
- Allowed in includes: Not available for
latestrule format
Matches the requested filename, or test whether it is present.
| Option | Type | Description | Requires | |
|---|---|---|---|---|
matchOperator | 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. Allows wildcards, where | matchOperator 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"]}} |
matchCaseSensitive | boolean | Sets a case-sensitive match for the | matchOperator 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"]}} |
