mirror of
https://github.com/bitwarden/server
synced 2026-01-08 03:23:20 +00:00
[PM-28485] Move organization events domain to DIRT code ownership (#6685)
This commit is contained in:
10
src/Core/Dirt/Enums/EventSystemUser.cs
Normal file
10
src/Core/Dirt/Enums/EventSystemUser.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Enums;
|
||||
|
||||
public enum EventSystemUser : byte
|
||||
{
|
||||
Unknown = 0,
|
||||
SCIM = 1,
|
||||
DomainVerification = 2,
|
||||
PublicApi = 3,
|
||||
TwoFactorDisabled = 4,
|
||||
}
|
||||
Reference in New Issue
Block a user