DnsRecord Object
DNS record details including the host, value, TTL, and record-type-specific properties
Fields
#
host
String !
Non-null
The host/name portion of the DNS record relative to the domain (@ indicates the domain itself)
policy
String !
Non-null
DMARC policy value (none, quarantine, reject). Only applicable to DMARC records
preference
Int !
Non-null
MX record priority (lower values indicate higher priority). Only applicable to MX records
value
String !
Non-null
The value/data of the DNS record (e.g., CNAME target, MX server, TXT content)
Usages
#
References
#
- Field currentRecord from DmarcResult
- Field suggestedRecord from DmarcResult
- Field currentRecord from MxResult
Previous
DmarcResultSortInput
Next
DnsRecordFilterInput
