Studio Service

TokenCondition

TokenCondition

A condition to be used against Token object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
userIdUUIDChecks for equality with the object’s `userId` field.
nameStringChecks 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.
lastUsedDatetimeChecks for equality with the object’s `lastUsed` field.
deactivatedAtDatetimeChecks for equality with the object’s `deactivatedAt` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
deletedAtDatetimeChecks for equality with the object’s `deletedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.