TestimoX

API Reference

Class

GroupsSnapshotConfig

Namespace TestimoX.Configuration.Service
Assembly TestimoX
Modifiers sealed

Groups snapshot toggles and options.

Inheritance

  • Object
  • GroupsSnapshotConfig

Constructors

Properties

public Boolean Enabled { get; set; } #

When false, groups snapshot is skipped.

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

Domain names to query; when empty or omitted, the entire forest is enumerated by the service.

public GroupProperties PropertySet { get; set; } #

Property set to retrieve for groups.

public Boolean IncludeMemberCount { get; set; } #

When true, includes a calculated member count per group (may add cost).

public GroupFilter Filter { get; set; } #

Filter to apply when retrieving groups.