-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Expand file tree
/
Copy pathExtensions.json
More file actions
537 lines (537 loc) · 17.6 KB
/
Extensions.json
File metadata and controls
537 lines (537 loc) · 17.6 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
[
{
"name": "CIPP-API",
"id": "cippapi",
"type": "CIPP-API",
"cat": "API",
"logo": "/assets/integrations/cipp-api.png",
"forceSyncButton": false,
"hideTestButton": true,
"description": "The CIPP API allows you to access CIPP data outside of CIPP using a RESTful API.",
"helpText": "This integration allows you to enable CIPP-API access outside of CIPP. This is useful for integrations with other systems or custom scripts.",
"links": [
{
"name": "CIPP API Documentation",
"url": "https://docs.cipp.app/api-documentation/setup-and-authentication"
}
],
"mappingRequired": false
},
{
"name": "Sherweb",
"id": "Sherweb",
"type": "Sherweb",
"cat": "CSP",
"logo": "/assets/integrations/sherweb.png",
"logoDark": "/assets/integrations/sherweb_dark.png",
"description": "Enable the Sherweb integration to manage your CSP licensing from CIPP.",
"helpText": "This integration allows you to manage your CSP licensing from CIPP. Purchase new licenses while adding or editing users in CIPP. Not a Sherweb partner? Sign up for the Sherweb Cloud Services for MSPs program.",
"mappingRequired": true,
"links": [
{
"name": "Sherweb Cloud Services for MSPs",
"url": "https://info.sherweb.com/sherweb-cloud-services-for-msps"
}
],
"SettingOptions": [
{
"type": "switch",
"name": "Sherweb.Enabled",
"label": "Enable Integration"
},
{
"type": "textField",
"name": "Sherweb.clientId",
"label": "Client ID",
"placeholder": "Enter your Sherweb Client ID",
"required": true
},
{
"type": "textField",
"name": "Sherweb.SubscriptionKey",
"label": "Subscription Key",
"placeholder": "Enter your Sherweb Subscription Key",
"required": true
},
{
"type": "password",
"name": "Sherweb.APIKey",
"label": "Client Secret",
"placeholder": "Enter your Sherweb Client Secret",
"required": true
},
{
"type": "autoComplete",
"name": "Sherweb.AllowedCustomRoles",
"label": "Select custom roles that are allowed to purchase licenses",
"api": {
"url": "/api/ListCustomRole",
"queryKey": "CustomRoles",
"labelField": "RowKey",
"valueField": "RowKey"
},
"multiple": true
}
]
},
{
"name": "Gradient",
"id": "Gradient",
"type": "Gradient",
"cat": "Billing & Invoicing",
"logo": "/assets/integrations/gradient.png",
"logoDark": "/assets/integrations/gradient_dark.png",
"forceSyncButton": true,
"description": "Enable the Gradient integration to send license counts and create tickets.",
"helpText": "This integration allows you to send your license counts to Gradient for billing purposes, and create tickets if your PSA supports ticket creation by Gradient.",
"links": [
{
"name": "Gradient Documentation",
"url": "https://support.meetgradient.com/cipp"
}
],
"SettingOptions": [
{
"type": "textField",
"name": "Gradient.VendorKey",
"label": "Gradient Vendor API Key",
"placeholder": "Enter your Gradient Vendor Key.",
"required": true
},
{
"type": "password",
"name": "Gradient.APIKey",
"label": "Gradient Partner API Key",
"placeholder": "Enter your Gradient Partner Key. Leave blank to keep your current key.",
"required": true
},
{
"type": "switch",
"name": "Gradient.BillingEnabled",
"label": "Enable sending all license information to Gradient"
},
{
"type": "switch",
"name": "Gradient.Enabled",
"label": "Enable Integration"
}
],
"mappingRequired": false
},
{
"name": "Halo PSA Ticketing",
"id": "HaloPSA",
"type": "HaloPSA",
"cat": "Ticketing",
"logo": "/assets/integrations/halo.png",
"forceSyncButton": false,
"description": "Enable the HaloPSA integration to send alerts to your ticketing system.",
"helpText": "This integration allows you to send alerts to your ticketing system.",
"links": [
{
"name": "HaloPSA Documentation",
"url": "https://halopsa.com/guides/"
}
],
"SettingOptions": [
{
"type": "textField",
"name": "HaloPSA.ResourceURL",
"label": "HaloPSA Resource Server URL",
"placeholder": "Enter your HaloPSA Resource Server URL.",
"required": true
},
{
"type": "textField",
"name": "HaloPSA.AuthURL",
"label": "HaloPSA Authorisation Endpoint URL",
"placeholder": "Enter your HaloPSA Authorisation Endpoint URL.",
"required": true
},
{
"type": "textField",
"name": "HaloPSA.Tenant",
"label": "HaloPSA Tenant",
"placeholder": "Enter your HaloPSA Tenant (Leave blank if self-hosted)",
"required": true
},
{
"type": "autoComplete",
"name": "HaloPSA.TicketType",
"label": "Select your HaloPSA Ticket Type, leave blank for default.",
"multiple": false,
"api": {
"url": "/api/ExecExtensionMapping",
"data": {
"List": "HaloPSAFields"
},
"queryKey": "HaloTicketTypes",
"dataKey": "TicketTypes",
"labelField": "name",
"valueField": "id",
"showRefresh": true
}
},
{
"type": "textField",
"name": "HaloPSA.ClientID",
"label": "HaloPSA Client ID",
"placeholder": "Enter your HaloPSA Client ID",
"required": true
},
{
"type": "password",
"name": "HaloPSA.APIKey",
"label": "HaloPSA Client Secret",
"placeholder": "Enter your client Secret. Leave blank to keep your current key.",
"required": true
},
{
"type": "switch",
"name": "HaloPSA.Enabled",
"label": "Enable Integration"
}
],
"mappingRequired": true
},
{
"name": "NinjaOne",
"id": "NinjaOne",
"type": "NinjaOne",
"cat": "Documentation & Monitoring",
"logo": "/assets/integrations/ninjaone.png",
"logoDark": "/assets/integrations/ninjaone_dark.png",
"forceSyncButton": true,
"description": "Enable the NinjaOne integration to sync documentation and monitor device compliance.",
"helpText": "This integration allows you to populate custom fields with Tenant information, monitor device compliance state, document other items and generate relationships inside NinjaOne.",
"links": [
{
"name": "NinjaOne Documentation",
"url": "https://www.ninjaone.com/integrations/cyberdrain/"
}
],
"SettingOptions": [
{
"type": "textField",
"name": "NinjaOne.Instance",
"label": "Please enter your NinjaOne Instance hostname",
"placeholder": "app.ninjarmm.com, eu.ninjarmm.com, oc.ninjarmm.com, ca.ninjarmm.com, us2.ninjarmm.com",
"required": true
},
{
"type": "textField",
"name": "NinjaOne.ClientID",
"label": "NinjaOne API Client ID",
"placeholder": "Enter your NinjaOne API Client ID",
"required": true
},
{
"type": "password",
"name": "NinjaOne.APIKey",
"label": "NinjaOne API Client Secret",
"placeholder": "Enter your NinjaOne API Client Secret",
"required": true
},
{
"type": "switch",
"name": "NinjaOne.LicenseDocumentsEnabled",
"label": "Sync Licenses (Requires NinjaOne Documentation)"
},
{
"type": "switch",
"name": "NinjaOne.UserDocumentsEnabled",
"label": "Sync Users (Requires NinjaOne Documentation)"
},
{
"type": "switch",
"name": "NinjaOne.LicensedOnly",
"label": "Only Sync Licensed Users (Requires NinjaOne Documentation)"
},
{
"type": "switch",
"name": "NinjaOne.Enabled",
"label": "Enable Integration"
}
],
"mappingRequired": true,
"fieldMapping": true,
"autoMapSyncApi": true,
"showSyncButton": true
},
{
"name": "Hudu",
"id": "Hudu",
"type": "Hudu",
"cat": "Documentation",
"logo": "/assets/integrations/hudu.png",
"logoDark": "/assets/integrations/hudu_dark.png",
"forceSyncButton": true,
"description": "Enable the Hudu integration to sync documentation",
"helpText": "This integration allows you to populate custom asset layouts with Tenant information, monitor device compliance state, document other items and generate relationships inside Hudu.",
"links": [
{
"name": "Hudu Documentation",
"url": "https://support.hudu.com/hc/en-us/articles/24970807130391-CIPP#h_01J3NTF188BX3P64RKX3H52P3W"
}
],
"SettingOptions": [
{
"type": "textField",
"name": "Hudu.BaseUrl",
"label": "Please enter your Hudu URL",
"placeholder": "https://yourcompany.huducloud.com",
"required": true
},
{
"type": "password",
"name": "Hudu.APIKey",
"label": "Hudu API Key",
"placeholder": "Enter your Hudu API Key",
"required": true
},
{
"type": "switch",
"name": "Hudu.Enabled",
"label": "Enable Integration"
},
{
"type": "switch",
"name": "Hudu.CreateMissingUsers",
"label": "Create missing users in Hudu"
},
{
"type": "switch",
"name": "Hudu.CreateMissingDevices",
"label": "Create missing devices in Hudu"
},
{
"type": "textField",
"name": "Hudu.ExcludeSerials",
"label": "Exclude device serials (comma separated)"
},
{
"type": "switch",
"name": "Hudu.ImportDomains",
"label": "Import domains from M365"
},
{
"type": "switch",
"name": "Hudu.MonitorDomains",
"label": "Monitor domains in Hudu"
},
{
"_comment": "I have added this switch as a logic check for the Hudu integration script to check against when CIPP first connects to the Hudu Instance via Connect-HuduAPI.ps1",
"type": "switch",
"name": "Hudu.CFEnabled",
"label": "Connect to HUDU through CloudFlare Tunnel with the Service Account credentials.",
"condition": {
"field": "CFZTNA.Enabled",
"compareType": "is",
"compareValue": true
}
}
],
"mappingRequired": true,
"fieldMapping": true,
"showSyncButton": true
},
{
"name": "PasswordPusher",
"id": "PWPush",
"type": "PWPush",
"cat": "Passwords",
"logo": "/assets/integrations/pwpush_light.png",
"logoDark": "/assets/integrations/pwpush_dark.png",
"forceSyncButton": false,
"description": "Enable the PasswordPusher integration to generate password links instead of plain text passwords.",
"helpText": "This integration allows you to generate password links instead of plain text passwords. Configure authentication and expiration settings that will apply to all generated passwords. If you are a Hosted PWPush Pro customer you can also select an account for branding if you enable Bearer Authentication. Self-Hosted must use the Email Address and API Key method for authenticated pushes.",
"links": [
{
"name": "PWPush Documentation",
"url": "https://docs.pwpush.com"
},
{
"name": "GitHub Project",
"url": "https://github.com/pglombardo/PasswordPusher"
}
],
"SettingOptions": [
{
"type": "switch",
"name": "PWPush.Enabled",
"label": "Enable Integration"
},
{
"type": "switch",
"name": "PWPush.UseBearerAuth",
"label": "Use Bearer Authentication (Hosted only)"
},
{
"type": "textField",
"name": "PWPush.BaseUrl",
"label": "PWPush URL",
"placeholder": "Enter your PWPush URL. (default: https://pwpush.com)"
},
{
"type": "password",
"name": "PWPush.APIKey",
"label": "PWPush API Key",
"placeholder": "Enter your PWPush API Key. (optional)"
},
{
"type": "textField",
"name": "PWPush.EmailAddress",
"label": "PWPush email address",
"placeholder": "Enter your email address for PWPush. (Email & API Key auth)",
"condition": {
"field": "PWPush.UseBearerAuth",
"compareType": "is",
"compareValue": false
}
},
{
"type": "autoComplete",
"name": "PWPush.AccountId",
"label": "Select your PWPush Account for branding (Pro/Premium only, optional with Custom Domain)",
"multiple": false,
"creatable": false,
"api": {
"url": "/api/ExecExtensionMapping?List=PWPushFields",
"queryKey": "PWPushAccounts",
"dataKey": "Accounts",
"labelField": "name",
"valueField": "id",
"showRefresh": true
},
"condition": {
"field": "PWPush.UseBearerAuth",
"compareType": "is",
"compareValue": true
}
},
{
"type": "number",
"name": "PWPush.ExpireAfterDays",
"label": "Expiration in Days",
"placeholder": "Expiration time in days. (optional)"
},
{
"type": "number",
"name": "PWPush.ExpireAfterViews",
"label": "Expiration after views",
"placeholder": "Expiration after views. (optional)"
},
{
"type": "switch",
"name": "PWPush.RetrievalStep",
"label": "Click to retrieve password (recommended)"
},
{
"type": "switch",
"name": "PWPush.DeletableByViewer",
"label": "Allow deletion of passwords"
}
],
"mappingRequired": false
},
{
"name": "Have I been Pwned",
"id": "HIBP",
"type": "darkweb",
"cat": "Darkweb Scanning",
"logo": "/assets/integrations/hibp.png",
"logoDark": "/assets/integrations/hibp.png",
"forceSyncButton": false,
"description": "Enable the HIBP integration to scan your tenant for compromised credentials.",
"helpText": "This integration allows you to scan your tenant for compromised credentials, breaches, and darkweb scanning.",
"links": [
{
"name": "Have I Been Pwned",
"url": "https://haveibeenpwned.com/"
}
],
"SettingOptions": [
{
"type": "password",
"name": "HIBP.APIKey",
"label": "Enter your own HIBP API Key. When you are a CyberDrain hosted partner, leave this key blank."
},
{
"type": "switch",
"name": "HIBP.Enabled",
"label": "Enable Integration - Allow darkweb scanning through tools and alerts"
}
],
"mappingRequired": false
},
{
"name": "CloudFlare ZTNA Tunnel",
"id": "CFZTNA",
"type": "ztna",
"cat": "Zero Trust Network Tunnel",
"logo": "/assets/integrations/cloudflare.png",
"forceSyncButton": false,
"hideTestButton": true,
"description": "Enter your CloudFlare ZTNA Tunnel API Credentials to use with other Integrations",
"helpText": "These credentials can be used to allow traffic through a CloudFlare ZTNA Tunnel if your other Integrations are protected behind one. You need to select 'Behind a CF-ZTNA Tunnel' within the other Integration's settings to enable.",
"links": [
{
"name": "CloudFlare ZTNA Tunnel Information",
"url": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/"
},
{
"name": "Installing Hudu behind Cloudflare Zero Trust Tunnel",
"url": "https://support.hudu.com/hc/en-us/articles/13929358997399-Installing-Hudu-behind-Cloudflare-Zero-Trust-Tunnel"
}
],
"SettingOptions": [
{
"type": "switch",
"name": "CFZTNA.Enabled",
"label": "Enable Integration"
},
{
"type": "textField",
"name": "CFZTNA.ClientID",
"label": "CloudFlare Tunnel Service Account Client ID"
},
{
"type": "password",
"name": "CFZTNA.APIKey",
"label": "CloudFlare Tunnel Service Account Client Secret"
}
],
"mappingRequired": false
},
{
"name": "GitHub",
"id": "GitHub",
"type": "DevOps",
"cat": "Source Control",
"logo": "/assets/integrations/github.png",
"logoDark": "/assets/integrations/github_dark.png",
"description": "Enable the GitHub integration to manage your repositories from CIPP.",
"helpText": "This integration allows you to manage GitHub repositories from CIPP, including the Community Repositorities functionality. Requires a GitHub Personal Access Token (PAT) with a minimum of repo:public_repo permissions. If you plan on saving your templates to GitHub or accessing private/internal repositories, you will need to grant the whole repo scope. You can create a PAT in your GitHub account settings, see the GitHub Token documentation for more info. If you do not enable the extension, a read-only API will be provided.",
"links": [
{
"name": "GitHub Token",
"url": "https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token"
}
],
"SettingOptions": [
{
"type": "password",
"name": "GitHub.APIKey",
"label": "GitHub Personal Access Token",
"placeholder": "Enter your GitHub PAT",
"required": true
},
{
"type": "switch",
"name": "GitHub.Enabled",
"label": "Enable Integration"
}
],
"mappingRequired": false
}
]