Skip to content

Graphorin API reference v0.9.0


Graphorin API reference / @graphorin/security / / ToolRuleEffect

Type Alias: ToolRuleEffect

ts
type ToolRuleEffect = 
  | PermissionEffect
  | "forbid";

Defined in: packages/security/src/policy/tool-argument-policy.ts:79

Effect accepted on a ToolArgumentRule: the four-value vocabulary plus 'forbid', the pre-E1 spelling kept as a back-compat alias of 'deny' (existing policies keep working byte-for-byte).

Stable