SystemAccessStatusFilter
SystemAccessStatusFilter
A filter to be used against SystemAccessStatus 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 | SystemAccessStatus | Equal to the specified value. | |
notEqualTo | SystemAccessStatus | Not equal to the specified value. | |
distinctFrom | SystemAccessStatus | Not equal to the specified value, treating null like an ordinary value. | |
notDistinctFrom | SystemAccessStatus | Equal to the specified value, treating null like an ordinary value. | |
in | [SystemAccessStatus!] | Included in the specified list. | |
notIn | [SystemAccessStatus!] | Not included in the specified list. | |
lessThan | SystemAccessStatus | Less than the specified value. | |
lessThanOrEqualTo | SystemAccessStatus | Less than or equal to the specified value. | |
greaterThan | SystemAccessStatus | Greater than the specified value. | |
greaterThanOrEqualTo | SystemAccessStatus | Greater than or equal to the specified value. |