Domain Detective

API Reference

Class

DnsInventoryInfo

Namespace DomainDetective.Views
Assembly DomainDetective
Modifiers sealed

Provides dns inventory info functionality.

Inheritance

  • Object
  • DnsInventoryInfo

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 HealthCheckType Check { get; set; } #

Gets or sets the check value.

public AnalysisArea Area { get; set; } #

Gets or sets the area value.

public String Subject { get; set; } #

Gets or sets the subject value.

public Boolean QuerySucceeded { get; set; } #

Gets or sets the query succeeded value.

public String FailureReason { get; set; } #

Gets or sets the failure reason value.

public Int32 RecordTypesQueried { get; set; } #

Gets or sets the record types queried value.

public Int32 RecordTypesFailed { get; set; } #

Gets or sets the record types failed value.

public Int32 TotalRecords { get; set; } #

Gets or sets the total records value.

public DnsProvider Provider { get; set; } #

Gets or sets the provider value.

public Int32 ProviderScore { get; set; } #

Gets or sets the provider score value.

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

Gets or sets the provider evidence value.

public MailProviderKind MailProvider { get; set; } #

Gets or sets the mail provider value.

public Int32 MailProviderScore { get; set; } #

Gets or sets the mail provider score value.

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

Gets or sets the mail provider evidence value.

public DnsCnameTargetProvider CnameTargetProvider { get; set; } #

Gets or sets the cname target provider value.

public DnsCnameTargetFlags CnameTargetFlags { get; set; } #

Gets or sets the cname target flags value.

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

Gets or sets the cname target evidence value.

public DnsTxtSignals TxtSignals { get; set; } #

Gets or sets the txt signals value.

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

Gets or sets the txt signals evidence value.

public IReadOnlyList<DetectedDnsApplication> DetectedDnsApplications { get; set; } #

Gets or sets the detected dns applications value.

public DnsCaaIssuers CaaIssuers { get; set; } #

Gets or sets the caa issuers value.

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

Gets or sets the caa issuers evidence value.

public Boolean IncludeAuthorities { get; set; } #

Gets or sets the include authorities value.

public Boolean IncludeAdditional { get; set; } #

Gets or sets the include additional value.

public Int32 MaxRecordsPerSection { get; set; } #

Gets or sets the max records per section value.

public Int32 QueryConcurrency { get; set; } #

Gets or sets the query concurrency value.

public IReadOnlyList<DnsInventoryQuery> Queries { get; set; } #

Gets or sets the queries 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 DnsInventoryAnalysis Raw { get; set; } #
JsonIgnore

Gets or sets the raw value.

{{ include "footer" }}