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. Supported values are: in: Selects objects from the specified application(s)., notIn: Excludes objects from the specified application(s). | string | Yes |