Domain Detective

API Reference

Class

DmarcAggregateTimeSeriesInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides dmarc aggregate time series info functionality.

Inheritance

  • Object
  • DmarcAggregateTimeSeriesInfo

Constructors

Properties

public String SectionKey { get; set; } #

Gets or sets the section key value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

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

Gets or sets the period start utc value.

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

Gets or sets the period end utc value.

public Int32 SnapshotCount { get; set; } #

Gets or sets the snapshot count value.

public Int32 TotalCount { get; set; } #

Gets or sets the total count value.

public Int32 PassCount { get; set; } #

Gets or sets the pass count value.

public Int32 FailCount { get; set; } #

Gets or sets the fail count value.

public Double PassRatePercent { get; set; } #

Gets or sets the pass rate percent value.

public IReadOnlyList<DmarcAggregateDailyStat> Daily { get; set; } #

Gets or sets the daily value.

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

Gets or sets the disposition counts value.

public IReadOnlyList<NamedCount> TopFailingSourceIps { get; set; } #

Gets or sets the top failing source ips value.

public IReadOnlyList<NamedCount> TopFailingHeaderFrom { get; set; } #

Gets or sets the top failing header from value.

public IReadOnlyList<NamedCount> TopFailingDkimDomains { get; set; } #

Gets or sets the top failing dkim domains value.

public IReadOnlyList<NamedCount> TopFailingSpfDomains { get; set; } #

Gets or sets the top failing spf domains value.

public IReadOnlyList<Assessment> Assessments { get; set; } #

Gets or sets the assessments value.

public String Status { get; set; } #

Gets or sets the status value.

public Int32 WarningCount { get; set; } #

Gets or sets the warning count value.

public Int32 ErrorCount { get; set; } #

Gets or sets the error count value.

public String Summary { get; set; } #

Gets or sets the summary value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Gets or sets the recommendations value.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Gets or sets the positives value.

public IReadOnlyList<String> References { get; set; } #

Gets or sets the references value.

public IReadOnlyList<DmarcAggregateSnapshot> Snapshots { get; set; } #

Gets or sets the snapshots value.

{{ include "footer" }}