AllowlistCustomAlertRule type
Una regla de alerta personalizada que comprueba si se permite un valor (depende del tipo de alerta personalizado).
type AllowlistCustomAlertRule = ListCustomAlertRule & {
allowlistValues: string[]
ruleType:
| "AllowlistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
}