API Reference
Class
IdentityExposureZoneIsolationRow
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.
Returned or exposed by
Constructors
public IdentityExposureZoneIsolationRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.