API Reference
Class
UserReportingScenarioResult
Result payload for user reporting scenarios.
Inheritance
- Object
- UserReportingScenarioResult
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 UserReportingScenarioResult() #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 domain list for the scenario run.
public IReadOnlyList<UserReportingRow> Rows { get; set; } #Ordered reporting rows.
public Int32 HighRiskCount { get; set; } #High risk row count.
public Int32 MediumRiskCount { get; set; } #Medium risk row count.
public Int32 LowRiskCount { get; set; } #Low risk row count.