TestimoX

API Reference

Class

View (DomainControllerOverallPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerOverallPostureService
Assembly ADPlayground
Modifiers sealed

Aggregated overall posture view for all domain controllers in a domain.

Inheritance

  • Object
  • View

Constructors

Properties

public String DomainName { get; set; } #

Target domain DNS name.

public Boolean CollectionSucceeded { get; set; } #

True when at least one posture collector returned domain-controller data.

public String CollectionError { get; set; } #

Collection error summary when no posture data could be collected.

public Int32 DomainControllerCount { get; set; } #

Total domain controllers observed across the composed collectors.

public View Fleet { get; set; } #

Fleet hygiene posture for the domain.

public View Registration { get; set; } #

DNS and AD site registration posture for the domain.

public Diagnostics Diagnostics { get; set; } #

Diagnostics describing source coverage for this composed view.