tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
InstancePermissionSetRights.cs
Go to the documentation of this file.
1using System;
2
4{
8 [Flags]
9 public enum InstancePermissionSetRights : ulong
10 {
14 None = 0,
15
19 Read = 1 << 0,
20
24 Write = 1 << 1,
25
29 Create = 1 << 2,
30 }
31}
@ Create
User can create new chat bots.
@ Read
User can read all chat bot properties except Models.Internal.ChatBotSettings.ConnectionString.
@ Write
User may write files if the Models.Instance allows it.
@ List
User may list files if the Models.Instance allows it.
InstancePermissionSetRights
Rights for an Models.Instance.