- Property Manager name: Filename
- Criteria version: The v2025-09-09rule format supports thefilenamecriteria v1.1.
- Rule format status: Deprecated, outdated rule format
- Access: Read/Write
- Allowed in includes: Yes
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  | matchOperatoris 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  | matchOperatoris 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"]}} | 
