API Reference
Class
SidHistoryLink
Represents a SIDHistory mapping to an internal account for migration guidance.
Inheritance
- Object
- SidHistoryLink
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
- Property FileForeignSidFinding.SidHistoryLink
- Property FileSidAuditOptions.SidHistoryLookup
- Property SidClassificationResult.SidHistoryLink
- Method SidHistoryLookup.Find
- Property SidHistoryUsageFinding.SidHistoryLink
Accepted by parameters
- Constructor SidClassifier.SidClassifier
Constructors
public SidHistoryLink() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String AccountDistinguishedName { get; set; } #Account DN carrying the SIDHistory entry.
public String SamAccountName { get; set; } #Account SAM name (if available).
public String DisplayName { get; set; } #Account display name (if available).
public String UserPrincipalName { get; set; } #User principal name (if available).
public String ObjectSid { get; set; } #Account primary SID (if available).
public String ObjectClass { get; set; } #Object class (user/group/computer/etc.).
public String Domain { get; set; } #DNS domain of the account.
public Nullable<Boolean> Enabled { get; set; } #True when the account is enabled (null when unknown).
public String PreferredName { get; } #Preferred display name for reporting.