TestimoX

API Reference

Class

IdentityExposureChartEdge

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Renderer-neutral graph edge DTO.

Inheritance

  • Object
  • IdentityExposureChartEdge

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

Properties

public String Id { get; set; } #

Stable edge identifier.

public String SourceId { get; set; } #

Source node identifier.

public String TargetId { get; set; } #

Target node identifier.

public String Kind { get; set; } #

Relationship kind.

public String Collector { get; set; } #

Collector or analysis component that produced this edge.

public Int32 Cost { get; set; } #

Relationship cost.

public String Label { get; set; } #

Display label.

public String Evidence { get; set; } #

Evidence string.

public IdentityExposureEdgeProvenance Provenance { get; set; } #

Structured collector evidence for drill-downs and tooltips.

public String Severity { get; set; } #

Renderer-neutral severity hint.