Domain Detective

API Reference

Class

CertificateInventoryNativeCtDiagnosticsHealthQuery

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Query options for CT diagnostics health timeline built from persisted inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryNativeCtDiagnosticsHealthQuery

Usage

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

Constructors

public CertificateInventoryNativeCtDiagnosticsHealthQuery() #

Properties

public Nullable<DateTimeOffset> SinceUtc { get; set; } #

Gets or sets the since utc value.

public Nullable<DateTimeOffset> UntilUtc { get; set; } #

Gets or sets the until utc value.

public Boolean LatestSnapshotOnly { get; set; } #

Gets or sets the latest snapshot only value.

public Int32 MaxSnapshots { get; set; } #

Gets or sets the max snapshots value.

public CertificateInventoryNativeCtDiagnosticsAlertThresholds AlertThresholds { get; set; } #

Gets or sets the alert thresholds value.

{{ include "footer" }}