mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 07:30:59 -05:00
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
This commit is contained in:
14
docs/admin_console/models.dsl
Normal file
14
docs/admin_console/models.dsl
Normal file
@ -0,0 +1,14 @@
|
||||
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"
|
0
docs/admin_console/relationships.dsl
Normal file
0
docs/admin_console/relationships.dsl
Normal file
10
docs/admin_console/views.dsl
Normal file
10
docs/admin_console/views.dsl
Normal file
@ -0,0 +1,10 @@
|
||||
styles {
|
||||
element "Person" {
|
||||
background #3107d3
|
||||
shape person
|
||||
}
|
||||
element "MSP" {
|
||||
background #3107d3
|
||||
shape person
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user