Kind: Database Model
Source: atloria-monorepo/libs/database/prisma/schema.prisma
Fields
| Field | Type | Required | Key |
|---|---|---|---|
id | String | ✓ | PK |
organizationId | String | ✓ | |
groupName | String | ✓ | |
role | UserRole | - | |
audienceId | String | - |
Diagram
mermaiderDiagram ScimGroupMapping { id String [PK] organizationId String groupName String role UserRole? audienceId String? } ScimGroupMapping ||--|| Organization : ""
Relationships
- HAS_ONE →
Organization
Was this page helpful?