mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
use policies property for orgs
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Bit.Core.Models.Table
|
||||
public PlanType PlanType { get; set; }
|
||||
public short? Seats { get; set; }
|
||||
public short? MaxCollections { get; set; }
|
||||
public bool UsePolicies { get; set; }
|
||||
public bool UseGroups { get; set; }
|
||||
public bool UseDirectory { get; set; }
|
||||
public bool UseEvents { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user