TestimoX

API Reference

Class

SidHistoryMigrationRequest

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

Request to build a SIDHistory migration plan.

Inheritance

  • Object
  • SidHistoryMigrationRequest

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 SidHistoryMigrationRequest <Clone>$() #
Returns: SidHistoryMigrationRequest
public virtual Boolean Equals(SidHistoryMigrationRequest other) #
Returns: Boolean

Parameters

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

Properties

public SidHistoryPrincipalSnapshot Source { get; set; } #

Source principal whose SID should be migrated.

public SidHistoryPrincipalSnapshot Destination { get; set; } #

Destination principal that should receive SIDHistory.

public Boolean SourcePdcReachable { get; set; } #

Gets a value indicating whether the source PDC/PDC emulator was validated as reachable.

public Boolean SourceAuditReady { get; set; } #

Gets a value indicating whether source audit prerequisites were validated.

public Boolean SourceTcpipClientSupportReady { get; set; } #

Gets a value indicating whether source TcpipClientSupport was validated.

public Boolean DuplicateSidScanCompleted { get; set; } #

Gets a value indicating whether the destination duplicate SID scan was completed.

public Boolean SourceSidAlreadyPresentInDestinationForest { get; set; } #

Gets a value indicating whether the source SID already exists in the destination forest.

public Boolean TrustReady { get; set; } #

Gets a value indicating whether trust readiness was validated.

public Boolean ResourceAclScanCompleted { get; set; } #

Gets a value indicating whether resource ACL dependency discovery was completed.

public Int32 ResourceAclDependencyCount { get; set; } #

Number of resource ACL dependencies still relying on the source SID.

public Boolean AllowPrivilegedSidHistory { get; set; } #

Gets a value indicating whether privileged SIDHistory migration is explicitly approved.

public String BusinessJustification { get; set; } #

Business justification or change ticket supplied by the operator.