Stefan Melmuk
3 weeks ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
4 additions and
0 deletions
-
src/db/models/org_policy.rs
|
|
|
@ -42,6 +42,10 @@ pub enum OrgPolicyType { |
|
|
|
// FreeFamiliesSponsorshipPolicy = 13,
|
|
|
|
RemoveUnlockWithPin = 14, |
|
|
|
RestrictedItemTypes = 15, |
|
|
|
UriMatchDefaults = 16, |
|
|
|
// AutotypeDefaultSetting = 17, // Not supported yet
|
|
|
|
// AutoConfirm = 18, // Not supported (not implemented yet)
|
|
|
|
// BlockClaimedDomainAccountCreation = 19, // Not supported (Not AGPLv3 Licensed)
|
|
|
|
} |
|
|
|
|
|
|
|
// https://github.com/bitwarden/server/blob/9ebe16587175b1c0e9208f84397bb75d0d595510/src/Core/AdminConsole/Models/Data/Organizations/Policies/SendOptionsPolicyData.cs#L5
|
|
|
|
|