CertificateManagedProvisioningIssue

data class CertificateManagedProvisioningIssue(val details: String? = null, val reason: String? = null)

Constructors

Link copied to clipboard
fun CertificateManagedProvisioningIssue(details: String? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val details: 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 reason: String? = null

Reason for provisioning failures.