tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
UserApiBase.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
Tgstation.Server.Api.Models.Internal
4
{
6
public
abstract
class
UserApiBase
:
UserModelBase
7
{
11
public
ICollection<OAuthConnection>?
OAuthConnections
{
get
;
set
; }
12
16
[ResponseOptions]
17
public
PermissionSet
?
PermissionSet
{
get
;
set
; }
18
22
[ResponseOptions]
23
public
UserGroup
?
Group
{
get
;
set
; }
24
}
25
}
Tgstation.Server.Api.Models.Internal.UserApiBase
Definition
UserApiBase.cs:7
Tgstation.Server.Api.Models.Internal.UserApiBase.OAuthConnections
ICollection< OAuthConnection >? OAuthConnections
List of OAuthConnections associated with the user.
Definition
UserApiBase.cs:11
Tgstation.Server.Api.Models.Internal.UserApiBase.Group
UserGroup? Group
The UserGroup asociated with the user, if any.
Definition
UserApiBase.cs:23
Tgstation.Server.Api.Models.Internal.UserGroup
Represents a group of users.
Definition
UserGroup.cs:7
Tgstation.Server.Api.Models.Internal.UserModelBase
Represents a server user.
Definition
UserModelBase.cs:10
Tgstation.Server.Api.Models.PermissionSet
Represents a set of server permissions.
Definition
PermissionSet.cs:11
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Generated by
1.9.8