Certificate Managed Provisioning Issue
data class CertificateManagedProvisioningIssue(val details: String? = null, val reason: String? = null)
Constructors
Types
Properties
Link copied to clipboard
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.