TestimoX

API Reference

Class

GroupNestingSummary

Namespace ADPlayground.Groups.GroupSummaryService
Assembly ADPlayground
Modifiers sealed

Represents a computed nesting summary for a group.

Inheritance

  • Object
  • GroupNestingSummary

Constructors

Properties

public String SamAccountName { get; set; } #

Group sAMAccountName.

public String DistinguishedName { get; set; } #

Distinguished name.

public Int32 DirectGroups { get; set; } #

Direct nested groups (count).

public Int32 IndirectMembers { get; set; } #

Indirect members (count) through nesting.

public Int32 TotalMembers { get; set; } #

Total members (direct + indirect).

public Int32 MaxNestingDepth { get; set; } #

Maximum nesting depth observed.

public Boolean CircularMembershipDetected { get; set; } #

Indicates whether circular membership was detected.