DenylistCustomAlertRule interface

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

Extends

Properties

denylistValues

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

ruleType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

description

The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

isEnabled

Status of the custom alert.

valueType

The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

denylistValues

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

denylistValues: string[]

Property Value

string[]

ruleType

Polymorphic discriminator, which specifies the different types this object can be

ruleType: "DenylistCustomAlertRule"

Property Value

"DenylistCustomAlertRule"

Inherited Property Details

description

The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

Inherited From ListCustomAlertRule.description

displayName

The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

Inherited From ListCustomAlertRule.displayName

isEnabled

Status of the custom alert.

isEnabled: boolean

Property Value

boolean

Inherited From ListCustomAlertRule.isEnabled

valueType

The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server.

valueType?: string

Property Value

string

Inherited From ListCustomAlertRule.valueType