API Reference
Class
SidHistoryResourceAclScanResult
Result of scanning resource ACLs for SIDHistory dependencies.
Inheritance
- Object
- SidHistoryResourceAclScanResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public SidHistoryResourceAclScanResult() #Methods
Inherited Methods
Properties
public IReadOnlyList<SidHistoryResourceAclDependency> Dependencies { get; set; } #Dependencies found during the scan.
public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #Scan issues that should be reviewed before cleanup.
public IReadOnlyDictionary<String, Int32> DependencyCounts { get; set; } #Map of SIDHistory value to remaining ACL dependency ACE count.
public Boolean Completed { get; } #Gets a value indicating whether the scan completed without blocking issues.