TestimoX

API Reference

Class

IdentityExposureChartCollectorSummary

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Renderer-neutral collector summary for edge filtering and legends.

Inheritance

  • Object
  • IdentityExposureChartCollectorSummary

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

Constructors

public IdentityExposureChartCollectorSummary() #

Properties

public String Collector { get; set; } #

Collector or analysis component name.

public Int32 EdgeCount { get; set; } #

Number of included edges produced by the collector.

public Int32 CriticalEdgeCount { get; set; } #

Number of included critical-severity edges produced by the collector.

public Int32 HighEdgeCount { get; set; } #

Number of included high-severity edges produced by the collector.

public Int32 WarningEdgeCount { get; set; } #

Number of included warning-severity edges produced by the collector.

public Int32 InfoEdgeCount { get; set; } #

Number of included informational edges produced by the collector.

public IReadOnlyList<String> RelationshipKinds { get; set; } #

Distinct relationship kinds produced by the collector in this payload.