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

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

Functions

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

Properties

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

(Output) Domain name of the authorization attempt.

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

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

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

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