tgstation-server
6.8.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Rights
InstanceManagerRights.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api.Rights
4
{
8
[Flags]
9
public
enum
InstanceManagerRights
: ulong
10
{
14
None = 0,
15
19
Read = 1 << 0,
20
24
Create = 1 << 1,
25
29
Rename = 1 << 2,
30
34
Relocate = 1 << 3,
35
39
SetOnline = 1 << 4,
40
44
Delete = 1 << 5,
45
49
List = 1 << 6,
50
54
SetConfiguration = 1 << 7,
55
59
SetAutoUpdate = 1 << 8,
60
64
SetChatBotLimit = 1 << 9,
65
69
GrantPermissions = 1 << 10,
70
}
71
}
Tgstation.Server.Api.Rights
Definition:
AdministrationRights.cs:4
Tgstation.Server.Api.Rights.InstanceManagerRights
InstanceManagerRights
Rights for managing Models.Instances.
Definition:
InstanceManagerRights.cs:10
Generated by
1.9.5