AuthorizationAttemptInfoResponse

data class AuthorizationAttemptInfoResponse(val details: String, val domain: String, val failureReason: String, val state: String)

State of the latest attempt to authorize a domain for certificate issuance.

Constructors

Link copied to clipboard
constructor(details: String, domain: String, failureReason: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Domain name of the authorization attempt.

Link copied to clipboard

Reason for failure of the authorization attempt for the domain.

Link copied to clipboard

State of the domain for managed certificate issuance.