mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 07:03:11 +08:00
15 lines
321 B
Plaintext
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"
|