Skip to content

ReaderIdentityConfig

reference
1 min readUpdated

Kind: Database Model

Source: atloria-monorepo/libs/database/prisma/schema.prisma

Fields

FieldTypeRequiredKey
idStringPK
projectIdStringunique
enabledBoolean
modeReaderIdentityMode
sharedSecretString-
jwksUrlString-

Diagram

mermaid
erDiagram
    ReaderIdentityConfig {
        id String [PK]
        projectId String [UNIQUE]
        enabled Boolean
        mode ReaderIdentityMode
        sharedSecret String?
        jwksUrl String?
    }

Was this page helpful?

Download as PDF