MtaStsGenerateResult
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
api |
string |
no | — |
kind |
string |
no | — |
dnsRecord |
GeneratedRecord | no | — |
policyFile |
string |
no | Content of mta-sts.txt |
policyUrl |
string |
no | Where the policy file must be served (HTTPS) |
tlsRptRecord |
GeneratedRecord | no | — |
warnings |
IssueCode[] | no | — |
Example
Section titled “Example”{ "api": "string", "kind": "string", "dnsRecord": { "host": "string", "type": "string", "value": "string" }, "policyFile": "string", "policyUrl": "string", "tlsRptRecord": { "host": "string", "type": "string", "value": "string" }, "warnings": [ { "code": "string", "value": 0 } ]}