Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
projectId | String | ✓ | unique |
mode | ProjectAccessMode | ✓ | |
passwordHash | String | - | |
allowedEmailDomains | String[] | ✓ | |
ssoEnabled | Boolean | ✓ | |
audienceVisibility | Json | - |
Diagram
mermaiderDiagram ProjectAccessPolicy { id String [PK] projectId String [UNIQUE] mode ProjectAccessMode passwordHash String? allowedEmailDomains String[] ssoEnabled Boolean audienceVisibility Json? }
Was this page helpful?