SDS_new_tables: adding missing entity relationship

This commit is contained in:
siva-matli-sp
2024-03-12 14:17:48 -07:00
parent aca38cd1b5
commit c827552a44

View File

@@ -251,8 +251,10 @@ import MermaidViewer from '@site/src/components/MermaidViewer';
IDENTITY ||--o{ IDENTITY_APPS: "assocaited with"
ACCESS_PROFILE ||--o{ IDENTITY_ACCESS_PROFILES: "associated to"
ACCESS_PROFILE }o--|| IDENTITY: "Owned by"
ENTITLEMENT ||--o{ ACCESS_PROFILE: "assocaited with"
ENTITLEMENT ||--o{ IDENTITY_ENTITLEMENTS: "associated to"
ENTITLEMENT }o--|| IDENTITY: "Owned by"
ENTITLEMENT ||--o{ ROLE: "assocaited with"
ROLE ||--o{ IDENTITY_ROLES: "associated to"
ROLE }o--|| IDENTITY: "Owned by"
ACCESS_REQUEST ||--|| IDENTITY: "contains - requested by and for"