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