Files
server/docs/admin_console/models.dsl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
321 B
Plaintext
Raw Normal View History

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"