AllowlistCustomAlertRule type
Niestandardowa reguła alertu, która sprawdza, czy wartość (zależy od niestandardowego typu alertu) jest dozwolona.
type AllowlistCustomAlertRule = ListCustomAlertRule & {
allowlistValues: string[]
ruleType:
| "AllowlistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
}