SpfResult Object
SPF (Sender Policy Framework) record verification result for email authorization
Fields
#
hasTarvent
Boolean !
Non-null
Indicates whether the SPF record includes Tarvent's SPF (include:spf.trvt.io)
isNative
Boolean !
Non-null
Indicates whether the SPF record is native to the domain (not resolved through a CNAME chain)
isRoot
Boolean !
Non-null
Indicates whether the domain where the record was found is a root/apex domain (cannot use CNAME at root)
recordDomain
String !
Non-null
The domain where the SPF record was found (may differ from the checked domain if resolved through CNAME or parent domain)
status
Non-null
Verification status: Valid if SPF includes Tarvent's SPF record, Invalid otherwise
Usages
#
References
#
- Field spfResult from DomainResult
Previous
SortEnumType
Next
SpfResultFilterInput
