1using System.Collections.Generic;
Represents a set of server permissions.
AdministrationRights? AdministrationRights
The Rights.AdministrationRights for the user.
InstanceManagerRights? InstanceManagerRights
The Rights.InstanceManagerRights for the user.
Api.Models.PermissionSet ToApi()
Convert the PermissionSet to it's API form.
long? GroupId
The Api.Models.EntityId.Id of Group.
long? UserId
The Api.Models.EntityId.Id of User.
ICollection< InstancePermissionSet >? InstancePermissionSets
The InstancePermissionSets associated with the PermissionSet.
UserGroup? Group
The UserGroup the PermissionSet belongs to, if it is for a UserGroup.
Represents a group of Users.