TestimoX

API Reference

Class

Diagnostics (ComputerSecurityBaselinePostureService)

Namespace ADPlayground.Computers.ComputerSecurityBaselinePostureService
Assembly ADPlayground
Modifiers sealed

Diagnostics describing how the posture evaluation was built.

Inheritance

  • Object
  • Diagnostics

Constructors

public Diagnostics() #

Properties

public Int32 CollectedComputerCount { get; set; } #

Total computer accounts returned by the collector before exclusions.

public Int32 ExcludedSpecialAccountCount { get; set; } #

Number of special accounts excluded from evaluation.

public Int32 FlaggedComputerCount { get; set; } #

Flagged computers before row truncation is applied.

public Int32 MaxRows { get; set; } #

Maximum rows requested by the caller.

public Boolean Truncated { get; set; } #

Gets a value indicating whether any section rows were truncated.