TestimoX

API Reference

Class

SidHistoryCleanupPlanItem

Namespace ADPlayground.Migrations.SidHistory
Assembly ADPlayground
Implements
IEquatable<SidHistoryCleanupPlanItem>
Modifiers sealed

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.

Constructors

Methods

public SidHistoryCleanupPlanItem <Clone>$() #
Returns: SidHistoryCleanupPlanItem
public virtual Boolean Equals(SidHistoryCleanupPlanItem other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

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.