Property description

The objectTypeFilter clause filters objects based on their object type(s).

Minimal JSON

{
  "type": "objectTypeFilter",
  "objectTypeKeys": [""],
  "operand": ""
}

Nested properties

PropertyDescriptionValuesMandatory
typeobjectTypeFilterstringYes
objectTypeKeysKey(s) of the object type(s) the filter applies to.array of stringsYes
operandSee supported operand values.stringYes

Supported operand values

ValueDescription
inSelects objects of the specified object type(s).
notInExcludes objects of the specified object type(s).