API Reference
Class
DiscoveryView
Discovery result: a primary OU view (best configured) and all evaluated target views.
Inheritance
- Object
- DiscoveryView
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 DiscoveryView() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public View Primary { get; set; } #Primary (best-scored) OU view.
public List<View> Targets { get; set; } #All candidate OU views considered during discovery (may include Primary).
public IReadOnlyList<PolicyAttribution> Attribution { get; } #Convenience projection of the primary view's policy attribution for standard reporting.
public List<TargetAttribution> TargetAttributions { get; set; } #Flattened attribution for every discovered target (used for report grids).
public Object Coverage { get; set; } #High-level coverage summary across all discovered targets.