API Reference
Class
SidClassificationResult
Outcome of classifying a single SID with optional identity enrichment.
Inheritance
- Object
- SidClassificationResult
Constructors
public SidClassificationResult() #Methods
Inherited Methods
Properties
public SecurityIdentifier Sid { get; set; } #SID that was evaluated.
public String SidString { get; set; } #String representation of the SID.
public SidClassification Classification { get; set; } #Detected classification bucket.
public IdentityInfo Identity { get; set; } #Optional resolved identity information (populated when resolution is requested).
public String SidHistoryNote { get; set; } #Optional SIDHistory linkage note describing the internal object that carries this SID.
public SidHistoryLink SidHistoryLink { get; set; } #Optional SIDHistory linkage details for migration guidance.
public String Rationale { get; set; } #Optional diagnostic note indicating why the classification was chosen.