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
operandObject filter expression. Supported values are: in: Selects objects of the specified object type(s)., notIn: Excludes objects of the specified object type(s).stringYes