Partager via


AllowlistCustomAlertRule type

Règle d’alerte personnalisée qui vérifie si une valeur (dépend du type d’alerte personnalisé) est autorisée.

type AllowlistCustomAlertRule = ListCustomAlertRule & {
  allowlistValues: string[]
  ruleType:
    | "AllowlistCustomAlertRule"
    | "ConnectionToIpNotAllowed"
    | "ConnectionFromIpNotAllowed"
    | "LocalUserNotAllowed"
    | "ProcessNotAllowed"
}