API Reference
Class
DnsApexAuthorityPostureItem
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.
Returned or exposed by
Constructors
public DnsApexAuthorityPostureItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.