API Reference
Class
PrivilegedGroupsSummaryResult
Privileged groups summary payload for thin wrappers.
Inheritance
- Object
- PrivilegedGroupsSummaryResult
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
Constructors
public PrivilegedGroupsSummaryResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.