Domain Detective

API Reference

Class

CaaInfo

Namespace DomainDetective.Views
Assembly DomainDetective

View model summarizing CAA (Certificate Authority Authorization) analysis.

Inheritance

  • Object
  • CaaInfo

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

Accepted by parameters

Constructors

Properties

public HealthCheckType Check { get; set; } #

Type of health check.

public AnalysisArea Area { get; set; } #

Logical analysis area.

public String Subject { get; set; } #

Subject domain.

public Int32 ValidRecords { get; set; } #

Gets or sets the valid records value.

public Int32 InvalidRecords { get; set; } #

Gets or sets the invalid records value.

public Boolean Conflicting { get; set; } #

Gets or sets the conflicting value.

public Boolean HasDuplicateIssuers { get; set; } #

Gets or sets the has duplicate issuers value.

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

Issuers authorized to issue domain certificates.

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

Issuers authorized to issue wildcard certificates.

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

Issuers authorized for S/MIME.

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

Email addresses for iodef report notifications.

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

Assessment list.

public String Status { get; set; } #

Overall status (OK/Warning/Error).

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; } #

Short summary text used in executive summaries.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #

Actionable recommendations.

public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #

Positive posture notes.

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

Reference links.

public CAAAnalysis Raw { get; set; } #

Underlying analysis.

{{ include "footer" }}