TestimoX

API Reference

Class

SidHistoryRecoveryEvidence

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

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.

Accepted by parameters

Constructors

Methods

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

Parameters

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

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.