TestimoX

API Reference

Class

SidHistoryAdReadinessOptions

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

Options used by the AD-backed SIDHistory readiness provider.

Inheritance

  • Object
  • SidHistoryAdReadinessOptions

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

Methods

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

Parameters

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

Properties

public String SourceDomainController { get; set; } #

Source PDC emulator or source domain controller to validate.

public String DestinationDomainController { get; set; } #

Destination domain controller used for destination duplicate-SID scans.

public NetworkCredential SourceCredential { get; set; } #

Optional source-domain credential used for source readiness probes.

public NetworkCredential DestinationCredential { get; set; } #

Optional destination-domain credential used for duplicate SID scans.

public Boolean SourceAuditReady { get; set; } #

Explicit source audit readiness evidence.

public Boolean SourceTcpipClientSupportReady { get; set; } #

Explicit source TcpipClientSupport readiness evidence.

public Boolean ProbeSourceTcpipClientSupport { get; set; } #

Gets a value indicating whether remote registry probing should try to validate TcpipClientSupport.

public Boolean ResourceAclScanCompleted { get; set; } #

Explicit resource ACL dependency discovery evidence.

public Int32 ResourceAclDependencyCount { get; set; } #

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