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