API Reference
Class
AclAssessmentService
Central ACL assessment utilities: turn raw ACEs or findings into standardized, typed results. Hosts and analyzers should use this to avoid duplicating masks and special-cases.
Inheritance
- Object
- AclAssessmentService
Methods
public static AclAceAssessment AssessAce(String domainName, ActiveDirectoryAccessRule rule, String objectDistinguishedName = null) #Returns:
AclAceAssessmentAssess a single ACE in the context of a domain and directory object.
Parameters
- domainName System.String
- rule System.DirectoryServices.ActiveDirectoryAccessRule
- objectDistinguishedName System.String = null
AssessGpoFinding(System.String arg1, ADPlayground.Gpo.GpoAclFinding arg2) #Assess a GPO-specific finding (legacy analyzer output) using centralized rules.
Parameters
- arg1 System.String
- arg2 ADPlayground.Gpo.GpoAclFinding