TestimoX

API Reference

Class

IdentityExposureRiskReductionRow

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Summary row for an edge whose removal is likely to reduce exposure paths.

Inheritance

  • Object
  • IdentityExposureRiskReductionRow

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 Relationship { get; set; } #

Relationship label.

public String Target { get; set; } #

Target object display name.

public Int32 Cost { get; set; } #

Relationship cost.

public Int32 AffectedPathCount { get; set; } #

Number of cheapest paths that use this edge.

public Int32 AffectedZeroCostPathCount { get; set; } #

Number of zero-cost paths that use this edge.

public Int32 AffectedSourceCount { get; set; } #

Number of distinct source objects affected.

public Int32 AffectedTargetCount { get; set; } #

Number of distinct Tier 0 target objects affected.