API Reference
Class
SidHistoryRecoveryEvidence
Evidence captured when SIDHistory was removed and may need to be restored.
Inheritance
- Object
- SidHistoryRecoveryEvidence
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
Accepted by parameters
Constructors
public SidHistoryRecoveryEvidence() #Methods
Inherited Methods
Properties
public SidHistoryPrincipalSnapshot Destination { get; set; } #Destination principal that lost SIDHistory.
public String RemovedSidHistory { get; set; } #SIDHistory value that was removed.
public SidHistoryPrincipalSnapshot Source { get; set; } #Original source principal when known.
public DateTimeOffset RemovedAtUtc { get; set; } #Timestamp when the SIDHistory value was removed.
public String CleanupExecutionId { get; set; } #Cleanup execution identifier that removed the value.
public Boolean ReplacementAccessFailed { get; set; } #Gets a value indicating whether replacement access failed after cleanup.
public String RecoveryReason { get; set; } #Reason for recovery.