TestimoX

API Reference

Class

IdentityExposureEdge

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Represents a directed identity exposure relationship.

Inheritance

  • Object
  • IdentityExposureEdge

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

Accepted by parameters

Constructors

Properties

public String SourceId { get; set; } #

Stable source node identifier.

public String TargetId { get; set; } #

Stable target node identifier.

public IdentityExposureEdgeKind Kind { get; set; } #

Exposure relationship kind.

public String Collector { get; set; } #

Collector or analysis component that produced this edge.

public Int32 Cost { get; set; } #

Cost used by shortest-path analysis. Lower values are easier to exploit.

public String Label { get; set; } #

Human-readable relationship label.

public String Evidence { get; set; } #

Short evidence string for reports.

public IdentityExposureEdgeProvenance Provenance { get; set; } #

Structured collector evidence for report drill-downs and chart tooltips.