DenylistCustomAlertRuleResponse

data class DenylistCustomAlertRuleResponse(val denylistValues: List<String>, val description: String, val displayName: String, val isEnabled: Boolean, val ruleType: String, val valueType: String)

A custom alert rule that checks if a value (depends on the custom alert type) is denied.

Constructors

Link copied to clipboard
constructor(denylistValues: List<String>, description: String, displayName: String, isEnabled: Boolean, ruleType: String, valueType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The values to deny. The format of the values depends on the rule type.

Link copied to clipboard

The description of the custom alert.

Link copied to clipboard

The display name of the custom alert.

Link copied to clipboard

Status of the custom alert.

Link copied to clipboard

The type of the custom alert rule. Expected value is 'DenylistCustomAlertRule'.

Link copied to clipboard

The value type of the items in the list.