ListCustomAlertRule interface

A List custom alert rule.

Extends

Properties

ruleType

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

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.

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.

Property Details

ruleType

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

ruleType: "AllowlistCustomAlertRule" | "ConnectionToIpNotAllowed" | "ConnectionFromIpNotAllowed" | "LocalUserNotAllowed" | "ProcessNotAllowed" | "ListCustomAlertRule" | "DenylistCustomAlertRule"

Property Value

"AllowlistCustomAlertRule" | "ConnectionToIpNotAllowed" | "ConnectionFromIpNotAllowed" | "LocalUserNotAllowed" | "ProcessNotAllowed" | "ListCustomAlertRule" | "DenylistCustomAlertRule"

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 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 CustomAlertRule.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 CustomAlertRule.displayName

isEnabled

Status of the custom alert.

isEnabled: boolean

Property Value

boolean

Inherited From CustomAlertRule.isEnabled