Access
July 9, 2025 ยท View on GitHub
Example Usage
import { Access } from "@launchdarkly/mcp-server/models/components";
let value: Access = {
denied: [],
allowed: [
{
action: "<value>",
reason: {
resources: [
"proj/*:env/*;qa_*:/flag/*",
],
actions: [
"*",
],
effect: "allow",
},
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
denied | components.AccessDenied[] | :heavy_check_mark: | N/A |
allowed | components.AccessAllowedRep[] | :heavy_check_mark: | N/A |