TestimoX

API Reference

Class

DirectoryGraphSnapshot

Namespace ADPlayground
Assembly ADPlayground
Modifiers sealed

Represents a merged directory graph snapshot composed from domain partitions.

Inheritance

  • Object
  • DirectoryGraphSnapshot

Constructors

Properties

public DateTimeOffset CreatedAtUtc { get; set; } #

Gets snapshot creation timestamp in UTC.

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

Gets effective domains targeted by the scenario.

public IReadOnlyList<DirectoryGraphPartition> Partitions { get; set; } #

Gets per-domain partition results, including partial diagnostics.

public IReadOnlyDictionary<String, GroupMembershipEntry> RootMemberships { get; set; } #

Gets merged root memberships keyed by distinguished name.

public IReadOnlyDictionary<String, GroupMembershipEntry> FlattenedEntries { get; set; } #

Gets merged flattened entries keyed by distinguished name.

public Boolean IsPartial { get; } #

Gets a value indicating whether one or more partitions returned a diagnostic failure.