TestimoX

API Reference

Class

GroupMembersScenarioOptions

Namespace ADPlayground.Groups
Assembly ADPlayground
Modifiers sealed

Options for typed group-membership member scenarios.

Inheritance

  • Object
  • GroupMembersScenarioOptions

Constructors

public GroupMembersScenarioOptions() #

Methods

public GroupMembersScenarioOptions ForIdentities(IEnumerable<String> identities) #
Returns: GroupMembersScenarioOptions

Creates a copy of the current options with a new identity set.

Parameters

identities System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
Replacement identities.

Returns

Copied options with supplied identities.

Properties

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

Gets explicit group identities (DN, SID, UPN, SAM).

public String Server { get; set; } #

Gets optional domain controller target.

public NetworkCredential Credential { get; set; } #

Gets optional credentials for LDAP bind.

public TimeSpan Timeout { get; set; } #

Gets LDAP timeout for resolver operations.

public Int32 MaxDepth { get; set; } #

Gets maximum recursion depth for effective membership resolution.

public Int32 MaxCacheSize { get; set; } #

Gets maximum resolver cache size.