dns.dkimRecord
Description
DKIM public key representation as defined in RFC 6376
Fields
| ID | TYPE | DESCRIPTION | 
|---|---|---|
| dnsTxt | string | DNS text representation | 
| domain | string | DKIM selector domain | 
| version | string | Version | 
| hashAlgorithms | []string | Acceptable hash algorithms | 
| keyType | string | Key type | 
| notes | string | Notes | 
| publicKeyData | string | Public key data base64-encoded | 
| serviceTypes | []string | Service types | 
| flags | []string | Flags | 
| valid | bool | Whether the DKIM entry and public key is valid |