Files
server/docs/admin_console/models.dsl
Matt Gibson e731eaacb9 Establish shared ownership of root bitwarden system workspace
This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
2025-12-17 09:55:59 -08:00

15 lines
321 B
Plaintext

admin = person "Organization Admin" "An administrator of an organization" {
tags "Admin"
}
provider = person "MSP" "And employee of a managed service provider" {
tags "MSP"
}
!element server {
scim = container "SCIM" {
tags "SCIM"
}
}
directory_connector -> server.api "Syncs users and groups to Bitwarden"