@itentialopensource/adapter-paragon_iam 0.2.1 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.2.2 [03-11-2024]
3
+
4
+ * Changes made at 2024.03.11_16:10PM
5
+
6
+ See merge request itentialopensource/adapters/security/adapter-paragon_iam!3
7
+
8
+ ---
9
+
2
10
  ## 0.2.1 [02-27-2024]
3
11
 
4
12
  * Changes made at 2024.02.27_11:42AM
package/metadata.json CHANGED
@@ -1,50 +1,63 @@
1
1
  {
2
- "name": "adapter-paragon_iam",
3
- "webName": "Adapter for Integration to Paragon IAM",
4
- "vendor": "Paragon",
5
- "product": "IAM",
6
- "osVersion": [],
7
- "apiVersions": [],
8
- "iapVersions": [
9
- "2021.1.x",
10
- "2021.2.x",
11
- "2022.1.x",
12
- "2023.1.x"
13
- ],
14
- "method": "REST",
15
- "type": "Adapter",
16
- "domains": [
17
- "Security (SASE)"
18
- ],
19
- "tags": [],
20
- "useCases": [],
21
- "deprecated": {
22
- "isDeprecated": false
23
- },
24
- "brokerSince": "",
25
- "documentation": {
26
- "storeLink": "",
27
- "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-paragon_iam",
28
- "repoLink": "https://gitlab.com/itentialopensource/adapters/security/adapter-paragon_iam",
29
- "docLink": "",
30
- "demoLinks": [],
31
- "trainingLinks": [],
32
- "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
33
- "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
34
- "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
35
- "webLink": "",
36
- "vendorLink": "",
37
- "productLink": "",
38
- "apiLinks": []
39
- },
40
- "assets": [],
41
- "relatedItems": {
42
- "adapters": [],
43
- "integrations": [],
44
- "ecosystemApplications": [],
45
- "workflowProjects": [],
46
- "transformationProjects": [],
47
- "exampleProjects": []
48
- }
49
- }
50
-
2
+ "name": "adapter-paragon_iam",
3
+ "webName": "Adapter for Integration to Paragon IAM",
4
+ "vendor": "Paragon",
5
+ "product": "IAM",
6
+ "osVersion": [],
7
+ "apiVersions": [],
8
+ "iapVersions": [
9
+ "2021.1.x",
10
+ "2021.2.x",
11
+ "2022.1.x",
12
+ "2023.1.x"
13
+ ],
14
+ "method": "REST",
15
+ "type": "Adapter",
16
+ "domains": [
17
+ "Security (SASE)"
18
+ ],
19
+ "tags": [
20
+ "Security Policy Management",
21
+ "Configuration & Compliance",
22
+ "Network Infrastructure Changes",
23
+ "Software Upgrades & Device Maintenance"
24
+ ],
25
+ "useCases": [
26
+ "Security Group updates",
27
+ "Security Rule Removal",
28
+ "Security Rule Creation",
29
+ "Run network compliance checks and remediation",
30
+ "Determine configuration drift",
31
+ "Device Onboarding",
32
+ "Software Upgrade",
33
+ "Firewall Configuration backup or restore"
34
+ ],
35
+ "deprecated": {
36
+ "isDeprecated": false
37
+ },
38
+ "brokerSince": "",
39
+ "documentation": {
40
+ "storeLink": "",
41
+ "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-paragon_iam",
42
+ "repoLink": "https://gitlab.com/itentialopensource/adapters/security/adapter-paragon_iam",
43
+ "docLink": "",
44
+ "demoLinks": [],
45
+ "trainingLinks": [],
46
+ "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
47
+ "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
48
+ "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
49
+ "webLink": "",
50
+ "vendorLink": "",
51
+ "productLink": "",
52
+ "apiLinks": []
53
+ },
54
+ "assets": [],
55
+ "relatedItems": {
56
+ "adapters": [],
57
+ "integrations": [],
58
+ "ecosystemApplications": [],
59
+ "workflowProjects": [],
60
+ "transformationProjects": [],
61
+ "exampleProjects": []
62
+ }
63
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-paragon_iam",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "This adapter integrates with system described as: Paragon Pathfinder Iam.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
Binary file