Domain Detective

API Reference

Class

CertificateInventoryNativeCtDiagnosticsAlertThresholds

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Thresholds used to evaluate native CT diagnostics for alerting.

Inheritance

  • Object
  • CertificateInventoryNativeCtDiagnosticsAlertThresholds

Usage

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

Accepted by parameters

Constructors

public CertificateInventoryNativeCtDiagnosticsAlertThresholds() #

Properties

public Nullable<Int32> MaxFailedDiagnostics { get; set; } #

Maximum allowed number of diagnostics in Failed state.

public Nullable<Int32> MaxCircuitOpenDiagnostics { get; set; } #

Maximum allowed number of diagnostics in CircuitOpen state.

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

Maximum allowed LagAfter value among matched diagnostics.

public Boolean HasAnyThreshold { get; } #

True when at least one threshold is configured.

{{ include "footer" }}