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
Constructors
public AssessmentSummary() #Inherited Methods
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.