DmarcGenerateInput
Body for kind=dmarc.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
policy |
string |
yes | (none, quarantine, reject) |
subdomainPolicy |
string |
no | Omit to inherit policy (none, quarantine, reject) |
rua |
string[] |
no | Aggregate report addresses (plain emails, no mailto:) |
ruf |
string[] |
no | — |
pct |
integer |
no | — |
adkim |
string |
no | (r, s) |
aspf |
string |
no | (r, s) |
fo |
string |
no | — |
domain |
string |
no | Used to derive the host name (_dmarc. |
Example
Section titled “Example”{ "policy": "none", "subdomainPolicy": "none", "rua": [ "string" ], "ruf": [ "string" ], "pct": 100, "adkim": "r", "aspf": "r", "fo": "0", "domain": "string"}