Domain Detective

API Reference

Class

CertificateInventoryNativeCtDiagnosticsHealthRow

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Per-snapshot CT diagnostics health row.

Inheritance

  • Object
  • CertificateInventoryNativeCtDiagnosticsHealthRow

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public CertificateInventoryNativeCtDiagnosticsHealthRow() #

Properties

public DateTimeOffset CapturedAtUtc { get; set; } #

Gets or sets the captured at utc value.

public Int32 DiagnosticCount { get; set; } #

Gets or sets the diagnostic count value.

public Int32 FailedCount { get; set; } #

Gets or sets the failed count value.

public Int32 CircuitOpenCount { get; set; } #

Gets or sets the circuit open count value.

public Nullable<Int64> HighestLagAfter { get; set; } #

Gets or sets the highest lag after value.

public String Status { get; set; } #

Gets or sets the status value.

public Boolean ThresholdBreached { get; set; } #

Gets or sets the threshold breached value.

public List<String> Breaches { get; set; } #

Gets or sets the breaches value.

{{ include "footer" }}