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

Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use reason field. 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

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