CertificateManagedAuthorizationAttemptInfoArgs

data class CertificateManagedAuthorizationAttemptInfoArgs(val details: Output<String>? = null, val domain: Output<String>? = null, val failureReason: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<CertificateManagedAuthorizationAttemptInfoArgs>

Constructors

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

Properties

Link copied to clipboard
val details: Output<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: Output<String>? = null

Domain name of the authorization attempt.

Link copied to clipboard
val failureReason: Output<String>? = null

Reason for failure of the authorization attempt for the domain.

Link copied to clipboard
val state: Output<String>? = null

State of the domain for managed certificate issuance.

Functions

Link copied to clipboard
open override fun toJava(): CertificateManagedAuthorizationAttemptInfoArgs