Class PermissionRecord
Represents a row from the _permissions table.
public sealed class PermissionRecord : ExportRecord
Inheritance
Properties
IdRef
Reference identifier (scheme or object) the permission targets.
public long IdRef { get; init; }
IdRole
Role to which the permission applies (mutually exclusive with ).
public long? IdRole { get; init; }
IdUser
User to which the permission applies (mutually exclusive with ).
public long? IdUser { get; init; }