mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 02:22:49 -05: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