Certificate Managed Authorization Attempt Info
data class CertificateManagedAuthorizationAttemptInfo(val details: String? = null, val domain: String? = null, val failureReason: String? = null, val state: String? = null)
Constructors
Link copied to clipboard
fun CertificateManagedAuthorizationAttemptInfo(details: String? = null, domain: String? = null, failureReason: String? = null, state: String? = null)
Types
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.