TestimoX

API Reference

Class

IdentityExposurePath

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

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.

Constructors

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.