catocli 2.0.5__py3-none-any.whl → 2.1.0__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (361) hide show
  1. catocli/Utils/clidriver.py +10 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/export_sites/export_sites.py +18 -1
  4. catocli/parsers/custom/import_sites_to_tf/__init__.py +3 -1
  5. catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +71 -5
  6. catocli/parsers/mutation_accountManagement/__init__.py +13 -0
  7. catocli/parsers/mutation_accountManagement_disableAccount/README.md +16 -0
  8. catocli/parsers/mutation_groups/README.md +7 -0
  9. catocli/parsers/mutation_groups/__init__.py +48 -0
  10. catocli/parsers/mutation_groups_createGroup/README.md +18 -0
  11. catocli/parsers/mutation_groups_deleteGroup/README.md +18 -0
  12. catocli/parsers/mutation_groups_updateGroup/README.md +18 -0
  13. catocli/parsers/mutation_site/__init__.py +104 -0
  14. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +17 -0
  15. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +17 -0
  16. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +17 -0
  17. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +17 -0
  18. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +17 -0
  19. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +17 -0
  20. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +17 -0
  21. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +17 -0
  22. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
  23. catocli/parsers/mutation_sites/__init__.py +104 -0
  24. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +17 -0
  25. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +17 -0
  26. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +17 -0
  27. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +17 -0
  28. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +17 -0
  29. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +17 -0
  30. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +17 -0
  31. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +17 -0
  32. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
  33. catocli/parsers/parserApiClient.py +17 -8
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_groups/README.md +7 -0
  36. catocli/parsers/query_groups/__init__.py +54 -0
  37. catocli/parsers/query_groups_group/README.md +7 -0
  38. catocli/parsers/query_groups_groupList/README.md +18 -0
  39. catocli/parsers/query_groups_group_members/README.md +18 -0
  40. catocli/parsers/query_groups_whereUsed/README.md +17 -0
  41. catocli/parsers/query_popLocations/README.md +17 -0
  42. catocli/parsers/query_popLocations/__init__.py +16 -0
  43. catocli/parsers/query_site/__init__.py +26 -0
  44. catocli/parsers/query_site_secondaryAwsVSocket/README.md +17 -0
  45. catocli/parsers/query_site_secondaryAzureVSocket/README.md +17 -0
  46. catocli/parsers/query_socketPortMetrics/README.md +23 -0
  47. catocli/parsers/query_socketPortMetrics/__init__.py +16 -0
  48. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +24 -0
  49. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +16 -0
  50. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/METADATA +3 -2
  51. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/RECORD +249 -297
  52. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/WHEEL +1 -1
  53. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/top_level.txt +0 -2
  54. models/mutation.accountManagement.addAccount.json +97 -0
  55. models/mutation.accountManagement.disableAccount.json +545 -0
  56. models/mutation.accountManagement.removeAccount.json +102 -3
  57. models/mutation.accountManagement.updateAccount.json +97 -0
  58. models/mutation.admin.addAdmin.json +6 -9
  59. models/mutation.container.delete.json +2 -2
  60. models/mutation.container.fqdn.addValues.json +3 -3
  61. models/mutation.container.fqdn.createFromFile.json +3 -3
  62. models/mutation.container.fqdn.removeValues.json +3 -3
  63. models/mutation.container.fqdn.updateFromFile.json +3 -3
  64. models/mutation.container.ipAddressRange.addValues.json +3 -3
  65. models/mutation.container.ipAddressRange.createFromFile.json +3 -3
  66. models/mutation.container.ipAddressRange.removeValues.json +3 -3
  67. models/mutation.container.ipAddressRange.updateFromFile.json +3 -3
  68. models/mutation.groups.createGroup.json +3178 -0
  69. models/mutation.groups.deleteGroup.json +2758 -0
  70. models/mutation.groups.updateGroup.json +4429 -0
  71. models/mutation.hardware.updateHardwareShipping.json +30 -10
  72. models/mutation.policy.appTenantRestriction.addRule.json +33 -33
  73. models/mutation.policy.appTenantRestriction.addSection.json +4 -4
  74. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +33 -33
  75. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +33 -33
  76. models/mutation.policy.appTenantRestriction.moveRule.json +27 -27
  77. models/mutation.policy.appTenantRestriction.moveSection.json +4 -4
  78. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +33 -33
  79. models/mutation.policy.appTenantRestriction.removeRule.json +27 -27
  80. models/mutation.policy.appTenantRestriction.removeSection.json +4 -4
  81. models/mutation.policy.appTenantRestriction.updatePolicy.json +33 -33
  82. models/mutation.policy.appTenantRestriction.updateRule.json +33 -33
  83. models/mutation.policy.appTenantRestriction.updateSection.json +4 -4
  84. models/mutation.policy.dynamicIpAllocation.addRule.json +12 -12
  85. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -4
  86. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +18 -18
  87. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +18 -18
  88. models/mutation.policy.dynamicIpAllocation.moveRule.json +12 -12
  89. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -4
  90. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +18 -18
  91. models/mutation.policy.dynamicIpAllocation.removeRule.json +12 -12
  92. models/mutation.policy.dynamicIpAllocation.removeSection.json +4 -4
  93. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +18 -18
  94. models/mutation.policy.dynamicIpAllocation.updateRule.json +12 -12
  95. models/mutation.policy.dynamicIpAllocation.updateSection.json +4 -4
  96. models/mutation.policy.internetFirewall.addRule.json +141 -141
  97. models/mutation.policy.internetFirewall.addSection.json +4 -4
  98. models/mutation.policy.internetFirewall.createPolicyRevision.json +102 -102
  99. models/mutation.policy.internetFirewall.discardPolicyRevision.json +102 -102
  100. models/mutation.policy.internetFirewall.moveRule.json +96 -96
  101. models/mutation.policy.internetFirewall.moveSection.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +102 -102
  103. models/mutation.policy.internetFirewall.removeRule.json +96 -96
  104. models/mutation.policy.internetFirewall.removeSection.json +4 -4
  105. models/mutation.policy.internetFirewall.updatePolicy.json +102 -102
  106. models/mutation.policy.internetFirewall.updateRule.json +141 -141
  107. models/mutation.policy.internetFirewall.updateSection.json +4 -4
  108. models/mutation.policy.remotePortFwd.addRule.json +21 -21
  109. models/mutation.policy.remotePortFwd.addSection.json +4 -4
  110. models/mutation.policy.remotePortFwd.createPolicyRevision.json +24 -24
  111. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +24 -24
  112. models/mutation.policy.remotePortFwd.moveRule.json +18 -18
  113. models/mutation.policy.remotePortFwd.moveSection.json +4 -4
  114. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +24 -24
  115. models/mutation.policy.remotePortFwd.removeRule.json +18 -18
  116. models/mutation.policy.remotePortFwd.removeSection.json +4 -4
  117. models/mutation.policy.remotePortFwd.updatePolicy.json +24 -24
  118. models/mutation.policy.remotePortFwd.updateRule.json +21 -21
  119. models/mutation.policy.remotePortFwd.updateSection.json +4 -4
  120. models/mutation.policy.socketLan.addRule.json +97 -97
  121. models/mutation.policy.socketLan.addSection.json +4 -4
  122. models/mutation.policy.socketLan.createPolicyRevision.json +91 -91
  123. models/mutation.policy.socketLan.discardPolicyRevision.json +91 -91
  124. models/mutation.policy.socketLan.moveRule.json +85 -85
  125. models/mutation.policy.socketLan.moveSection.json +4 -4
  126. models/mutation.policy.socketLan.publishPolicyRevision.json +91 -91
  127. models/mutation.policy.socketLan.removeRule.json +85 -85
  128. models/mutation.policy.socketLan.removeSection.json +4 -4
  129. models/mutation.policy.socketLan.updatePolicy.json +91 -91
  130. models/mutation.policy.socketLan.updateRule.json +97 -97
  131. models/mutation.policy.socketLan.updateSection.json +4 -4
  132. models/mutation.policy.terminalServer.addRule.json +7 -7
  133. models/mutation.policy.terminalServer.addSection.json +4 -4
  134. models/mutation.policy.terminalServer.createPolicyRevision.json +13 -13
  135. models/mutation.policy.terminalServer.discardPolicyRevision.json +13 -13
  136. models/mutation.policy.terminalServer.moveRule.json +7 -7
  137. models/mutation.policy.terminalServer.moveSection.json +4 -4
  138. models/mutation.policy.terminalServer.publishPolicyRevision.json +13 -13
  139. models/mutation.policy.terminalServer.removeRule.json +7 -7
  140. models/mutation.policy.terminalServer.removeSection.json +4 -4
  141. models/mutation.policy.terminalServer.updatePolicy.json +13 -13
  142. models/mutation.policy.terminalServer.updateRule.json +7 -7
  143. models/mutation.policy.terminalServer.updateSection.json +4 -4
  144. models/mutation.policy.wanFirewall.addRule.json +157 -157
  145. models/mutation.policy.wanFirewall.addSection.json +4 -4
  146. models/mutation.policy.wanFirewall.createPolicyRevision.json +121 -121
  147. models/mutation.policy.wanFirewall.discardPolicyRevision.json +121 -121
  148. models/mutation.policy.wanFirewall.moveRule.json +115 -115
  149. models/mutation.policy.wanFirewall.moveSection.json +4 -4
  150. models/mutation.policy.wanFirewall.publishPolicyRevision.json +121 -121
  151. models/mutation.policy.wanFirewall.removeRule.json +115 -115
  152. models/mutation.policy.wanFirewall.removeSection.json +4 -4
  153. models/mutation.policy.wanFirewall.updatePolicy.json +121 -121
  154. models/mutation.policy.wanFirewall.updateRule.json +157 -157
  155. models/mutation.policy.wanFirewall.updateSection.json +4 -4
  156. models/mutation.policy.wanNetwork.addRule.json +103 -103
  157. models/mutation.policy.wanNetwork.addSection.json +4 -4
  158. models/mutation.policy.wanNetwork.createPolicyRevision.json +97 -97
  159. models/mutation.policy.wanNetwork.discardPolicyRevision.json +97 -97
  160. models/mutation.policy.wanNetwork.moveRule.json +91 -91
  161. models/mutation.policy.wanNetwork.moveSection.json +4 -4
  162. models/mutation.policy.wanNetwork.publishPolicyRevision.json +97 -97
  163. models/mutation.policy.wanNetwork.removeRule.json +91 -91
  164. models/mutation.policy.wanNetwork.removeSection.json +4 -4
  165. models/mutation.policy.wanNetwork.updatePolicy.json +97 -97
  166. models/mutation.policy.wanNetwork.updateRule.json +103 -103
  167. models/mutation.policy.wanNetwork.updateSection.json +4 -4
  168. models/mutation.site.addBgpPeer.json +10 -10
  169. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  170. models/mutation.site.addSocketAddOnCard.json +2 -2
  171. models/mutation.site.assignSiteBwLicense.json +12879 -0
  172. models/mutation.site.removeBgpPeer.json +10 -10
  173. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  174. models/mutation.site.removeSecondaryAwsVSocket.json +375 -0
  175. models/mutation.site.removeSecondaryAzureVSocket.json +354 -0
  176. models/mutation.site.removeSiteBwLicense.json +12822 -0
  177. models/mutation.site.removeSocketAddOnCard.json +2 -2
  178. models/mutation.site.replaceSiteBwLicense.json +12939 -0
  179. models/mutation.site.startSiteUpgrade.json +36 -15
  180. models/mutation.site.updateBgpPeer.json +10 -10
  181. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +2 -2
  182. models/mutation.site.updateSecondaryAwsVSocket.json +643 -0
  183. models/mutation.site.updateSecondaryAzureVSocket.json +565 -0
  184. models/mutation.site.updateSiteBwLicense.json +12882 -0
  185. models/mutation.site.updateSiteGeneralDetails.json +724 -1
  186. models/mutation.sites.addBgpPeer.json +10 -10
  187. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  188. models/mutation.sites.addSocketAddOnCard.json +2 -2
  189. models/mutation.sites.assignSiteBwLicense.json +12879 -0
  190. models/mutation.sites.removeBgpPeer.json +10 -10
  191. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  192. models/mutation.sites.removeSecondaryAwsVSocket.json +375 -0
  193. models/mutation.sites.removeSecondaryAzureVSocket.json +354 -0
  194. models/mutation.sites.removeSiteBwLicense.json +12822 -0
  195. models/mutation.sites.removeSocketAddOnCard.json +2 -2
  196. models/mutation.sites.replaceSiteBwLicense.json +12939 -0
  197. models/mutation.sites.startSiteUpgrade.json +36 -15
  198. models/mutation.sites.updateBgpPeer.json +10 -10
  199. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +2 -2
  200. models/mutation.sites.updateSecondaryAwsVSocket.json +643 -0
  201. models/mutation.sites.updateSecondaryAzureVSocket.json +565 -0
  202. models/mutation.sites.updateSiteBwLicense.json +12882 -0
  203. models/mutation.sites.updateSiteGeneralDetails.json +724 -1
  204. models/mutation.xdr.addStoryComment.json +1 -1
  205. models/mutation.xdr.analystFeedback.json +84 -84
  206. models/mutation.xdr.deleteStoryComment.json +1 -1
  207. models/query.accountManagement.json +97 -0
  208. models/query.accountMetrics.json +45 -45
  209. models/query.accountSnapshot.json +30 -30
  210. models/query.admin.json +6 -6
  211. models/query.admins.json +13 -13
  212. models/query.appStats.json +915 -867
  213. models/query.appStatsTimeSeries.json +692 -656
  214. models/query.auditFeed.json +6 -6
  215. models/query.catalogs.json +52 -52
  216. models/query.container.json +16 -16
  217. models/query.devices.json +20 -93
  218. models/query.entityLookup.json +2 -2
  219. models/query.events.json +288 -384
  220. models/query.eventsFeed.json +73 -97
  221. models/query.eventsTimeSeries.json +219 -291
  222. models/query.groups.group.members.json +3058 -0
  223. models/query.groups.groupList.json +6474 -0
  224. models/query.groups.whereUsed.json +697 -0
  225. models/query.hardware.json +27 -7
  226. models/query.hardwareManagement.json +8 -8
  227. models/query.licensing.json +3487 -1324
  228. models/query.policy.appTenantRestriction.policy.json +32 -32
  229. models/query.policy.dynamicIpAllocation.policy.json +18 -18
  230. models/query.policy.internetFirewall.policy.json +93 -93
  231. models/query.policy.remotePortFwd.policy.json +23 -23
  232. models/query.policy.socketLan.policy.json +88 -88
  233. models/query.policy.terminalServer.policy.json +13 -13
  234. models/query.policy.wanFirewall.policy.json +111 -111
  235. models/query.policy.wanNetwork.policy.json +97 -97
  236. models/query.popLocations.json +2878 -0
  237. models/query.sandbox.json +5 -5
  238. models/query.site.bgpPeer.json +4 -4
  239. models/query.site.bgpPeerList.json +10 -10
  240. models/query.site.secondaryAwsVSocket.json +340 -0
  241. models/query.site.secondaryAzureVSocket.json +319 -0
  242. models/query.site.siteBgpStatus.json +2 -2
  243. models/query.socketPortMetrics.json +2410 -0
  244. models/query.socketPortMetricsTimeSeries.json +2361 -0
  245. models/query.xdr.stories.json +104 -104
  246. models/query.xdr.story.json +93 -93
  247. schema/catolib.py +21 -12
  248. build/lib/catocli/Utils/clidriver.py +0 -268
  249. build/lib/catocli/Utils/profile_manager.py +0 -188
  250. build/lib/catocli/Utils/version_checker.py +0 -192
  251. build/lib/catocli/__init__.py +0 -2
  252. build/lib/catocli/__main__.py +0 -12
  253. build/lib/catocli/parsers/configure/__init__.py +0 -115
  254. build/lib/catocli/parsers/configure/configure.py +0 -307
  255. build/lib/catocli/parsers/custom/__init__.py +0 -57
  256. build/lib/catocli/parsers/custom/customLib.py +0 -561
  257. build/lib/catocli/parsers/custom/export_rules/__init__.py +0 -42
  258. build/lib/catocli/parsers/custom/export_rules/export_rules.py +0 -234
  259. build/lib/catocli/parsers/custom/export_sites/__init__.py +0 -21
  260. build/lib/catocli/parsers/custom/export_sites/export_sites.py +0 -372
  261. build/lib/catocli/parsers/custom/import_rules_to_tf/__init__.py +0 -58
  262. build/lib/catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +0 -451
  263. build/lib/catocli/parsers/custom/import_sites_to_tf/__init__.py +0 -45
  264. build/lib/catocli/parsers/custom/import_sites_to_tf/import_sites_to_tf.py +0 -891
  265. build/lib/catocli/parsers/mutation_accountManagement/__init__.py +0 -48
  266. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -48
  267. build/lib/catocli/parsers/mutation_container/__init__.py +0 -138
  268. build/lib/catocli/parsers/mutation_hardware/__init__.py +0 -22
  269. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -1305
  270. build/lib/catocli/parsers/mutation_sandbox/__init__.py +0 -35
  271. build/lib/catocli/parsers/mutation_site/__init__.py +0 -373
  272. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -373
  273. build/lib/catocli/parsers/mutation_xdr/__init__.py +0 -48
  274. build/lib/catocli/parsers/parserApiClient.py +0 -513
  275. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -16
  276. build/lib/catocli/parsers/query_accountManagement/__init__.py +0 -16
  277. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -16
  278. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -16
  279. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -16
  280. build/lib/catocli/parsers/query_admin/__init__.py +0 -16
  281. build/lib/catocli/parsers/query_admins/__init__.py +0 -16
  282. build/lib/catocli/parsers/query_appStats/__init__.py +0 -16
  283. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -16
  284. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -16
  285. build/lib/catocli/parsers/query_catalogs/__init__.py +0 -16
  286. build/lib/catocli/parsers/query_container/__init__.py +0 -16
  287. build/lib/catocli/parsers/query_devices/__init__.py +0 -16
  288. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -16
  289. build/lib/catocli/parsers/query_events/__init__.py +0 -16
  290. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -16
  291. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -16
  292. build/lib/catocli/parsers/query_hardware/__init__.py +0 -16
  293. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -16
  294. build/lib/catocli/parsers/query_licensing/__init__.py +0 -16
  295. build/lib/catocli/parsers/query_policy/__init__.py +0 -161
  296. build/lib/catocli/parsers/query_sandbox/__init__.py +0 -16
  297. build/lib/catocli/parsers/query_site/__init__.py +0 -100
  298. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -13
  299. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -16
  300. build/lib/catocli/parsers/query_xdr/__init__.py +0 -35
  301. build/lib/catocli/parsers/raw/__init__.py +0 -12
  302. build/lib/graphql_client/__init__.py +0 -11
  303. build/lib/graphql_client/api/__init__.py +0 -3
  304. build/lib/graphql_client/api/call_api.py +0 -84
  305. build/lib/graphql_client/api_client.py +0 -192
  306. build/lib/graphql_client/api_client_types.py +0 -409
  307. build/lib/graphql_client/configuration.py +0 -232
  308. build/lib/graphql_client/models/__init__.py +0 -13
  309. build/lib/graphql_client/models/no_schema.py +0 -71
  310. build/lib/schema/catolib.py +0 -1141
  311. build/lib/schema/importSchema.py +0 -60
  312. build/lib/schema/remove_policyid.py +0 -89
  313. build/lib/schema/remove_policyid_mutations.py +0 -89
  314. build/lib/scripts/catolib.py +0 -62
  315. build/lib/scripts/export_if_rules_to_json.py +0 -188
  316. build/lib/scripts/export_wf_rules_to_json.py +0 -111
  317. build/lib/scripts/import_wf_rules_to_tfstate.py +0 -331
  318. build/lib/vendor/certifi/__init__.py +0 -4
  319. build/lib/vendor/certifi/__main__.py +0 -12
  320. build/lib/vendor/certifi/core.py +0 -114
  321. build/lib/vendor/certifi/py.typed +0 -0
  322. build/lib/vendor/six.py +0 -998
  323. build/lib/vendor/urllib3/__init__.py +0 -211
  324. build/lib/vendor/urllib3/_base_connection.py +0 -172
  325. build/lib/vendor/urllib3/_collections.py +0 -483
  326. build/lib/vendor/urllib3/_request_methods.py +0 -278
  327. build/lib/vendor/urllib3/_version.py +0 -16
  328. build/lib/vendor/urllib3/connection.py +0 -1033
  329. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  330. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  331. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  332. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  333. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  334. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  335. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  336. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  337. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  338. build/lib/vendor/urllib3/exceptions.py +0 -321
  339. build/lib/vendor/urllib3/fields.py +0 -341
  340. build/lib/vendor/urllib3/filepost.py +0 -89
  341. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  342. build/lib/vendor/urllib3/http2/connection.py +0 -356
  343. build/lib/vendor/urllib3/http2/probe.py +0 -87
  344. build/lib/vendor/urllib3/poolmanager.py +0 -637
  345. build/lib/vendor/urllib3/py.typed +0 -2
  346. build/lib/vendor/urllib3/response.py +0 -1265
  347. build/lib/vendor/urllib3/util/__init__.py +0 -42
  348. build/lib/vendor/urllib3/util/connection.py +0 -137
  349. build/lib/vendor/urllib3/util/proxy.py +0 -43
  350. build/lib/vendor/urllib3/util/request.py +0 -256
  351. build/lib/vendor/urllib3/util/response.py +0 -101
  352. build/lib/vendor/urllib3/util/retry.py +0 -533
  353. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  354. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  355. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  356. build/lib/vendor/urllib3/util/timeout.py +0 -275
  357. build/lib/vendor/urllib3/util/url.py +0 -471
  358. build/lib/vendor/urllib3/util/util.py +0 -42
  359. build/lib/vendor/urllib3/util/wait.py +0 -124
  360. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info}/entry_points.txt +0 -0
  361. {catocli-2.0.5.dist-info → catocli-2.1.0.dist-info/licenses}/LICENSE +0 -0
@@ -558,7 +558,7 @@
558
558
  "enumValues": null,
559
559
  "fields": {
560
560
  "errors": {
561
- "alias": "policyMutationErrorErrors: errors",
561
+ "alias": "errorsInternetFirewallPolicyMutationPayload: errors",
562
562
  "args": {},
563
563
  "deprecationReason": null,
564
564
  "description": null,
@@ -571,7 +571,7 @@
571
571
  "responseStr": "errors:$policyMutationError ",
572
572
  "type": {
573
573
  "definition": {
574
- "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can’t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
574
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
575
575
  "enumValues": null,
576
576
  "fields": {
577
577
  "errorCode": {
@@ -634,7 +634,7 @@
634
634
  "varName": "policyMutationError"
635
635
  },
636
636
  "policy": {
637
- "alias": "internetFirewallPolicyPolicy: policy",
637
+ "alias": "policyInternetFirewallPolicyMutationPayload: policy",
638
638
  "args": {},
639
639
  "deprecationReason": null,
640
640
  "description": null,
@@ -920,7 +920,7 @@
920
920
  "enumValues": null,
921
921
  "fields": {
922
922
  "audit": {
923
- "alias": "policyElementAuditAudit: audit",
923
+ "alias": "auditInternetFirewallRulePayload: audit",
924
924
  "args": {},
925
925
  "deprecationReason": null,
926
926
  "description": null,
@@ -996,7 +996,7 @@
996
996
  "varName": "policyElementAudit"
997
997
  },
998
998
  "properties": {
999
- "alias": "policyElementPropertiesEnumProperties: properties",
999
+ "alias": "propertiesInternetFirewallRulePayload: properties",
1000
1000
  "args": {},
1001
1001
  "deprecationReason": null,
1002
1002
  "description": null,
@@ -1074,7 +1074,7 @@
1074
1074
  "varName": "properties"
1075
1075
  },
1076
1076
  "rule": {
1077
- "alias": "internetFirewallRuleRule: rule",
1077
+ "alias": "ruleInternetFirewallRulePayload: rule",
1078
1078
  "args": {},
1079
1079
  "deprecationReason": null,
1080
1080
  "description": null,
@@ -1091,7 +1091,7 @@
1091
1091
  "enumValues": null,
1092
1092
  "fields": {
1093
1093
  "action": {
1094
- "alias": "internetFirewallActionEnumAction: action",
1094
+ "alias": "actionInternetFirewallRule: action",
1095
1095
  "args": {},
1096
1096
  "deprecationReason": null,
1097
1097
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1149,7 +1149,7 @@
1149
1149
  "varName": "action"
1150
1150
  },
1151
1151
  "activePeriod": {
1152
- "alias": "policyRuleActivePeriodActivePeriod: activePeriod",
1152
+ "alias": "activePeriodInternetFirewallRule: activePeriod",
1153
1153
  "args": {},
1154
1154
  "deprecationReason": null,
1155
1155
  "description": "The time period during which the rule is active, outside this period, the rule is inactive",
@@ -1265,7 +1265,7 @@
1265
1265
  "varName": "policyRuleActivePeriod"
1266
1266
  },
1267
1267
  "connectionOrigin": {
1268
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1268
+ "alias": "connectionOriginInternetFirewallRule: connectionOrigin",
1269
1269
  "args": {},
1270
1270
  "deprecationReason": null,
1271
1271
  "description": "Connection origin of the traffic",
@@ -1317,10 +1317,10 @@
1317
1317
  "varName": "connectionOrigin"
1318
1318
  },
1319
1319
  "country": {
1320
- "alias": "countryRefCountry: country",
1320
+ "alias": "countryInternetFirewallRule: country",
1321
1321
  "args": {},
1322
1322
  "deprecationReason": null,
1323
- "description": "Source country traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1323
+ "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1324
1324
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___country",
1325
1325
  "isDeprecated": false,
1326
1326
  "name": "country",
@@ -1416,10 +1416,10 @@
1416
1416
  "varName": "description"
1417
1417
  },
1418
1418
  "destination": {
1419
- "alias": "internetFirewallDestinationDestination: destination",
1419
+ "alias": "destinationInternetFirewallRule: destination",
1420
1420
  "args": {},
1421
1421
  "deprecationReason": null,
1422
- "description": "Destination traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
1422
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1423
1423
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___destination",
1424
1424
  "isDeprecated": false,
1425
1425
  "name": "destination",
@@ -1433,7 +1433,7 @@
1433
1433
  "enumValues": null,
1434
1434
  "fields": {
1435
1435
  "appCategory": {
1436
- "alias": "applicationCategoryRefAppCategory: appCategory",
1436
+ "alias": "appCategoryInternetFirewallDestination: appCategory",
1437
1437
  "args": {},
1438
1438
  "deprecationReason": null,
1439
1439
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1511,7 +1511,7 @@
1511
1511
  "varName": "applicationCategoryRef"
1512
1512
  },
1513
1513
  "application": {
1514
- "alias": "applicationRefApplication: application",
1514
+ "alias": "applicationInternetFirewallDestination: application",
1515
1515
  "args": {},
1516
1516
  "deprecationReason": null,
1517
1517
  "description": "Applications for the rule (pre-defined)",
@@ -1589,7 +1589,7 @@
1589
1589
  "varName": "applicationRef"
1590
1590
  },
1591
1591
  "containers": {
1592
- "alias": "internetFirewallContainerContainers: containers",
1592
+ "alias": "containersInternetFirewallDestination: containers",
1593
1593
  "args": {},
1594
1594
  "deprecationReason": null,
1595
1595
  "description": null,
@@ -1606,7 +1606,7 @@
1606
1606
  "enumValues": null,
1607
1607
  "fields": {
1608
1608
  "fqdnContainer": {
1609
- "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1609
+ "alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
1610
1610
  "args": {},
1611
1611
  "deprecationReason": null,
1612
1612
  "description": null,
@@ -1684,7 +1684,7 @@
1684
1684
  "varName": "fqdnContainerRef"
1685
1685
  },
1686
1686
  "ipAddressRangeContainer": {
1687
- "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1687
+ "alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
1688
1688
  "args": {},
1689
1689
  "deprecationReason": null,
1690
1690
  "description": null,
@@ -1779,7 +1779,7 @@
1779
1779
  "varName": "internetFirewallContainer"
1780
1780
  },
1781
1781
  "country": {
1782
- "alias": "countryRefCountry: country",
1782
+ "alias": "countryInternetFirewallDestination: country",
1783
1783
  "args": {},
1784
1784
  "deprecationReason": null,
1785
1785
  "description": "Countries",
@@ -1857,7 +1857,7 @@
1857
1857
  "varName": "countryRef"
1858
1858
  },
1859
1859
  "customApp": {
1860
- "alias": "customApplicationRefCustomApp: customApp",
1860
+ "alias": "customAppInternetFirewallDestination: customApp",
1861
1861
  "args": {},
1862
1862
  "deprecationReason": null,
1863
1863
  "description": "Custom (user-defined) applications",
@@ -1935,10 +1935,10 @@
1935
1935
  "varName": "customApplicationRef"
1936
1936
  },
1937
1937
  "customCategory": {
1938
- "alias": "customCategoryRefCustomCategory: customCategory",
1938
+ "alias": "customCategoryInternetFirewallDestination: customCategory",
1939
1939
  "args": {},
1940
1940
  "deprecationReason": null,
1941
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1941
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
1942
1942
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___destination___customCategory",
1943
1943
  "isDeprecated": false,
1944
1944
  "name": "customCategory",
@@ -2059,7 +2059,7 @@
2059
2059
  "varName": "fqdn"
2060
2060
  },
2061
2061
  "globalIpRange": {
2062
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2062
+ "alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
2063
2063
  "args": {},
2064
2064
  "deprecationReason": null,
2065
2065
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2160,7 +2160,7 @@
2160
2160
  "varName": "ip"
2161
2161
  },
2162
2162
  "ipRange": {
2163
- "alias": "ipAddressRangeIpRange: ipRange",
2163
+ "alias": "ipRangeInternetFirewallDestination: ipRange",
2164
2164
  "args": {},
2165
2165
  "deprecationReason": null,
2166
2166
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -2261,7 +2261,7 @@
2261
2261
  "varName": "remoteAsn"
2262
2262
  },
2263
2263
  "sanctionedAppsCategory": {
2264
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2264
+ "alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
2265
2265
  "args": {},
2266
2266
  "deprecationReason": null,
2267
2267
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2379,10 +2379,10 @@
2379
2379
  "varName": "internetFirewallDestination"
2380
2380
  },
2381
2381
  "device": {
2382
- "alias": "deviceProfileRefDevice: device",
2382
+ "alias": "deviceInternetFirewallRule: device",
2383
2383
  "args": {},
2384
2384
  "deprecationReason": null,
2385
- "description": "Source Device Profile traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2385
+ "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2386
2386
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___device",
2387
2387
  "isDeprecated": false,
2388
2388
  "name": "device",
@@ -2457,7 +2457,7 @@
2457
2457
  "varName": "deviceProfileRef"
2458
2458
  },
2459
2459
  "deviceAttributes": {
2460
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2460
+ "alias": "deviceAttributesInternetFirewallRule: deviceAttributes",
2461
2461
  "args": {},
2462
2462
  "deprecationReason": null,
2463
2463
  "description": "Additional device attributes such as category, type, model, and manufacturer.\nLogical 'OR' is applied within the criteria set.\nLogical 'AND' is applied between criteria sets.",
@@ -2629,10 +2629,10 @@
2629
2629
  "varName": "deviceAttributes"
2630
2630
  },
2631
2631
  "deviceOS": {
2632
- "alias": "operatingSystemDeviceOS: deviceOS",
2632
+ "alias": "deviceOSInternetFirewallRule: deviceOS",
2633
2633
  "args": {},
2634
2634
  "deprecationReason": null,
2635
- "description": "Source device Operating System traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
2635
+ "description": "Source device Operating System traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2636
2636
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___deviceOS",
2637
2637
  "isDeprecated": false,
2638
2638
  "name": "deviceOS",
@@ -2722,7 +2722,7 @@
2722
2722
  "varName": "enabled"
2723
2723
  },
2724
2724
  "exceptions": {
2725
- "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2725
+ "alias": "exceptionsInternetFirewallRule: exceptions",
2726
2726
  "args": {},
2727
2727
  "deprecationReason": null,
2728
2728
  "description": "The set of exceptions for the rule.\nExceptions define when the rule will be ignored and the firewall evaluation will continue with the lower priority rules.",
@@ -2739,7 +2739,7 @@
2739
2739
  "enumValues": null,
2740
2740
  "fields": {
2741
2741
  "connectionOrigin": {
2742
- "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2742
+ "alias": "connectionOriginInternetFirewallRuleException: connectionOrigin",
2743
2743
  "args": {},
2744
2744
  "deprecationReason": null,
2745
2745
  "description": "Connection origin matching criteria for the exception.",
@@ -2791,7 +2791,7 @@
2791
2791
  "varName": "connectionOrigin"
2792
2792
  },
2793
2793
  "country": {
2794
- "alias": "countryRefCountry: country",
2794
+ "alias": "countryInternetFirewallRuleException: country",
2795
2795
  "args": {},
2796
2796
  "deprecationReason": null,
2797
2797
  "description": "Source country matching criteria for the exception.",
@@ -2869,7 +2869,7 @@
2869
2869
  "varName": "countryRef"
2870
2870
  },
2871
2871
  "destination": {
2872
- "alias": "internetFirewallDestinationDestination: destination",
2872
+ "alias": "destinationInternetFirewallRuleException: destination",
2873
2873
  "args": {},
2874
2874
  "deprecationReason": null,
2875
2875
  "description": "Destination matching criteria for the exception.",
@@ -2886,7 +2886,7 @@
2886
2886
  "enumValues": null,
2887
2887
  "fields": {
2888
2888
  "appCategory": {
2889
- "alias": "applicationCategoryRefAppCategory: appCategory",
2889
+ "alias": "appCategoryInternetFirewallDestination: appCategory",
2890
2890
  "args": {},
2891
2891
  "deprecationReason": null,
2892
2892
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2964,7 +2964,7 @@
2964
2964
  "varName": "applicationCategoryRef"
2965
2965
  },
2966
2966
  "application": {
2967
- "alias": "applicationRefApplication: application",
2967
+ "alias": "applicationInternetFirewallDestination: application",
2968
2968
  "args": {},
2969
2969
  "deprecationReason": null,
2970
2970
  "description": "Applications for the rule (pre-defined)",
@@ -3042,7 +3042,7 @@
3042
3042
  "varName": "applicationRef"
3043
3043
  },
3044
3044
  "containers": {
3045
- "alias": "internetFirewallContainerContainers: containers",
3045
+ "alias": "containersInternetFirewallDestination: containers",
3046
3046
  "args": {},
3047
3047
  "deprecationReason": null,
3048
3048
  "description": null,
@@ -3059,7 +3059,7 @@
3059
3059
  "enumValues": null,
3060
3060
  "fields": {
3061
3061
  "fqdnContainer": {
3062
- "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
3062
+ "alias": "fqdnContainerInternetFirewallContainer: fqdnContainer",
3063
3063
  "args": {},
3064
3064
  "deprecationReason": null,
3065
3065
  "description": null,
@@ -3137,7 +3137,7 @@
3137
3137
  "varName": "fqdnContainerRef"
3138
3138
  },
3139
3139
  "ipAddressRangeContainer": {
3140
- "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3140
+ "alias": "ipAddressRangeContainerInternetFirewallContainer: ipAddressRangeContainer",
3141
3141
  "args": {},
3142
3142
  "deprecationReason": null,
3143
3143
  "description": null,
@@ -3232,7 +3232,7 @@
3232
3232
  "varName": "internetFirewallContainer"
3233
3233
  },
3234
3234
  "country": {
3235
- "alias": "countryRefCountry: country",
3235
+ "alias": "countryInternetFirewallDestination: country",
3236
3236
  "args": {},
3237
3237
  "deprecationReason": null,
3238
3238
  "description": "Countries",
@@ -3310,7 +3310,7 @@
3310
3310
  "varName": "countryRef"
3311
3311
  },
3312
3312
  "customApp": {
3313
- "alias": "customApplicationRefCustomApp: customApp",
3313
+ "alias": "customAppInternetFirewallDestination: customApp",
3314
3314
  "args": {},
3315
3315
  "deprecationReason": null,
3316
3316
  "description": "Custom (user-defined) applications",
@@ -3388,10 +3388,10 @@
3388
3388
  "varName": "customApplicationRef"
3389
3389
  },
3390
3390
  "customCategory": {
3391
- "alias": "customCategoryRefCustomCategory: customCategory",
3391
+ "alias": "customCategoryInternetFirewallDestination: customCategory",
3392
3392
  "args": {},
3393
3393
  "deprecationReason": null,
3394
- "description": "Custom Categories Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3394
+ "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
3395
3395
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___exceptions___destination___customCategory",
3396
3396
  "isDeprecated": false,
3397
3397
  "name": "customCategory",
@@ -3512,7 +3512,7 @@
3512
3512
  "varName": "fqdn"
3513
3513
  },
3514
3514
  "globalIpRange": {
3515
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3515
+ "alias": "globalIpRangeInternetFirewallDestination: globalIpRange",
3516
3516
  "args": {},
3517
3517
  "deprecationReason": null,
3518
3518
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3613,7 +3613,7 @@
3613
3613
  "varName": "ip"
3614
3614
  },
3615
3615
  "ipRange": {
3616
- "alias": "ipAddressRangeIpRange: ipRange",
3616
+ "alias": "ipRangeInternetFirewallDestination: ipRange",
3617
3617
  "args": {},
3618
3618
  "deprecationReason": null,
3619
3619
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3714,7 +3714,7 @@
3714
3714
  "varName": "remoteAsn"
3715
3715
  },
3716
3716
  "sanctionedAppsCategory": {
3717
- "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3717
+ "alias": "sanctionedAppsCategoryInternetFirewallDestination: sanctionedAppsCategory",
3718
3718
  "args": {},
3719
3719
  "deprecationReason": null,
3720
3720
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3832,7 +3832,7 @@
3832
3832
  "varName": "internetFirewallDestination"
3833
3833
  },
3834
3834
  "device": {
3835
- "alias": "deviceProfileRefDevice: device",
3835
+ "alias": "deviceInternetFirewallRuleException: device",
3836
3836
  "args": {},
3837
3837
  "deprecationReason": null,
3838
3838
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3910,7 +3910,7 @@
3910
3910
  "varName": "deviceProfileRef"
3911
3911
  },
3912
3912
  "deviceAttributes": {
3913
- "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3913
+ "alias": "deviceAttributesInternetFirewallRuleException: deviceAttributes",
3914
3914
  "args": {},
3915
3915
  "deprecationReason": null,
3916
3916
  "description": "Source Device Attributes matching criteria for the exception.",
@@ -4082,7 +4082,7 @@
4082
4082
  "varName": "deviceAttributes"
4083
4083
  },
4084
4084
  "deviceOS": {
4085
- "alias": "operatingSystemDeviceOS: deviceOS",
4085
+ "alias": "deviceOSInternetFirewallRuleException: deviceOS",
4086
4086
  "args": {},
4087
4087
  "deprecationReason": null,
4088
4088
  "description": "Source device OS matching criteria for the exception.",
@@ -4175,7 +4175,7 @@
4175
4175
  "varName": "name"
4176
4176
  },
4177
4177
  "service": {
4178
- "alias": "internetFirewallServiceTypeService: service",
4178
+ "alias": "serviceInternetFirewallRuleException: service",
4179
4179
  "args": {},
4180
4180
  "deprecationReason": null,
4181
4181
  "description": "Destination service matching criteria for the exception.",
@@ -4192,7 +4192,7 @@
4192
4192
  "enumValues": null,
4193
4193
  "fields": {
4194
4194
  "custom": {
4195
- "alias": "customServiceCustom: custom",
4195
+ "alias": "customInternetFirewallServiceType: custom",
4196
4196
  "args": {},
4197
4197
  "deprecationReason": null,
4198
4198
  "description": null,
@@ -4231,7 +4231,7 @@
4231
4231
  "varName": "port"
4232
4232
  },
4233
4233
  "portRange": {
4234
- "alias": "portRangePortRange: portRange",
4234
+ "alias": "portRangeCustomService: portRange",
4235
4235
  "args": {},
4236
4236
  "deprecationReason": null,
4237
4237
  "description": null,
@@ -4306,7 +4306,7 @@
4306
4306
  "varName": "portRange"
4307
4307
  },
4308
4308
  "protocol": {
4309
- "alias": "ipProtocolProtocol: protocol",
4309
+ "alias": "protocolCustomService: protocol",
4310
4310
  "args": {},
4311
4311
  "deprecationReason": null,
4312
4312
  "description": null,
@@ -4389,7 +4389,7 @@
4389
4389
  "varName": "customService"
4390
4390
  },
4391
4391
  "standard": {
4392
- "alias": "serviceRefStandard: standard",
4392
+ "alias": "standardInternetFirewallServiceType: standard",
4393
4393
  "args": {},
4394
4394
  "deprecationReason": null,
4395
4395
  "description": null,
@@ -4484,7 +4484,7 @@
4484
4484
  "varName": "internetFirewallServiceType"
4485
4485
  },
4486
4486
  "source": {
4487
- "alias": "internetFirewallSourceSource: source",
4487
+ "alias": "sourceInternetFirewallRuleException: source",
4488
4488
  "args": {},
4489
4489
  "deprecationReason": null,
4490
4490
  "description": "Source traffic matching criteria for the exception.",
@@ -4501,7 +4501,7 @@
4501
4501
  "enumValues": null,
4502
4502
  "fields": {
4503
4503
  "floatingSubnet": {
4504
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4504
+ "alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
4505
4505
  "args": {},
4506
4506
  "deprecationReason": null,
4507
4507
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -4579,7 +4579,7 @@
4579
4579
  "varName": "floatingSubnetRef"
4580
4580
  },
4581
4581
  "globalIpRange": {
4582
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4582
+ "alias": "globalIpRangeInternetFirewallSource: globalIpRange",
4583
4583
  "args": {},
4584
4584
  "deprecationReason": null,
4585
4585
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4657,7 +4657,7 @@
4657
4657
  "varName": "globalIpRangeRef"
4658
4658
  },
4659
4659
  "group": {
4660
- "alias": "groupRefGroup: group",
4660
+ "alias": "groupInternetFirewallSource: group",
4661
4661
  "args": {},
4662
4662
  "deprecationReason": null,
4663
4663
  "description": "Groups defined for your account",
@@ -4735,7 +4735,7 @@
4735
4735
  "varName": "groupRef"
4736
4736
  },
4737
4737
  "host": {
4738
- "alias": "hostRefHost: host",
4738
+ "alias": "hostInternetFirewallSource: host",
4739
4739
  "args": {},
4740
4740
  "deprecationReason": null,
4741
4741
  "description": "Hosts and servers defined for your account",
@@ -4836,7 +4836,7 @@
4836
4836
  "varName": "ip"
4837
4837
  },
4838
4838
  "ipRange": {
4839
- "alias": "ipAddressRangeIpRange: ipRange",
4839
+ "alias": "ipRangeInternetFirewallSource: ipRange",
4840
4840
  "args": {},
4841
4841
  "deprecationReason": null,
4842
4842
  "description": "Multiple separate IP addresses or an IP range",
@@ -4914,7 +4914,7 @@
4914
4914
  "varName": "ipAddressRange"
4915
4915
  },
4916
4916
  "networkInterface": {
4917
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4917
+ "alias": "networkInterfaceInternetFirewallSource: networkInterface",
4918
4918
  "args": {},
4919
4919
  "deprecationReason": null,
4920
4920
  "description": "Network range defined for a site",
@@ -4992,7 +4992,7 @@
4992
4992
  "varName": "networkInterfaceRef"
4993
4993
  },
4994
4994
  "site": {
4995
- "alias": "siteRefSite: site",
4995
+ "alias": "siteInternetFirewallSource: site",
4996
4996
  "args": {},
4997
4997
  "deprecationReason": null,
4998
4998
  "description": "Site defined for the account",
@@ -5070,7 +5070,7 @@
5070
5070
  "varName": "siteRef"
5071
5071
  },
5072
5072
  "siteNetworkSubnet": {
5073
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
5073
+ "alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
5074
5074
  "args": {},
5075
5075
  "deprecationReason": null,
5076
5076
  "description": "GlobalRange + InterfaceSubnet",
@@ -5171,7 +5171,7 @@
5171
5171
  "varName": "subnet"
5172
5172
  },
5173
5173
  "systemGroup": {
5174
- "alias": "systemGroupRefSystemGroup: systemGroup",
5174
+ "alias": "systemGroupInternetFirewallSource: systemGroup",
5175
5175
  "args": {},
5176
5176
  "deprecationReason": null,
5177
5177
  "description": "Predefined Cato groups",
@@ -5249,7 +5249,7 @@
5249
5249
  "varName": "systemGroupRef"
5250
5250
  },
5251
5251
  "user": {
5252
- "alias": "userRefUser: user",
5252
+ "alias": "userInternetFirewallSource: user",
5253
5253
  "args": {},
5254
5254
  "deprecationReason": null,
5255
5255
  "description": "Individual users defined for the account",
@@ -5327,7 +5327,7 @@
5327
5327
  "varName": "userRef"
5328
5328
  },
5329
5329
  "usersGroup": {
5330
- "alias": "usersGroupRefUsersGroup: usersGroup",
5330
+ "alias": "usersGroupInternetFirewallSource: usersGroup",
5331
5331
  "args": {},
5332
5332
  "deprecationReason": null,
5333
5333
  "description": "Group of users",
@@ -5504,7 +5504,7 @@
5504
5504
  "varName": "name"
5505
5505
  },
5506
5506
  "schedule": {
5507
- "alias": "policyScheduleSchedule: schedule",
5507
+ "alias": "scheduleInternetFirewallRule: schedule",
5508
5508
  "args": {},
5509
5509
  "deprecationReason": null,
5510
5510
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -5521,7 +5521,7 @@
5521
5521
  "enumValues": null,
5522
5522
  "fields": {
5523
5523
  "activeOn": {
5524
- "alias": "policyActiveOnEnumActiveOn: activeOn",
5524
+ "alias": "activeOnPolicySchedule: activeOn",
5525
5525
  "args": {},
5526
5526
  "deprecationReason": null,
5527
5527
  "description": null,
@@ -5579,7 +5579,7 @@
5579
5579
  "varName": "activeOn"
5580
5580
  },
5581
5581
  "customRecurring": {
5582
- "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5582
+ "alias": "customRecurringPolicySchedule: customRecurring",
5583
5583
  "args": {},
5584
5584
  "deprecationReason": null,
5585
5585
  "description": null,
@@ -5731,7 +5731,7 @@
5731
5731
  "varName": "policyCustomRecurring"
5732
5732
  },
5733
5733
  "customTimeframe": {
5734
- "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5734
+ "alias": "customTimeframePolicySchedule: customTimeframe",
5735
5735
  "args": {},
5736
5736
  "deprecationReason": null,
5737
5737
  "description": null,
@@ -5823,7 +5823,7 @@
5823
5823
  "varName": "policySchedule"
5824
5824
  },
5825
5825
  "section": {
5826
- "alias": "policySectionInfoSection: section",
5826
+ "alias": "sectionInternetFirewallRule: section",
5827
5827
  "args": {},
5828
5828
  "deprecationReason": null,
5829
5829
  "description": "Policy section where the rule is located",
@@ -5899,10 +5899,10 @@
5899
5899
  "varName": "policySectionInfo"
5900
5900
  },
5901
5901
  "service": {
5902
- "alias": "internetFirewallServiceTypeService: service",
5902
+ "alias": "serviceInternetFirewallRule: service",
5903
5903
  "args": {},
5904
5904
  "deprecationReason": null,
5905
- "description": "Destination service traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
5905
+ "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
5906
5906
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___service",
5907
5907
  "isDeprecated": false,
5908
5908
  "name": "service",
@@ -5916,7 +5916,7 @@
5916
5916
  "enumValues": null,
5917
5917
  "fields": {
5918
5918
  "custom": {
5919
- "alias": "customServiceCustom: custom",
5919
+ "alias": "customInternetFirewallServiceType: custom",
5920
5920
  "args": {},
5921
5921
  "deprecationReason": null,
5922
5922
  "description": null,
@@ -5955,7 +5955,7 @@
5955
5955
  "varName": "port"
5956
5956
  },
5957
5957
  "portRange": {
5958
- "alias": "portRangePortRange: portRange",
5958
+ "alias": "portRangeCustomService: portRange",
5959
5959
  "args": {},
5960
5960
  "deprecationReason": null,
5961
5961
  "description": null,
@@ -6030,7 +6030,7 @@
6030
6030
  "varName": "portRange"
6031
6031
  },
6032
6032
  "protocol": {
6033
- "alias": "ipProtocolProtocol: protocol",
6033
+ "alias": "protocolCustomService: protocol",
6034
6034
  "args": {},
6035
6035
  "deprecationReason": null,
6036
6036
  "description": null,
@@ -6113,7 +6113,7 @@
6113
6113
  "varName": "customService"
6114
6114
  },
6115
6115
  "standard": {
6116
- "alias": "serviceRefStandard: standard",
6116
+ "alias": "standardInternetFirewallServiceType: standard",
6117
6117
  "args": {},
6118
6118
  "deprecationReason": null,
6119
6119
  "description": null,
@@ -6208,10 +6208,10 @@
6208
6208
  "varName": "internetFirewallServiceType"
6209
6209
  },
6210
6210
  "source": {
6211
- "alias": "internetFirewallSourceSource: source",
6211
+ "alias": "sourceInternetFirewallRule: source",
6212
6212
  "args": {},
6213
6213
  "deprecationReason": null,
6214
- "description": "Source traffic matching criteria.\nLogical ‘OR’ is applied within the criteria set.\nLogical ‘AND’ is applied between criteria sets.",
6214
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
6215
6215
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___source",
6216
6216
  "isDeprecated": false,
6217
6217
  "name": "source",
@@ -6225,7 +6225,7 @@
6225
6225
  "enumValues": null,
6226
6226
  "fields": {
6227
6227
  "floatingSubnet": {
6228
- "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
6228
+ "alias": "floatingSubnetInternetFirewallSource: floatingSubnet",
6229
6229
  "args": {},
6230
6230
  "deprecationReason": null,
6231
6231
  "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -6303,7 +6303,7 @@
6303
6303
  "varName": "floatingSubnetRef"
6304
6304
  },
6305
6305
  "globalIpRange": {
6306
- "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6306
+ "alias": "globalIpRangeInternetFirewallSource: globalIpRange",
6307
6307
  "args": {},
6308
6308
  "deprecationReason": null,
6309
6309
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6381,7 +6381,7 @@
6381
6381
  "varName": "globalIpRangeRef"
6382
6382
  },
6383
6383
  "group": {
6384
- "alias": "groupRefGroup: group",
6384
+ "alias": "groupInternetFirewallSource: group",
6385
6385
  "args": {},
6386
6386
  "deprecationReason": null,
6387
6387
  "description": "Groups defined for your account",
@@ -6459,7 +6459,7 @@
6459
6459
  "varName": "groupRef"
6460
6460
  },
6461
6461
  "host": {
6462
- "alias": "hostRefHost: host",
6462
+ "alias": "hostInternetFirewallSource: host",
6463
6463
  "args": {},
6464
6464
  "deprecationReason": null,
6465
6465
  "description": "Hosts and servers defined for your account",
@@ -6560,7 +6560,7 @@
6560
6560
  "varName": "ip"
6561
6561
  },
6562
6562
  "ipRange": {
6563
- "alias": "ipAddressRangeIpRange: ipRange",
6563
+ "alias": "ipRangeInternetFirewallSource: ipRange",
6564
6564
  "args": {},
6565
6565
  "deprecationReason": null,
6566
6566
  "description": "Multiple separate IP addresses or an IP range",
@@ -6638,7 +6638,7 @@
6638
6638
  "varName": "ipAddressRange"
6639
6639
  },
6640
6640
  "networkInterface": {
6641
- "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6641
+ "alias": "networkInterfaceInternetFirewallSource: networkInterface",
6642
6642
  "args": {},
6643
6643
  "deprecationReason": null,
6644
6644
  "description": "Network range defined for a site",
@@ -6716,7 +6716,7 @@
6716
6716
  "varName": "networkInterfaceRef"
6717
6717
  },
6718
6718
  "site": {
6719
- "alias": "siteRefSite: site",
6719
+ "alias": "siteInternetFirewallSource: site",
6720
6720
  "args": {},
6721
6721
  "deprecationReason": null,
6722
6722
  "description": "Site defined for the account",
@@ -6794,7 +6794,7 @@
6794
6794
  "varName": "siteRef"
6795
6795
  },
6796
6796
  "siteNetworkSubnet": {
6797
- "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6797
+ "alias": "siteNetworkSubnetInternetFirewallSource: siteNetworkSubnet",
6798
6798
  "args": {},
6799
6799
  "deprecationReason": null,
6800
6800
  "description": "GlobalRange + InterfaceSubnet",
@@ -6895,7 +6895,7 @@
6895
6895
  "varName": "subnet"
6896
6896
  },
6897
6897
  "systemGroup": {
6898
- "alias": "systemGroupRefSystemGroup: systemGroup",
6898
+ "alias": "systemGroupInternetFirewallSource: systemGroup",
6899
6899
  "args": {},
6900
6900
  "deprecationReason": null,
6901
6901
  "description": "Predefined Cato groups",
@@ -6973,7 +6973,7 @@
6973
6973
  "varName": "systemGroupRef"
6974
6974
  },
6975
6975
  "user": {
6976
- "alias": "userRefUser: user",
6976
+ "alias": "userInternetFirewallSource: user",
6977
6977
  "args": {},
6978
6978
  "deprecationReason": null,
6979
6979
  "description": "Individual users defined for the account",
@@ -7051,7 +7051,7 @@
7051
7051
  "varName": "userRef"
7052
7052
  },
7053
7053
  "usersGroup": {
7054
- "alias": "usersGroupRefUsersGroup: usersGroup",
7054
+ "alias": "usersGroupInternetFirewallSource: usersGroup",
7055
7055
  "args": {},
7056
7056
  "deprecationReason": null,
7057
7057
  "description": "Group of users",
@@ -7146,7 +7146,7 @@
7146
7146
  "varName": "internetFirewallSource"
7147
7147
  },
7148
7148
  "tracking": {
7149
- "alias": "policyTrackingTracking: tracking",
7149
+ "alias": "trackingInternetFirewallRule: tracking",
7150
7150
  "args": {},
7151
7151
  "deprecationReason": null,
7152
7152
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -7163,7 +7163,7 @@
7163
7163
  "enumValues": null,
7164
7164
  "fields": {
7165
7165
  "alert": {
7166
- "alias": "policyRuleTrackingAlertAlert: alert",
7166
+ "alias": "alertPolicyTracking: alert",
7167
7167
  "args": {},
7168
7168
  "deprecationReason": null,
7169
7169
  "description": null,
@@ -7182,7 +7182,7 @@
7182
7182
  "enabled": {
7183
7183
  "args": {},
7184
7184
  "deprecationReason": null,
7185
- "description": "TRUE send alerts when the rule is matched, FALSE don’t send alerts when the rule is matched",
7185
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
7186
7186
  "id_str": "internetFirewall___discardPolicyRevision___policy___rules___rule___tracking___alert___enabled",
7187
7187
  "isDeprecated": false,
7188
7188
  "name": "enabled",
@@ -7201,7 +7201,7 @@
7201
7201
  "varName": "enabled"
7202
7202
  },
7203
7203
  "frequency": {
7204
- "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
7204
+ "alias": "frequencyPolicyRuleTrackingAlert: frequency",
7205
7205
  "args": {},
7206
7206
  "deprecationReason": null,
7207
7207
  "description": "Returns data for the alert frequency",
@@ -7259,7 +7259,7 @@
7259
7259
  "varName": "frequency"
7260
7260
  },
7261
7261
  "mailingList": {
7262
- "alias": "subscriptionMailingListRefMailingList: mailingList",
7262
+ "alias": "mailingListPolicyRuleTrackingAlert: mailingList",
7263
7263
  "args": {},
7264
7264
  "deprecationReason": null,
7265
7265
  "description": "Returns data for the Mailing List that receives the alert",
@@ -7337,7 +7337,7 @@
7337
7337
  "varName": "subscriptionMailingListRef"
7338
7338
  },
7339
7339
  "subscriptionGroup": {
7340
- "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7340
+ "alias": "subscriptionGroupPolicyRuleTrackingAlert: subscriptionGroup",
7341
7341
  "args": {},
7342
7342
  "deprecationReason": null,
7343
7343
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -7415,7 +7415,7 @@
7415
7415
  "varName": "subscriptionGroupRef"
7416
7416
  },
7417
7417
  "webhook": {
7418
- "alias": "subscriptionWebhookRefWebhook: webhook",
7418
+ "alias": "webhookPolicyRuleTrackingAlert: webhook",
7419
7419
  "args": {},
7420
7420
  "deprecationReason": null,
7421
7421
  "description": "Returns data for the Webhook that receives the alert",
@@ -7510,7 +7510,7 @@
7510
7510
  "varName": "policyRuleTrackingAlert"
7511
7511
  },
7512
7512
  "event": {
7513
- "alias": "policyRuleTrackingEventEvent: event",
7513
+ "alias": "eventPolicyTracking: event",
7514
7514
  "args": {},
7515
7515
  "deprecationReason": null,
7516
7516
  "description": null,
@@ -7634,7 +7634,7 @@
7634
7634
  "enumValues": null,
7635
7635
  "fields": {
7636
7636
  "audit": {
7637
- "alias": "policyElementAuditAudit: audit",
7637
+ "alias": "auditPolicySectionPayload: audit",
7638
7638
  "args": {},
7639
7639
  "deprecationReason": null,
7640
7640
  "description": null,
@@ -7710,7 +7710,7 @@
7710
7710
  "varName": "policyElementAudit"
7711
7711
  },
7712
7712
  "properties": {
7713
- "alias": "policyElementPropertiesEnumProperties: properties",
7713
+ "alias": "propertiesPolicySectionPayload: properties",
7714
7714
  "args": {},
7715
7715
  "deprecationReason": null,
7716
7716
  "description": null,
@@ -7788,7 +7788,7 @@
7788
7788
  "varName": "properties"
7789
7789
  },
7790
7790
  "section": {
7791
- "alias": "policySectionInfoSection: section",
7791
+ "alias": "sectionPolicySectionPayload: section",
7792
7792
  "args": {},
7793
7793
  "deprecationReason": null,
7794
7794
  "description": null,
@@ -7899,7 +7899,7 @@
7899
7899
  "varName": "internetFirewallPolicy"
7900
7900
  },
7901
7901
  "status": {
7902
- "alias": "policyMutationStatusStatus: status",
7902
+ "alias": "statusInternetFirewallPolicyMutationPayload: status",
7903
7903
  "args": {},
7904
7904
  "deprecationReason": null,
7905
7905
  "description": null,