Delen via


AllowlistCustomAlertRule type

Een aangepaste waarschuwingsregel die controleert of een waarde (afhankelijk van het aangepaste waarschuwingstype) is toegestaan.

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