Class PermissionSet.Permission
Represents a permission with a name and a list of associated roles.
Inherited Members
Namespace: DataWeb.Authorization
Assembly: DataWeb.Core.dll
Syntax
public class PermissionSet.Permission
Properties
Name
Gets or sets the name of the permission.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Roles
Gets or sets the list of roles associated with the permission.
Declaration
public List<string> Roles { get; set; }
Property Value
Type | Description |
---|---|
List<string> |