Megosztás a következőn keresztül:


AllowlistCustomAlertRule type

Egyéni riasztási szabály, amely ellenőrzi, hogy engedélyezve van-e érték (az egyéni riasztás típusától függ).

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