Property description

The applicationFilter clause filters objects based on the application(s) they belong to.

Minimal JSON

{
  "type": "applicationFilter",
  "applicationKeys": [""],
  "operand": ""
}

Nested properties

PropertyDescriptionValuesMandatory
typeapplicationFilterstringYes
applicationKeysKey(s) of the application(s) the filter applies to.array of stringsYes
operandObject filter expression.string*Yes

*Supported operand values

ValueDescription
inSelects objects from the specified application(s).
notInExcludes objects from the specified application(s).