Skip to content

SpfGenerateResult

No description available in the specification.

Field Type Required Description
api string no
kind string no
host string no
type string no
record string no
lookupCount integer no DNS lookups the record will cause (RFC 7208 limit: 10)
warnings IssueCode[] no
errors IssueCode[] no
{
"api": "string",
"kind": "string",
"host": "string",
"type": "string",
"record": "string",
"lookupCount": 0,
"warnings": [
{
"code": "string",
"value": 0
}
],
"errors": [
{
"code": "string",
"value": 0
}
]
}