API Reference
Class
AssessmentSummary
Aggregated, high-level assessment for a single domain. This type is intended for rule output and reports that need a compact snapshot of users, computers and groups.
Inheritance
- Object
- AssessmentSummary
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
Accepted by parameters
Constructors
public AssessmentSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS domain name this summary describes.
public UsersSummary Users { get; set; } #Aggregated user posture counters for the domain.
public ComputersRollup Computers { get; set; } #Aggregated computer posture counters for the domain.
public GroupsSummary Groups { get; set; } #Aggregated group posture counters for the domain.