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.AdministrationRights : ulong { Tgstation.Server.Api.Rights.None = 0 , Tgstation.Server.Api.Rights.WriteUsers = 1 << 0 , Tgstation.Server.Api.Rights.RestartHost = 1 << 1 , Tgstation.Server.Api.Rights.ChangeVersion = 1 << 2 , Tgstation.Server.Api.Rights.EditOwnPassword = 1 << 3 , Tgstation.Server.Api.Rights.ReadUsers = 1 << 4 , Tgstation.Server.Api.Rights.DownloadLogs = 1 << 5 , Tgstation.Server.Api.Rights.EditOwnOAuthConnections = 1 << 6 , Tgstation.Server.Api.Rights.UploadVersion = 1 << 7 } |
Administration rights for the server. More... | |