API Reference
Class
PrivilegedGroupsSummaryResult
Privileged groups summary payload for thin wrappers.
Inheritance
- Object
- PrivilegedGroupsSummaryResult
Constructors
public PrivilegedGroupsSummaryResult() #Inherited Methods
Properties
public String DomainControllerHint { get; set; } #Domain controller hint used by the wrapper.
public String SearchBaseDnHint { get; set; } #Search base hint used by the wrapper.
public String DomainName { get; set; } #Effective domain used for querying (empty when engine default domain selection is used).
public Boolean IncludeMemberCount { get; set; } #Indicates whether member_count was included.
public Boolean IncludeMemberSample { get; set; } #Indicates whether member_sample was included.
public Int32 MemberSampleSize { get; set; } #Effective member sample size.
public Int32 GroupsTotal { get; set; } #Total privileged groups returned.
public Int32 GroupsFound { get; set; } #Number of groups resolved successfully.
public Int32 GroupsWithErrors { get; set; } #Number of groups with retrieval/resolve errors.
public IReadOnlyList<PrivilegedGroupSummaryRow> Groups { get; set; } #Group rows.