Certificate Managed Provisioning Issue Args
data class CertificateManagedProvisioningIssueArgs(val details: Output<String>? = null, val reason: Output<String>? = null) : ConvertibleToJava<CertificateManagedProvisioningIssueArgs>
Constructors
Link copied to clipboard
fun CertificateManagedProvisioningIssueArgs(details: Output<String>? = null, reason: 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.