API Reference
Class
IdentityExposureEdgeSummaryRow
Summary row for an exposure edge in reports.
Inheritance
- Object
- IdentityExposureEdgeSummaryRow
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
- Property IdentityExposureSnapshot.Edges
Constructors
public IdentityExposureEdgeSummaryRow() #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 SourceKind { get; set; } #Source object kind.
public String Relationship { get; set; } #Relationship label.
public Int32 Cost { get; set; } #Relationship cost.
public String Target { get; set; } #Target object display name.
public String TargetZone { get; set; } #Target security zone.
public String Evidence { get; set; } #Evidence string.
public String SourceReference { get; set; } #Source object reference from the collector.
public String TargetReference { get; set; } #Target object reference from the collector.
public String Attribute { get; set; } #Directory attribute or extended right that produced the edge, when known.
public String Rights { get; set; } #Directory rights or relationship detail reported by the source collector.
public String Operation { get; set; } #Collector operation category.
public String ObjectType { get; set; } #Collector object type or object-specific right name.
public String RiskLevel { get; set; } #Collector risk level or confidence label.
public Nullable<Boolean> IsInherited { get; set; } #True when the relationship came from an inherited ACE.