API Reference
Struct
AclPermission
Represents a permission entry with associated rights and optional target object type.
Inheritance
- ValueType
- AclPermission
Constructors
public AclPermission(AclRights Rights, String ObjectTypeName) #Represents a permission entry with associated rights and optional target object type.
Parameters
- Rights ADPlayground.Acl.AclRights
- Granted rights.
- ObjectTypeName System.String
- Optional object type name.
Methods
Inherited Methods
Properties
public String ObjectTypeName { get; set; } #Optional object type name.