Skip to content

MtaStsGenerateResult

No description available in the specification.

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
{
"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
}
]
}