API Reference
Class
GroupReportingScenarioResult
Result payload for group reporting scenarios.
Inheritance
- Object
- GroupReportingScenarioResult
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 GroupReportingScenarioResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DirectoryScenarioOutputProfile Profile { get; set; } #Output profile used by the scenario.
public IReadOnlyList<String> Domains { get; set; } #Effective domains queried for the scenario.
public IReadOnlyList<GroupReportingRow> Rows { get; set; } #Typed report rows.
public Int32 HighRiskCount { get; set; } #Number of high-risk rows.
public Int32 MediumRiskCount { get; set; } #Number of medium-risk rows.
public Int32 LowRiskCount { get; set; } #Number of low-risk rows.