mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
[AC-2972] AC Team ownership: Events (#4647)
* Move Event domain under AC Team ownership
This commit is contained in:
7
src/Core/AdminConsole/Enums/EventSystemUser.cs
Normal file
7
src/Core/AdminConsole/Enums/EventSystemUser.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Enums;
|
||||
|
||||
public enum EventSystemUser : byte
|
||||
{
|
||||
SCIM = 1,
|
||||
DomainVerification = 2
|
||||
}
|
||||
Reference in New Issue
Block a user