TestimoX

API Reference

Class

Item (DomainControllerDiagnosticPostureService)

Namespace ADPlayground.DomainControllers.DomainControllerDiagnosticPostureService
Assembly ADPlayground
Modifiers sealed

Single projected diagnostic item.

Inheritance

  • Object
  • Item

Constructors

Properties

public String DomainController { get; set; } #

Domain controller name.

public String Test { get; set; } #

Diagnostic test name.

public String Target { get; set; } #

Optional target sub-scope (for example ForestDnsZones).

public String DisplayName { get; set; } #

Display label that combines test and target where useful.

public Nullable<Boolean> Result { get; set; } #

True when the test succeeded.

public String Category { get; set; } #

Security surface grouping for report projection.

public String ResultData { get; set; } #

Original result payload when available.

public String Message { get; set; } #

Original result message when available.