Property description
The objectTypeFilter clause filters objects based on their object type(s).
Minimal JSON
{
"type": "objectTypeFilter",
"objectTypeKeys": [""],
"operand": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | objectTypeFilter | string | Yes |
objectTypeKeys | Key(s) of the object type(s) the filter applies to. | array of strings | Yes |
operand | Object filter expression. Supported values are: in: Selects objects of the specified object type(s)., notIn: Excludes objects of the specified object type(s). | string | Yes |