TestimoX

API Reference

Class

IdentityExposureChartModel

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Renderer-neutral identity exposure model intended for ChartForgeX and other visual consumers.

Inheritance

  • Object
  • IdentityExposureChartModel

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public IdentityExposureChartMetadata Metadata { get; set; } #

Chart contract metadata.

public String Title { get; set; } #

Chart title.

public IdentityExposureChartSummary Summary { get; set; } #

Chart summary counts.

public IReadOnlyList<IdentityExposureChartZone> Zones { get; set; } #

Security zones.

public IReadOnlyList<IdentityExposureChartNode> Nodes { get; set; } #

Graph nodes.

public IReadOnlyList<IdentityExposureChartEdge> Edges { get; set; } #

Graph edges.

public IReadOnlyList<IdentityExposureChartCollectorSummary> Collectors { get; set; } #

Collector summaries derived from included graph edges.

public IReadOnlyList<IdentityExposureChartPath> Paths { get; set; } #

Costed paths.

public IReadOnlyList<IdentityExposureChartPath> AlternatePaths { get; set; } #

Alternate ranked paths.

public IReadOnlyList<IdentityExposureRiskReductionRow> RiskReductionCandidates { get; set; } #

Risk reduction candidates derived from selected paths.

public IReadOnlyList<IdentityExposureEdgeImpactRow> EdgeImpactCandidates { get; set; } #

Edge impact candidates derived by recalculating path cost when a relationship is removed.

public IReadOnlyList<IdentityExposureZoneIsolationRow> ZoneIsolation { get; set; } #

Zone isolation metrics for zone overview panels.

public IReadOnlyList<IdentityExposureDiagnosticRow> Diagnostics { get; set; } #

Collection and projection diagnostics.