tgstation-server
6.12.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
{
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
}
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:28
Tgstation.Server.Api.Models.Internal.ServerInformationBase.ValidInstancePaths
List< string >? ValidInstancePaths
Limits the locations instances may be created or attached from.
Definition
ServerInformationBase.cs:34
Tgstation.Server.Api.Models.Internal.ServerInformationBase.MinimumPasswordLength
uint MinimumPasswordLength
Minimum length of database user passwords.
Definition
ServerInformationBase.cs:13
Tgstation.Server.Api.Models.Internal.ServerInformationBase.UserLimit
uint UserLimit
The maximum number of users allowed.
Definition
ServerInformationBase.cs:23
Tgstation.Server.Api.Models.Internal.ServerInformationBase.InstanceLimit
uint InstanceLimit
The maximum number of Instances allowed.
Definition
ServerInformationBase.cs:18
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Generated by
1.9.8