API Reference
Class
SidHistoryCleanupPlan
Cleanup plan for removing SIDHistory values only after due diligence passes.
Inheritance
- Object
- SidHistoryCleanupPlan
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 SidHistoryCleanupPlan() #Methods
Inherited Methods
Properties
public IReadOnlyList<SidHistoryCleanupPlanItem> Items { get; set; } #Cleanup decisions.
public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #Plan-level issues.
public IReadOnlyList<SidHistoryResourceAclDependency> ResourceAclDependencies { get; set; } #Resource ACL dependencies that support the cleanup decision.
public Boolean CanRemove { get; } #Gets a value indicating whether all requested values can be removed.