tgstation-server  4.3.2
The /tg/station 13 server suite
InstanceUserRights.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Api.Rights
4 {
8  [Flags]
9  public enum InstanceUserRights : ulong
10  {
14  None = 0,
15 
19  ReadUsers = 1,
20 
24  WriteUsers = 2,
25 
29  CreateUsers = 4
30  }
31 }
User can edit themself and other Models.Users and also create others
InstanceUserRights
Rights for an Models.Instance
User can read info and rights of other users
Allow adding additional Models.InstanceUser to the Models.Instance