TestimoX

API Reference

Class

DnsForwardReverseParityFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Forward and reverse DNS parity finding for an IPv4 host record.

Inheritance

  • Object
  • DnsForwardReverseParityFinding

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

Properties

public String CheckId { get; set; } #

Stable posture check identifier.

public String Category { get; set; } #

Finding category.

public String Severity { get; set; } #

Finding severity.

public String ZoneName { get; set; } #

Zone that owns the forward record.

public String OwnerName { get; set; } #

Forward DNS owner name.

public String IpAddress { get; set; } #

IPv4 address from the A record.

public String ExpectedPtrOwnerName { get; set; } #

Expected PTR owner name for the IPv4 address.

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

Actual PTR target values found for the expected owner.

public String Status { get; set; } #

Finding status.

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.