ListCustomAlertRule type
A List custom alert rule.
type ListCustomAlertRule = CustomAlertRule & {
ruleType:
| "ListCustomAlertRule"
| "AllowlistCustomAlertRule"
| "DenylistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
valueType?: ValueType
}