Search Results for

    Show / Hide Table of Contents

    Class DmarcSummaryResponse

    Inheritance
    object
    DmarcSummaryResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class DmarcSummaryResponse

    Properties

    Dispositions

    Declaration
    [JsonPropertyName("dispositions")]
    public Dictionary<string, int>? Dispositions { get; set; }
    Property Value
    Type Description
    Dictionary<string, int>

    FailedMessages

    Declaration
    [JsonPropertyName("failed_messages")]
    public int FailedMessages { get; set; }
    Property Value
    Type Description
    int

    Monitored

    Declaration
    [JsonPropertyName("monitored")]
    public bool? Monitored { get; set; }
    Property Value
    Type Description
    bool?

    PassRate

    Declaration
    [JsonPropertyName("pass_rate")]
    public double? PassRate { get; set; }
    Property Value
    Type Description
    double?

    PassedMessages

    Declaration
    [JsonPropertyName("passed_messages")]
    public int PassedMessages { get; set; }
    Property Value
    Type Description
    int

    ReportCount

    Declaration
    [JsonPropertyName("report_count")]
    public int ReportCount { get; set; }
    Property Value
    Type Description
    int

    TopFailingSources

    Declaration
    [JsonPropertyName("top_failing_sources")]
    public List<DmarcFailingSourceResponse>? TopFailingSources { get; set; }
    Property Value
    Type Description
    List<DmarcFailingSourceResponse>

    TotalMessages

    Declaration
    [JsonPropertyName("total_messages")]
    public int TotalMessages { get; set; }
    Property Value
    Type Description
    int

    WindowDays

    Declaration
    [JsonPropertyName("window_days")]
    public int WindowDays { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX