@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.
- package/CALLS.md +1116 -0
- package/CHANGELOG.md +8 -0
- package/adapter.js +17190 -0
- package/entities/AdminRoleManagement/action.json +126 -0
- package/entities/AdminRoleManagement/schema.json +24 -0
- package/entities/AppViews/action.json +46 -0
- package/entities/AppViews/mockdatafiles/getViewApps-default.json +40 -0
- package/entities/AppViews/mockdatafiles/getViews-default.json +16 -0
- package/entities/AppViews/schema.json +20 -0
- package/entities/Applications/action.json +66 -0
- package/entities/Applications/mockdatafiles/appsSearchGET-default.json +186 -0
- package/entities/Applications/schema.json +21 -0
- package/entities/BrowserIsolation/action.json +25 -0
- package/entities/BrowserIsolation/mockdatafiles/getCloudBrowserIsolationProfiles-default.json +20 -0
- package/entities/BrowserIsolation/schema.json +19 -0
- package/entities/DataLossPrevention/action.json +767 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPDictionarySummary-default.json +808 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEngines-default.json +26 -0
- package/entities/DataLossPrevention/mockdatafiles/getDLPEnginesSummary-default.json +18 -0
- package/entities/DataLossPrevention/mockdatafiles/getDlpDictionaries-default.json +402 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServerSummary-default.json +14 -0
- package/entities/DataLossPrevention/mockdatafiles/getICAPServers-default.json +20 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServerSummary-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getIncidentReceiverServers-default.json +30 -0
- package/entities/DataLossPrevention/mockdatafiles/getPredefinedHierarchicalIdentifiersByDictionaryId-default.json +4 -0
- package/entities/DataLossPrevention/mockdatafiles/getProfiles-default.json +94 -0
- package/entities/DataLossPrevention/mockdatafiles/getRules-default.json +5556 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemaLite-default.json +52 -0
- package/entities/DataLossPrevention/mockdatafiles/getSchemas-default.json +379 -0
- package/entities/DataLossPrevention/mockdatafiles/getSummary-default.json +56 -0
- package/entities/DataLossPrevention/mockdatafiles/getWebDlpRulesLite-default.json +5758 -0
- package/entities/DataLossPrevention/mockdatafiles/gettemplates-default.json +34 -0
- package/entities/DataLossPrevention/schema.json +55 -0
- package/entities/DeviceGroups/action.json +67 -0
- package/entities/DeviceGroups/mockdatafiles/getDeviceGroups-default.json +20 -0
- package/entities/DeviceGroups/mockdatafiles/getDevices-default.json +26 -0
- package/entities/DeviceGroups/mockdatafiles/getDevicesLite-default.json +38 -0
- package/entities/DeviceGroups/schema.json +21 -0
- package/entities/EventLogs/action.json +86 -0
- package/entities/EventLogs/schema.json +22 -0
- package/entities/FirewallPolicies/action.json +889 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroups-default.json +130 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpGroupsLite-default.json +94 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6Groups-default.json +111 -0
- package/entities/FirewallPolicies/mockdatafiles/getDestinationIpv6GroupsLite-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getFirewallFilteringRules-default.json +3884 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroups-default.json +21 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetowrkApplicationGroupsLite-default.json +49 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkApplications-default.json +20 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroups-default.json +657 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServiceGroupsLite-default.json +361 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServices-default.json +206 -0
- package/entities/FirewallPolicies/mockdatafiles/getNetworkServicesLite-default.json +322 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroups-default.json +57 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpGroupsLite-default.json +17 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6Groups-default.json +54 -0
- package/entities/FirewallPolicies/mockdatafiles/getSourceIpv6GroupsLite-default.json +15 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindowSummary-default.json +42 -0
- package/entities/FirewallPolicies/mockdatafiles/getTimeWindows-default.json +32 -0
- package/entities/FirewallPolicies/schema.json +61 -0
- package/entities/ForwardingControlPolicy/action.json +208 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getForwardingRules-default.json +2183 -0
- package/entities/ForwardingControlPolicy/mockdatafiles/getZpaGateways-default.json +60 -0
- package/entities/ForwardingControlPolicy/schema.json +28 -0
- package/entities/IntermediateCACertificates/action.json +455 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getCertificatesInReadyToUseState-default.json +70 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificates-default.json +19 -0
- package/entities/IntermediateCACertificates/mockdatafiles/getIntermediateCaCertificatesLite-default.json +53 -0
- package/entities/IntermediateCACertificates/schema.json +40 -0
- package/entities/IoTReport/action.json +88 -0
- package/entities/IoTReport/mockdatafiles/getCategories-default.json +22 -0
- package/entities/IoTReport/mockdatafiles/getClassifications-default.json +12 -0
- package/entities/IoTReport/mockdatafiles/getDeviceTypes-default.json +7 -0
- package/entities/IoTReport/schema.json +22 -0
- package/entities/LocationManagement/action.json +130 -0
- package/entities/LocationManagement/mockdatafiles/getGroups-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v1-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getGroups__v2-default.json +372 -0
- package/entities/LocationManagement/mockdatafiles/getSubLocations-default.json +465 -0
- package/entities/LocationManagement/mockdatafiles/getTopLocations-default.json +191 -0
- package/entities/LocationManagement/schema.json +24 -0
- package/entities/RuleLabels/action.json +106 -0
- package/entities/RuleLabels/mockdatafiles/getRuleLabels-default.json +59 -0
- package/entities/RuleLabels/schema.json +23 -0
- package/entities/SandboxSettings/action.json +66 -0
- package/entities/SandboxSettings/schema.json +21 -0
- package/entities/SandboxSubmissionAPI/action.json +44 -0
- package/entities/SandboxSubmissionAPI/schema.json +20 -0
- package/entities/ShadowITReport/action.json +106 -0
- package/entities/ShadowITReport/mockdatafiles/getAllCustomTags-default.json +10 -0
- package/entities/ShadowITReport/mockdatafiles/getCloudApplicationsLite-default.json +10 -0
- package/entities/ShadowITReport/schema.json +23 -0
- package/entities/TrafficForwarding/action.json +459 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllGreTunnels-default.json +70 -0
- package/entities/TrafficForwarding/mockdatafiles/getAllStaticIPs-default.json +90 -0
- package/entities/TrafficForwarding/mockdatafiles/getDns64Prefixes-default.json +34 -0
- package/entities/TrafficForwarding/mockdatafiles/getIPGWDetails-default.json +32 -0
- package/entities/TrafficForwarding/mockdatafiles/getNat64Prefixes-default.json +18 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedGreVips-default.json +20 -0
- package/entities/TrafficForwarding/mockdatafiles/getRecommendedVipsGroupedByDC-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getRegionsByPrefix-default.json +26 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v1-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getVpnCredentials__v2-default.json +82 -0
- package/entities/TrafficForwarding/mockdatafiles/getZscalerNodesDetails-default.json +170 -0
- package/entities/TrafficForwarding/mockdatafiles/validateAndGetAvailableInternalIpRanges-default.json +18 -0
- package/entities/TrafficForwarding/schema.json +40 -0
- package/entities/URLFilteringPolicies/action.json +106 -0
- package/entities/URLFilteringPolicies/mockdatafiles/getUrlFilteringRules-default.json +2918 -0
- package/entities/URLFilteringPolicies/schema.json +23 -0
- package/entities/UserAuthenticationSettings/action.json +45 -0
- package/entities/UserAuthenticationSettings/schema.json +20 -0
- package/entities/WorkloadGroups/action.json +25 -0
- package/entities/WorkloadGroups/mockdatafiles/getWorkloadGroups-default.json +396 -0
- package/entities/WorkloadGroups/schema.json +19 -0
- package/package.json +1 -1
- package/pronghorn.json +17256 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/adapter-openapi.json +17120 -2
- package/report/adapter-openapi.yaml +13753 -815
- package/report/adapterInfo.json +7 -7
- package/test/integration/adapterTestIntegration.js +4882 -0
- package/test/unit/adapterTestUnit.js +3847 -0