tgstation-server 6.12.0
The /tg/station 13 server suite
|
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.DreamMakerRights : ulong { Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.Read = 1 << 0 , Tgstation.Server.Api.Rights.Compile = 1 << 1 , Tgstation.Server.Api.Rights.CancelCompile = 1 << 2 , Tgstation.Server.Api.Rights.SetDme = 1 << 3 , Tgstation.Server.Api.Rights.SetApiValidationPort = 1 << 4 , Tgstation.Server.Api.Rights.CompileJobs = 1 << 5 , Tgstation.Server.Api.Rights.SetSecurityLevel = 1 << 6 , Tgstation.Server.Api.Rights.SetApiValidationRequirement = 1 << 7 , Tgstation.Server.Api.Rights.SetTimeout = 1 << 8 , Tgstation.Server.Api.Rights.SetCompilerArguments = 1 << 9 } |
Rights for deployment. More... | |