API Reference
Class
DnsRecordAgingFinding
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CheckId { get; set; } #Stable posture check identifier.
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 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 Title { get; set; } #Human-readable finding title.
public String Issue { get; set; } #Human-readable issue description.
public String RecommendedAction { get; set; } #Recommended remediation action.