TestimoX

API Reference

Class

TrusteeSummary

Namespace ADPlayground.Delegation.BroadTrusteeDelegationExposureService
Assembly ADPlayground
Modifiers sealed

Trustee-level summary of findings.

Inheritance

  • Object
  • TrusteeSummary

Constructors

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.