Compartir a través de


ListCustomAlertRule type

Una regla de alertas personalizada de lista.

type ListCustomAlertRule = CustomAlertRule & {
  ruleType:
    | "ListCustomAlertRule"
    | "AllowlistCustomAlertRule"
    | "DenylistCustomAlertRule"
    | "ConnectionToIpNotAllowed"
    | "ConnectionFromIpNotAllowed"
    | "LocalUserNotAllowed"
    | "ProcessNotAllowed"
  valueType?: ValueType
}