Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
accessallowedreason.md6.39 kB
# AccessAllowedReason ## Example Usage ```typescript import { AccessAllowedReason } from "@launchdarkly/mcp-server/models/components"; let value: AccessAllowedReason = { resources: [ "proj/*:env/*;qa_*:/flag/*", ], actions: [ "*", ], effect: "allow", }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | `resources` | *string*[] | :heavy_minus_sign: | Resource specifier strings | [<br/>"proj/*:env/*;qa_*:/flag/*"<br/>] | | `notResources` | *string*[] | :heavy_minus_sign: | Targeted resources are the resources NOT in this list. The <code>resources</code> and <code>notActions</code> fields must be empty to use this field. | | | `actions` | *string*[] | :heavy_minus_sign: | Actions to perform on a resource | [<br/>"*"<br/>] | | `notActions` | *string*[] | :heavy_minus_sign: | Targeted actions are the actions NOT in this list. The <code>actions</code> and <code>notResources</code> fields must be empty to use this field. | | | `effect` | [components.AccessAllowedReasonEffect](../../models/components/accessallowedreasoneffect.md) | :heavy_check_mark: | Whether this statement should allow or deny actions on the resources. | allow | | `roleName` | *string* | :heavy_minus_sign: | N/A | |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server