SystemAccessTargetListFilter
SystemAccessTargetListFilter
A filter to be used against SystemAccessTarget List fields. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| isNull | Boolean | Is null (if `true` is specified) or is not null (if `false` is specified). | |
| equalTo | [SystemAccessTarget] | Equal to the specified value. | |
| notEqualTo | [SystemAccessTarget] | Not equal to the specified value. | |
| distinctFrom | [SystemAccessTarget] | Not equal to the specified value, treating null like an ordinary value. | |
| notDistinctFrom | [SystemAccessTarget] | Equal to the specified value, treating null like an ordinary value. | |
| lessThan | [SystemAccessTarget] | Less than the specified value. | |
| lessThanOrEqualTo | [SystemAccessTarget] | Less than or equal to the specified value. | |
| greaterThan | [SystemAccessTarget] | Greater than the specified value. | |
| greaterThanOrEqualTo | [SystemAccessTarget] | Greater than or equal to the specified value. | |
| contains | [SystemAccessTarget] | Contains the specified list of values. | |
| containedBy | [SystemAccessTarget] | Contained by the specified list of values. | |
| overlaps | [SystemAccessTarget] | Overlaps the specified list of values. | |
| anyEqualTo | SystemAccessTarget | Any array item is equal to the specified value. | |