AllowlistCustomAlertRule type
Regola di avviso personalizzata che controlla se è consentito un valore (dipende dal tipo di avviso personalizzato).
type AllowlistCustomAlertRule = ListCustomAlertRule & {
allowlistValues: string[]
ruleType:
| "AllowlistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
}