다음을 통해 공유


ListCustomAlertRule type

사용자 지정 경고 규칙 나열

type ListCustomAlertRule = CustomAlertRule & {
  ruleType:
    | "ListCustomAlertRule"
    | "AllowlistCustomAlertRule"
    | "DenylistCustomAlertRule"
    | "ConnectionToIpNotAllowed"
    | "ConnectionFromIpNotAllowed"
    | "LocalUserNotAllowed"
    | "ProcessNotAllowed"
  valueType?: ValueType
}