API Reference
Class
WellKnownFolderAclIssue
ACL finding for a well-known Active Directory container (Users, Computers, System, etc.).
Inheritance
- Object
- WellKnownFolderAclIssue
Constructors
public WellKnownFolderAclIssue() #Inherited Methods
Properties
public String ContainerDistinguishedName { get; set; } #Distinguished name (DN) of the container.
public String ContainerDisplayName { get; set; } #Friendly display name of the container when available.
public String IdentityDisplayName { get; set; } #Friendly name of the identity (user/group) the ACE applies to.
public String IdentitySid { get; set; } #String SID of the identity.
public IdentityInfo Identity { get; set; } #Resolved identity details when available.
public ActiveDirectoryRights Rights { get; set; } #ActiveDirectoryRights granted by the ACE.
public AccessControlType AccessType { get; set; } #Allow/Deny for the ACE.
public Boolean IsDangerous { get; set; } #True when the ACE is considered dangerous by the classifier.