mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
Add cipher seeding with Rust SDK encryption to enable cryptographically correct test data generation (#6896)
This commit is contained in:
6
util/Seeder/Data/Enums/OrgStructureModel.cs
Normal file
6
util/Seeder/Data/Enums/OrgStructureModel.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Bit.Seeder.Data.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Organizational structure model types.
|
||||
/// </summary>
|
||||
public enum OrgStructureModel { Traditional, Spotify, Modern }
|
||||
Reference in New Issue
Block a user