mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[Policy] Personal Ownership (#213)
* Initial commit of personal ownership enforcement * Updated policy type enum * Sync'd eventType for Policy_Updated with server enum value * Added policyId to eventResponse model * Removed explicit typing
This commit is contained in:
@@ -4,4 +4,5 @@ export enum PolicyType {
|
||||
PasswordGenerator = 2, // Sets minimum requirements/default type for generated passwords/passphrases
|
||||
SingleOrg = 3, // Allows users to only be apart of one organization
|
||||
RequireSso = 4, // Requires users to authenticate with SSO
|
||||
PersonalOwnership = 5, // Disables personal vault ownership for adding/cloning items
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user