API Reference
IdentityExposureEdgeProvenance
Structured evidence describing why an identity exposure edge exists.
Inheritance
- Object
- IdentityExposureEdgeProvenance
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 IdentityExposureChartEdge.Provenance
- Property IdentityExposureEdge.Provenance
Constructors
public IdentityExposureEdgeProvenance() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Summary { get; set; } #Human-readable evidence summary.
public String SourceReference { get; set; } #Source object reference from the collector, such as a SID, SAM account name, or distinguished name.
public String TargetReference { get; set; } #Target object reference from the collector, such as a distinguished name, group name, or SPN.
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, such as ModifyDacl, ModifyOwner, or Membership.
public String ObjectType { get; set; } #Collector object type or object-specific right name, when known.
public String RiskLevel { get; set; } #Collector risk level or confidence label, when known.
public Nullable<Boolean> IsInherited { get; set; } #True when the relationship came from an inherited ACE.