ProcessNotAllowed type

Execution of a process that isn't allowed. Allow list consists of process names to allow.

type ProcessNotAllowed = AllowlistCustomAlertRule & {
  ruleType: "ProcessNotAllowed"
}