Studio Service

TokenFilter

TokenFilter

A filter to be used against Token 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.
userIdUUIDFilterFilter by the object’s `userId` field.
nameStringFilterFilter by the object’s `name` field.
permissionsStringListFilterFilter by the object’s `permissions` field.
permissionSetsUUIDListFilterFilter by the object’s `permissionSets` field.
lastUsedDatetimeFilterFilter by the object’s `lastUsed` field.
deactivatedAtDatetimeFilterFilter by the object’s `deactivatedAt` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
deletedAtDatetimeFilterFilter by the object’s `deletedAt` field.
createdByUUIDFilterFilter by the object’s `createdBy` field.
updatedByUUIDFilterFilter by the object’s `updatedBy` field.
and[TokenFilter!]Checks for all expressions in this list.
or[TokenFilter!]Checks for any expressions in this list.
notTokenFilterNegates the expression.