API Reference
Class
IdentityExposureChartEdge
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
- Property IdentityExposureChartModel.Edges
Constructors
public IdentityExposureChartEdge() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.