@itentialopensource/adapter-okta 0.3.1 → 0.3.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 +8 -0
- package/metadata.json +17 -3
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/metadata.json
CHANGED
|
@@ -16,8 +16,22 @@
|
|
|
16
16
|
"domains": [
|
|
17
17
|
"Security (SASE)"
|
|
18
18
|
],
|
|
19
|
-
"tags": [
|
|
20
|
-
|
|
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
|
+
],
|
|
21
35
|
"deprecated": {
|
|
22
36
|
"isDeprecated": false
|
|
23
37
|
},
|
|
@@ -46,4 +60,4 @@
|
|
|
46
60
|
"transformationProjects": [],
|
|
47
61
|
"exampleProjects": []
|
|
48
62
|
}
|
|
49
|
-
}
|
|
63
|
+
}
|
package/package.json
CHANGED
|
Binary file
|