Search the documentation
12 pages for allowmanagedpermissionrulesonly.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Set up Claude Code for your organization
Claude Code CLI · in the page
admin-setup
…| `allowManagedPermissionRulesOnly`, `permissions.disableBypassPermissionsMode`…
Claude apps gateway for Amazon Bedrock, Claude Platform on AWS, Google Cloud, and Microsoft Foundry
Claude Code CLI · in the page
claude-apps-gateway
…ateway.internal.example.com", "parentSettingsBehavior": "merge", "allowManagedPermissionRulesOnly": true, "allowManagedMcpServersOnly": true, "allowManagedHooksOnly": true, "allowedMcpServer…
Claude apps gateway configuration
Claude Code CLI · in the page
claude-apps-gateway-config
…ssionsMode: disable # blocks --dangerously-skip-permissions allowManagedPermissionRulesOnly: true # ignore user/project permission rules # Environment pushed into the CLI proces…
Control MCP server access for your organization
Claude Code CLI · in the page
managed-mcp
…regardless. <Note> `allowManagedMcpServersOnly` is separate from `allowManagedPermissionRulesOnly`, which locks down [permission rules](/docs/en/permissions#managed-settings) only. Setting that fl…
Deploy managed settings
Claude Code CLI · in the page
managed-settings
…], "disableBypassPermissionsMode": "disable" }, "allowManagedPermissionRulesOnly": true } ``` For a fuller example that shows the shape of more managed keys, includin…
Configure permissions
Claude Code CLI · in the page
permissions
…s can set](/docs/en/managed-settings#managed-only-settings), such as `allowManagedPermissionRulesOnly`, which limits permission rules to the managed source. `disableBypassPermissionsMode` is typicall…
Configure server-managed settings
Claude Code CLI · in the page
server-managed-settings
…only settings](/docs/en/managed-settings#managed-only-settings) like `allowManagedPermissionRulesOnly`. This example enforces a permission deny list, prevents users from bypassing permissions, an…
Claude Code settings
Claude Code CLI · in the page
settings
…| | `allowManagedPermissionRulesOnly` | (Managed settings only) Prevent user and project settings from defining `allow`, `ask`, or `de…
Example settings files
Claude Code CLI · in the page
settings-example
…`disableBypassPermissionsMode` removes the bypass permission mode * `allowManagedPermissionRulesOnly` and `allowManagedMcpServersOnly` make the managed permission and MCP allowlists the only ones tha…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…| MCP | Managed | | [`allowManagedPermissionRulesOnly`](#allowmanagedpermissionrulesonly) | Make [managed settings](/docs/en/m…
Tools reference
Claude Code CLI · in the page
tools-reference
…docs/en/permissions#permission-system). When your organization sets [`allowManagedPermissionRulesOnly`](/docs/en/permissions#managed-only-settings), Claude Code hides this option. * **No, and tell Cla…
Changelog
Claude Documentation · in the page
cowork/changelog
…ves failing when the Claude Code `managed-settings.json` policy sets `allowManagedPermissionRulesOnly`. * Fixed Cowork on Windows failing on every launch with "VM service not running" after its back…