DkimResult
When found=false, only api, domain, selector, name, found and status (DNS RCODE) are returned.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api |
string |
no | — |
domain |
string |
no | — |
selector |
string |
no | — |
name |
string |
no | Queried TXT name: selector._domainkey.domain |
found |
boolean |
no | — |
status |
integer |
no | DNS RCODE; only present when found=false |
valid |
boolean |
no | — |
revoked |
boolean |
no | Key revoked (empty p= tag) |
testing |
boolean |
no | Testing mode (t=y) |
keyType |
string |
no | (rsa, ed25519) |
keyBits |
integer | null |
no | — |
record |
string |
no | — |
Example
Section titled “Example”{ "api": "string", "domain": "string", "selector": "string", "name": "string", "found": true, "status": 0, "valid": true, "revoked": true, "testing": true, "keyType": "rsa", "keyBits": 0, "record": "string"}