Skip to content

MtaStsGenerateResult

No description available in the specification.

FieldTypeRequiredDescription
apistringno-
kindstringno-
dnsRecordGeneratedRecordno-
policyFilestringnoContent of mta-sts.txt
policyUrlstringnoWhere the policy file must be served (HTTPS)
tlsRptRecordGeneratedRecordno-
warningsIssueCode[]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
}
]
}