API Reference
Class
IdentityExposureReachabilityRow
Summary row for a node reachable from a selected source.
Inheritance
- Object
- IdentityExposureReachabilityRow
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 IdentityExposureReachabilityRow() #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 Target { get; set; } #Reachable object display name.
public String TargetKind { get; set; } #Reachable object kind.
public Int32 Cost { get; set; } #Total path cost.
public Int32 Length { get; set; } #Path length in relationships.
public Boolean IsZoneObject { get; set; } #True when the target belongs to a security zone.
public String TargetZone { get; set; } #Target security zone identifier.
public String Relationships { get; set; } #Relationship chain.
public String Path { get; set; } #Node chain.