add support for API permissions at the UI layer - including ability to delegate user, role, profile management
This commit is contained in:
@ -5,13 +5,18 @@ namespace Oqtane.Models
|
||||
/// </summary>
|
||||
public class PermissionString
|
||||
{
|
||||
/// <summary>
|
||||
/// A term describing the entity
|
||||
/// </summary>
|
||||
public string EntityName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// A term describing a set of permissions
|
||||
/// </summary>
|
||||
public string PermissionName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The permissions addressed with this name
|
||||
/// The permissions
|
||||
/// </summary>
|
||||
public string Permissions { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user