API Reference
Class
SidHistoryCleanupPlanItem
Single SIDHistory cleanup decision.
Inheritance
- Object
- SidHistoryCleanupPlanItem
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
- Property SidHistoryCleanupPlan.Items
- Method SidHistoryCleanupPlanItem.<Clone>$
Constructors
public SidHistoryCleanupPlanItem() #Methods
Inherited Methods
Properties
public SidHistoryPrincipalSnapshot Principal { get; set; } #Principal carrying the SIDHistory value.
public String SidHistory { get; set; } #SIDHistory value considered for removal.
public Int32 ResourceAclDependencyCount { get; set; } #Remaining resource ACL dependencies for the SID.
public IReadOnlyList<SidHistoryResourceAclDependency> ResourceAclDependencies { get; set; } #Resource ACL dependencies for this SIDHistory value.
public Boolean CanRemove { get; } #Gets a value indicating whether the SIDHistory value can be removed.
public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #Due-diligence issues for this cleanup item.