TestimoX

API Reference

Class

DnsRecordAgingFinding

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers sealed

DNS record aging and scavenging posture finding.

Inheritance

  • Object
  • DnsRecordAgingFinding

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

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

public String OwnerName { get; set; } #

DNS record owner name.

public DnsRecordKind RecordKind { get; set; } #

Resource record kind.

public String Value { get; set; } #

Record data value.

public Nullable<UInt32> Timestamp { get; set; } #

Microsoft DNS timestamp value in hours since 1601 when present.

public Nullable<Int32> RecordAgeDays { get; set; } #

Approximate record age in days for dynamic records.

public Nullable<Int32> ExpiredByDays { get; set; } #

Approximate days past the zone aging window for dynamic records.

public Boolean ZoneScavengingEnabled { get; set; } #

True when zone scavenging is enabled.

public Nullable<Double> NoRefreshIntervalDays { get; set; } #

Zone no-refresh interval in days when known.

public Nullable<Double> RefreshIntervalDays { get; set; } #

Zone refresh interval in days when known.

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.