RemediationPropertiesResponseFailureThreshold

data class RemediationPropertiesResponseFailureThreshold(val percentage: Double? = null)

The remediation failure threshold settings

Constructors

constructor(percentage: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percentage: Double? = null

A number between 0.0 to 1.0 representing the percentage failure threshold. The remediation will fail if the percentage of failed remediation operations (i.e. failed deployments) exceeds this threshold.