API Reference
ApprovalChoice
Defined in: permissions/permissions.types.ts:67
What the user picked when prompted: scoped to this call, or remembered.
Enumeration Members
| Enumeration Member | Value | Description | Defined in |
|---|---|---|---|
AllowAlways | "allow_always" | Allow this call and persist an "allow" policy for the tool. | permissions/permissions.types.ts:71 |
AllowOnce | "allow_once" | Allow this call only; do not persist. | permissions/permissions.types.ts:69 |
DenyAlways | "deny_always" | Deny this call and persist a "deny" policy for the tool. | permissions/permissions.types.ts:75 |
DenyOnce | "deny_once" | Deny this call only; do not persist. | permissions/permissions.types.ts:73 |