GetRulesetsRulesetRuleLogging

data class GetRulesetsRulesetRuleLogging(val enabled: Boolean? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Override the default logging behavior when a rule is matched.

Link copied to clipboard
val status: String? = null

Override the default logging behavior when a rule is matched. Available values: enabled, disabled