Domain Detective

API Reference

Class

Microsoft365OverviewInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides microsoft365 overview info functionality.

Inheritance

  • Object
  • Microsoft365OverviewInfo

Usage

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

Constructors

Properties

public String Subject { get; set; } #

Gets or sets the subject value.

public Boolean IsPartial { get; set; } #

Gets or sets the is partial value.

public Boolean IsBrowserLimited { get; set; } #

Gets or sets the is browser limited value.

public Boolean ServedFromCache { get; set; } #

Gets or sets the served from cache value.

public String StageLabel { get; set; } #

Gets or sets the stage label value.

public DateTimeOffset GeneratedAtUtc { get; set; } #

Gets or sets the generated at utc value.

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

Gets or sets the completed at utc value.

public Microsoft365TenantInfo Tenant { get; set; } #

Gets or sets the tenant 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 Int32 DetectedServiceCount { get; set; } #

Gets or sets the detected service count value.

public Int32 StrongServiceCount { get; set; } #

Gets or sets the strong service count value.

public Int32 ModerateServiceCount { get; set; } #

Gets or sets the moderate service count value.

public Int32 WeakServiceCount { get; set; } #

Gets or sets the weak service count value.

public Int32 AcceptedDomainCount { get; set; } #

Gets or sets the accepted domain count value.

public Int32 KnownSubdomainCount { get; set; } #

Gets or sets the known subdomain count value.

public Int32 DetectedApplicationCount { get; set; } #

Gets or sets the detected application count value.

public SpfRecordInfo Spf { get; set; } #

Gets or sets the spf value.

public IReadOnlyList<DkimRecordInfo> Dkim { get; set; } #

Gets or sets the dkim value.

public DmarcRecordInfo Dmarc { get; set; } #

Gets or sets the dmarc value.

public MxInfo Mx { get; set; } #

Gets or sets the mx value.

public MtastsInfo Mtasts { get; set; } #

Gets or sets the mtasts value.

public TlsRptInfo TlsRpt { get; set; } #

Gets or sets the tls rpt value.

public BimiRecordInfo Bimi { get; set; } #

Gets or sets the bimi value.

public CaaInfo Caa { get; set; } #

Gets or sets the caa value.

public DaneRecordInfo Dane { get; set; } #

Gets or sets the dane value.

public DnsSecInfo Dnssec { get; set; } #

Gets or sets the dnssec value.

public NsInfo Ns { get; set; } #

Gets or sets the ns value.

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

Gets or sets the pending sections value.

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

Gets or sets the unavailable sections value.

public IReadOnlyList<AggregateCheckStatusInfo> MailDnsChecks { get; set; } #

Gets or sets the mail dns checks value.

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

Gets or sets the highlights value.

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

Gets or sets the assessments 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.

{{ include "footer" }}