tgstation-server 6.12.3
The /tg/station 13 server suite
|
Namespaces | |
namespace | Core |
Classes | |
class | AdministrationAuthority |
interface | IAdministrationAuthority |
IAuthority for administrative server operations. More... | |
interface | IGraphQLAuthorityInvoker |
Invokes TAuthority s from GraphQL endpoints. More... | |
interface | ILoginAuthority |
IAuthority for authenticating with the server. More... | |
interface | IPermissionSetAuthority |
IAuthority for managing PermissionSets. More... | |
interface | IRestAuthorityInvoker |
Invokes TAuthority methods and generates IActionResult responses. More... | |
interface | IUserAuthority |
IAuthority for managing Users. More... | |
interface | IUserGroupAuthority |
IAuthority for managing UserGroups. More... | |
class | LoginAuthority |
class | PermissionSetAuthority |
class | UserAuthority |
class | UserGroupAuthority |
Enumerations | |
enum | PermissionSetLookupType { Id , UserId , GroupId } |
Indicates the type of Api.Models.EntityId.Id to lookup on a Models.PermissionSet. More... | |
Indicates the type of Api.Models.EntityId.Id to lookup on a Models.PermissionSet.
Definition at line 6 of file PermissionSetLookupType.cs.