Class PermissionSetData.Permission
Represents a permission within a permission set.
Inherited Members
Namespace: DataWeb.Authorization
Assembly: DataWeb.Core.dll
Syntax
public class PermissionSetData.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> |