Class Permission
Provides information about a specific permission.
Inheritance
System.Object
Permission
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.ReportServer.Services.Models
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class Permission
Constructors
Permission()
Declaration
public Permission()
Properties
Access
Specifies the access permission.
Declaration
public AccessPermission Access { get; set; }
Property Value
AccessPermission
|
Id
Permission identifier.
Declaration
public string Id { get; set; }
Property Value
System.String
|
PermissionCategory
Specifies the permission category.
Declaration
public PermissionCategory PermissionCategory { get; set; }
Property Value
PermissionCategory
|
ResourceId
Specifies the ID of the secured resource.
Declaration
public string ResourceId { get; set; }
Property Value
System.String
|
Scope
Specifies the scope of the permission.
Declaration
public int Scope { get; set; }
Property Value
System.Int32
|