TestimoX

API Reference

Class

IdentityExposureZoneIsolationRow

Namespace ADPlayground.IdentityExposure
Assembly ADPlayground
Modifiers sealed

Summary row describing exposure into a security zone.

Inheritance

  • Object
  • IdentityExposureZoneIsolationRow

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

Stable security zone identifier.

public String ZoneName { get; set; } #

Human-readable zone name.

public Int32 Criticality { get; set; } #

Zone criticality.

public Int32 TargetNodeCount { get; set; } #

Number of nodes assigned to the zone.

public Int32 ReachedTargetCount { get; set; } #

Number of zone nodes reached by cheapest paths.

public Int32 SourceCount { get; set; } #

Number of distinct source nodes with a path into the zone.

public Int32 PathCount { get; set; } #

Number of cheapest paths into the zone.

public Int32 ZeroCostPathCount { get; set; } #

Number of zero-cost paths into the zone.

public Int32 MinimumCost { get; set; } #

Minimum path cost into the zone, or -1 when no path reaches the zone.

public Int32 IsolationScore { get; set; } #

Heuristic score where 100 means no discovered path reaches the zone.