Skip to main content

cloud.external_integration_tokens

Schema: cloud
English table: cloud.external_integration_tokens
Italian original table: cloud.integration_tokens
Description: Storage for API tokens and access keys used by external client applications.

Overview

  • Columns: 8
  • Primary key: eit_token_id
  • Outgoing foreign keys: 0
  • Incoming foreign keys: 0
  • Indexes: 1

Columns

English columnItalian original columnTypeNullDefault / GeneratedDescription
eit_token_ididuuidNOUnique UUID for the integration token record.
eit_client_application_nameclient_apptextNOName or identifier of the external system (e.g., "MobileApp", "PayrollSync").
eit_tenant_uuidtenant_iduuidYESUUID of the tenant authorized by this token.
eit_associated_emailemailtextYESEmail of the user or service account that generated the token.
eit_token_valuetokentextNOThe actual secure token string.
eit_created_atcreated_attimestamp without time zoneNOTimestamp when the token was issued.
eit_expires_atexpires_attimestamp without time zoneYESTimestamp when the token becomes invalid.
eit_is_revokedis_revokedbooleanNOfalseBoolean flag to manually invalidate the token before its expiration.

Relationships

Outgoing foreign keys

No outgoing foreign keys found.

Referenced by

No incoming foreign keys found.

Constraints

  • Primary key: pk_external_integration_tokenseit_token_id

Indexes

NameUniqueMethodColumns / expression
idx_eit_token_valueNObtreeeit_token_value