API Reference
Class
TrusteeSummary
Trustee-level summary of findings.
Inheritance
- Object
- TrusteeSummary
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 View.Trustees
Constructors
public TrusteeSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.