Domain Detective

API Reference

Class

TlsRptSnapshot

Namespace DomainDetective.TimeSeries.TlsRpt
Assembly DomainDetective
Modifiers sealed

Provides tls rpt snapshot functionality.

Inheritance

  • Object
  • TlsRptSnapshot

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

Properties

public String Domain { get; set; } #

Gets or sets the domain value.

public String ReportId { get; set; } #

Gets or sets the report id value.

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

Gets or sets the range begin utc value.

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

Gets or sets the range end utc value.

public String ReporterOrgName { get; set; } #

Gets or sets the reporter org name value.

public String ContactInfo { get; set; } #

Gets or sets the contact info value.

public Int32 TotalSuccessfulSessions { get; set; } #

Gets or sets the total successful sessions value.

public Int32 TotalFailedSessions { get; set; } #

Gets or sets the total failed sessions value.

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

Gets or sets the failure type counts value.

public List<TlsRptMxSnapshot> MxHosts { get; set; } #

Gets or sets the mx hosts value.

public List<CountedValue> TopFailureTypes { get; set; } #

Gets or sets the top failure types value.

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

Gets or sets the validation messages value.

public DateTimeOffset IngestedAtUtc { get; set; } #

Gets or sets the ingested at utc value.

public String Source { get; set; } #

Gets or sets the source value.

public String SourceId { get; set; } #

Gets or sets the source id value.

{{ include "footer" }}