tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
Namespaces | Enumerations
InstanceManagerRights.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Tgstation
 
namespace  Tgstation.Server
 
namespace  Tgstation.Server.Api
 
namespace  Tgstation.Server.Api.Rights
 

Enumerations

enum  Tgstation.Server.Api.Rights.InstanceManagerRights : ulong {
  Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.Read = 1 << 0 , Tgstation.Server.Api.Rights.Create = 1 << 1 , Tgstation.Server.Api.Rights.Rename = 1 << 2 ,
  Tgstation.Server.Api.Rights.Relocate = 1 << 3 , Tgstation.Server.Api.Rights.SetOnline = 1 << 4 , Tgstation.Server.Api.Rights.Delete = 1 << 5 , Tgstation.Server.Api.Rights.List = 1 << 6 ,
  Tgstation.Server.Api.Rights.SetConfiguration = 1 << 7 , Tgstation.Server.Api.Rights.SetAutoUpdate = 1 << 8 , Tgstation.Server.Api.Rights.SetChatBotLimit = 1 << 9 , Tgstation.Server.Api.Rights.GrantPermissions = 1 << 10 ,
  Tgstation.Server.Api.Rights.SetAutoStart = 1 << 11 , Tgstation.Server.Api.Rights.SetAutoStop = 1 << 12
}
 Rights for managing Models.Instances. More...