AllowlistCustomAlertRule type
一个自定义警报规则,用于检查是否允许值(取决于自定义警报类型)。
type AllowlistCustomAlertRule = ListCustomAlertRule & {
allowlistValues: string[]
ruleType:
| "AllowlistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
}