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