Studio Service

SystemAccessFilter

SystemAccessFilter

A filter to be used against SystemAccess object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
statusSystemAccessStatusFilterFilter by the object’s `status` field.
targetsSystemAccessTargetListFilterFilter by the object’s `targets` field.
reasonStringFilterFilter by the object’s `reason` field.
zendeskTicketIdIntFilterFilter by the object’s `zendeskTicketId` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
and[SystemAccessFilter!]Checks for all expressions in this list.
or[SystemAccessFilter!]Checks for any expressions in this list.
notSystemAccessFilterNegates the expression.