TestimoX

API Reference

Class

GroupMembershipSummaryView

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Summary row for group membership metrics.

Inheritance

  • Object
  • GroupMembershipSummaryView

Constructors

Properties

public String GroupName { get; set; } #

Group display name.

public String DomainName { get; set; } #

Domain in which the group resides.

public Int32 DirectMembers { get; set; } #

Identities that are directly linked to the group (no recursion).

public Int32 DirectGroups { get; set; } #

Number of direct member groups.

public Int32 IndirectMembers { get; set; } #

Members discovered via recursive expansion (nested groups).

public Int32 TotalMembers { get; set; } #

Total number of unique members discovered across scopes.

public Boolean Circular { get; set; } #

Indicates whether membership loops were detected while expanding.

public String DistinguishedName { get; set; } #

Full LDAP distinguished name identifying the group.