TestimoX

API Reference

Class

PrivilegedGroupsSummaryResult

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Privileged groups summary payload for thin wrappers.

Inheritance

  • Object
  • PrivilegedGroupsSummaryResult

Constructors

public PrivilegedGroupsSummaryResult() #

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.