Skip to content

DmarcGenerateResult

No description available in the specification.

Field Type Required Description
api string no
kind string no
host string no _dmarc or _dmarc.
type string no
record string no
warnings IssueCode[] no
errors IssueCode[] no
{
"api": "string",
"kind": "string",
"host": "string",
"type": "string",
"record": "string",
"warnings": [
{
"code": "string",
"value": 0
}
],
"errors": [
{
"code": "string",
"value": 0
}
]
}