CertificateManagedAuthorizationAttemptInfo

data class CertificateManagedAuthorizationAttemptInfo(val details: String? = null, val domain: String? = null, val failureReason: String? = null, val state: String? = null)

Constructors

constructor(details: String? = null, domain: String? = null, failureReason: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val details: String? = null

Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use 'failure_reason' field.

Link copied to clipboard
val domain: String? = null

Domain name of the authorization attempt.

Link copied to clipboard
val failureReason: String? = null

Reason for failure of the authorization attempt for the domain.

Link copied to clipboard
val state: String? = null

State of the domain for managed certificate issuance.