API Reference
Class
GroupsSummary
Summary of group counts in a domain split by type/scope.
Inheritance
- Object
- GroupsSummary
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
- Property AssessmentSummary.Groups
- Method AssessmentSummaryBuilder.BuildGroups
- Property AggregateForestSummary.Groups
Constructors
public GroupsSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #Domain in which the counts were computed.
public Int32 Total { get; set; } #Total number of groups.
public Int32 Empty { get; set; } #Number of empty groups.
public Int32 Security { get; set; } #Number of security groups.
public Int32 Distribution { get; set; } #Number of distribution groups.
public Int32 Global { get; set; } #Number of global groups.
public Int32 DomainLocal { get; set; } #Number of domain local groups.
public Int32 Universal { get; set; } #Number of universal groups.
public Int32 Circular { get; set; } #Number of groups where circular membership was detected.