API Reference
Class
SidHistoryMigrationPlanItem
Single item in a SIDHistory migration plan.
Inheritance
- Object
- SidHistoryMigrationPlanItem
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 SidHistoryMigrationPlanItem() #Methods
Inherited Methods
Properties
public SidHistoryPrincipalSnapshot Source { get; set; } #Source principal snapshot.
public SidHistoryPrincipalSnapshot Destination { get; set; } #Destination principal snapshot.
public String SourceSid { get; set; } #SID planned for migration into destination SIDHistory.
public String DestinationSid { get; set; } #Destination principal SID.
public SidHistoryMigrationRisk Risk { get; set; } #Assigned plan risk.
public Boolean RequiresExceptionalApproval { get; set; } #Gets a value indicating whether exceptional approval is required.
public Boolean CanApply { get; } #Gets a value indicating whether the item can be applied.
public IReadOnlyList<SidHistoryDueDiligenceIssue> Issues { get; set; } #Due-diligence issues for this item.