TestimoX

API Reference

Class

DnsDelegationIntegrityFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Represents a DNS delegation integrity finding derived from NS and glue records.

Inheritance

  • Object
  • DnsDelegationIntegrityFinding

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

Properties

public String CheckId { get; set; } #

Stable check identifier.

public String Category { get; set; } #

Finding category.

public String Severity { get; set; } #

Finding severity.

public String ZoneName { get; set; } #

DNS zone containing the delegation record.

public String DelegationName { get; set; } #

Delegated child DNS name.

public String NameServer { get; set; } #

NS target associated with the delegation.

public String GlueOwnerName { get; set; } #

Glue or address owner associated with stale glue findings.

public String Title { get; set; } #

Human-readable finding title.

public String Issue { get; set; } #

Human-readable issue description.

public String RecommendedAction { get; set; } #

Recommended remediation action.