Domain Detective

API Reference

Class

CertificateInventoryDiffSummary

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Point-in-time diff summary between two certificate inventory snapshots.

Inheritance

  • Object
  • CertificateInventoryDiffSummary

Usage

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

Constructors

public CertificateInventoryDiffSummary() #

Properties

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

Gets or sets the requested previous captured at utc value.

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

Gets or sets the requested current captured at utc value.

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

Gets or sets the previous captured at utc value.

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

Gets or sets the current captured at utc value.

public Int32 PreviousEndpointCount { get; set; } #

Gets or sets the previous endpoint count value.

public Int32 CurrentEndpointCount { get; set; } #

Gets or sets the current endpoint count value.

public Int32 AddedCount { get; set; } #

Gets or sets the added count value.

public Int32 RemovedCount { get; set; } #

Gets or sets the removed count value.

public Int32 ChangedCount { get; set; } #

Gets or sets the changed count value.

public Int32 UnchangedCount { get; set; } #

Gets or sets the unchanged count value.

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

Gets or sets the warnings value.

public List<CertificateInventoryEndpointDiff> Endpoints { get; set; } #

Gets or sets the endpoints value.

{{ include "footer" }}