1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-19306] - [Vault] In Admin Console Policies area add the remove card item type policy (#15065)

* WIP - add restricted item types policy

* admin console restricted item types

* add comment

* update feature flag

* fix comment
This commit is contained in:
Jordan Aasen
2025-06-04 15:51:43 -07:00
committed by GitHub
parent 0032d1457f
commit 7386a4fa9e
7 changed files with 49 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ export enum PolicyType {
AutomaticAppLogIn = 12, // Enables automatic log in of apps from configured identity provider
FreeFamiliesSponsorshipPolicy = 13, // Disables free families plan for organization
RemoveUnlockWithPin = 14, // Do not allow members to unlock their account with a PIN.
RestrictedItemTypesPolicy = 15, // Restricts item types that can be created within an organization
}