ProvisioningIssueResponse

data class ProvisioningIssueResponse(val details: String, val reason: String)

Information about issues with provisioning a Managed Certificate.

Constructors

Link copied to clipboard
fun ProvisioningIssueResponse(details: String, reason: String)

Types

Link copied to clipboard
object Companion

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 enum.

Link copied to clipboard

Reason for provisioning failures.