API Reference
SidHistoryWriteRequest
Low-level request passed to a SIDHistory writer after planning and governance pass.
Inheritance
- Object
- SidHistoryWriteRequest
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 SidHistoryWriteRequest() #Methods
Inherited Methods
Properties
public SidHistoryPrincipalSnapshot Source { get; set; } #Source principal.
public SidHistoryPrincipalSnapshot Destination { get; set; } #Destination principal.
public String SourceSid { get; set; } #SID value expected to be written to destination SIDHistory.
public String SourceDomainName { get; set; } #Source domain name passed to the native migration API.
public String SourceSamAccountName { get; set; } #Source domain-relative SAM account name passed to the native migration API.
public String SourceDomainController { get; set; } #Source PDC emulator or domain controller used for source SID retrieval and auditing.
public NetworkCredential SourceCredential { get; set; } #Optional source-domain administrator credential.
public String DestinationDomainName { get; set; } #Destination domain name passed to the native migration API.
public String DestinationSamAccountName { get; set; } #Destination domain-relative SAM account name passed to the native migration API.
public String DestinationDomainController { get; set; } #Destination domain controller used for the directory-service bind.
public NetworkCredential DestinationCredential { get; set; } #Optional destination-domain credential used for the directory-service bind.
public SidHistoryGovernanceOptions Governance { get; set; } #Governance metadata attached to the write.