Skip to main content

Primary key

document_id
uuiddefault:"Random UUID"publicrequired
The unique identifier for the API key permission record.

Foreign keys

api_key
uuidpublicrequired
The unique identifier of the associated API key. Ref: ApiKey Schema
permission
uuidpublicrequired
The unique identifier of the associated permission. Ref: Permission Schema

Tracking attributes

created_at
timestamppublic
The timestamp when the API key permission record was created.
Rules: Precision: 6, with timezone
deleted_at
timestamppublic
The timestamp when the API key permission record was deleted, if applicable.
Rules: Precision: 6, with timezone
is_actived
booleandefault:"true"public
Indicates whether the API key permission record is active.
is_deleted
booleandefault:"false"public
Indicates whether the API key permission record has been deleted.
updated_at
timestamppublic
The timestamp when the API key permission record was last updated.
Rules: Precision: 6, with timezone