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:
9
util/Seeder/Data/Enums/GeographicRegion.cs
Normal file
9
util/Seeder/Data/Enums/GeographicRegion.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Bit.Seeder.Data.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Geographic region for company headquarters.
|
||||
/// </summary>
|
||||
public enum GeographicRegion
|
||||
{
|
||||
NorthAmerica, Europe, AsiaPacific, LatinAmerica, MiddleEast, Africa, Global
|
||||
}
|
||||
Reference in New Issue
Block a user