Certificate Managed Authorization Attempt Info Args
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
Link copied to clipboard
fun CertificateManagedAuthorizationAttemptInfoArgs(details: Output<String>? = null, domain: Output<String>? = null, failureReason: Output<String>? = null, state: Output<String>? = null)
Functions
Properties
Link copied to clipboard
(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.