TestimoX

API Reference

Class

DnsRrsetTtlFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

Finding for one owner/type RRset that contains mixed TTL values.

Inheritance

  • Object
  • DnsRrsetTtlFinding

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

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 RRset.

public String OwnerName { get; set; } #

Record owner name.

public DnsRecordKind RecordKind { get; set; } #

Resource record kind.

public IReadOnlyList<UInt32> Ttls { get; set; } #

Distinct TTL values found in the RRset.

public Int32 RecordCount { get; set; } #

Number of records in the RRset.

public String Issue { get; set; } #

Human-readable issue summary.

public String RecommendedAction { get; set; } #

Recommended remediation action.