API Reference
SidHistoryMigrationReadinessSnapshot
Environmental readiness evidence for a SIDHistory migration mapping.
Inheritance
- Object
- SidHistoryMigrationReadinessSnapshot
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 SidHistoryMigrationReadinessSnapshot() #Methods
public SidHistoryMigrationReadinessSnapshot <Clone>$() #SidHistoryMigrationReadinessSnapshotpublic virtual Boolean Equals(SidHistoryMigrationReadinessSnapshot other) #BooleanParameters
- obj Object
public override Int32 GetHashCode() #Int32public override String ToString() #StringInherited Methods
Properties
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.