API Reference
Class
DirectoryAclInventoryService
Builds a domain-wide ACL posture inventory for parity-style delegation risk reviews.
Inheritance
- Object
- DirectoryAclInventoryService
Methods
public static View Evaluate(String domainName, IDictionary<String, Object> parameters = null) #Returns:
ViewEvaluates ACL posture inventory for a domain.
Parameters
- domainName System.String
- DNS domain name.
- parameters System.Collections.Generic.IDictionary{System.String,System.Object} = null
- Optional parameters: MaxObjects (int, default: 10000), MaxFindings (int, default: 200000), IncludeInherited (bool, default: false), IncludePrivilegedTrustees (bool, default: false), ExcludeDefaultSchemaDelegations (bool, default: true), ObjectClasses (string CSV or string[]).
Returns
Collected inventory view.