API Reference
Class
DnsReverseZoneCoverageFinding
Reverse DNS coverage finding for a forward-record IPv4 prefix.
Inheritance
- Object
- DnsReverseZoneCoverageFinding
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 DnsReverseZoneCoverageFinding() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 Prefix { get; set; } #IPv4 /24 prefix represented by the finding.
public String ExpectedReverseZone { get; set; } #Expected reverse lookup zone for the prefix.
public Int32 ForwardRecordCount { get; set; } #Number of forward A records in the prefix.
public Int32 PtrRecordCount { get; set; } #Number of PTR records currently present for the prefix.
public String Status { get; set; } #Coverage status.
public String Issue { get; set; } #Human-readable issue summary.
public String RecommendedAction { get; set; } #Recommended remediation action.