TestimoX

API Reference

Class

DnsApexAuthorityPostureItem

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Apex authority posture row for one forward lookup zone.

Inheritance

  • Object
  • DnsApexAuthorityPostureItem

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public DnsApexAuthorityPostureItem() #

Properties

public String ZoneName { get; set; } #

DNS zone name.

public Boolean HasSoa { get; set; } #

Whether an SOA record exists at the zone apex.

public Int32 ApexNameServerCount { get; set; } #

Number of NS records found at the zone apex.

public Boolean IsComplete { get; set; } #

Whether the apex authority profile is complete.

public String Status { get; set; } #

Evaluation status.

public String CheckId { get; set; } #

Stable check identifier aligned with DNS audit exports.

public String Category { get; set; } #

Finding category.

public String Issue { get; set; } #

Human-readable issue summary.