TestimoX

API Reference

Class

DirectoryDetailScenarioResult`1

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents a typed detail scenario result for identity-based directory reads.

Inheritance

  • Object
  • DirectoryDetailScenarioResult`1

Type Parameters

TItem
Result item type.

Constructors

public DirectoryDetailScenarioResult<TItem>() #

Properties

public String Identity { get; set; } #

Gets or sets lookup identity used by the scenario.

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

Gets or sets the effective domain list used by the scenario.

public Boolean IncludeForestDomains { get; set; } #

Gets or sets whether forest-domain expansion was enabled.

public IReadOnlyList<TItem> Items { get; set; } #

Gets or sets the returned items.