TestimoX

API Reference

Class

IdentityExposurePathSummaryRow

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Summary row for a cheapest exposure path.

Inheritance

  • Object
  • IdentityExposurePathSummaryRow

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String Source { get; set; } #

Source object display name.

public String Target { get; set; } #

Target object display name.

public Int32 Cost { get; set; } #

Total path cost.

public Int32 Length { get; set; } #

Path length in relationships.

public Boolean IsZeroCost { get; set; } #

Whether this is a zero-cost path.

public String Relationships { get; set; } #

Relationship chain.

public String Path { get; set; } #

Node chain.