API Reference
Class
AdxAclPermissionRequest
Describes a permission operation request for AD ACL tooling.
Inheritance
- Object
- AdxAclPermissionRequest
Constructors
public AdxAclPermissionRequest() #Inherited Methods
Properties
public String Identity { get; set; } #Gets or sets the input identity (SID, DOMAIN\name, UPN, DN, etc.).
public AclRights Rights { get; set; } #Gets or sets the AD rights to apply.
public AccessControlType AccessControlType { get; set; } #Gets or sets whether the ACE is allow or deny. Defaults to allow.
public AclInheritance Inheritance { get; set; } #Gets or sets the ACE inheritance mode. Defaults to none (this object only).