TestimoX

API Reference

Class

DnsRecordReferenceFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

DNS reference-integrity finding for records whose targets cannot be found in the collected inventory.

Inheritance

  • Object
  • DnsRecordReferenceFinding

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 DnsRecordReferenceFinding() #

Properties

public String CheckId { get; set; } #

Stable check identifier aligned with DNS audit exports.

public String Category { get; set; } #

Finding category.

public String Severity { get; set; } #

Finding severity.

public String ZoneName { get; set; } #

DNS zone that contains the offending record.

public String OwnerName { get; set; } #

Record owner name.

public DnsRecordKind RecordKind { get; set; } #

Resource record kind.

public String Target { get; set; } #

Target host referenced by the record.

public String Title { get; set; } #

Human-readable finding title.

public String Issue { get; set; } #

Human-readable issue summary.

public String RecommendedAction { get; set; } #

Recommended remediation action.