SystemAccessFilter
SystemAccessFilter
A filter to be used against SystemAccess
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
status | SystemAccessStatusFilter | Filter by the object’s `status` field. | |
targets | SystemAccessTargetListFilter | Filter by the object’s `targets` field. | |
reason | StringFilter | Filter by the object’s `reason` field. | |
zendeskTicketId | IntFilter | Filter by the object’s `zendeskTicketId` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
and | [SystemAccessFilter!] | Checks for all expressions in this list. | |
or | [SystemAccessFilter!] | Checks for any expressions in this list. | |
not | SystemAccessFilter | Negates the expression. |