Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListCustomAlertRule

Package version

A List custom alert rule.

Hierarchy

Index

Properties

Optional description

description: undefined | string

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

Optional displayName

displayName: undefined | string

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

isEnabled

isEnabled: boolean

Status of the custom alert.

ruleType

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

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

Optional valueType

valueType: 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.

Generated using TypeDoc