Domain Detective

API Reference

Class

DanglingCnameInfo

Namespace DomainDetective.Views
Assembly DomainDetective

View model summarizing dangling CNAME analysis (takeover risk).

Inheritance

  • Object
  • DanglingCnameInfo

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

Gets or sets the cname record exists value.

public String Target { get; set; } #

Gets or sets the target value.

public Boolean TargetResolves { get; set; } #

Gets or sets the target resolves value.

public Boolean KnownService { get; set; } #

Gets or sets the known service value.

public Boolean IsDangling { get; set; } #

Gets or sets the is dangling value.

public Boolean UnclaimedService { get; set; } #

Gets or sets the unclaimed service value.

public String FailureReason { get; set; } #

Gets or sets the failure reason 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 DanglingCnameAnalysis Raw { get; set; } #

Gets or sets the raw value.

{{ include "footer" }}