TestimoX

API Reference

Class

UserGroupDetailScenarioOptions

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Options for user detail scenarios that include group memberships.

Inheritance

  • Object
  • UserGroupDetailScenarioOptions

Constructors

Properties

public String Identity { get; set; } #

Gets or sets user identity (sAMAccountName, UPN, DN, mail, or name).

public IEnumerable<String> Domains { get; set; } #

Gets or sets explicit domain list to query.

public Boolean IncludeForestDomains { get; set; } #

Gets or sets whether to include forest domains when Domains is empty.

public Boolean RecursiveGroups { get; set; } #

Gets or sets whether recursive parent groups should be resolved.

public Int32 GroupRecursionDepth { get; set; } #

Gets or sets maximum recursion depth for recursive parent-group resolution.