@itentialopensource/adapter-zscaler 0.8.3 → 0.9.0

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.
Files changed (123) hide show
  1. package/CALLS.md +1116 -0
  2. package/CHANGELOG.md +8 -0
  3. package/adapter.js +17190 -0
  4. package/entities/AdminRoleManagement/action.json +126 -0
  5. package/entities/AdminRoleManagement/schema.json +24 -0
  6. package/entities/AppViews/action.json +46 -0
  7. package/entities/AppViews/mockdatafiles/getViewApps-default.json +40 -0
  8. package/entities/AppViews/mockdatafiles/getViews-default.json +16 -0
  9. package/entities/AppViews/schema.json +20 -0
  10. package/entities/Applications/action.json +66 -0
  11. package/entities/Applications/mockdatafiles/appsSearchGET-default.json +186 -0
  12. package/entities/Applications/schema.json +21 -0
  13. package/entities/BrowserIsolation/action.json +25 -0
  14. package/entities/BrowserIsolation/mockdatafiles/getCloudBrowserIsolationProfiles-default.json +20 -0
  15. package/entities/BrowserIsolation/schema.json +19 -0
  16. package/entities/DataLossPrevention/action.json +767 -0
  17. package/entities/DataLossPrevention/mockdatafiles/getDLPDictionarySummary-default.json +808 -0
  18. package/entities/DataLossPrevention/mockdatafiles/getDLPEngines-default.json +26 -0
  19. package/entities/DataLossPrevention/mockdatafiles/getDLPEnginesSummary-default.json +18 -0
  20. package/entities/DataLossPrevention/mockdatafiles/getDlpDictionaries-default.json +402 -0
  21. package/entities/DataLossPrevention/mockdatafiles/getICAPServerSummary-default.json +14 -0
  22. package/entities/DataLossPrevention/mockdatafiles/getICAPServers-default.json +20 -0
  23. package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json +30 -0
  24. package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServers-default.json +30 -0
  25. package/entities/DataLossPrevention/mockdatafiles/getPredefinedHierarchicalIdentifiersByDictionaryId-default.json +4 -0
  26. package/entities/DataLossPrevention/mockdatafiles/getProfiles-default.json +94 -0
  27. package/entities/DataLossPrevention/mockdatafiles/getRules-default.json +5556 -0
  28. package/entities/DataLossPrevention/mockdatafiles/getSchemaLite-default.json +52 -0
  29. package/entities/DataLossPrevention/mockdatafiles/getSchemas-default.json +379 -0
  30. package/entities/DataLossPrevention/mockdatafiles/getSummary-default.json +56 -0
  31. package/entities/DataLossPrevention/mockdatafiles/getWebDlpRulesLite-default.json +5758 -0
  32. package/entities/DataLossPrevention/mockdatafiles/gettemplates-default.json +34 -0
  33. package/entities/DataLossPrevention/schema.json +55 -0
  34. package/entities/DeviceGroups/action.json +67 -0
  35. package/entities/DeviceGroups/mockdatafiles/getDeviceGroups-default.json +20 -0
  36. package/entities/DeviceGroups/mockdatafiles/getDevices-default.json +26 -0
  37. package/entities/DeviceGroups/mockdatafiles/getDevicesLite-default.json +38 -0
  38. package/entities/DeviceGroups/schema.json +21 -0
  39. package/entities/EventLogs/action.json +86 -0
  40. package/entities/EventLogs/schema.json +22 -0
  41. package/entities/FirewallPolicies/action.json +889 -0
  42. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroups-default.json +130 -0
  43. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroupsLite-default.json +94 -0
  44. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6Groups-default.json +111 -0
  45. package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6GroupsLite-default.json +20 -0
  46. package/entities/FirewallPolicies/mockdatafiles/getFirewallFilteringRules-default.json +3884 -0
  47. package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroups-default.json +21 -0
  48. package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroupsLite-default.json +49 -0
  49. package/entities/FirewallPolicies/mockdatafiles/getNetworkApplications-default.json +20 -0
  50. package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroups-default.json +657 -0
  51. package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroupsLite-default.json +361 -0
  52. package/entities/FirewallPolicies/mockdatafiles/getNetworkServices-default.json +206 -0
  53. package/entities/FirewallPolicies/mockdatafiles/getNetworkServicesLite-default.json +322 -0
  54. package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroups-default.json +57 -0
  55. package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroupsLite-default.json +17 -0
  56. package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6Groups-default.json +54 -0
  57. package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6GroupsLite-default.json +15 -0
  58. package/entities/FirewallPolicies/mockdatafiles/getTimeWindowSummary-default.json +42 -0
  59. package/entities/FirewallPolicies/mockdatafiles/getTimeWindows-default.json +32 -0
  60. package/entities/FirewallPolicies/schema.json +61 -0
  61. package/entities/ForwardingControlPolicy/action.json +208 -0
  62. package/entities/ForwardingControlPolicy/mockdatafiles/getForwardingRules-default.json +2183 -0
  63. package/entities/ForwardingControlPolicy/mockdatafiles/getZpaGateways-default.json +60 -0
  64. package/entities/ForwardingControlPolicy/schema.json +28 -0
  65. package/entities/IntermediateCACertificates/action.json +455 -0
  66. package/entities/IntermediateCACertificates/mockdatafiles/getCertificatesInReadyToUseState-default.json +70 -0
  67. package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json +19 -0
  68. package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificatesLite-default.json +53 -0
  69. package/entities/IntermediateCACertificates/schema.json +40 -0
  70. package/entities/IoTReport/action.json +88 -0
  71. package/entities/IoTReport/mockdatafiles/getCategories-default.json +22 -0
  72. package/entities/IoTReport/mockdatafiles/getClassifications-default.json +12 -0
  73. package/entities/IoTReport/mockdatafiles/getDeviceTypes-default.json +7 -0
  74. package/entities/IoTReport/schema.json +22 -0
  75. package/entities/LocationManagement/action.json +130 -0
  76. package/entities/LocationManagement/mockdatafiles/getGroups-default.json +372 -0
  77. package/entities/LocationManagement/mockdatafiles/getGroups__v1-default.json +372 -0
  78. package/entities/LocationManagement/mockdatafiles/getGroups__v2-default.json +372 -0
  79. package/entities/LocationManagement/mockdatafiles/getSubLocations-default.json +465 -0
  80. package/entities/LocationManagement/mockdatafiles/getTopLocations-default.json +191 -0
  81. package/entities/LocationManagement/schema.json +24 -0
  82. package/entities/RuleLabels/action.json +106 -0
  83. package/entities/RuleLabels/mockdatafiles/getRuleLabels-default.json +59 -0
  84. package/entities/RuleLabels/schema.json +23 -0
  85. package/entities/SandboxSettings/action.json +66 -0
  86. package/entities/SandboxSettings/schema.json +21 -0
  87. package/entities/SandboxSubmissionAPI/action.json +44 -0
  88. package/entities/SandboxSubmissionAPI/schema.json +20 -0
  89. package/entities/ShadowITReport/action.json +106 -0
  90. package/entities/ShadowITReport/mockdatafiles/getAllCustomTags-default.json +10 -0
  91. package/entities/ShadowITReport/mockdatafiles/getCloudApplicationsLite-default.json +10 -0
  92. package/entities/ShadowITReport/schema.json +23 -0
  93. package/entities/TrafficForwarding/action.json +459 -0
  94. package/entities/TrafficForwarding/mockdatafiles/getAllGreTunnels-default.json +70 -0
  95. package/entities/TrafficForwarding/mockdatafiles/getAllStaticIPs-default.json +90 -0
  96. package/entities/TrafficForwarding/mockdatafiles/getDns64Prefixes-default.json +34 -0
  97. package/entities/TrafficForwarding/mockdatafiles/getIPGWDetails-default.json +32 -0
  98. package/entities/TrafficForwarding/mockdatafiles/getNat64Prefixes-default.json +18 -0
  99. package/entities/TrafficForwarding/mockdatafiles/getRecommendedGreVips-default.json +20 -0
  100. package/entities/TrafficForwarding/mockdatafiles/getRecommendedVipsGroupedByDC-default.json +82 -0
  101. package/entities/TrafficForwarding/mockdatafiles/getRegionsByPrefix-default.json +26 -0
  102. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials-default.json +82 -0
  103. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v1-default.json +82 -0
  104. package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v2-default.json +82 -0
  105. package/entities/TrafficForwarding/mockdatafiles/getZscalerNodesDetails-default.json +170 -0
  106. package/entities/TrafficForwarding/mockdatafiles/validateAndGetAvailableInternalIpRanges-default.json +18 -0
  107. package/entities/TrafficForwarding/schema.json +40 -0
  108. package/entities/URLFilteringPolicies/action.json +106 -0
  109. package/entities/URLFilteringPolicies/mockdatafiles/getUrlFilteringRules-default.json +2918 -0
  110. package/entities/URLFilteringPolicies/schema.json +23 -0
  111. package/entities/UserAuthenticationSettings/action.json +45 -0
  112. package/entities/UserAuthenticationSettings/schema.json +20 -0
  113. package/entities/WorkloadGroups/action.json +25 -0
  114. package/entities/WorkloadGroups/mockdatafiles/getWorkloadGroups-default.json +396 -0
  115. package/entities/WorkloadGroups/schema.json +19 -0
  116. package/package.json +1 -1
  117. package/pronghorn.json +17256 -0
  118. package/refs?service=git-upload-pack +0 -0
  119. package/report/adapter-openapi.json +17120 -2
  120. package/report/adapter-openapi.yaml +13753 -815
  121. package/report/adapterInfo.json +7 -7
  122. package/test/integration/adapterTestIntegration.js +4882 -0
  123. package/test/unit/adapterTestUnit.js +3847 -0
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.9.0 [05-02-2024]
3
+
4
+ * Add new zscaler ZIA calls
5
+
6
+ See merge request itentialopensource/adapters/security/adapter-zscaler!26
7
+
8
+ ---
9
+
2
10
  ## 0.8.3 [03-27-2024]
3
11
 
4
12
  * Changes made at 2024.03.27_13:55PM