Skip to content

public.jwt_keys

Description

Labels

svc-portal

Columns

NameTypeDefaultNullableChildrenParentsComment
key_idvarchar(64)false
key_typevarchar(50)false
private_key_encryptedtextfalse
public_key_pemtextfalse
is_activebooleanfalse
created_attimestamp with time zonefalse
rotated_attimestamp with time zonetrue

Viewpoints

NameDefinition
Authentication & SessionsUser authentication, MFA, sessions, and audit logs

Constraints

NameTypeDefinition
jwt_keys_pkeyPRIMARY KEYPRIMARY KEY (key_id)

Indexes

NameDefinition
jwt_keys_pkeyCREATE UNIQUE INDEX jwt_keys_pkey ON public.jwt_keys USING btree (key_id)
ix_jwt_keys_is_activeCREATE INDEX ix_jwt_keys_is_active ON public.jwt_keys USING btree (is_active)
ix_jwt_keys_key_typeCREATE INDEX ix_jwt_keys_key_type ON public.jwt_keys USING btree (key_type)

Relations


Generated by tbls

MPAC — MP-Solution Advanced Cloud Service