tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ServerInformationBase.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
8 public abstract class ServerInformationBase
9 {
13 public uint MinimumPasswordLength { get; set; }
14
18 public uint InstanceLimit { get; set; }
19
23 public uint UserLimit { get; set; }
24
28 public uint UserGroupLimit { get; set; }
29
33 [ResponseOptions]
34 public List<string>? ValidInstancePaths { get; set; }
35 }
36}
Base class for Response.ServerInformationResponse.
uint UserGroupLimit
The maximum number of user groups allowed.
List< string >? ValidInstancePaths
Limits the locations instances may be created or attached from.
uint MinimumPasswordLength
Minimum length of database user passwords.
uint InstanceLimit
The maximum number of Instances allowed.