CertificateManagedAuthorizationAttemptInfo

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

Constructors

fun CertificateManagedAuthorizationAttemptInfo(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

(Output) Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use reason field. The authorization_attempt_info block contains: (Output) 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

(Output) Domain name of the authorization attempt.

Link copied to clipboard
val failureReason: String? = null

(Output) Reason for failure of the authorization attempt for the domain.

Link copied to clipboard
val state: String? = null

(Output) A state of this Managed Certificate. (Output) State of the domain for managed certificate issuance.