Domain Detective

API Reference

Class

CertificateInventoryNativeCtDiagnosticsResult

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Query result for native CT diagnostics across persisted snapshots.

Inheritance

  • Object
  • CertificateInventoryNativeCtDiagnosticsResult

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 CertificateInventoryNativeCtDiagnosticsResult() #

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 Int32 LoadedSnapshotCount { get; set; } #

Gets or sets the loaded snapshot count value.

public Int32 SkippedSnapshotCountByUntilUtc { get; set; } #

Gets or sets the skipped snapshot count by until utc value.

public Int32 ScannedSnapshotCount { get; set; } #

Gets or sets the scanned snapshot count value.

public Int32 ScannedDiagnosticCount { get; set; } #

Gets or sets the scanned diagnostic count value.

public Int32 MatchedDiagnosticCount { get; set; } #

Gets or sets the matched diagnostic count value.

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

Gets or sets the matched lag after max value.

public Int32 EntriesTruncatedByMaxResults { get; set; } #

Gets or sets the entries truncated by max results value.

public Boolean Truncated { get; set; } #

Gets or sets the truncated value.

public CertificateInventoryNativeCtDiagnosticsAlertEvaluation AlertEvaluation { get; set; } #

Gets or sets the alert evaluation value.

public Dictionary<String, Int32> MatchedByState { get; } #

Gets the matched by state value.

public List<CertificateInventoryNativeCtDiagnosticObservedEntry> Entries { get; } #

Gets the entries value.

{{ include "footer" }}