API Reference
Class
TrusteeSummary
Trustee-level summary of findings.
Inheritance
- Object
- TrusteeSummary
Constructors
public TrusteeSummary() #Inherited Methods
Properties
public String Trustee { get; set; } #Trustee display label (canonical).
public String TrusteeKind { get; set; } #Trustee kind label.
public Int32 Findings { get; set; } #Total findings for this trustee.
public Int32 Critical { get; set; } #Count of critical findings.
public Int32 High { get; set; } #Count of high findings.
public Int32 Medium { get; set; } #Count of medium findings.
public Int32 SourceTypes { get; set; } #Distinct source types involved.
public String Sources { get; set; } #Comma-separated source labels.