AllowlistCustomAlertRule type
값(사용자 지정 경고 유형에 따라 다름)이 허용되는지 확인하는 사용자 지정 경고 규칙입니다.
type AllowlistCustomAlertRule = ListCustomAlertRule & {
allowlistValues: string[]
ruleType:
| "AllowlistCustomAlertRule"
| "ConnectionToIpNotAllowed"
| "ConnectionFromIpNotAllowed"
| "LocalUserNotAllowed"
| "ProcessNotAllowed"
}