DomainLetsEncryptCompatibility
A compatibility issue that can block Let's Encrypt provisioning.
type DomainLetsEncryptCompatibility {
actionable: String
code: String
domain: String
explanation: String
isDNSIssue: Boolean
isFatal: Boolean
title: String
}
Fields
DomainLetsEncryptCompatibility.actionable ● String scalar common
Recommended action to resolve the issue.
DomainLetsEncryptCompatibility.code ● String scalar common
A machine-readable compatibility code.
DomainLetsEncryptCompatibility.domain ● String scalar common
The affected domain.
DomainLetsEncryptCompatibility.explanation ● String scalar common
An explanation of the compatibility issue.
DomainLetsEncryptCompatibility.isDNSIssue ● Boolean scalar common
Whether the issue is DNS-related.
DomainLetsEncryptCompatibility.isFatal ● Boolean scalar common
Whether the issue is fatal.
DomainLetsEncryptCompatibility.title ● String scalar common
A short title for the compatibility issue.
Member Of
Domain object