mirror of
https://github.com/bitwarden/server.git
synced 2026-02-17 14:23:16 +08:00
7 lines
82 B
C#
7 lines
82 B
C#
|
|
namespace Bit.Core.Enums;
|
|||
|
|
|
|||
|
|
public enum EventSystemUser : byte
|
|||
|
|
{
|
|||
|
|
SCIM = 1
|
|||
|
|
}
|