API Reference
Class
IdentityExposureChartPath
Renderer-neutral path DTO.
Inheritance
- Object
- IdentityExposureChartPath
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
public IdentityExposureChartPath() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Source { get; set; } #Source node display name.
public String Target { get; set; } #Target node display name.
public Int32 Cost { get; set; } #Total path cost.
public Int32 Length { get; set; } #Path length in relationships.
public Boolean IsZeroCost { get; set; } #True when the path has no exploit cost.
public IReadOnlyList<String> EdgeIds { get; set; } #Stable edge identifiers in path order.
public String Relationships { get; set; } #Relationship chain.
public String Path { get; set; } #Node display chain.
public String Severity { get; set; } #Renderer-neutral severity hint.