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

Disable Private Vault Export Policy (#482)

This commit is contained in:
Oscar Hinton
2021-09-14 16:32:06 +02:00
committed by GitHub
parent a85c45a34e
commit ee1ea922a9
2 changed files with 20 additions and 3 deletions

View File

@@ -9,4 +9,5 @@ export enum PolicyType {
SendOptions = 7, // Sets restrictions or defaults for Bitwarden Sends
ResetPassword = 8, // Allows orgs to use reset password : also can enable auto-enrollment during invite flow
MaximumVaultTimeout = 9, // Sets the maximum allowed vault timeout
DisablePersonalVaultExport = 10, // Disable personal vault export
}