API Reference
Class
DomainDnsPortfolioSummary
DNS infrastructure fields that are useful to portfolio storage.
Inheritance
- Object
- DomainDnsPortfolioSummary
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
- Property DomainPortfolioSummaries.Dns
Constructors
public DomainDnsPortfolioSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<String> NameServers { get; set; } #Authoritative name servers.
public List<String> MxHosts { get; set; } #DNS-level MX hostnames, mirrored in the mail summary for mail-focused consumers.
public List<String> IPv4Addresses { get; set; } #A records or observed IPv4 values.
public List<String> IPv6Addresses { get; set; } #AAAA records or observed IPv6 values.
public Nullable<Boolean> DnssecEnabled { get; set; } #Whether DNSSEC evidence indicates signing or a valid chain.
public Nullable<Boolean> CaaPresent { get; set; } #Whether CAA records are present.