API Reference
Class
IdentityExposurePath
Represents a costed exposure path to a security zone object.
Inheritance
- Object
- IdentityExposurePath
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 IdentityExposurePath() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IdentityExposureNode Source { get; set; } #Source node.
public IdentityExposureNode Target { get; set; } #Target node.
public Int32 Cost { get; set; } #Total path cost.
public Int32 Length { get; set; } #Number of relationships in the path.
public String Relationships { get; set; } #Relationship labels in order.
public String Path { get; set; } #Node names in order.
public IReadOnlyList<IdentityExposureEdge> Edges { get; set; } #Edges that compose this path.
public Boolean IsZeroCost { get; } #True when the path has no exploit cost.