JSON reference for the applicationFilter clause that filters objects by application.
Property description
The applicationFilter clause filters objects based on the application(s) they belong to.
Minimal JSON
{
"type": "applicationFilter",
"applicationKeys": [""],
"operand": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|
type | applicationFilter | string | Yes |
applicationKeys | Key(s) of the application(s) the filter applies to. | array of strings | Yes |
operand | Object filter expression. | string* | Yes |
*Supported operand values
| Value | Description |
|---|
in | Selects objects from the specified application(s). |
notIn | Excludes objects from the specified application(s). |