-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Expand file tree
/
Copy pathFeatureFlags.json
More file actions
85 lines (85 loc) · 2.32 KB
/
Copy pathFeatureFlags.json
File metadata and controls
85 lines (85 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[
{
"Id": "BestPracticeAnalyser",
"Name": "Best Practice Analyser",
"Description": "The Best Practice Analyser has been deprecated and will be removed in a future release.",
"Enabled": false,
"AllowUserToggle": true,
"Timers": [
"80070b4f-95ed-4e5f-be4c-9e339306d4aa"
],
"Endpoints": [
"BestPracticeAnalyser_List",
"ExecBPA",
"ListBPA",
"ListBPATemplates",
"RemoveBPATemplate"
],
"Pages": [
"/tenant/standards/bpa-report",
"/tenant/standards/bpa-report/builder",
"/tenant/standards/bpa-report/view"
],
"Hidden": false
},
{
"Id": "SuperAdminNG",
"Name": "Super Admin",
"Description": "Additional super admin pages for CIPP instances (CIPP Users, SSO, Container management).",
"Enabled": false,
"AllowUserToggle": false,
"Timers": [],
"Endpoints": [
"ExecCIPPUsers",
"ListCIPPUsers",
"ExecContainerManagement",
"ListContainerLogs",
"ListWorkerHealth"
],
"Pages": [
"/cipp/advanced/super-admin/cipp-users",
"/cipp/advanced/super-admin/container",
"/cipp/advanced/container-logs",
"/cipp/advanced/worker-health"
],
"Hidden": true
},
{
"Id": "CopilotAI",
"Name": "Copilot & AI",
"Description": "Under Development: Microsoft 365 Copilot and AI management pages including settings, usage reports, Agent365 packages, and Shadow AI analysis.",
"Enabled": false,
"AllowUserToggle": false,
"Timers": [],
"Endpoints": [
"ListCopilotSettings",
"ExecCopilotSettings",
"ListCopilotUsage",
"ListAgent365Packages",
"ListAgent365PackageDetail",
"ListShadowAI"
],
"Pages": [
"/copilot/settings",
"/copilot/shadow-ai",
"/copilot/agent365/packages",
"/copilot/reports/copilot-adoption",
"/copilot/reports/copilot-usage",
"/copilot/reports/copilot-trend"
],
"Hidden": true
},
{
"Id": "MCPServer",
"Name": "MCP Server",
"Description": "Model Context Protocol (MCP) server endpoint that exposes CIPP's read-only API surface as tools for AI clients. Disabled by default; enable to allow MCP access.",
"Enabled": false,
"AllowUserToggle": true,
"Timers": [],
"Endpoints": [
"ExecMcp"
],
"Pages": [],
"Hidden": false
}
]