TokenCondition
TokenCondition
A condition to be used against Token
object types. All fields are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
userId | UUID | Checks for equality with the object’s `userId` field. | |
name | String | Checks for equality with the object’s `name` field. | |
permissions | [String] | Checks for equality with the object’s `permissions` field. | |
permissionSets | [UUID] | Checks for equality with the object’s `permissionSets` field. | |
lastUsed | Datetime | Checks for equality with the object’s `lastUsed` field. | |
deactivatedAt | Datetime | Checks for equality with the object’s `deactivatedAt` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
deletedAt | Datetime | Checks for equality with the object’s `deletedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. |