CertificateManaged

data class CertificateManaged(val authorizationAttemptInfos: List<CertificateManagedAuthorizationAttemptInfo>? = null, val dnsAuthorizations: List<String>? = null, val domains: List<String>? = null, val provisioningIssues: List<CertificateManagedProvisioningIssue>? = null, val state: String? = null)

Constructors

Link copied to clipboard
fun CertificateManaged(authorizationAttemptInfos: List<CertificateManagedAuthorizationAttemptInfo>? = null, dnsAuthorizations: List<String>? = null, domains: List<String>? = null, provisioningIssues: List<CertificateManagedProvisioningIssue>? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Detailed state of the latest authorization attempt for each domain specified for this Managed Certificate. Structure is documented below.

Link copied to clipboard

Authorizations that will be used for performing domain authorization

Link copied to clipboard
val domains: List<String>? = null

The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution

Link copied to clipboard

Information about issues with provisioning this Managed Certificate. Structure is documented below.

Link copied to clipboard
val state: String? = null

State of the domain for managed certificate issuance.