API Reference
DomainOverviewInfo
Provides domain overview info functionality.
Inheritance
- Object
- DomainOverviewInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public DomainOverviewInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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 DomainSummary Summary { get; set; } #Gets or sets the summary value.
public Int32 TotalAssessments { get; set; } #Gets or sets the total assessments value.
public Int32 InfoCount { get; set; } #Gets or sets the info count 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 DnsProvider { get; set; } #Gets or sets the dns provider value.
public String MailProvider { get; set; } #Gets or sets the mail provider value.
public Int32 DetectedApplicationCount { get; set; } #Gets or sets the detected application count value.
public String HttpGrade { get; set; } #Gets or sets the http grade value.
public Boolean HttpReachable { get; set; } #Gets or sets the http reachable value.
public Boolean SecurityTxtPublished { get; set; } #Gets or sets the security txt published value.
public Nullable<Int32> DaysUntilExpiration { get; set; } #Gets or sets the days until expiration value.
public Int32 SubdomainCount { get; set; } #Gets or sets the subdomain 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 SoaInfo Soa { get; set; } #Gets or sets the soa value.
public HttpInfo Http { get; set; } #Gets or sets the http value.
public CertificateInfo Certificate { get; set; } #Gets or sets the certificate value.
public SecurityTxtInfo SecurityTxt { get; set; } #Gets or sets the security txt value.
public RdapInfo Rdap { get; set; } #Gets or sets the rdap value.
public DnsblInfo Dnsbl { get; set; } #Gets or sets the dnsbl value.
public SubdomainsInfo Subdomains { get; set; } #Gets or sets the subdomains value.
public IReadOnlyList<String> PendingSections { get; set; } #Gets or sets the pending sections value.
public IReadOnlyList<DetectedDnsApplication> DetectedApplications { get; set; } #Gets or sets the detected applications value.
public IReadOnlyList<String> SubdomainSample { get; set; } #Gets or sets the subdomain sample value.
public IReadOnlyList<AggregateCheckStatusInfo> MailDnsChecks { get; set; } #Gets or sets the mail dns checks value.
public IReadOnlyList<AggregateCheckStatusInfo> WebRegistrationChecks { get; set; } #Gets or sets the web registration 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.