API Reference
Class
ComputerReportingScenarioResult
Result payload for computer reporting scenarios.
Inheritance
- Object
- ComputerReportingScenarioResult
Constructors
public ComputerReportingScenarioResult() #Inherited Methods
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<ComputerReportingRow> 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.