tgstation-server
6.14.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
ServerInformationBase.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
Tgstation.Server.Api.Models.Internal
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
}
Tgstation.Server.Api.Models.Internal.ServerInformationBase
Base class for Response.ServerInformationResponse.
Definition
ServerInformationBase.cs:9
Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserGroupLimit
uint UserGroupLimit
The maximum number of user groups allowed.
Definition
ServerInformationBase.cs:32
Tgstation.Server.Api.Models.Internal.ServerInformationBase.ValidInstancePaths
List< string >? ValidInstancePaths
Limits the locations instances may be created or attached from.
Definition
ServerInformationBase.cs:39
Tgstation.Server.Api.Models.Internal.ServerInformationBase.MinimumPasswordLength
uint MinimumPasswordLength
Minimum length of database user passwords.
Definition
ServerInformationBase.cs:14
Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserLimit
uint UserLimit
The maximum number of users allowed.
Definition
ServerInformationBase.cs:26
Tgstation.Server.Api.Models.Internal.ServerInformationBase.InstanceLimit
uint InstanceLimit
The maximum number of Instances allowed.
Definition
ServerInformationBase.cs:20
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Generated by
1.9.8