mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
Key Connector feature toggle (#1716)
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Bit.Core.Models.Data
|
||||
public string Name { get; set; }
|
||||
public bool UsePolicies { get; set; }
|
||||
public bool UseSso { get; set; }
|
||||
public bool UseKeyConnector { get; set; }
|
||||
public bool UseGroups { get; set; }
|
||||
public bool UseDirectory { get; set; }
|
||||
public bool UseEvents { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user