tgstation-server 6.14.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 {
14 public uint MinimumPasswordLength { get; set; }
15
20 public uint InstanceLimit { get; set; }
21
26 public uint UserLimit { get; set; }
27
32 public uint UserGroupLimit { get; set; }
33
38 [ResponseOptions]
39 public List<string>? ValidInstancePaths { get; set; }
40 }
41}
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.