tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
PermissionSet.cs
Go to the documentation of this file.
2
4
6{
10 public class PermissionSet : EntityId
11 {
14 public override long? Id
15 {
16 get => base.Id;
17 set => base.Id = value;
18 }
19
23 [Required]
25
29 [Required]
31 }
32}
Common base of entities with IDs.
Definition EntityId.cs:7
virtual ? long Id
The ID of the entity.
Definition EntityId.cs:13
Represents a set of server permissions.
FieldPresence
Indicates whether a request field is Required or Ignored.
@ Required
DMAPI validation must suceed for the deployment to succeed.
@ List
User may list files if the Models.Instance allows it.
InstanceManagerRights
Rights for managing Models.Instances.
AdministrationRights
Administration rights for the server.