tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Authority
PermissionSetLookupType.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.Authority
2
{
6
public
enum
PermissionSetLookupType
7
{
11
Id
,
12
16
UserId
,
17
21
GroupId
,
22
}
23
}
Tgstation.Server.Host.Authority
Definition
AdministrationAuthority.cs:21
Tgstation.Server.Host.Authority.PermissionSetLookupType
PermissionSetLookupType
Indicates the type of Api.Models.EntityId.Id to lookup on a Models.PermissionSet.
Definition
PermissionSetLookupType.cs:7
Tgstation.Server.Host.Authority.PermissionSetLookupType.GroupId
@ GroupId
Lookup the Api.Models.EntityId.Id of the Models.PermissionSet.Group.
Tgstation.Server.Host.Authority.PermissionSetLookupType.UserId
@ UserId
Lookup the Api.Models.EntityId.Id of the Models.PermissionSet.User.
Tgstation.Server.Host.Authority.PermissionSetLookupType.Id
@ Id
Lookup the Api.Models.EntityId.Id of the Models.PermissionSet.
Generated by
1.9.8