API Reference
Class
IdentityExposureEdge
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
- Property IdentityExposureGraph.Edges
- Property IdentityExposurePath.Edges
Accepted by parameters
- Constructor IdentityExposureGraph.IdentityExposureGraph
- Method IdentityExposureGraphBuilder.AddEdge
Constructors
public IdentityExposureEdge() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.