tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
ConfigurationType.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models
2
{
6
public
enum
ConfigurationType
7
{
11
Disallowed
,
12
16
HostWrite
,
17
21
SystemIdentityWrite
,
22
}
23
}
Tgstation.Server.Api.Models
Definition
ChatChannel.cs:6
Tgstation.Server.Api.Models.ConfigurationType
ConfigurationType
The type of configuration allowed on an Instance.
Definition
ConfigurationType.cs:7
Tgstation.Server.Api.Models.ConfigurationType.HostWrite
@ HostWrite
Configuration editing is allowed by all users on all files.
Tgstation.Server.Api.Models.ConfigurationType.SystemIdentityWrite
@ SystemIdentityWrite
Configuration editing is allowed by only by system identity users and uses their filesystem ACLs.
Tgstation.Server.Api.Models.ConfigurationType.Disallowed
@ Disallowed
Configuration editing is not allowed.
Generated by
1.9.8