@perpetualsystems/connector-registry 202606.7.1 → 202606.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,40 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-label="Duo Security">
2
+ <rect width="24" height="24" rx="5.5" fill="#FFFFFF"/>
3
+ <svg
4
+ x="1"
5
+ y="7.6"
6
+ width="22"
7
+ height="8.8"
8
+ viewBox="0 0 1332.52 429.93332"
9
+ preserveAspectRatio="xMidYMid meet"
10
+ >
11
+ <g transform="matrix(1.3333333,0,0,-1.3333333,0,429.93333)">
12
+ <g transform="scale(0.1)">
13
+ <path
14
+ d="M 1612.25,-0.0117188 H -0.00390625 V 1531.63 H 3222.49 C 3180.48,678.66 2475.63,-0.0117188 1612.25,-0.0117188"
15
+ fill="#7bcd54"
16
+ />
17
+ <path
18
+ d="M 1612.25,3224.49 H -0.00390625 V 1692.86 H 3222.49 c -42.01,852.96 -746.86,1531.63 -1610.24,1531.63"
19
+ fill="#63c43f"
20
+ />
21
+ <path
22
+ d="m 8383.68,3224.49 c -863.38,0 -1568.23,-678.67 -1610.23,-1531.63 h 3220.48 c -42.01,852.96 -746.86,1531.63 -1610.25,1531.63"
23
+ fill="#63c43f"
24
+ />
25
+ <path
26
+ d="M 8383.68,-0.0117188 C 7520.3,-0.0117188 6815.45,678.66 6773.45,1531.63 H 9993.93 C 9951.92,678.66 9247.07,-0.0117188 8383.68,-0.0117188"
27
+ fill="#7bcd54"
28
+ />
29
+ <path
30
+ d="M 3385.72,3224.49 V 1612.24 C 3385.72,748.859 4064.39,44.0117 4917.36,2 V 3224.49 H 3385.72"
31
+ fill="#63c43f"
32
+ />
33
+ <path
34
+ d="M 6610.22,-0.0117188 H 5078.58 V 3224.49 H 6610.22 V 1612.24 -0.0117188"
35
+ fill="#7bcd54"
36
+ />
37
+ </g>
38
+ </g>
39
+ </svg>
40
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="150" height="150" viewBox="0 0 150 150" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="150" height="150" rx="16" fill="#FFFFFF"/>
3
+ <path d="M75 68c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7-3.1-7-7-7z" fill="#4285F4"/>
4
+ <path d="M75 42C58.4 42 45 55.4 45 72c0 8.2 3.3 15.6 8.6 21l12.4-12.4c-2.1-2.1-3.4-5-3.4-8.2 0-6.2 5-11.2 11.2-11.2 3.2 0 6.1 1.3 8.2 3.4L94 52.6C88.6 47.3 81.2 42 75 42z" fill="#EA4335"/>
5
+ <path d="M53.6 94.6C47.3 88.6 42 81.2 42 75c0-3.9 1.3-7.5 3.4-10.4L33 52.6C27.3 58.4 24 64.8 24 72c0 16.6 13.4 30 30 30 6.2 0 11.6-1.9 16.4-5.1L58 84.5c-2.1 2.1-4.9 3.4-8 3.4-6.2 0-11.2-5-11.2-11.2 0-3.1 1.3-5.9 3.4-8.1l11.4-11.4z" fill="#34A853"/>
6
+ <path d="M96.4 55.4L84 67.8c2.1 2.1 3.4 5 3.4 8.2 0 6.2-5 11.2-11.2 11.2-3.2 0-6.1-1.3-8.2-3.4L55.6 97.4C60.4 100.6 67.8 102 75 102c16.6 0 30-13.4 30-30 0-7.2-2.5-13.8-8.6-16.6z" fill="#FBBC05"/>
7
+ </svg>
@@ -302,6 +302,94 @@
302
302
  "iconExt": "svg",
303
303
  "description": "Poll CrowdStrike Falcon Spotlight for vulnerability records updated since the last run."
304
304
  },
305
+ {
306
+ "kind": "duo-security",
307
+ "displayName": "Duo Security",
308
+ "ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/duo-security:0.0.1",
309
+ "connectorType": "polling",
310
+ "settingsSchema": {
311
+ "$schema": "http://json-schema.org/draft-07/schema#",
312
+ "type": "object",
313
+ "properties": {
314
+ "apiHostname": {
315
+ "type": "string",
316
+ "minLength": 1,
317
+ "title": "API hostname",
318
+ "description": "Duo Admin API hostname, e.g. api-xxxx.duosecurity.com or api-xxxx.duofederal.com."
319
+ },
320
+ "integrationKey": {
321
+ "type": "string",
322
+ "minLength": 1,
323
+ "title": "Integration key",
324
+ "description": "Admin API integration key (used as the Basic auth username)."
325
+ },
326
+ "authentication": {
327
+ "default": true,
328
+ "title": "Authentication logs",
329
+ "description": "User authentication attempts and enrollments (v2).",
330
+ "type": "boolean"
331
+ },
332
+ "telephony": {
333
+ "default": true,
334
+ "title": "Telephony logs",
335
+ "description": "Phone and SMS authentication events (v2).",
336
+ "type": "boolean"
337
+ },
338
+ "activity": {
339
+ "default": true,
340
+ "title": "Activity logs",
341
+ "description": "User, admin, and system activity events (v2), including administrative actions.",
342
+ "type": "boolean"
343
+ },
344
+ "collectUserInventory": {
345
+ "default": true,
346
+ "title": "User inventory",
347
+ "description": "Periodic snapshot of Duo user records from the Admin API.",
348
+ "type": "boolean"
349
+ }
350
+ },
351
+ "required": [
352
+ "apiHostname",
353
+ "integrationKey",
354
+ "authentication",
355
+ "telephony",
356
+ "activity",
357
+ "collectUserInventory"
358
+ ],
359
+ "additionalProperties": false
360
+ },
361
+ "credentials": [
362
+ {
363
+ "id": "secretKey",
364
+ "label": "Secret key",
365
+ "required": true,
366
+ "acceptedCredentialTypes": [
367
+ "Text"
368
+ ],
369
+ "credentialSchema": {
370
+ "$schema": "http://json-schema.org/draft-07/schema#",
371
+ "type": "object",
372
+ "properties": {
373
+ "type": {
374
+ "type": "string",
375
+ "const": "Text"
376
+ },
377
+ "value": {
378
+ "type": "string",
379
+ "minLength": 1
380
+ }
381
+ },
382
+ "required": [
383
+ "type",
384
+ "value"
385
+ ],
386
+ "additionalProperties": false
387
+ }
388
+ }
389
+ ],
390
+ "iconExt": "svg",
391
+ "description": "Poll Duo Admin API authentication, telephony, and activity logs plus optional user inventory."
392
+ },
305
393
  {
306
394
  "kind": "gcp-pubsub",
307
395
  "displayName": "Google Cloud Pub/Sub",
@@ -384,6 +472,157 @@
384
472
  "iconExt": "svg",
385
473
  "description": "Consume messages from a GCP Pub/Sub subscription."
386
474
  },
475
+ {
476
+ "kind": "google-workspace",
477
+ "displayName": "Google Workspace Audit",
478
+ "ecrImageUrl": "718287746078.dkr.ecr.us-east-2.amazonaws.com/perpetual-connectors/google-workspace:0.0.1",
479
+ "connectorType": "polling",
480
+ "settingsSchema": {
481
+ "$schema": "http://json-schema.org/draft-07/schema#",
482
+ "type": "object",
483
+ "properties": {
484
+ "admin": {
485
+ "default": false,
486
+ "title": "Admin",
487
+ "description": "Admin console audit activity.",
488
+ "type": "boolean"
489
+ },
490
+ "calendar": {
491
+ "default": false,
492
+ "title": "Calendar",
493
+ "description": "Google Calendar audit activity.",
494
+ "type": "boolean"
495
+ },
496
+ "drive": {
497
+ "default": false,
498
+ "title": "Drive",
499
+ "description": "Google Drive audit activity.",
500
+ "type": "boolean"
501
+ },
502
+ "login": {
503
+ "default": false,
504
+ "title": "Login",
505
+ "description": "Login audit activity.",
506
+ "type": "boolean"
507
+ },
508
+ "token": {
509
+ "default": false,
510
+ "title": "Token",
511
+ "description": "OAuth token audit activity.",
512
+ "type": "boolean"
513
+ },
514
+ "groups": {
515
+ "default": false,
516
+ "title": "Groups",
517
+ "description": "Google Groups audit activity.",
518
+ "type": "boolean"
519
+ },
520
+ "gplus": {
521
+ "default": false,
522
+ "title": "Google+",
523
+ "description": "Google+ audit activity.",
524
+ "type": "boolean"
525
+ },
526
+ "mobile": {
527
+ "default": false,
528
+ "title": "Mobile",
529
+ "description": "Mobile device audit activity.",
530
+ "type": "boolean"
531
+ },
532
+ "rules": {
533
+ "default": false,
534
+ "title": "Rules",
535
+ "description": "Rules (DLP) audit activity.",
536
+ "type": "boolean"
537
+ },
538
+ "keep": {
539
+ "default": false,
540
+ "title": "Keep",
541
+ "description": "Google Keep audit activity.",
542
+ "type": "boolean"
543
+ },
544
+ "meet": {
545
+ "default": false,
546
+ "title": "Meet",
547
+ "description": "Google Meet audit activity.",
548
+ "type": "boolean"
549
+ },
550
+ "groupsEnterprise": {
551
+ "default": false,
552
+ "title": "Enterprise Groups",
553
+ "description": "Enterprise Groups audit activity.",
554
+ "type": "boolean"
555
+ },
556
+ "dataStudio": {
557
+ "default": false,
558
+ "title": "Data Studio",
559
+ "description": "Data Studio audit activity.",
560
+ "type": "boolean"
561
+ },
562
+ "saml": {
563
+ "default": false,
564
+ "title": "SAML",
565
+ "description": "SAML audit activity.",
566
+ "type": "boolean"
567
+ },
568
+ "chat": {
569
+ "default": false,
570
+ "title": "Chat",
571
+ "description": "Google Chat audit activity.",
572
+ "type": "boolean"
573
+ }
574
+ },
575
+ "required": [
576
+ "admin",
577
+ "calendar",
578
+ "drive",
579
+ "login",
580
+ "token",
581
+ "groups",
582
+ "gplus",
583
+ "mobile",
584
+ "rules",
585
+ "keep",
586
+ "meet",
587
+ "groupsEnterprise",
588
+ "dataStudio",
589
+ "saml",
590
+ "chat"
591
+ ],
592
+ "additionalProperties": false
593
+ },
594
+ "credentials": [
595
+ {
596
+ "id": "api",
597
+ "label": "Google Workspace admin OAuth",
598
+ "required": true,
599
+ "acceptedCredentialTypes": [
600
+ "OAuth2ClientCredentials"
601
+ ],
602
+ "credentialSchema": {
603
+ "$schema": "http://json-schema.org/draft-07/schema#",
604
+ "type": "object",
605
+ "properties": {
606
+ "type": {
607
+ "type": "string",
608
+ "const": "OAuth2ClientCredentials"
609
+ },
610
+ "accessToken": {
611
+ "type": "string",
612
+ "minLength": 1
613
+ }
614
+ },
615
+ "required": [
616
+ "type",
617
+ "accessToken"
618
+ ],
619
+ "additionalProperties": false
620
+ }
621
+ }
622
+ ],
623
+ "iconExt": "svg",
624
+ "description": "Polls Google Workspace audit logs from the Admin SDK Reports API for multiple Workspace apps in one connector."
625
+ },
387
626
  {
388
627
  "kind": "office-365-audit",
389
628
  "displayName": "Microsoft Office 365 Audit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perpetualsystems/connector-registry",
3
- "version": "202606.7.1",
3
+ "version": "202606.9.2",
4
4
  "description": "Built-in connector catalog manifest for Perpetual management plane",
5
5
  "type": "module",
6
6
  "exports": {