API Reference
SidHistoryMigrationRequest
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.
Returned or exposed by
Accepted by parameters
Constructors
public SidHistoryMigrationRequest() #Methods
Inherited Methods
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.