ConfigRuleEvaluationModeConfiguration

data class ConfigRuleEvaluationModeConfiguration(val mode: String? = null)

The configuration object for CC rule evaluation mode. The supported valid values are Detective or Proactive.

Constructors

Link copied to clipboard
constructor(mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The mode of an evaluation. The valid values are Detective or Proactive.