mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
SDS_new_tables: adding missing entity relationship
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user