catocli 1.0.14__py3-none-any.whl → 1.0.17__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 (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "internetFirewall___input",
30
30
  "name": "input",
31
31
  "path": "internetFirewall.input",
32
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
32
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
33
33
  "required": false,
34
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
34
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -44,9 +44,9 @@
44
44
  "id_str": "internetFirewall___input___revision",
45
45
  "name": "revision",
46
46
  "path": "internetFirewall.input.revision",
47
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
48
  "required": false,
49
- "responseStr": "revision:$PolicyMutationRevisionInput ",
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
50
  "type": {
51
51
  "definition": {
52
52
  "description": null,
@@ -84,7 +84,7 @@
84
84
  "name": "PolicyMutationRevisionInput",
85
85
  "non_null": false
86
86
  },
87
- "varName": "PolicyMutationRevisionInput"
87
+ "varName": "policyMutationRevisionInput"
88
88
  }
89
89
  },
90
90
  "interfaces": null,
@@ -99,7 +99,7 @@
99
99
  "name": "InternetFirewallPolicyMutationInput",
100
100
  "non_null": false
101
101
  },
102
- "varName": "InternetFirewallPolicyMutationInput"
102
+ "varName": "internetFirewallPolicyMutationInput"
103
103
  }
104
104
  },
105
105
  "deprecationReason": null,
@@ -120,9 +120,9 @@
120
120
  "id_str": "updatePolicy___input",
121
121
  "name": "input",
122
122
  "path": "updatePolicy.input",
123
- "requestStr": "$InternetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
123
+ "requestStr": "$internetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
124
124
  "required": true,
125
- "responseStr": "input:$InternetFirewallPolicyUpdateInput ",
125
+ "responseStr": "input:$internetFirewallPolicyUpdateInput ",
126
126
  "type": {
127
127
  "definition": {
128
128
  "description": null,
@@ -185,7 +185,7 @@
185
185
  "name": "InternetFirewallPolicyUpdateInput",
186
186
  "non_null": false
187
187
  },
188
- "varName": "InternetFirewallPolicyUpdateInput"
188
+ "varName": "internetFirewallPolicyUpdateInput"
189
189
  }
190
190
  },
191
191
  "deprecationReason": null,
@@ -209,12 +209,12 @@
209
209
  "ApplicationCategoryRef": true,
210
210
  "ApplicationRef": true,
211
211
  "ConnectionOriginEnum": true,
212
- "ContainerRef": true,
213
212
  "CountryRef": true,
214
213
  "CustomApplicationRef": true,
215
214
  "CustomCategoryRef": true,
216
215
  "CustomService": true,
217
216
  "DayOfWeek": true,
217
+ "DeviceAttributes": true,
218
218
  "DeviceProfileRef": true,
219
219
  "FloatingSubnetRef": true,
220
220
  "FqdnContainerRef": true,
@@ -270,15 +270,34 @@
270
270
  "isDeprecated": false,
271
271
  "name": "policy",
272
272
  "operationArgs": {
273
- "InternetFirewallPolicyMutationInput": {
273
+ "accountId": {
274
+ "defaultValue": null,
275
+ "description": null,
276
+ "id_str": "accountId",
277
+ "name": "accountId",
278
+ "path": "accountId",
279
+ "requestStr": "$accountId:ID! ",
280
+ "required": true,
281
+ "responseStr": "accountId:$accountId ",
282
+ "type": {
283
+ "kind": [
284
+ "NON_NULL",
285
+ "SCALAR"
286
+ ],
287
+ "name": "ID",
288
+ "non_null": false
289
+ },
290
+ "varName": "accountId"
291
+ },
292
+ "internetFirewallPolicyMutationInput": {
274
293
  "defaultValue": null,
275
294
  "description": null,
276
295
  "id_str": "internetFirewall___input",
277
296
  "name": "input",
278
297
  "path": "internetFirewall.input",
279
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
298
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
280
299
  "required": false,
281
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
300
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
282
301
  "type": {
283
302
  "definition": {
284
303
  "description": null,
@@ -291,9 +310,9 @@
291
310
  "id_str": "internetFirewall___input___revision",
292
311
  "name": "revision",
293
312
  "path": "internetFirewall.input.revision",
294
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
313
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
295
314
  "required": false,
296
- "responseStr": "revision:$PolicyMutationRevisionInput ",
315
+ "responseStr": "revision:$policyMutationRevisionInput ",
297
316
  "type": {
298
317
  "definition": {
299
318
  "description": null,
@@ -331,7 +350,7 @@
331
350
  "name": "PolicyMutationRevisionInput",
332
351
  "non_null": false
333
352
  },
334
- "varName": "PolicyMutationRevisionInput"
353
+ "varName": "policyMutationRevisionInput"
335
354
  }
336
355
  },
337
356
  "interfaces": null,
@@ -346,17 +365,17 @@
346
365
  "name": "InternetFirewallPolicyMutationInput",
347
366
  "non_null": false
348
367
  },
349
- "varName": "InternetFirewallPolicyMutationInput"
368
+ "varName": "internetFirewallPolicyMutationInput"
350
369
  },
351
- "InternetFirewallPolicyUpdateInput": {
370
+ "internetFirewallPolicyUpdateInput": {
352
371
  "defaultValue": null,
353
372
  "description": null,
354
373
  "id_str": "updatePolicy___input",
355
374
  "name": "input",
356
375
  "path": "updatePolicy.input",
357
- "requestStr": "$InternetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
376
+ "requestStr": "$internetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
358
377
  "required": true,
359
- "responseStr": "input:$InternetFirewallPolicyUpdateInput ",
378
+ "responseStr": "input:$internetFirewallPolicyUpdateInput ",
360
379
  "type": {
361
380
  "definition": {
362
381
  "description": null,
@@ -419,26 +438,7 @@
419
438
  "name": "InternetFirewallPolicyUpdateInput",
420
439
  "non_null": false
421
440
  },
422
- "varName": "InternetFirewallPolicyUpdateInput"
423
- },
424
- "accountId": {
425
- "defaultValue": null,
426
- "description": null,
427
- "id_str": "accountId",
428
- "name": "accountId",
429
- "path": "accountId",
430
- "requestStr": "$accountId:ID! ",
431
- "required": true,
432
- "responseStr": "accountId:$accountId ",
433
- "type": {
434
- "kind": [
435
- "NON_NULL",
436
- "SCALAR"
437
- ],
438
- "name": "ID",
439
- "non_null": false
440
- },
441
- "varName": "accountId"
441
+ "varName": "internetFirewallPolicyUpdateInput"
442
442
  }
443
443
  },
444
444
  "path": "mutation.policy.internetFirewall.updatePolicy",
@@ -455,9 +455,9 @@
455
455
  "id_str": "internetFirewall___input",
456
456
  "name": "input",
457
457
  "path": "internetFirewall.input",
458
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
458
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
459
459
  "required": false,
460
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
460
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
461
461
  "type": {
462
462
  "definition": {
463
463
  "description": null,
@@ -470,9 +470,9 @@
470
470
  "id_str": "internetFirewall___input___revision",
471
471
  "name": "revision",
472
472
  "path": "internetFirewall.input.revision",
473
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
473
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
474
474
  "required": false,
475
- "responseStr": "revision:$PolicyMutationRevisionInput ",
475
+ "responseStr": "revision:$policyMutationRevisionInput ",
476
476
  "type": {
477
477
  "definition": {
478
478
  "description": null,
@@ -510,7 +510,7 @@
510
510
  "name": "PolicyMutationRevisionInput",
511
511
  "non_null": false
512
512
  },
513
- "varName": "PolicyMutationRevisionInput"
513
+ "varName": "policyMutationRevisionInput"
514
514
  }
515
515
  },
516
516
  "interfaces": null,
@@ -525,7 +525,7 @@
525
525
  "name": "InternetFirewallPolicyMutationInput",
526
526
  "non_null": false
527
527
  },
528
- "varName": "InternetFirewallPolicyMutationInput"
528
+ "varName": "internetFirewallPolicyMutationInput"
529
529
  }
530
530
  },
531
531
  "deprecationReason": null,
@@ -534,9 +534,9 @@
534
534
  "isDeprecated": false,
535
535
  "name": "internetFirewall",
536
536
  "path": "internetFirewall",
537
- "requestStr": "$InternetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
537
+ "requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
538
538
  "required": false,
539
- "responseStr": "internetFirewall:$InternetFirewallPolicyMutations ",
539
+ "responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
540
540
  "type": {
541
541
  "definition": {
542
542
  "description": "The Internet firewall Policy information returned to the caller in the API response.",
@@ -550,9 +550,9 @@
550
550
  "id_str": "updatePolicy___input",
551
551
  "name": "input",
552
552
  "path": "updatePolicy.input",
553
- "requestStr": "$InternetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
553
+ "requestStr": "$internetFirewallPolicyUpdateInput:InternetFirewallPolicyUpdateInput! ",
554
554
  "required": true,
555
- "responseStr": "input:$InternetFirewallPolicyUpdateInput ",
555
+ "responseStr": "input:$internetFirewallPolicyUpdateInput ",
556
556
  "type": {
557
557
  "definition": {
558
558
  "description": null,
@@ -615,7 +615,7 @@
615
615
  "name": "InternetFirewallPolicyUpdateInput",
616
616
  "non_null": false
617
617
  },
618
- "varName": "InternetFirewallPolicyUpdateInput"
618
+ "varName": "internetFirewallPolicyUpdateInput"
619
619
  }
620
620
  },
621
621
  "deprecationReason": null,
@@ -624,16 +624,16 @@
624
624
  "isDeprecated": false,
625
625
  "name": "updatePolicy",
626
626
  "path": "internetFirewall.updatePolicy",
627
- "requestStr": "$InternetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
627
+ "requestStr": "$internetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
628
628
  "required": true,
629
- "responseStr": "updatePolicy:$InternetFirewallPolicyMutationPayload ",
629
+ "responseStr": "updatePolicy:$internetFirewallPolicyMutationPayload ",
630
630
  "type": {
631
631
  "definition": {
632
632
  "description": "Internet Firewall policy information provided in the API response",
633
633
  "enumValues": null,
634
634
  "fields": {
635
635
  "errors": {
636
- "alias": "PolicyMutationErrorErrors: errors",
636
+ "alias": "policyMutationErrorErrors: errors",
637
637
  "args": {},
638
638
  "deprecationReason": null,
639
639
  "description": null,
@@ -641,9 +641,9 @@
641
641
  "isDeprecated": false,
642
642
  "name": "errors",
643
643
  "path": "internetFirewall.updatePolicy.errors",
644
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
644
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
645
645
  "required": true,
646
- "responseStr": "errors:$PolicyMutationError ",
646
+ "responseStr": "errors:$policyMutationError ",
647
647
  "type": {
648
648
  "definition": {
649
649
  "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\"",
@@ -706,10 +706,10 @@
706
706
  "name": "PolicyMutationError",
707
707
  "non_null": false
708
708
  },
709
- "varName": "PolicyMutationError"
709
+ "varName": "policyMutationError"
710
710
  },
711
711
  "policy": {
712
- "alias": "InternetFirewallPolicyPolicy: policy",
712
+ "alias": "internetFirewallPolicyPolicy: policy",
713
713
  "args": {},
714
714
  "deprecationReason": null,
715
715
  "description": null,
@@ -717,9 +717,9 @@
717
717
  "isDeprecated": false,
718
718
  "name": "policy",
719
719
  "path": "internetFirewall.updatePolicy.policy",
720
- "requestStr": "$InternetFirewallPolicy:InternetFirewallPolicy ",
720
+ "requestStr": "$internetFirewallPolicy:InternetFirewallPolicy ",
721
721
  "required": false,
722
- "responseStr": "policy:$InternetFirewallPolicy ",
722
+ "responseStr": "policy:$internetFirewallPolicy ",
723
723
  "type": {
724
724
  "definition": {
725
725
  "description": null,
@@ -733,9 +733,9 @@
733
733
  "isDeprecated": false,
734
734
  "name": "audit",
735
735
  "path": "internetFirewall.updatePolicy.policy.audit",
736
- "requestStr": "$PolicyAudit:PolicyAudit ",
736
+ "requestStr": "$policyAudit:PolicyAudit ",
737
737
  "required": false,
738
- "responseStr": "audit:$PolicyAudit ",
738
+ "responseStr": "audit:$policyAudit ",
739
739
  "type": {
740
740
  "definition": {
741
741
  "description": null,
@@ -797,7 +797,7 @@
797
797
  "name": "PolicyAudit",
798
798
  "non_null": false
799
799
  },
800
- "varName": "PolicyAudit"
800
+ "varName": "policyAudit"
801
801
  },
802
802
  "enabled": {
803
803
  "args": {},
@@ -828,9 +828,9 @@
828
828
  "isDeprecated": false,
829
829
  "name": "revision",
830
830
  "path": "internetFirewall.updatePolicy.policy.revision",
831
- "requestStr": "$PolicyRevision:PolicyRevision ",
831
+ "requestStr": "$policyRevision:PolicyRevision ",
832
832
  "required": false,
833
- "responseStr": "revision:$PolicyRevision ",
833
+ "responseStr": "revision:$policyRevision ",
834
834
  "type": {
835
835
  "definition": {
836
836
  "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
@@ -976,7 +976,7 @@
976
976
  "name": "PolicyRevision",
977
977
  "non_null": false
978
978
  },
979
- "varName": "PolicyRevision"
979
+ "varName": "policyRevision"
980
980
  },
981
981
  "rules": {
982
982
  "args": {},
@@ -986,16 +986,16 @@
986
986
  "isDeprecated": false,
987
987
  "name": "rules",
988
988
  "path": "internetFirewall.updatePolicy.policy.rules",
989
- "requestStr": "$InternetFirewallRulePayload:[InternetFirewallRulePayload]! ",
989
+ "requestStr": "$internetFirewallRulePayload:[InternetFirewallRulePayload]! ",
990
990
  "required": true,
991
- "responseStr": "rules:$InternetFirewallRulePayload ",
991
+ "responseStr": "rules:$internetFirewallRulePayload ",
992
992
  "type": {
993
993
  "definition": {
994
994
  "description": "Internet Firewall policy information for a specific revision",
995
995
  "enumValues": null,
996
996
  "fields": {
997
997
  "audit": {
998
- "alias": "PolicyElementAuditAudit: audit",
998
+ "alias": "policyElementAuditAudit: audit",
999
999
  "args": {},
1000
1000
  "deprecationReason": null,
1001
1001
  "description": null,
@@ -1003,9 +1003,9 @@
1003
1003
  "isDeprecated": false,
1004
1004
  "name": "audit",
1005
1005
  "path": "internetFirewall.updatePolicy.policy.rules.audit",
1006
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
1006
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
1007
1007
  "required": true,
1008
- "responseStr": "audit:$PolicyElementAudit ",
1008
+ "responseStr": "audit:$policyElementAudit ",
1009
1009
  "type": {
1010
1010
  "definition": {
1011
1011
  "description": null,
@@ -1068,10 +1068,10 @@
1068
1068
  "name": "PolicyElementAudit",
1069
1069
  "non_null": false
1070
1070
  },
1071
- "varName": "PolicyElementAudit"
1071
+ "varName": "policyElementAudit"
1072
1072
  },
1073
1073
  "properties": {
1074
- "alias": "PolicyElementPropertiesEnumProperties: properties",
1074
+ "alias": "policyElementPropertiesEnumProperties: properties",
1075
1075
  "args": {},
1076
1076
  "deprecationReason": null,
1077
1077
  "description": null,
@@ -1149,7 +1149,7 @@
1149
1149
  "varName": "properties"
1150
1150
  },
1151
1151
  "rule": {
1152
- "alias": "InternetFirewallRuleRule: rule",
1152
+ "alias": "internetFirewallRuleRule: rule",
1153
1153
  "args": {},
1154
1154
  "deprecationReason": null,
1155
1155
  "description": null,
@@ -1157,16 +1157,16 @@
1157
1157
  "isDeprecated": false,
1158
1158
  "name": "rule",
1159
1159
  "path": "internetFirewall.updatePolicy.policy.rules.rule",
1160
- "requestStr": "$InternetFirewallRule:InternetFirewallRule! ",
1160
+ "requestStr": "$internetFirewallRule:InternetFirewallRule! ",
1161
1161
  "required": true,
1162
- "responseStr": "rule:$InternetFirewallRule ",
1162
+ "responseStr": "rule:$internetFirewallRule ",
1163
1163
  "type": {
1164
1164
  "definition": {
1165
1165
  "description": null,
1166
1166
  "enumValues": null,
1167
1167
  "fields": {
1168
1168
  "action": {
1169
- "alias": "InternetFirewallActionEnumAction: action",
1169
+ "alias": "internetFirewallActionEnumAction: action",
1170
1170
  "args": {},
1171
1171
  "deprecationReason": null,
1172
1172
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1224,7 +1224,7 @@
1224
1224
  "varName": "action"
1225
1225
  },
1226
1226
  "connectionOrigin": {
1227
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
1227
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1228
1228
  "args": {},
1229
1229
  "deprecationReason": null,
1230
1230
  "description": "Connection origin of the traffic",
@@ -1276,7 +1276,7 @@
1276
1276
  "varName": "connectionOrigin"
1277
1277
  },
1278
1278
  "country": {
1279
- "alias": "CountryRefCountry: country",
1279
+ "alias": "countryRefCountry: country",
1280
1280
  "args": {},
1281
1281
  "deprecationReason": null,
1282
1282
  "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1284,9 +1284,9 @@
1284
1284
  "isDeprecated": false,
1285
1285
  "name": "country",
1286
1286
  "path": "internetFirewall.updatePolicy.policy.rules.rule.country",
1287
- "requestStr": "$CountryRef:[CountryRef]! ",
1287
+ "requestStr": "$countryRef:[CountryRef]! ",
1288
1288
  "required": true,
1289
- "responseStr": "country:$CountryRef ",
1289
+ "responseStr": "country:$countryRef ",
1290
1290
  "type": {
1291
1291
  "definition": {
1292
1292
  "description": null,
@@ -1351,7 +1351,7 @@
1351
1351
  "name": "CountryRef",
1352
1352
  "non_null": false
1353
1353
  },
1354
- "varName": "CountryRef"
1354
+ "varName": "countryRef"
1355
1355
  },
1356
1356
  "description": {
1357
1357
  "args": {},
@@ -1375,7 +1375,7 @@
1375
1375
  "varName": "description"
1376
1376
  },
1377
1377
  "destination": {
1378
- "alias": "InternetFirewallDestinationDestination: destination",
1378
+ "alias": "internetFirewallDestinationDestination: destination",
1379
1379
  "args": {},
1380
1380
  "deprecationReason": null,
1381
1381
  "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1383,16 +1383,16 @@
1383
1383
  "isDeprecated": false,
1384
1384
  "name": "destination",
1385
1385
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination",
1386
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
1386
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
1387
1387
  "required": true,
1388
- "responseStr": "destination:$InternetFirewallDestination ",
1388
+ "responseStr": "destination:$internetFirewallDestination ",
1389
1389
  "type": {
1390
1390
  "definition": {
1391
1391
  "description": "Destination match criteria set",
1392
1392
  "enumValues": null,
1393
1393
  "fields": {
1394
1394
  "appCategory": {
1395
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
1395
+ "alias": "applicationCategoryRefAppCategory: appCategory",
1396
1396
  "args": {},
1397
1397
  "deprecationReason": null,
1398
1398
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1400,9 +1400,9 @@
1400
1400
  "isDeprecated": false,
1401
1401
  "name": "appCategory",
1402
1402
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.appCategory",
1403
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
1403
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
1404
1404
  "required": true,
1405
- "responseStr": "appCategory:$ApplicationCategoryRef ",
1405
+ "responseStr": "appCategory:$applicationCategoryRef ",
1406
1406
  "type": {
1407
1407
  "definition": {
1408
1408
  "description": null,
@@ -1467,10 +1467,10 @@
1467
1467
  "name": "ApplicationCategoryRef",
1468
1468
  "non_null": false
1469
1469
  },
1470
- "varName": "ApplicationCategoryRef"
1470
+ "varName": "applicationCategoryRef"
1471
1471
  },
1472
1472
  "application": {
1473
- "alias": "ApplicationRefApplication: application",
1473
+ "alias": "applicationRefApplication: application",
1474
1474
  "args": {},
1475
1475
  "deprecationReason": null,
1476
1476
  "description": "Applications for the rule (pre-defined)",
@@ -1478,9 +1478,9 @@
1478
1478
  "isDeprecated": false,
1479
1479
  "name": "application",
1480
1480
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.application",
1481
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
1481
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
1482
1482
  "required": true,
1483
- "responseStr": "application:$ApplicationRef ",
1483
+ "responseStr": "application:$applicationRef ",
1484
1484
  "type": {
1485
1485
  "definition": {
1486
1486
  "description": null,
@@ -1545,88 +1545,10 @@
1545
1545
  "name": "ApplicationRef",
1546
1546
  "non_null": false
1547
1547
  },
1548
- "varName": "ApplicationRef"
1549
- },
1550
- "container": {
1551
- "alias": "ContainerRefContainer: container",
1552
- "args": {},
1553
- "deprecationReason": null,
1554
- "description": null,
1555
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___destination___container",
1556
- "isDeprecated": false,
1557
- "name": "container",
1558
- "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.container",
1559
- "requestStr": "$ContainerRef:[ContainerRef]! ",
1560
- "required": true,
1561
- "responseStr": "container:$ContainerRef ",
1562
- "type": {
1563
- "definition": {
1564
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
1565
- "enumValues": null,
1566
- "fields": {
1567
- "id": {
1568
- "args": {},
1569
- "deprecationReason": null,
1570
- "description": "Unique container ID",
1571
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___destination___container___id",
1572
- "isDeprecated": false,
1573
- "name": "id",
1574
- "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.container.id",
1575
- "requestStr": "$id:ID! ",
1576
- "required": true,
1577
- "responseStr": "id:$id ",
1578
- "type": {
1579
- "kind": [
1580
- "NON_NULL",
1581
- "SCALAR"
1582
- ],
1583
- "name": "ID",
1584
- "non_null": false
1585
- },
1586
- "varName": "id"
1587
- },
1588
- "name": {
1589
- "args": {},
1590
- "deprecationReason": null,
1591
- "description": "Name for the container",
1592
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___destination___container___name",
1593
- "isDeprecated": false,
1594
- "name": "name",
1595
- "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.container.name",
1596
- "requestStr": "$name:String! ",
1597
- "required": true,
1598
- "responseStr": "name:$name ",
1599
- "type": {
1600
- "kind": [
1601
- "NON_NULL",
1602
- "SCALAR"
1603
- ],
1604
- "name": "String",
1605
- "non_null": false
1606
- },
1607
- "varName": "name"
1608
- }
1609
- },
1610
- "inputFields": null,
1611
- "interfaces": {},
1612
- "kind": "OBJECT",
1613
- "name": "ContainerRef",
1614
- "possibleTypes": null
1615
- },
1616
- "indexType": "object",
1617
- "kind": [
1618
- "NON_NULL",
1619
- "LIST",
1620
- "NON_NULL",
1621
- "OBJECT"
1622
- ],
1623
- "name": "ContainerRef",
1624
- "non_null": false
1625
- },
1626
- "varName": "ContainerRef"
1548
+ "varName": "applicationRef"
1627
1549
  },
1628
1550
  "containers": {
1629
- "alias": "InternetFirewallContainerContainers: containers",
1551
+ "alias": "internetFirewallContainerContainers: containers",
1630
1552
  "args": {},
1631
1553
  "deprecationReason": null,
1632
1554
  "description": null,
@@ -1634,16 +1556,16 @@
1634
1556
  "isDeprecated": false,
1635
1557
  "name": "containers",
1636
1558
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.containers",
1637
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
1559
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
1638
1560
  "required": true,
1639
- "responseStr": "containers:$InternetFirewallContainer ",
1561
+ "responseStr": "containers:$internetFirewallContainer ",
1640
1562
  "type": {
1641
1563
  "definition": {
1642
1564
  "description": null,
1643
1565
  "enumValues": null,
1644
1566
  "fields": {
1645
1567
  "fqdnContainer": {
1646
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
1568
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1647
1569
  "args": {},
1648
1570
  "deprecationReason": null,
1649
1571
  "description": null,
@@ -1651,9 +1573,9 @@
1651
1573
  "isDeprecated": false,
1652
1574
  "name": "fqdnContainer",
1653
1575
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.containers.fqdnContainer",
1654
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
1576
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
1655
1577
  "required": true,
1656
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
1578
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
1657
1579
  "type": {
1658
1580
  "definition": {
1659
1581
  "description": "A group with members of FQDN type",
@@ -1718,10 +1640,10 @@
1718
1640
  "name": "FqdnContainerRef",
1719
1641
  "non_null": false
1720
1642
  },
1721
- "varName": "FqdnContainerRef"
1643
+ "varName": "fqdnContainerRef"
1722
1644
  },
1723
1645
  "ipAddressRangeContainer": {
1724
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1646
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1725
1647
  "args": {},
1726
1648
  "deprecationReason": null,
1727
1649
  "description": null,
@@ -1729,9 +1651,9 @@
1729
1651
  "isDeprecated": false,
1730
1652
  "name": "ipAddressRangeContainer",
1731
1653
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.containers.ipAddressRangeContainer",
1732
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1654
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1733
1655
  "required": true,
1734
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
1656
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
1735
1657
  "type": {
1736
1658
  "definition": {
1737
1659
  "description": "A group with members of IPAddressRange type",
@@ -1796,7 +1718,7 @@
1796
1718
  "name": "IpAddressRangeContainerRef",
1797
1719
  "non_null": false
1798
1720
  },
1799
- "varName": "IpAddressRangeContainerRef"
1721
+ "varName": "ipAddressRangeContainerRef"
1800
1722
  }
1801
1723
  },
1802
1724
  "inputFields": null,
@@ -1813,10 +1735,10 @@
1813
1735
  "name": "InternetFirewallContainer",
1814
1736
  "non_null": false
1815
1737
  },
1816
- "varName": "InternetFirewallContainer"
1738
+ "varName": "internetFirewallContainer"
1817
1739
  },
1818
1740
  "country": {
1819
- "alias": "CountryRefCountry: country",
1741
+ "alias": "countryRefCountry: country",
1820
1742
  "args": {},
1821
1743
  "deprecationReason": null,
1822
1744
  "description": "Countries",
@@ -1824,9 +1746,9 @@
1824
1746
  "isDeprecated": false,
1825
1747
  "name": "country",
1826
1748
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.country",
1827
- "requestStr": "$CountryRef:[CountryRef]! ",
1749
+ "requestStr": "$countryRef:[CountryRef]! ",
1828
1750
  "required": true,
1829
- "responseStr": "country:$CountryRef ",
1751
+ "responseStr": "country:$countryRef ",
1830
1752
  "type": {
1831
1753
  "definition": {
1832
1754
  "description": null,
@@ -1891,10 +1813,10 @@
1891
1813
  "name": "CountryRef",
1892
1814
  "non_null": false
1893
1815
  },
1894
- "varName": "CountryRef"
1816
+ "varName": "countryRef"
1895
1817
  },
1896
1818
  "customApp": {
1897
- "alias": "CustomApplicationRefCustomApp: customApp",
1819
+ "alias": "customApplicationRefCustomApp: customApp",
1898
1820
  "args": {},
1899
1821
  "deprecationReason": null,
1900
1822
  "description": "Custom (user-defined) applications",
@@ -1902,9 +1824,9 @@
1902
1824
  "isDeprecated": false,
1903
1825
  "name": "customApp",
1904
1826
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.customApp",
1905
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
1827
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
1906
1828
  "required": true,
1907
- "responseStr": "customApp:$CustomApplicationRef ",
1829
+ "responseStr": "customApp:$customApplicationRef ",
1908
1830
  "type": {
1909
1831
  "definition": {
1910
1832
  "description": null,
@@ -1969,10 +1891,10 @@
1969
1891
  "name": "CustomApplicationRef",
1970
1892
  "non_null": false
1971
1893
  },
1972
- "varName": "CustomApplicationRef"
1894
+ "varName": "customApplicationRef"
1973
1895
  },
1974
1896
  "customCategory": {
1975
- "alias": "CustomCategoryRefCustomCategory: customCategory",
1897
+ "alias": "customCategoryRefCustomCategory: customCategory",
1976
1898
  "args": {},
1977
1899
  "deprecationReason": null,
1978
1900
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -1980,9 +1902,9 @@
1980
1902
  "isDeprecated": false,
1981
1903
  "name": "customCategory",
1982
1904
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.customCategory",
1983
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
1905
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
1984
1906
  "required": true,
1985
- "responseStr": "customCategory:$CustomCategoryRef ",
1907
+ "responseStr": "customCategory:$customCategoryRef ",
1986
1908
  "type": {
1987
1909
  "definition": {
1988
1910
  "description": null,
@@ -2047,7 +1969,7 @@
2047
1969
  "name": "CustomCategoryRef",
2048
1970
  "non_null": false
2049
1971
  },
2050
- "varName": "CustomCategoryRef"
1972
+ "varName": "customCategoryRef"
2051
1973
  },
2052
1974
  "domain": {
2053
1975
  "args": {},
@@ -2096,7 +2018,7 @@
2096
2018
  "varName": "fqdn"
2097
2019
  },
2098
2020
  "globalIpRange": {
2099
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
2021
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2100
2022
  "args": {},
2101
2023
  "deprecationReason": null,
2102
2024
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2104,9 +2026,9 @@
2104
2026
  "isDeprecated": false,
2105
2027
  "name": "globalIpRange",
2106
2028
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.globalIpRange",
2107
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
2029
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2108
2030
  "required": true,
2109
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
2031
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2110
2032
  "type": {
2111
2033
  "definition": {
2112
2034
  "description": null,
@@ -2171,7 +2093,7 @@
2171
2093
  "name": "GlobalIpRangeRef",
2172
2094
  "non_null": false
2173
2095
  },
2174
- "varName": "GlobalIpRangeRef"
2096
+ "varName": "globalIpRangeRef"
2175
2097
  },
2176
2098
  "ip": {
2177
2099
  "args": {},
@@ -2197,7 +2119,7 @@
2197
2119
  "varName": "ip"
2198
2120
  },
2199
2121
  "ipRange": {
2200
- "alias": "IpAddressRangeIpRange: ipRange",
2122
+ "alias": "ipAddressRangeIpRange: ipRange",
2201
2123
  "args": {},
2202
2124
  "deprecationReason": null,
2203
2125
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -2205,9 +2127,9 @@
2205
2127
  "isDeprecated": false,
2206
2128
  "name": "ipRange",
2207
2129
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.ipRange",
2208
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
2130
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
2209
2131
  "required": true,
2210
- "responseStr": "ipRange:$IpAddressRange ",
2132
+ "responseStr": "ipRange:$ipAddressRange ",
2211
2133
  "type": {
2212
2134
  "definition": {
2213
2135
  "description": "Inclusive range of IPs",
@@ -2272,7 +2194,7 @@
2272
2194
  "name": "IpAddressRange",
2273
2195
  "non_null": false
2274
2196
  },
2275
- "varName": "IpAddressRange"
2197
+ "varName": "ipAddressRange"
2276
2198
  },
2277
2199
  "remoteAsn": {
2278
2200
  "args": {},
@@ -2298,7 +2220,7 @@
2298
2220
  "varName": "remoteAsn"
2299
2221
  },
2300
2222
  "sanctionedAppsCategory": {
2301
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2223
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2302
2224
  "args": {},
2303
2225
  "deprecationReason": null,
2304
2226
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2306,9 +2228,9 @@
2306
2228
  "isDeprecated": false,
2307
2229
  "name": "sanctionedAppsCategory",
2308
2230
  "path": "internetFirewall.updatePolicy.policy.rules.rule.destination.sanctionedAppsCategory",
2309
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2231
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2310
2232
  "required": true,
2311
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
2233
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2312
2234
  "type": {
2313
2235
  "definition": {
2314
2236
  "description": null,
@@ -2373,7 +2295,7 @@
2373
2295
  "name": "SanctionedAppsCategoryRef",
2374
2296
  "non_null": false
2375
2297
  },
2376
- "varName": "SanctionedAppsCategoryRef"
2298
+ "varName": "sanctionedAppsCategoryRef"
2377
2299
  },
2378
2300
  "subnet": {
2379
2301
  "args": {},
@@ -2413,10 +2335,10 @@
2413
2335
  "name": "InternetFirewallDestination",
2414
2336
  "non_null": false
2415
2337
  },
2416
- "varName": "InternetFirewallDestination"
2338
+ "varName": "internetFirewallDestination"
2417
2339
  },
2418
2340
  "device": {
2419
- "alias": "DeviceProfileRefDevice: device",
2341
+ "alias": "deviceProfileRefDevice: device",
2420
2342
  "args": {},
2421
2343
  "deprecationReason": null,
2422
2344
  "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -2424,9 +2346,9 @@
2424
2346
  "isDeprecated": false,
2425
2347
  "name": "device",
2426
2348
  "path": "internetFirewall.updatePolicy.policy.rules.rule.device",
2427
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
2349
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
2428
2350
  "required": true,
2429
- "responseStr": "device:$DeviceProfileRef ",
2351
+ "responseStr": "device:$deviceProfileRef ",
2430
2352
  "type": {
2431
2353
  "definition": {
2432
2354
  "description": null,
@@ -2491,10 +2413,182 @@
2491
2413
  "name": "DeviceProfileRef",
2492
2414
  "non_null": false
2493
2415
  },
2494
- "varName": "DeviceProfileRef"
2416
+ "varName": "deviceProfileRef"
2417
+ },
2418
+ "deviceAttributes": {
2419
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2420
+ "args": {},
2421
+ "deprecationReason": null,
2422
+ "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.",
2423
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes",
2424
+ "isDeprecated": false,
2425
+ "name": "deviceAttributes",
2426
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes",
2427
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
2428
+ "required": true,
2429
+ "responseStr": "deviceAttributes:$deviceAttributes ",
2430
+ "type": {
2431
+ "definition": {
2432
+ "description": null,
2433
+ "enumValues": null,
2434
+ "fields": {
2435
+ "category": {
2436
+ "args": {},
2437
+ "deprecationReason": null,
2438
+ "description": "The category of the firewall device.",
2439
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___category",
2440
+ "isDeprecated": false,
2441
+ "name": "category",
2442
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.category",
2443
+ "requestStr": "$category:[String]! ",
2444
+ "required": true,
2445
+ "responseStr": "category:$category ",
2446
+ "type": {
2447
+ "kind": [
2448
+ "NON_NULL",
2449
+ "LIST",
2450
+ "NON_NULL",
2451
+ "SCALAR"
2452
+ ],
2453
+ "name": "String",
2454
+ "non_null": false
2455
+ },
2456
+ "varName": "category"
2457
+ },
2458
+ "manufacturer": {
2459
+ "args": {},
2460
+ "deprecationReason": null,
2461
+ "description": "The manufacturer of the firewall device.",
2462
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___manufacturer",
2463
+ "isDeprecated": false,
2464
+ "name": "manufacturer",
2465
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.manufacturer",
2466
+ "requestStr": "$manufacturer:[String]! ",
2467
+ "required": true,
2468
+ "responseStr": "manufacturer:$manufacturer ",
2469
+ "type": {
2470
+ "kind": [
2471
+ "NON_NULL",
2472
+ "LIST",
2473
+ "NON_NULL",
2474
+ "SCALAR"
2475
+ ],
2476
+ "name": "String",
2477
+ "non_null": false
2478
+ },
2479
+ "varName": "manufacturer"
2480
+ },
2481
+ "model": {
2482
+ "args": {},
2483
+ "deprecationReason": null,
2484
+ "description": "The model of the firewall device.",
2485
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___model",
2486
+ "isDeprecated": false,
2487
+ "name": "model",
2488
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.model",
2489
+ "requestStr": "$model:[String]! ",
2490
+ "required": true,
2491
+ "responseStr": "model:$model ",
2492
+ "type": {
2493
+ "kind": [
2494
+ "NON_NULL",
2495
+ "LIST",
2496
+ "NON_NULL",
2497
+ "SCALAR"
2498
+ ],
2499
+ "name": "String",
2500
+ "non_null": false
2501
+ },
2502
+ "varName": "model"
2503
+ },
2504
+ "os": {
2505
+ "args": {},
2506
+ "deprecationReason": null,
2507
+ "description": "The operating system of the firewall device.",
2508
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___os",
2509
+ "isDeprecated": false,
2510
+ "name": "os",
2511
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.os",
2512
+ "requestStr": "$os:[String]! ",
2513
+ "required": true,
2514
+ "responseStr": "os:$os ",
2515
+ "type": {
2516
+ "kind": [
2517
+ "NON_NULL",
2518
+ "LIST",
2519
+ "NON_NULL",
2520
+ "SCALAR"
2521
+ ],
2522
+ "name": "String",
2523
+ "non_null": false
2524
+ },
2525
+ "varName": "os"
2526
+ },
2527
+ "osVersion": {
2528
+ "args": {},
2529
+ "deprecationReason": null,
2530
+ "description": "The version of the operating system of the firewall device.",
2531
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___osVersion",
2532
+ "isDeprecated": false,
2533
+ "name": "osVersion",
2534
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.osVersion",
2535
+ "requestStr": "$osVersion:[String]! ",
2536
+ "required": true,
2537
+ "responseStr": "osVersion:$osVersion ",
2538
+ "type": {
2539
+ "kind": [
2540
+ "NON_NULL",
2541
+ "LIST",
2542
+ "NON_NULL",
2543
+ "SCALAR"
2544
+ ],
2545
+ "name": "String",
2546
+ "non_null": false
2547
+ },
2548
+ "varName": "osVersion"
2549
+ },
2550
+ "type": {
2551
+ "args": {},
2552
+ "deprecationReason": null,
2553
+ "description": "The type of the firewall device.",
2554
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___deviceAttributes___type",
2555
+ "isDeprecated": false,
2556
+ "name": "type",
2557
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.deviceAttributes.type",
2558
+ "requestStr": "$type:[String]! ",
2559
+ "required": true,
2560
+ "responseStr": "type:$type ",
2561
+ "type": {
2562
+ "kind": [
2563
+ "NON_NULL",
2564
+ "LIST",
2565
+ "NON_NULL",
2566
+ "SCALAR"
2567
+ ],
2568
+ "name": "String",
2569
+ "non_null": false
2570
+ },
2571
+ "varName": "type"
2572
+ }
2573
+ },
2574
+ "inputFields": null,
2575
+ "interfaces": {},
2576
+ "kind": "OBJECT",
2577
+ "name": "DeviceAttributes",
2578
+ "possibleTypes": null
2579
+ },
2580
+ "indexType": "object",
2581
+ "kind": [
2582
+ "NON_NULL",
2583
+ "OBJECT"
2584
+ ],
2585
+ "name": "DeviceAttributes",
2586
+ "non_null": false
2587
+ },
2588
+ "varName": "deviceAttributes"
2495
2589
  },
2496
2590
  "deviceOS": {
2497
- "alias": "OperatingSystemDeviceOS: deviceOS",
2591
+ "alias": "operatingSystemDeviceOS: deviceOS",
2498
2592
  "args": {},
2499
2593
  "deprecationReason": null,
2500
2594
  "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.",
@@ -2587,7 +2681,7 @@
2587
2681
  "varName": "enabled"
2588
2682
  },
2589
2683
  "exceptions": {
2590
- "alias": "InternetFirewallRuleExceptionExceptions: exceptions",
2684
+ "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2591
2685
  "args": {},
2592
2686
  "deprecationReason": null,
2593
2687
  "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.",
@@ -2595,16 +2689,16 @@
2595
2689
  "isDeprecated": false,
2596
2690
  "name": "exceptions",
2597
2691
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions",
2598
- "requestStr": "$InternetFirewallRuleException:[InternetFirewallRuleException]! ",
2692
+ "requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
2599
2693
  "required": true,
2600
- "responseStr": "exceptions:$InternetFirewallRuleException ",
2694
+ "responseStr": "exceptions:$internetFirewallRuleException ",
2601
2695
  "type": {
2602
2696
  "definition": {
2603
2697
  "description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
2604
2698
  "enumValues": null,
2605
2699
  "fields": {
2606
2700
  "connectionOrigin": {
2607
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
2701
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2608
2702
  "args": {},
2609
2703
  "deprecationReason": null,
2610
2704
  "description": "Connection origin matching criteria for the exception.",
@@ -2656,7 +2750,7 @@
2656
2750
  "varName": "connectionOrigin"
2657
2751
  },
2658
2752
  "country": {
2659
- "alias": "CountryRefCountry: country",
2753
+ "alias": "countryRefCountry: country",
2660
2754
  "args": {},
2661
2755
  "deprecationReason": null,
2662
2756
  "description": "Source country matching criteria for the exception.",
@@ -2664,9 +2758,9 @@
2664
2758
  "isDeprecated": false,
2665
2759
  "name": "country",
2666
2760
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.country",
2667
- "requestStr": "$CountryRef:[CountryRef]! ",
2761
+ "requestStr": "$countryRef:[CountryRef]! ",
2668
2762
  "required": true,
2669
- "responseStr": "country:$CountryRef ",
2763
+ "responseStr": "country:$countryRef ",
2670
2764
  "type": {
2671
2765
  "definition": {
2672
2766
  "description": null,
@@ -2731,10 +2825,10 @@
2731
2825
  "name": "CountryRef",
2732
2826
  "non_null": false
2733
2827
  },
2734
- "varName": "CountryRef"
2828
+ "varName": "countryRef"
2735
2829
  },
2736
2830
  "destination": {
2737
- "alias": "InternetFirewallDestinationDestination: destination",
2831
+ "alias": "internetFirewallDestinationDestination: destination",
2738
2832
  "args": {},
2739
2833
  "deprecationReason": null,
2740
2834
  "description": "Destination matching criteria for the exception.",
@@ -2742,16 +2836,16 @@
2742
2836
  "isDeprecated": false,
2743
2837
  "name": "destination",
2744
2838
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination",
2745
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
2839
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
2746
2840
  "required": true,
2747
- "responseStr": "destination:$InternetFirewallDestination ",
2841
+ "responseStr": "destination:$internetFirewallDestination ",
2748
2842
  "type": {
2749
2843
  "definition": {
2750
2844
  "description": "Destination match criteria set",
2751
2845
  "enumValues": null,
2752
2846
  "fields": {
2753
2847
  "appCategory": {
2754
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
2848
+ "alias": "applicationCategoryRefAppCategory: appCategory",
2755
2849
  "args": {},
2756
2850
  "deprecationReason": null,
2757
2851
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2759,9 +2853,9 @@
2759
2853
  "isDeprecated": false,
2760
2854
  "name": "appCategory",
2761
2855
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.appCategory",
2762
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
2856
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
2763
2857
  "required": true,
2764
- "responseStr": "appCategory:$ApplicationCategoryRef ",
2858
+ "responseStr": "appCategory:$applicationCategoryRef ",
2765
2859
  "type": {
2766
2860
  "definition": {
2767
2861
  "description": null,
@@ -2826,10 +2920,10 @@
2826
2920
  "name": "ApplicationCategoryRef",
2827
2921
  "non_null": false
2828
2922
  },
2829
- "varName": "ApplicationCategoryRef"
2923
+ "varName": "applicationCategoryRef"
2830
2924
  },
2831
2925
  "application": {
2832
- "alias": "ApplicationRefApplication: application",
2926
+ "alias": "applicationRefApplication: application",
2833
2927
  "args": {},
2834
2928
  "deprecationReason": null,
2835
2929
  "description": "Applications for the rule (pre-defined)",
@@ -2837,9 +2931,9 @@
2837
2931
  "isDeprecated": false,
2838
2932
  "name": "application",
2839
2933
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.application",
2840
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
2934
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
2841
2935
  "required": true,
2842
- "responseStr": "application:$ApplicationRef ",
2936
+ "responseStr": "application:$applicationRef ",
2843
2937
  "type": {
2844
2938
  "definition": {
2845
2939
  "description": null,
@@ -2904,88 +2998,10 @@
2904
2998
  "name": "ApplicationRef",
2905
2999
  "non_null": false
2906
3000
  },
2907
- "varName": "ApplicationRef"
2908
- },
2909
- "container": {
2910
- "alias": "ContainerRefContainer: container",
2911
- "args": {},
2912
- "deprecationReason": null,
2913
- "description": null,
2914
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___destination___container",
2915
- "isDeprecated": false,
2916
- "name": "container",
2917
- "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.container",
2918
- "requestStr": "$ContainerRef:[ContainerRef]! ",
2919
- "required": true,
2920
- "responseStr": "container:$ContainerRef ",
2921
- "type": {
2922
- "definition": {
2923
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
2924
- "enumValues": null,
2925
- "fields": {
2926
- "id": {
2927
- "args": {},
2928
- "deprecationReason": null,
2929
- "description": "Unique container ID",
2930
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___destination___container___id",
2931
- "isDeprecated": false,
2932
- "name": "id",
2933
- "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.container.id",
2934
- "requestStr": "$id:ID! ",
2935
- "required": true,
2936
- "responseStr": "id:$id ",
2937
- "type": {
2938
- "kind": [
2939
- "NON_NULL",
2940
- "SCALAR"
2941
- ],
2942
- "name": "ID",
2943
- "non_null": false
2944
- },
2945
- "varName": "id"
2946
- },
2947
- "name": {
2948
- "args": {},
2949
- "deprecationReason": null,
2950
- "description": "Name for the container",
2951
- "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___destination___container___name",
2952
- "isDeprecated": false,
2953
- "name": "name",
2954
- "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.container.name",
2955
- "requestStr": "$name:String! ",
2956
- "required": true,
2957
- "responseStr": "name:$name ",
2958
- "type": {
2959
- "kind": [
2960
- "NON_NULL",
2961
- "SCALAR"
2962
- ],
2963
- "name": "String",
2964
- "non_null": false
2965
- },
2966
- "varName": "name"
2967
- }
2968
- },
2969
- "inputFields": null,
2970
- "interfaces": {},
2971
- "kind": "OBJECT",
2972
- "name": "ContainerRef",
2973
- "possibleTypes": null
2974
- },
2975
- "indexType": "object",
2976
- "kind": [
2977
- "NON_NULL",
2978
- "LIST",
2979
- "NON_NULL",
2980
- "OBJECT"
2981
- ],
2982
- "name": "ContainerRef",
2983
- "non_null": false
2984
- },
2985
- "varName": "ContainerRef"
3001
+ "varName": "applicationRef"
2986
3002
  },
2987
3003
  "containers": {
2988
- "alias": "InternetFirewallContainerContainers: containers",
3004
+ "alias": "internetFirewallContainerContainers: containers",
2989
3005
  "args": {},
2990
3006
  "deprecationReason": null,
2991
3007
  "description": null,
@@ -2993,16 +3009,16 @@
2993
3009
  "isDeprecated": false,
2994
3010
  "name": "containers",
2995
3011
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.containers",
2996
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
3012
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
2997
3013
  "required": true,
2998
- "responseStr": "containers:$InternetFirewallContainer ",
3014
+ "responseStr": "containers:$internetFirewallContainer ",
2999
3015
  "type": {
3000
3016
  "definition": {
3001
3017
  "description": null,
3002
3018
  "enumValues": null,
3003
3019
  "fields": {
3004
3020
  "fqdnContainer": {
3005
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
3021
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
3006
3022
  "args": {},
3007
3023
  "deprecationReason": null,
3008
3024
  "description": null,
@@ -3010,9 +3026,9 @@
3010
3026
  "isDeprecated": false,
3011
3027
  "name": "fqdnContainer",
3012
3028
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.containers.fqdnContainer",
3013
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
3029
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
3014
3030
  "required": true,
3015
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
3031
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
3016
3032
  "type": {
3017
3033
  "definition": {
3018
3034
  "description": "A group with members of FQDN type",
@@ -3077,10 +3093,10 @@
3077
3093
  "name": "FqdnContainerRef",
3078
3094
  "non_null": false
3079
3095
  },
3080
- "varName": "FqdnContainerRef"
3096
+ "varName": "fqdnContainerRef"
3081
3097
  },
3082
3098
  "ipAddressRangeContainer": {
3083
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3099
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3084
3100
  "args": {},
3085
3101
  "deprecationReason": null,
3086
3102
  "description": null,
@@ -3088,9 +3104,9 @@
3088
3104
  "isDeprecated": false,
3089
3105
  "name": "ipAddressRangeContainer",
3090
3106
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.containers.ipAddressRangeContainer",
3091
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3107
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3092
3108
  "required": true,
3093
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
3109
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
3094
3110
  "type": {
3095
3111
  "definition": {
3096
3112
  "description": "A group with members of IPAddressRange type",
@@ -3155,7 +3171,7 @@
3155
3171
  "name": "IpAddressRangeContainerRef",
3156
3172
  "non_null": false
3157
3173
  },
3158
- "varName": "IpAddressRangeContainerRef"
3174
+ "varName": "ipAddressRangeContainerRef"
3159
3175
  }
3160
3176
  },
3161
3177
  "inputFields": null,
@@ -3172,10 +3188,10 @@
3172
3188
  "name": "InternetFirewallContainer",
3173
3189
  "non_null": false
3174
3190
  },
3175
- "varName": "InternetFirewallContainer"
3191
+ "varName": "internetFirewallContainer"
3176
3192
  },
3177
3193
  "country": {
3178
- "alias": "CountryRefCountry: country",
3194
+ "alias": "countryRefCountry: country",
3179
3195
  "args": {},
3180
3196
  "deprecationReason": null,
3181
3197
  "description": "Countries",
@@ -3183,9 +3199,9 @@
3183
3199
  "isDeprecated": false,
3184
3200
  "name": "country",
3185
3201
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.country",
3186
- "requestStr": "$CountryRef:[CountryRef]! ",
3202
+ "requestStr": "$countryRef:[CountryRef]! ",
3187
3203
  "required": true,
3188
- "responseStr": "country:$CountryRef ",
3204
+ "responseStr": "country:$countryRef ",
3189
3205
  "type": {
3190
3206
  "definition": {
3191
3207
  "description": null,
@@ -3250,10 +3266,10 @@
3250
3266
  "name": "CountryRef",
3251
3267
  "non_null": false
3252
3268
  },
3253
- "varName": "CountryRef"
3269
+ "varName": "countryRef"
3254
3270
  },
3255
3271
  "customApp": {
3256
- "alias": "CustomApplicationRefCustomApp: customApp",
3272
+ "alias": "customApplicationRefCustomApp: customApp",
3257
3273
  "args": {},
3258
3274
  "deprecationReason": null,
3259
3275
  "description": "Custom (user-defined) applications",
@@ -3261,9 +3277,9 @@
3261
3277
  "isDeprecated": false,
3262
3278
  "name": "customApp",
3263
3279
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.customApp",
3264
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
3280
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
3265
3281
  "required": true,
3266
- "responseStr": "customApp:$CustomApplicationRef ",
3282
+ "responseStr": "customApp:$customApplicationRef ",
3267
3283
  "type": {
3268
3284
  "definition": {
3269
3285
  "description": null,
@@ -3328,10 +3344,10 @@
3328
3344
  "name": "CustomApplicationRef",
3329
3345
  "non_null": false
3330
3346
  },
3331
- "varName": "CustomApplicationRef"
3347
+ "varName": "customApplicationRef"
3332
3348
  },
3333
3349
  "customCategory": {
3334
- "alias": "CustomCategoryRefCustomCategory: customCategory",
3350
+ "alias": "customCategoryRefCustomCategory: customCategory",
3335
3351
  "args": {},
3336
3352
  "deprecationReason": null,
3337
3353
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -3339,9 +3355,9 @@
3339
3355
  "isDeprecated": false,
3340
3356
  "name": "customCategory",
3341
3357
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.customCategory",
3342
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
3358
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
3343
3359
  "required": true,
3344
- "responseStr": "customCategory:$CustomCategoryRef ",
3360
+ "responseStr": "customCategory:$customCategoryRef ",
3345
3361
  "type": {
3346
3362
  "definition": {
3347
3363
  "description": null,
@@ -3406,7 +3422,7 @@
3406
3422
  "name": "CustomCategoryRef",
3407
3423
  "non_null": false
3408
3424
  },
3409
- "varName": "CustomCategoryRef"
3425
+ "varName": "customCategoryRef"
3410
3426
  },
3411
3427
  "domain": {
3412
3428
  "args": {},
@@ -3455,7 +3471,7 @@
3455
3471
  "varName": "fqdn"
3456
3472
  },
3457
3473
  "globalIpRange": {
3458
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
3474
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3459
3475
  "args": {},
3460
3476
  "deprecationReason": null,
3461
3477
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3463,9 +3479,9 @@
3463
3479
  "isDeprecated": false,
3464
3480
  "name": "globalIpRange",
3465
3481
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.globalIpRange",
3466
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
3482
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3467
3483
  "required": true,
3468
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
3484
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3469
3485
  "type": {
3470
3486
  "definition": {
3471
3487
  "description": null,
@@ -3530,7 +3546,7 @@
3530
3546
  "name": "GlobalIpRangeRef",
3531
3547
  "non_null": false
3532
3548
  },
3533
- "varName": "GlobalIpRangeRef"
3549
+ "varName": "globalIpRangeRef"
3534
3550
  },
3535
3551
  "ip": {
3536
3552
  "args": {},
@@ -3556,7 +3572,7 @@
3556
3572
  "varName": "ip"
3557
3573
  },
3558
3574
  "ipRange": {
3559
- "alias": "IpAddressRangeIpRange: ipRange",
3575
+ "alias": "ipAddressRangeIpRange: ipRange",
3560
3576
  "args": {},
3561
3577
  "deprecationReason": null,
3562
3578
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3564,9 +3580,9 @@
3564
3580
  "isDeprecated": false,
3565
3581
  "name": "ipRange",
3566
3582
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.ipRange",
3567
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
3583
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3568
3584
  "required": true,
3569
- "responseStr": "ipRange:$IpAddressRange ",
3585
+ "responseStr": "ipRange:$ipAddressRange ",
3570
3586
  "type": {
3571
3587
  "definition": {
3572
3588
  "description": "Inclusive range of IPs",
@@ -3631,7 +3647,7 @@
3631
3647
  "name": "IpAddressRange",
3632
3648
  "non_null": false
3633
3649
  },
3634
- "varName": "IpAddressRange"
3650
+ "varName": "ipAddressRange"
3635
3651
  },
3636
3652
  "remoteAsn": {
3637
3653
  "args": {},
@@ -3657,7 +3673,7 @@
3657
3673
  "varName": "remoteAsn"
3658
3674
  },
3659
3675
  "sanctionedAppsCategory": {
3660
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3676
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3661
3677
  "args": {},
3662
3678
  "deprecationReason": null,
3663
3679
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3665,9 +3681,9 @@
3665
3681
  "isDeprecated": false,
3666
3682
  "name": "sanctionedAppsCategory",
3667
3683
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.destination.sanctionedAppsCategory",
3668
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3684
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3669
3685
  "required": true,
3670
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
3686
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3671
3687
  "type": {
3672
3688
  "definition": {
3673
3689
  "description": null,
@@ -3732,7 +3748,7 @@
3732
3748
  "name": "SanctionedAppsCategoryRef",
3733
3749
  "non_null": false
3734
3750
  },
3735
- "varName": "SanctionedAppsCategoryRef"
3751
+ "varName": "sanctionedAppsCategoryRef"
3736
3752
  },
3737
3753
  "subnet": {
3738
3754
  "args": {},
@@ -3772,10 +3788,10 @@
3772
3788
  "name": "InternetFirewallDestination",
3773
3789
  "non_null": false
3774
3790
  },
3775
- "varName": "InternetFirewallDestination"
3791
+ "varName": "internetFirewallDestination"
3776
3792
  },
3777
3793
  "device": {
3778
- "alias": "DeviceProfileRefDevice: device",
3794
+ "alias": "deviceProfileRefDevice: device",
3779
3795
  "args": {},
3780
3796
  "deprecationReason": null,
3781
3797
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3783,9 +3799,9 @@
3783
3799
  "isDeprecated": false,
3784
3800
  "name": "device",
3785
3801
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.device",
3786
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
3802
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
3787
3803
  "required": true,
3788
- "responseStr": "device:$DeviceProfileRef ",
3804
+ "responseStr": "device:$deviceProfileRef ",
3789
3805
  "type": {
3790
3806
  "definition": {
3791
3807
  "description": null,
@@ -3850,10 +3866,182 @@
3850
3866
  "name": "DeviceProfileRef",
3851
3867
  "non_null": false
3852
3868
  },
3853
- "varName": "DeviceProfileRef"
3869
+ "varName": "deviceProfileRef"
3870
+ },
3871
+ "deviceAttributes": {
3872
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3873
+ "args": {},
3874
+ "deprecationReason": null,
3875
+ "description": "Source Device Attributes matching criteria for the exception.",
3876
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes",
3877
+ "isDeprecated": false,
3878
+ "name": "deviceAttributes",
3879
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes",
3880
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
3881
+ "required": true,
3882
+ "responseStr": "deviceAttributes:$deviceAttributes ",
3883
+ "type": {
3884
+ "definition": {
3885
+ "description": null,
3886
+ "enumValues": null,
3887
+ "fields": {
3888
+ "category": {
3889
+ "args": {},
3890
+ "deprecationReason": null,
3891
+ "description": "The category of the firewall device.",
3892
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___category",
3893
+ "isDeprecated": false,
3894
+ "name": "category",
3895
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.category",
3896
+ "requestStr": "$category:[String]! ",
3897
+ "required": true,
3898
+ "responseStr": "category:$category ",
3899
+ "type": {
3900
+ "kind": [
3901
+ "NON_NULL",
3902
+ "LIST",
3903
+ "NON_NULL",
3904
+ "SCALAR"
3905
+ ],
3906
+ "name": "String",
3907
+ "non_null": false
3908
+ },
3909
+ "varName": "category"
3910
+ },
3911
+ "manufacturer": {
3912
+ "args": {},
3913
+ "deprecationReason": null,
3914
+ "description": "The manufacturer of the firewall device.",
3915
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
3916
+ "isDeprecated": false,
3917
+ "name": "manufacturer",
3918
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
3919
+ "requestStr": "$manufacturer:[String]! ",
3920
+ "required": true,
3921
+ "responseStr": "manufacturer:$manufacturer ",
3922
+ "type": {
3923
+ "kind": [
3924
+ "NON_NULL",
3925
+ "LIST",
3926
+ "NON_NULL",
3927
+ "SCALAR"
3928
+ ],
3929
+ "name": "String",
3930
+ "non_null": false
3931
+ },
3932
+ "varName": "manufacturer"
3933
+ },
3934
+ "model": {
3935
+ "args": {},
3936
+ "deprecationReason": null,
3937
+ "description": "The model of the firewall device.",
3938
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___model",
3939
+ "isDeprecated": false,
3940
+ "name": "model",
3941
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.model",
3942
+ "requestStr": "$model:[String]! ",
3943
+ "required": true,
3944
+ "responseStr": "model:$model ",
3945
+ "type": {
3946
+ "kind": [
3947
+ "NON_NULL",
3948
+ "LIST",
3949
+ "NON_NULL",
3950
+ "SCALAR"
3951
+ ],
3952
+ "name": "String",
3953
+ "non_null": false
3954
+ },
3955
+ "varName": "model"
3956
+ },
3957
+ "os": {
3958
+ "args": {},
3959
+ "deprecationReason": null,
3960
+ "description": "The operating system of the firewall device.",
3961
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___os",
3962
+ "isDeprecated": false,
3963
+ "name": "os",
3964
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.os",
3965
+ "requestStr": "$os:[String]! ",
3966
+ "required": true,
3967
+ "responseStr": "os:$os ",
3968
+ "type": {
3969
+ "kind": [
3970
+ "NON_NULL",
3971
+ "LIST",
3972
+ "NON_NULL",
3973
+ "SCALAR"
3974
+ ],
3975
+ "name": "String",
3976
+ "non_null": false
3977
+ },
3978
+ "varName": "os"
3979
+ },
3980
+ "osVersion": {
3981
+ "args": {},
3982
+ "deprecationReason": null,
3983
+ "description": "The version of the operating system of the firewall device.",
3984
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___osVersion",
3985
+ "isDeprecated": false,
3986
+ "name": "osVersion",
3987
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.osVersion",
3988
+ "requestStr": "$osVersion:[String]! ",
3989
+ "required": true,
3990
+ "responseStr": "osVersion:$osVersion ",
3991
+ "type": {
3992
+ "kind": [
3993
+ "NON_NULL",
3994
+ "LIST",
3995
+ "NON_NULL",
3996
+ "SCALAR"
3997
+ ],
3998
+ "name": "String",
3999
+ "non_null": false
4000
+ },
4001
+ "varName": "osVersion"
4002
+ },
4003
+ "type": {
4004
+ "args": {},
4005
+ "deprecationReason": null,
4006
+ "description": "The type of the firewall device.",
4007
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___exceptions___deviceAttributes___type",
4008
+ "isDeprecated": false,
4009
+ "name": "type",
4010
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.deviceAttributes.type",
4011
+ "requestStr": "$type:[String]! ",
4012
+ "required": true,
4013
+ "responseStr": "type:$type ",
4014
+ "type": {
4015
+ "kind": [
4016
+ "NON_NULL",
4017
+ "LIST",
4018
+ "NON_NULL",
4019
+ "SCALAR"
4020
+ ],
4021
+ "name": "String",
4022
+ "non_null": false
4023
+ },
4024
+ "varName": "type"
4025
+ }
4026
+ },
4027
+ "inputFields": null,
4028
+ "interfaces": {},
4029
+ "kind": "OBJECT",
4030
+ "name": "DeviceAttributes",
4031
+ "possibleTypes": null
4032
+ },
4033
+ "indexType": "object",
4034
+ "kind": [
4035
+ "NON_NULL",
4036
+ "OBJECT"
4037
+ ],
4038
+ "name": "DeviceAttributes",
4039
+ "non_null": false
4040
+ },
4041
+ "varName": "deviceAttributes"
3854
4042
  },
3855
4043
  "deviceOS": {
3856
- "alias": "OperatingSystemDeviceOS: deviceOS",
4044
+ "alias": "operatingSystemDeviceOS: deviceOS",
3857
4045
  "args": {},
3858
4046
  "deprecationReason": null,
3859
4047
  "description": "Source device OS matching criteria for the exception.",
@@ -3946,7 +4134,7 @@
3946
4134
  "varName": "name"
3947
4135
  },
3948
4136
  "service": {
3949
- "alias": "InternetFirewallServiceTypeService: service",
4137
+ "alias": "internetFirewallServiceTypeService: service",
3950
4138
  "args": {},
3951
4139
  "deprecationReason": null,
3952
4140
  "description": "Destination service matching criteria for the exception.",
@@ -3954,16 +4142,16 @@
3954
4142
  "isDeprecated": false,
3955
4143
  "name": "service",
3956
4144
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.service",
3957
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
4145
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
3958
4146
  "required": true,
3959
- "responseStr": "service:$InternetFirewallServiceType ",
4147
+ "responseStr": "service:$internetFirewallServiceType ",
3960
4148
  "type": {
3961
4149
  "definition": {
3962
4150
  "description": "Add the Service Type to which this Internet Firewall rule applies",
3963
4151
  "enumValues": null,
3964
4152
  "fields": {
3965
4153
  "custom": {
3966
- "alias": "CustomServiceCustom: custom",
4154
+ "alias": "customServiceCustom: custom",
3967
4155
  "args": {},
3968
4156
  "deprecationReason": null,
3969
4157
  "description": null,
@@ -3971,9 +4159,9 @@
3971
4159
  "isDeprecated": false,
3972
4160
  "name": "custom",
3973
4161
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.service.custom",
3974
- "requestStr": "$CustomService:[CustomService]! ",
4162
+ "requestStr": "$customService:[CustomService]! ",
3975
4163
  "required": true,
3976
- "responseStr": "custom:$CustomService ",
4164
+ "responseStr": "custom:$customService ",
3977
4165
  "type": {
3978
4166
  "definition": {
3979
4167
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -4002,7 +4190,7 @@
4002
4190
  "varName": "port"
4003
4191
  },
4004
4192
  "portRange": {
4005
- "alias": "PortRangePortRange: portRange",
4193
+ "alias": "portRangePortRange: portRange",
4006
4194
  "args": {},
4007
4195
  "deprecationReason": null,
4008
4196
  "description": null,
@@ -4010,9 +4198,9 @@
4010
4198
  "isDeprecated": false,
4011
4199
  "name": "portRange",
4012
4200
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.service.custom.portRange",
4013
- "requestStr": "$PortRange:PortRange ",
4201
+ "requestStr": "$portRange:PortRange ",
4014
4202
  "required": false,
4015
- "responseStr": "portRange:$PortRange ",
4203
+ "responseStr": "portRange:$portRange ",
4016
4204
  "type": {
4017
4205
  "definition": {
4018
4206
  "description": "Inclusive network port range",
@@ -4074,10 +4262,10 @@
4074
4262
  "name": "PortRange",
4075
4263
  "non_null": false
4076
4264
  },
4077
- "varName": "PortRange"
4265
+ "varName": "portRange"
4078
4266
  },
4079
4267
  "protocol": {
4080
- "alias": "IpProtocolProtocol: protocol",
4268
+ "alias": "ipProtocolProtocol: protocol",
4081
4269
  "args": {},
4082
4270
  "deprecationReason": null,
4083
4271
  "description": null,
@@ -4157,10 +4345,10 @@
4157
4345
  "name": "CustomService",
4158
4346
  "non_null": false
4159
4347
  },
4160
- "varName": "CustomService"
4348
+ "varName": "customService"
4161
4349
  },
4162
4350
  "standard": {
4163
- "alias": "ServiceRefStandard: standard",
4351
+ "alias": "serviceRefStandard: standard",
4164
4352
  "args": {},
4165
4353
  "deprecationReason": null,
4166
4354
  "description": null,
@@ -4168,9 +4356,9 @@
4168
4356
  "isDeprecated": false,
4169
4357
  "name": "standard",
4170
4358
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.service.standard",
4171
- "requestStr": "$ServiceRef:[ServiceRef]! ",
4359
+ "requestStr": "$serviceRef:[ServiceRef]! ",
4172
4360
  "required": true,
4173
- "responseStr": "standard:$ServiceRef ",
4361
+ "responseStr": "standard:$serviceRef ",
4174
4362
  "type": {
4175
4363
  "definition": {
4176
4364
  "description": null,
@@ -4235,7 +4423,7 @@
4235
4423
  "name": "ServiceRef",
4236
4424
  "non_null": false
4237
4425
  },
4238
- "varName": "ServiceRef"
4426
+ "varName": "serviceRef"
4239
4427
  }
4240
4428
  },
4241
4429
  "inputFields": null,
@@ -4252,10 +4440,10 @@
4252
4440
  "name": "InternetFirewallServiceType",
4253
4441
  "non_null": false
4254
4442
  },
4255
- "varName": "InternetFirewallServiceType"
4443
+ "varName": "internetFirewallServiceType"
4256
4444
  },
4257
4445
  "source": {
4258
- "alias": "InternetFirewallSourceSource: source",
4446
+ "alias": "internetFirewallSourceSource: source",
4259
4447
  "args": {},
4260
4448
  "deprecationReason": null,
4261
4449
  "description": "Source traffic matching criteria for the exception.",
@@ -4263,16 +4451,16 @@
4263
4451
  "isDeprecated": false,
4264
4452
  "name": "source",
4265
4453
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source",
4266
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
4454
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
4267
4455
  "required": true,
4268
- "responseStr": "source:$InternetFirewallSource ",
4456
+ "responseStr": "source:$internetFirewallSource ",
4269
4457
  "type": {
4270
4458
  "definition": {
4271
4459
  "description": "Returns the settings for Source of an Internet Firewall rule",
4272
4460
  "enumValues": null,
4273
4461
  "fields": {
4274
4462
  "floatingSubnet": {
4275
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
4463
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4276
4464
  "args": {},
4277
4465
  "deprecationReason": null,
4278
4466
  "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.",
@@ -4280,9 +4468,9 @@
4280
4468
  "isDeprecated": false,
4281
4469
  "name": "floatingSubnet",
4282
4470
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.floatingSubnet",
4283
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
4471
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
4284
4472
  "required": true,
4285
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
4473
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
4286
4474
  "type": {
4287
4475
  "definition": {
4288
4476
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -4347,10 +4535,10 @@
4347
4535
  "name": "FloatingSubnetRef",
4348
4536
  "non_null": false
4349
4537
  },
4350
- "varName": "FloatingSubnetRef"
4538
+ "varName": "floatingSubnetRef"
4351
4539
  },
4352
4540
  "globalIpRange": {
4353
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
4541
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4354
4542
  "args": {},
4355
4543
  "deprecationReason": null,
4356
4544
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4358,9 +4546,9 @@
4358
4546
  "isDeprecated": false,
4359
4547
  "name": "globalIpRange",
4360
4548
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.globalIpRange",
4361
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
4549
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4362
4550
  "required": true,
4363
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
4551
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4364
4552
  "type": {
4365
4553
  "definition": {
4366
4554
  "description": null,
@@ -4425,10 +4613,10 @@
4425
4613
  "name": "GlobalIpRangeRef",
4426
4614
  "non_null": false
4427
4615
  },
4428
- "varName": "GlobalIpRangeRef"
4616
+ "varName": "globalIpRangeRef"
4429
4617
  },
4430
4618
  "group": {
4431
- "alias": "GroupRefGroup: group",
4619
+ "alias": "groupRefGroup: group",
4432
4620
  "args": {},
4433
4621
  "deprecationReason": null,
4434
4622
  "description": "Groups defined for your account",
@@ -4436,9 +4624,9 @@
4436
4624
  "isDeprecated": false,
4437
4625
  "name": "group",
4438
4626
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.group",
4439
- "requestStr": "$GroupRef:[GroupRef]! ",
4627
+ "requestStr": "$groupRef:[GroupRef]! ",
4440
4628
  "required": true,
4441
- "responseStr": "group:$GroupRef ",
4629
+ "responseStr": "group:$groupRef ",
4442
4630
  "type": {
4443
4631
  "definition": {
4444
4632
  "description": null,
@@ -4503,10 +4691,10 @@
4503
4691
  "name": "GroupRef",
4504
4692
  "non_null": false
4505
4693
  },
4506
- "varName": "GroupRef"
4694
+ "varName": "groupRef"
4507
4695
  },
4508
4696
  "host": {
4509
- "alias": "HostRefHost: host",
4697
+ "alias": "hostRefHost: host",
4510
4698
  "args": {},
4511
4699
  "deprecationReason": null,
4512
4700
  "description": "Hosts and servers defined for your account",
@@ -4514,9 +4702,9 @@
4514
4702
  "isDeprecated": false,
4515
4703
  "name": "host",
4516
4704
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.host",
4517
- "requestStr": "$HostRef:[HostRef]! ",
4705
+ "requestStr": "$hostRef:[HostRef]! ",
4518
4706
  "required": true,
4519
- "responseStr": "host:$HostRef ",
4707
+ "responseStr": "host:$hostRef ",
4520
4708
  "type": {
4521
4709
  "definition": {
4522
4710
  "description": null,
@@ -4581,7 +4769,7 @@
4581
4769
  "name": "HostRef",
4582
4770
  "non_null": false
4583
4771
  },
4584
- "varName": "HostRef"
4772
+ "varName": "hostRef"
4585
4773
  },
4586
4774
  "ip": {
4587
4775
  "args": {},
@@ -4607,7 +4795,7 @@
4607
4795
  "varName": "ip"
4608
4796
  },
4609
4797
  "ipRange": {
4610
- "alias": "IpAddressRangeIpRange: ipRange",
4798
+ "alias": "ipAddressRangeIpRange: ipRange",
4611
4799
  "args": {},
4612
4800
  "deprecationReason": null,
4613
4801
  "description": "Multiple separate IP addresses or an IP range",
@@ -4615,9 +4803,9 @@
4615
4803
  "isDeprecated": false,
4616
4804
  "name": "ipRange",
4617
4805
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.ipRange",
4618
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
4806
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
4619
4807
  "required": true,
4620
- "responseStr": "ipRange:$IpAddressRange ",
4808
+ "responseStr": "ipRange:$ipAddressRange ",
4621
4809
  "type": {
4622
4810
  "definition": {
4623
4811
  "description": "Inclusive range of IPs",
@@ -4682,10 +4870,10 @@
4682
4870
  "name": "IpAddressRange",
4683
4871
  "non_null": false
4684
4872
  },
4685
- "varName": "IpAddressRange"
4873
+ "varName": "ipAddressRange"
4686
4874
  },
4687
4875
  "networkInterface": {
4688
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
4876
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4689
4877
  "args": {},
4690
4878
  "deprecationReason": null,
4691
4879
  "description": "Network range defined for a site",
@@ -4693,9 +4881,9 @@
4693
4881
  "isDeprecated": false,
4694
4882
  "name": "networkInterface",
4695
4883
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.networkInterface",
4696
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
4884
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
4697
4885
  "required": true,
4698
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
4886
+ "responseStr": "networkInterface:$networkInterfaceRef ",
4699
4887
  "type": {
4700
4888
  "definition": {
4701
4889
  "description": null,
@@ -4760,10 +4948,10 @@
4760
4948
  "name": "NetworkInterfaceRef",
4761
4949
  "non_null": false
4762
4950
  },
4763
- "varName": "NetworkInterfaceRef"
4951
+ "varName": "networkInterfaceRef"
4764
4952
  },
4765
4953
  "site": {
4766
- "alias": "SiteRefSite: site",
4954
+ "alias": "siteRefSite: site",
4767
4955
  "args": {},
4768
4956
  "deprecationReason": null,
4769
4957
  "description": "Site defined for the account",
@@ -4771,9 +4959,9 @@
4771
4959
  "isDeprecated": false,
4772
4960
  "name": "site",
4773
4961
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.site",
4774
- "requestStr": "$SiteRef:[SiteRef]! ",
4962
+ "requestStr": "$siteRef:[SiteRef]! ",
4775
4963
  "required": true,
4776
- "responseStr": "site:$SiteRef ",
4964
+ "responseStr": "site:$siteRef ",
4777
4965
  "type": {
4778
4966
  "definition": {
4779
4967
  "description": null,
@@ -4838,10 +5026,10 @@
4838
5026
  "name": "SiteRef",
4839
5027
  "non_null": false
4840
5028
  },
4841
- "varName": "SiteRef"
5029
+ "varName": "siteRef"
4842
5030
  },
4843
5031
  "siteNetworkSubnet": {
4844
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
5032
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4845
5033
  "args": {},
4846
5034
  "deprecationReason": null,
4847
5035
  "description": "GlobalRange + InterfaceSubnet",
@@ -4849,9 +5037,9 @@
4849
5037
  "isDeprecated": false,
4850
5038
  "name": "siteNetworkSubnet",
4851
5039
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.siteNetworkSubnet",
4852
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
5040
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4853
5041
  "required": true,
4854
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
5042
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4855
5043
  "type": {
4856
5044
  "definition": {
4857
5045
  "description": null,
@@ -4916,7 +5104,7 @@
4916
5104
  "name": "SiteNetworkSubnetRef",
4917
5105
  "non_null": false
4918
5106
  },
4919
- "varName": "SiteNetworkSubnetRef"
5107
+ "varName": "siteNetworkSubnetRef"
4920
5108
  },
4921
5109
  "subnet": {
4922
5110
  "args": {},
@@ -4942,7 +5130,7 @@
4942
5130
  "varName": "subnet"
4943
5131
  },
4944
5132
  "systemGroup": {
4945
- "alias": "SystemGroupRefSystemGroup: systemGroup",
5133
+ "alias": "systemGroupRefSystemGroup: systemGroup",
4946
5134
  "args": {},
4947
5135
  "deprecationReason": null,
4948
5136
  "description": "Predefined Cato groups",
@@ -4950,9 +5138,9 @@
4950
5138
  "isDeprecated": false,
4951
5139
  "name": "systemGroup",
4952
5140
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.systemGroup",
4953
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
5141
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4954
5142
  "required": true,
4955
- "responseStr": "systemGroup:$SystemGroupRef ",
5143
+ "responseStr": "systemGroup:$systemGroupRef ",
4956
5144
  "type": {
4957
5145
  "definition": {
4958
5146
  "description": null,
@@ -5017,10 +5205,10 @@
5017
5205
  "name": "SystemGroupRef",
5018
5206
  "non_null": false
5019
5207
  },
5020
- "varName": "SystemGroupRef"
5208
+ "varName": "systemGroupRef"
5021
5209
  },
5022
5210
  "user": {
5023
- "alias": "UserRefUser: user",
5211
+ "alias": "userRefUser: user",
5024
5212
  "args": {},
5025
5213
  "deprecationReason": null,
5026
5214
  "description": "Individual users defined for the account",
@@ -5028,9 +5216,9 @@
5028
5216
  "isDeprecated": false,
5029
5217
  "name": "user",
5030
5218
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.user",
5031
- "requestStr": "$UserRef:[UserRef]! ",
5219
+ "requestStr": "$userRef:[UserRef]! ",
5032
5220
  "required": true,
5033
- "responseStr": "user:$UserRef ",
5221
+ "responseStr": "user:$userRef ",
5034
5222
  "type": {
5035
5223
  "definition": {
5036
5224
  "description": null,
@@ -5095,10 +5283,10 @@
5095
5283
  "name": "UserRef",
5096
5284
  "non_null": false
5097
5285
  },
5098
- "varName": "UserRef"
5286
+ "varName": "userRef"
5099
5287
  },
5100
5288
  "usersGroup": {
5101
- "alias": "UsersGroupRefUsersGroup: usersGroup",
5289
+ "alias": "usersGroupRefUsersGroup: usersGroup",
5102
5290
  "args": {},
5103
5291
  "deprecationReason": null,
5104
5292
  "description": "Group of users",
@@ -5106,9 +5294,9 @@
5106
5294
  "isDeprecated": false,
5107
5295
  "name": "usersGroup",
5108
5296
  "path": "internetFirewall.updatePolicy.policy.rules.rule.exceptions.source.usersGroup",
5109
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
5297
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
5110
5298
  "required": true,
5111
- "responseStr": "usersGroup:$UsersGroupRef ",
5299
+ "responseStr": "usersGroup:$usersGroupRef ",
5112
5300
  "type": {
5113
5301
  "definition": {
5114
5302
  "description": null,
@@ -5173,7 +5361,7 @@
5173
5361
  "name": "UsersGroupRef",
5174
5362
  "non_null": false
5175
5363
  },
5176
- "varName": "UsersGroupRef"
5364
+ "varName": "usersGroupRef"
5177
5365
  }
5178
5366
  },
5179
5367
  "inputFields": null,
@@ -5190,7 +5378,7 @@
5190
5378
  "name": "InternetFirewallSource",
5191
5379
  "non_null": false
5192
5380
  },
5193
- "varName": "InternetFirewallSource"
5381
+ "varName": "internetFirewallSource"
5194
5382
  }
5195
5383
  },
5196
5384
  "inputFields": null,
@@ -5209,7 +5397,7 @@
5209
5397
  "name": "InternetFirewallRuleException",
5210
5398
  "non_null": false
5211
5399
  },
5212
- "varName": "InternetFirewallRuleException"
5400
+ "varName": "internetFirewallRuleException"
5213
5401
  },
5214
5402
  "id": {
5215
5403
  "args": {},
@@ -5275,7 +5463,7 @@
5275
5463
  "varName": "name"
5276
5464
  },
5277
5465
  "schedule": {
5278
- "alias": "PolicyScheduleSchedule: schedule",
5466
+ "alias": "policyScheduleSchedule: schedule",
5279
5467
  "args": {},
5280
5468
  "deprecationReason": null,
5281
5469
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -5283,16 +5471,16 @@
5283
5471
  "isDeprecated": false,
5284
5472
  "name": "schedule",
5285
5473
  "path": "internetFirewall.updatePolicy.policy.rules.rule.schedule",
5286
- "requestStr": "$PolicySchedule:PolicySchedule! ",
5474
+ "requestStr": "$policySchedule:PolicySchedule! ",
5287
5475
  "required": true,
5288
- "responseStr": "schedule:$PolicySchedule ",
5476
+ "responseStr": "schedule:$policySchedule ",
5289
5477
  "type": {
5290
5478
  "definition": {
5291
5479
  "description": null,
5292
5480
  "enumValues": null,
5293
5481
  "fields": {
5294
5482
  "activeOn": {
5295
- "alias": "PolicyActiveOnEnumActiveOn: activeOn",
5483
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
5296
5484
  "args": {},
5297
5485
  "deprecationReason": null,
5298
5486
  "description": null,
@@ -5350,7 +5538,7 @@
5350
5538
  "varName": "activeOn"
5351
5539
  },
5352
5540
  "customRecurring": {
5353
- "alias": "PolicyCustomRecurringCustomRecurring: customRecurring",
5541
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5354
5542
  "args": {},
5355
5543
  "deprecationReason": null,
5356
5544
  "description": null,
@@ -5358,9 +5546,9 @@
5358
5546
  "isDeprecated": false,
5359
5547
  "name": "customRecurring",
5360
5548
  "path": "internetFirewall.updatePolicy.policy.rules.rule.schedule.customRecurring",
5361
- "requestStr": "$PolicyCustomRecurring:PolicyCustomRecurring ",
5549
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
5362
5550
  "required": false,
5363
- "responseStr": "customRecurring:$PolicyCustomRecurring ",
5551
+ "responseStr": "customRecurring:$policyCustomRecurring ",
5364
5552
  "type": {
5365
5553
  "definition": {
5366
5554
  "description": "Returns data for a custom recurring time range that a rule is active",
@@ -5499,10 +5687,10 @@
5499
5687
  "name": "PolicyCustomRecurring",
5500
5688
  "non_null": false
5501
5689
  },
5502
- "varName": "PolicyCustomRecurring"
5690
+ "varName": "policyCustomRecurring"
5503
5691
  },
5504
5692
  "customTimeframe": {
5505
- "alias": "PolicyCustomTimeframeCustomTimeframe: customTimeframe",
5693
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5506
5694
  "args": {},
5507
5695
  "deprecationReason": null,
5508
5696
  "description": null,
@@ -5510,9 +5698,9 @@
5510
5698
  "isDeprecated": false,
5511
5699
  "name": "customTimeframe",
5512
5700
  "path": "internetFirewall.updatePolicy.policy.rules.rule.schedule.customTimeframe",
5513
- "requestStr": "$PolicyCustomTimeframe:PolicyCustomTimeframe ",
5701
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
5514
5702
  "required": false,
5515
- "responseStr": "customTimeframe:$PolicyCustomTimeframe ",
5703
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
5516
5704
  "type": {
5517
5705
  "definition": {
5518
5706
  "description": "Returns data for a custom one-time time range that a rule is active",
@@ -5574,7 +5762,7 @@
5574
5762
  "name": "PolicyCustomTimeframe",
5575
5763
  "non_null": false
5576
5764
  },
5577
- "varName": "PolicyCustomTimeframe"
5765
+ "varName": "policyCustomTimeframe"
5578
5766
  }
5579
5767
  },
5580
5768
  "inputFields": null,
@@ -5591,10 +5779,10 @@
5591
5779
  "name": "PolicySchedule",
5592
5780
  "non_null": false
5593
5781
  },
5594
- "varName": "PolicySchedule"
5782
+ "varName": "policySchedule"
5595
5783
  },
5596
5784
  "section": {
5597
- "alias": "PolicySectionInfoSection: section",
5785
+ "alias": "policySectionInfoSection: section",
5598
5786
  "args": {},
5599
5787
  "deprecationReason": null,
5600
5788
  "description": "Policy section where the rule is located",
@@ -5602,9 +5790,9 @@
5602
5790
  "isDeprecated": false,
5603
5791
  "name": "section",
5604
5792
  "path": "internetFirewall.updatePolicy.policy.rules.rule.section",
5605
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
5793
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
5606
5794
  "required": true,
5607
- "responseStr": "section:$PolicySectionInfo ",
5795
+ "responseStr": "section:$policySectionInfo ",
5608
5796
  "type": {
5609
5797
  "definition": {
5610
5798
  "description": "Define settings for a policy section",
@@ -5667,10 +5855,10 @@
5667
5855
  "name": "PolicySectionInfo",
5668
5856
  "non_null": false
5669
5857
  },
5670
- "varName": "PolicySectionInfo"
5858
+ "varName": "policySectionInfo"
5671
5859
  },
5672
5860
  "service": {
5673
- "alias": "InternetFirewallServiceTypeService: service",
5861
+ "alias": "internetFirewallServiceTypeService: service",
5674
5862
  "args": {},
5675
5863
  "deprecationReason": null,
5676
5864
  "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5678,16 +5866,16 @@
5678
5866
  "isDeprecated": false,
5679
5867
  "name": "service",
5680
5868
  "path": "internetFirewall.updatePolicy.policy.rules.rule.service",
5681
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
5869
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
5682
5870
  "required": true,
5683
- "responseStr": "service:$InternetFirewallServiceType ",
5871
+ "responseStr": "service:$internetFirewallServiceType ",
5684
5872
  "type": {
5685
5873
  "definition": {
5686
5874
  "description": "Add the Service Type to which this Internet Firewall rule applies",
5687
5875
  "enumValues": null,
5688
5876
  "fields": {
5689
5877
  "custom": {
5690
- "alias": "CustomServiceCustom: custom",
5878
+ "alias": "customServiceCustom: custom",
5691
5879
  "args": {},
5692
5880
  "deprecationReason": null,
5693
5881
  "description": null,
@@ -5695,9 +5883,9 @@
5695
5883
  "isDeprecated": false,
5696
5884
  "name": "custom",
5697
5885
  "path": "internetFirewall.updatePolicy.policy.rules.rule.service.custom",
5698
- "requestStr": "$CustomService:[CustomService]! ",
5886
+ "requestStr": "$customService:[CustomService]! ",
5699
5887
  "required": true,
5700
- "responseStr": "custom:$CustomService ",
5888
+ "responseStr": "custom:$customService ",
5701
5889
  "type": {
5702
5890
  "definition": {
5703
5891
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -5726,7 +5914,7 @@
5726
5914
  "varName": "port"
5727
5915
  },
5728
5916
  "portRange": {
5729
- "alias": "PortRangePortRange: portRange",
5917
+ "alias": "portRangePortRange: portRange",
5730
5918
  "args": {},
5731
5919
  "deprecationReason": null,
5732
5920
  "description": null,
@@ -5734,9 +5922,9 @@
5734
5922
  "isDeprecated": false,
5735
5923
  "name": "portRange",
5736
5924
  "path": "internetFirewall.updatePolicy.policy.rules.rule.service.custom.portRange",
5737
- "requestStr": "$PortRange:PortRange ",
5925
+ "requestStr": "$portRange:PortRange ",
5738
5926
  "required": false,
5739
- "responseStr": "portRange:$PortRange ",
5927
+ "responseStr": "portRange:$portRange ",
5740
5928
  "type": {
5741
5929
  "definition": {
5742
5930
  "description": "Inclusive network port range",
@@ -5798,10 +5986,10 @@
5798
5986
  "name": "PortRange",
5799
5987
  "non_null": false
5800
5988
  },
5801
- "varName": "PortRange"
5989
+ "varName": "portRange"
5802
5990
  },
5803
5991
  "protocol": {
5804
- "alias": "IpProtocolProtocol: protocol",
5992
+ "alias": "ipProtocolProtocol: protocol",
5805
5993
  "args": {},
5806
5994
  "deprecationReason": null,
5807
5995
  "description": null,
@@ -5881,10 +6069,10 @@
5881
6069
  "name": "CustomService",
5882
6070
  "non_null": false
5883
6071
  },
5884
- "varName": "CustomService"
6072
+ "varName": "customService"
5885
6073
  },
5886
6074
  "standard": {
5887
- "alias": "ServiceRefStandard: standard",
6075
+ "alias": "serviceRefStandard: standard",
5888
6076
  "args": {},
5889
6077
  "deprecationReason": null,
5890
6078
  "description": null,
@@ -5892,9 +6080,9 @@
5892
6080
  "isDeprecated": false,
5893
6081
  "name": "standard",
5894
6082
  "path": "internetFirewall.updatePolicy.policy.rules.rule.service.standard",
5895
- "requestStr": "$ServiceRef:[ServiceRef]! ",
6083
+ "requestStr": "$serviceRef:[ServiceRef]! ",
5896
6084
  "required": true,
5897
- "responseStr": "standard:$ServiceRef ",
6085
+ "responseStr": "standard:$serviceRef ",
5898
6086
  "type": {
5899
6087
  "definition": {
5900
6088
  "description": null,
@@ -5959,7 +6147,7 @@
5959
6147
  "name": "ServiceRef",
5960
6148
  "non_null": false
5961
6149
  },
5962
- "varName": "ServiceRef"
6150
+ "varName": "serviceRef"
5963
6151
  }
5964
6152
  },
5965
6153
  "inputFields": null,
@@ -5976,10 +6164,10 @@
5976
6164
  "name": "InternetFirewallServiceType",
5977
6165
  "non_null": false
5978
6166
  },
5979
- "varName": "InternetFirewallServiceType"
6167
+ "varName": "internetFirewallServiceType"
5980
6168
  },
5981
6169
  "source": {
5982
- "alias": "InternetFirewallSourceSource: source",
6170
+ "alias": "internetFirewallSourceSource: source",
5983
6171
  "args": {},
5984
6172
  "deprecationReason": null,
5985
6173
  "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5987,16 +6175,16 @@
5987
6175
  "isDeprecated": false,
5988
6176
  "name": "source",
5989
6177
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source",
5990
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
6178
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
5991
6179
  "required": true,
5992
- "responseStr": "source:$InternetFirewallSource ",
6180
+ "responseStr": "source:$internetFirewallSource ",
5993
6181
  "type": {
5994
6182
  "definition": {
5995
6183
  "description": "Returns the settings for Source of an Internet Firewall rule",
5996
6184
  "enumValues": null,
5997
6185
  "fields": {
5998
6186
  "floatingSubnet": {
5999
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
6187
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
6000
6188
  "args": {},
6001
6189
  "deprecationReason": null,
6002
6190
  "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.",
@@ -6004,9 +6192,9 @@
6004
6192
  "isDeprecated": false,
6005
6193
  "name": "floatingSubnet",
6006
6194
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.floatingSubnet",
6007
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
6195
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
6008
6196
  "required": true,
6009
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
6197
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
6010
6198
  "type": {
6011
6199
  "definition": {
6012
6200
  "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
@@ -6071,10 +6259,10 @@
6071
6259
  "name": "FloatingSubnetRef",
6072
6260
  "non_null": false
6073
6261
  },
6074
- "varName": "FloatingSubnetRef"
6262
+ "varName": "floatingSubnetRef"
6075
6263
  },
6076
6264
  "globalIpRange": {
6077
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
6265
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6078
6266
  "args": {},
6079
6267
  "deprecationReason": null,
6080
6268
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6082,9 +6270,9 @@
6082
6270
  "isDeprecated": false,
6083
6271
  "name": "globalIpRange",
6084
6272
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.globalIpRange",
6085
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
6273
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
6086
6274
  "required": true,
6087
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
6275
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
6088
6276
  "type": {
6089
6277
  "definition": {
6090
6278
  "description": null,
@@ -6149,10 +6337,10 @@
6149
6337
  "name": "GlobalIpRangeRef",
6150
6338
  "non_null": false
6151
6339
  },
6152
- "varName": "GlobalIpRangeRef"
6340
+ "varName": "globalIpRangeRef"
6153
6341
  },
6154
6342
  "group": {
6155
- "alias": "GroupRefGroup: group",
6343
+ "alias": "groupRefGroup: group",
6156
6344
  "args": {},
6157
6345
  "deprecationReason": null,
6158
6346
  "description": "Groups defined for your account",
@@ -6160,9 +6348,9 @@
6160
6348
  "isDeprecated": false,
6161
6349
  "name": "group",
6162
6350
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.group",
6163
- "requestStr": "$GroupRef:[GroupRef]! ",
6351
+ "requestStr": "$groupRef:[GroupRef]! ",
6164
6352
  "required": true,
6165
- "responseStr": "group:$GroupRef ",
6353
+ "responseStr": "group:$groupRef ",
6166
6354
  "type": {
6167
6355
  "definition": {
6168
6356
  "description": null,
@@ -6227,10 +6415,10 @@
6227
6415
  "name": "GroupRef",
6228
6416
  "non_null": false
6229
6417
  },
6230
- "varName": "GroupRef"
6418
+ "varName": "groupRef"
6231
6419
  },
6232
6420
  "host": {
6233
- "alias": "HostRefHost: host",
6421
+ "alias": "hostRefHost: host",
6234
6422
  "args": {},
6235
6423
  "deprecationReason": null,
6236
6424
  "description": "Hosts and servers defined for your account",
@@ -6238,9 +6426,9 @@
6238
6426
  "isDeprecated": false,
6239
6427
  "name": "host",
6240
6428
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.host",
6241
- "requestStr": "$HostRef:[HostRef]! ",
6429
+ "requestStr": "$hostRef:[HostRef]! ",
6242
6430
  "required": true,
6243
- "responseStr": "host:$HostRef ",
6431
+ "responseStr": "host:$hostRef ",
6244
6432
  "type": {
6245
6433
  "definition": {
6246
6434
  "description": null,
@@ -6305,7 +6493,7 @@
6305
6493
  "name": "HostRef",
6306
6494
  "non_null": false
6307
6495
  },
6308
- "varName": "HostRef"
6496
+ "varName": "hostRef"
6309
6497
  },
6310
6498
  "ip": {
6311
6499
  "args": {},
@@ -6331,7 +6519,7 @@
6331
6519
  "varName": "ip"
6332
6520
  },
6333
6521
  "ipRange": {
6334
- "alias": "IpAddressRangeIpRange: ipRange",
6522
+ "alias": "ipAddressRangeIpRange: ipRange",
6335
6523
  "args": {},
6336
6524
  "deprecationReason": null,
6337
6525
  "description": "Multiple separate IP addresses or an IP range",
@@ -6339,9 +6527,9 @@
6339
6527
  "isDeprecated": false,
6340
6528
  "name": "ipRange",
6341
6529
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.ipRange",
6342
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
6530
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
6343
6531
  "required": true,
6344
- "responseStr": "ipRange:$IpAddressRange ",
6532
+ "responseStr": "ipRange:$ipAddressRange ",
6345
6533
  "type": {
6346
6534
  "definition": {
6347
6535
  "description": "Inclusive range of IPs",
@@ -6406,10 +6594,10 @@
6406
6594
  "name": "IpAddressRange",
6407
6595
  "non_null": false
6408
6596
  },
6409
- "varName": "IpAddressRange"
6597
+ "varName": "ipAddressRange"
6410
6598
  },
6411
6599
  "networkInterface": {
6412
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
6600
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6413
6601
  "args": {},
6414
6602
  "deprecationReason": null,
6415
6603
  "description": "Network range defined for a site",
@@ -6417,9 +6605,9 @@
6417
6605
  "isDeprecated": false,
6418
6606
  "name": "networkInterface",
6419
6607
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.networkInterface",
6420
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
6608
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
6421
6609
  "required": true,
6422
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
6610
+ "responseStr": "networkInterface:$networkInterfaceRef ",
6423
6611
  "type": {
6424
6612
  "definition": {
6425
6613
  "description": null,
@@ -6484,10 +6672,10 @@
6484
6672
  "name": "NetworkInterfaceRef",
6485
6673
  "non_null": false
6486
6674
  },
6487
- "varName": "NetworkInterfaceRef"
6675
+ "varName": "networkInterfaceRef"
6488
6676
  },
6489
6677
  "site": {
6490
- "alias": "SiteRefSite: site",
6678
+ "alias": "siteRefSite: site",
6491
6679
  "args": {},
6492
6680
  "deprecationReason": null,
6493
6681
  "description": "Site defined for the account",
@@ -6495,9 +6683,9 @@
6495
6683
  "isDeprecated": false,
6496
6684
  "name": "site",
6497
6685
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.site",
6498
- "requestStr": "$SiteRef:[SiteRef]! ",
6686
+ "requestStr": "$siteRef:[SiteRef]! ",
6499
6687
  "required": true,
6500
- "responseStr": "site:$SiteRef ",
6688
+ "responseStr": "site:$siteRef ",
6501
6689
  "type": {
6502
6690
  "definition": {
6503
6691
  "description": null,
@@ -6562,10 +6750,10 @@
6562
6750
  "name": "SiteRef",
6563
6751
  "non_null": false
6564
6752
  },
6565
- "varName": "SiteRef"
6753
+ "varName": "siteRef"
6566
6754
  },
6567
6755
  "siteNetworkSubnet": {
6568
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6756
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6569
6757
  "args": {},
6570
6758
  "deprecationReason": null,
6571
6759
  "description": "GlobalRange + InterfaceSubnet",
@@ -6573,9 +6761,9 @@
6573
6761
  "isDeprecated": false,
6574
6762
  "name": "siteNetworkSubnet",
6575
6763
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.siteNetworkSubnet",
6576
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6764
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6577
6765
  "required": true,
6578
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
6766
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6579
6767
  "type": {
6580
6768
  "definition": {
6581
6769
  "description": null,
@@ -6640,7 +6828,7 @@
6640
6828
  "name": "SiteNetworkSubnetRef",
6641
6829
  "non_null": false
6642
6830
  },
6643
- "varName": "SiteNetworkSubnetRef"
6831
+ "varName": "siteNetworkSubnetRef"
6644
6832
  },
6645
6833
  "subnet": {
6646
6834
  "args": {},
@@ -6666,7 +6854,7 @@
6666
6854
  "varName": "subnet"
6667
6855
  },
6668
6856
  "systemGroup": {
6669
- "alias": "SystemGroupRefSystemGroup: systemGroup",
6857
+ "alias": "systemGroupRefSystemGroup: systemGroup",
6670
6858
  "args": {},
6671
6859
  "deprecationReason": null,
6672
6860
  "description": "Predefined Cato groups",
@@ -6674,9 +6862,9 @@
6674
6862
  "isDeprecated": false,
6675
6863
  "name": "systemGroup",
6676
6864
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.systemGroup",
6677
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
6865
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
6678
6866
  "required": true,
6679
- "responseStr": "systemGroup:$SystemGroupRef ",
6867
+ "responseStr": "systemGroup:$systemGroupRef ",
6680
6868
  "type": {
6681
6869
  "definition": {
6682
6870
  "description": null,
@@ -6741,10 +6929,10 @@
6741
6929
  "name": "SystemGroupRef",
6742
6930
  "non_null": false
6743
6931
  },
6744
- "varName": "SystemGroupRef"
6932
+ "varName": "systemGroupRef"
6745
6933
  },
6746
6934
  "user": {
6747
- "alias": "UserRefUser: user",
6935
+ "alias": "userRefUser: user",
6748
6936
  "args": {},
6749
6937
  "deprecationReason": null,
6750
6938
  "description": "Individual users defined for the account",
@@ -6752,9 +6940,9 @@
6752
6940
  "isDeprecated": false,
6753
6941
  "name": "user",
6754
6942
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.user",
6755
- "requestStr": "$UserRef:[UserRef]! ",
6943
+ "requestStr": "$userRef:[UserRef]! ",
6756
6944
  "required": true,
6757
- "responseStr": "user:$UserRef ",
6945
+ "responseStr": "user:$userRef ",
6758
6946
  "type": {
6759
6947
  "definition": {
6760
6948
  "description": null,
@@ -6819,10 +7007,10 @@
6819
7007
  "name": "UserRef",
6820
7008
  "non_null": false
6821
7009
  },
6822
- "varName": "UserRef"
7010
+ "varName": "userRef"
6823
7011
  },
6824
7012
  "usersGroup": {
6825
- "alias": "UsersGroupRefUsersGroup: usersGroup",
7013
+ "alias": "usersGroupRefUsersGroup: usersGroup",
6826
7014
  "args": {},
6827
7015
  "deprecationReason": null,
6828
7016
  "description": "Group of users",
@@ -6830,9 +7018,9 @@
6830
7018
  "isDeprecated": false,
6831
7019
  "name": "usersGroup",
6832
7020
  "path": "internetFirewall.updatePolicy.policy.rules.rule.source.usersGroup",
6833
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
7021
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
6834
7022
  "required": true,
6835
- "responseStr": "usersGroup:$UsersGroupRef ",
7023
+ "responseStr": "usersGroup:$usersGroupRef ",
6836
7024
  "type": {
6837
7025
  "definition": {
6838
7026
  "description": null,
@@ -6897,7 +7085,7 @@
6897
7085
  "name": "UsersGroupRef",
6898
7086
  "non_null": false
6899
7087
  },
6900
- "varName": "UsersGroupRef"
7088
+ "varName": "usersGroupRef"
6901
7089
  }
6902
7090
  },
6903
7091
  "inputFields": null,
@@ -6914,10 +7102,10 @@
6914
7102
  "name": "InternetFirewallSource",
6915
7103
  "non_null": false
6916
7104
  },
6917
- "varName": "InternetFirewallSource"
7105
+ "varName": "internetFirewallSource"
6918
7106
  },
6919
7107
  "tracking": {
6920
- "alias": "PolicyTrackingTracking: tracking",
7108
+ "alias": "policyTrackingTracking: tracking",
6921
7109
  "args": {},
6922
7110
  "deprecationReason": null,
6923
7111
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -6925,16 +7113,16 @@
6925
7113
  "isDeprecated": false,
6926
7114
  "name": "tracking",
6927
7115
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking",
6928
- "requestStr": "$PolicyTracking:PolicyTracking! ",
7116
+ "requestStr": "$policyTracking:PolicyTracking! ",
6929
7117
  "required": true,
6930
- "responseStr": "tracking:$PolicyTracking ",
7118
+ "responseStr": "tracking:$policyTracking ",
6931
7119
  "type": {
6932
7120
  "definition": {
6933
7121
  "description": null,
6934
7122
  "enumValues": null,
6935
7123
  "fields": {
6936
7124
  "alert": {
6937
- "alias": "PolicyRuleTrackingAlertAlert: alert",
7125
+ "alias": "policyRuleTrackingAlertAlert: alert",
6938
7126
  "args": {},
6939
7127
  "deprecationReason": null,
6940
7128
  "description": null,
@@ -6942,9 +7130,9 @@
6942
7130
  "isDeprecated": false,
6943
7131
  "name": "alert",
6944
7132
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking.alert",
6945
- "requestStr": "$PolicyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
7133
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
6946
7134
  "required": true,
6947
- "responseStr": "alert:$PolicyRuleTrackingAlert ",
7135
+ "responseStr": "alert:$policyRuleTrackingAlert ",
6948
7136
  "type": {
6949
7137
  "definition": {
6950
7138
  "description": "Returns data for the alert settings for the rule",
@@ -6972,7 +7160,7 @@
6972
7160
  "varName": "enabled"
6973
7161
  },
6974
7162
  "frequency": {
6975
- "alias": "PolicyRuleTrackingFrequencyEnumFrequency: frequency",
7163
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
6976
7164
  "args": {},
6977
7165
  "deprecationReason": null,
6978
7166
  "description": "Returns data for the alert frequency",
@@ -7030,7 +7218,7 @@
7030
7218
  "varName": "frequency"
7031
7219
  },
7032
7220
  "mailingList": {
7033
- "alias": "SubscriptionMailingListRefMailingList: mailingList",
7221
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
7034
7222
  "args": {},
7035
7223
  "deprecationReason": null,
7036
7224
  "description": "Returns data for the Mailing List that receives the alert",
@@ -7038,9 +7226,9 @@
7038
7226
  "isDeprecated": false,
7039
7227
  "name": "mailingList",
7040
7228
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking.alert.mailingList",
7041
- "requestStr": "$SubscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7229
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7042
7230
  "required": true,
7043
- "responseStr": "mailingList:$SubscriptionMailingListRef ",
7231
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
7044
7232
  "type": {
7045
7233
  "definition": {
7046
7234
  "description": null,
@@ -7105,10 +7293,10 @@
7105
7293
  "name": "SubscriptionMailingListRef",
7106
7294
  "non_null": false
7107
7295
  },
7108
- "varName": "SubscriptionMailingListRef"
7296
+ "varName": "subscriptionMailingListRef"
7109
7297
  },
7110
7298
  "subscriptionGroup": {
7111
- "alias": "SubscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7299
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7112
7300
  "args": {},
7113
7301
  "deprecationReason": null,
7114
7302
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -7116,9 +7304,9 @@
7116
7304
  "isDeprecated": false,
7117
7305
  "name": "subscriptionGroup",
7118
7306
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking.alert.subscriptionGroup",
7119
- "requestStr": "$SubscriptionGroupRef:[SubscriptionGroupRef]! ",
7307
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
7120
7308
  "required": true,
7121
- "responseStr": "subscriptionGroup:$SubscriptionGroupRef ",
7309
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7122
7310
  "type": {
7123
7311
  "definition": {
7124
7312
  "description": null,
@@ -7183,10 +7371,10 @@
7183
7371
  "name": "SubscriptionGroupRef",
7184
7372
  "non_null": false
7185
7373
  },
7186
- "varName": "SubscriptionGroupRef"
7374
+ "varName": "subscriptionGroupRef"
7187
7375
  },
7188
7376
  "webhook": {
7189
- "alias": "SubscriptionWebhookRefWebhook: webhook",
7377
+ "alias": "subscriptionWebhookRefWebhook: webhook",
7190
7378
  "args": {},
7191
7379
  "deprecationReason": null,
7192
7380
  "description": "Returns data for the Webhook that receives the alert",
@@ -7194,9 +7382,9 @@
7194
7382
  "isDeprecated": false,
7195
7383
  "name": "webhook",
7196
7384
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking.alert.webhook",
7197
- "requestStr": "$SubscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7385
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7198
7386
  "required": true,
7199
- "responseStr": "webhook:$SubscriptionWebhookRef ",
7387
+ "responseStr": "webhook:$subscriptionWebhookRef ",
7200
7388
  "type": {
7201
7389
  "definition": {
7202
7390
  "description": null,
@@ -7261,7 +7449,7 @@
7261
7449
  "name": "SubscriptionWebhookRef",
7262
7450
  "non_null": false
7263
7451
  },
7264
- "varName": "SubscriptionWebhookRef"
7452
+ "varName": "subscriptionWebhookRef"
7265
7453
  }
7266
7454
  },
7267
7455
  "inputFields": null,
@@ -7278,10 +7466,10 @@
7278
7466
  "name": "PolicyRuleTrackingAlert",
7279
7467
  "non_null": false
7280
7468
  },
7281
- "varName": "PolicyRuleTrackingAlert"
7469
+ "varName": "policyRuleTrackingAlert"
7282
7470
  },
7283
7471
  "event": {
7284
- "alias": "PolicyRuleTrackingEventEvent: event",
7472
+ "alias": "policyRuleTrackingEventEvent: event",
7285
7473
  "args": {},
7286
7474
  "deprecationReason": null,
7287
7475
  "description": null,
@@ -7289,9 +7477,9 @@
7289
7477
  "isDeprecated": false,
7290
7478
  "name": "event",
7291
7479
  "path": "internetFirewall.updatePolicy.policy.rules.rule.tracking.event",
7292
- "requestStr": "$PolicyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7480
+ "requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7293
7481
  "required": true,
7294
- "responseStr": "event:$PolicyRuleTrackingEvent ",
7482
+ "responseStr": "event:$policyRuleTrackingEvent ",
7295
7483
  "type": {
7296
7484
  "definition": {
7297
7485
  "description": "Returns data if an alert is sent for a rule",
@@ -7333,7 +7521,7 @@
7333
7521
  "name": "PolicyRuleTrackingEvent",
7334
7522
  "non_null": false
7335
7523
  },
7336
- "varName": "PolicyRuleTrackingEvent"
7524
+ "varName": "policyRuleTrackingEvent"
7337
7525
  }
7338
7526
  },
7339
7527
  "inputFields": null,
@@ -7350,7 +7538,7 @@
7350
7538
  "name": "PolicyTracking",
7351
7539
  "non_null": false
7352
7540
  },
7353
- "varName": "PolicyTracking"
7541
+ "varName": "policyTracking"
7354
7542
  }
7355
7543
  },
7356
7544
  "inputFields": null,
@@ -7367,7 +7555,7 @@
7367
7555
  "name": "InternetFirewallRule",
7368
7556
  "non_null": false
7369
7557
  },
7370
- "varName": "InternetFirewallRule"
7558
+ "varName": "internetFirewallRule"
7371
7559
  }
7372
7560
  },
7373
7561
  "inputFields": null,
@@ -7386,7 +7574,7 @@
7386
7574
  "name": "InternetFirewallRulePayload",
7387
7575
  "non_null": false
7388
7576
  },
7389
- "varName": "InternetFirewallRulePayload"
7577
+ "varName": "internetFirewallRulePayload"
7390
7578
  },
7391
7579
  "sections": {
7392
7580
  "args": {},
@@ -7396,16 +7584,16 @@
7396
7584
  "isDeprecated": false,
7397
7585
  "name": "sections",
7398
7586
  "path": "internetFirewall.updatePolicy.policy.sections",
7399
- "requestStr": "$PolicySectionPayload:[PolicySectionPayload]! ",
7587
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
7400
7588
  "required": true,
7401
- "responseStr": "sections:$PolicySectionPayload ",
7589
+ "responseStr": "sections:$policySectionPayload ",
7402
7590
  "type": {
7403
7591
  "definition": {
7404
7592
  "description": null,
7405
7593
  "enumValues": null,
7406
7594
  "fields": {
7407
7595
  "audit": {
7408
- "alias": "PolicyElementAuditAudit: audit",
7596
+ "alias": "policyElementAuditAudit: audit",
7409
7597
  "args": {},
7410
7598
  "deprecationReason": null,
7411
7599
  "description": null,
@@ -7413,9 +7601,9 @@
7413
7601
  "isDeprecated": false,
7414
7602
  "name": "audit",
7415
7603
  "path": "internetFirewall.updatePolicy.policy.sections.audit",
7416
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
7604
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
7417
7605
  "required": true,
7418
- "responseStr": "audit:$PolicyElementAudit ",
7606
+ "responseStr": "audit:$policyElementAudit ",
7419
7607
  "type": {
7420
7608
  "definition": {
7421
7609
  "description": null,
@@ -7478,10 +7666,10 @@
7478
7666
  "name": "PolicyElementAudit",
7479
7667
  "non_null": false
7480
7668
  },
7481
- "varName": "PolicyElementAudit"
7669
+ "varName": "policyElementAudit"
7482
7670
  },
7483
7671
  "properties": {
7484
- "alias": "PolicyElementPropertiesEnumProperties: properties",
7672
+ "alias": "policyElementPropertiesEnumProperties: properties",
7485
7673
  "args": {},
7486
7674
  "deprecationReason": null,
7487
7675
  "description": null,
@@ -7559,7 +7747,7 @@
7559
7747
  "varName": "properties"
7560
7748
  },
7561
7749
  "section": {
7562
- "alias": "PolicySectionInfoSection: section",
7750
+ "alias": "policySectionInfoSection: section",
7563
7751
  "args": {},
7564
7752
  "deprecationReason": null,
7565
7753
  "description": null,
@@ -7567,9 +7755,9 @@
7567
7755
  "isDeprecated": false,
7568
7756
  "name": "section",
7569
7757
  "path": "internetFirewall.updatePolicy.policy.sections.section",
7570
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
7758
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
7571
7759
  "required": true,
7572
- "responseStr": "section:$PolicySectionInfo ",
7760
+ "responseStr": "section:$policySectionInfo ",
7573
7761
  "type": {
7574
7762
  "definition": {
7575
7763
  "description": "Define settings for a policy section",
@@ -7632,7 +7820,7 @@
7632
7820
  "name": "PolicySectionInfo",
7633
7821
  "non_null": false
7634
7822
  },
7635
- "varName": "PolicySectionInfo"
7823
+ "varName": "policySectionInfo"
7636
7824
  }
7637
7825
  },
7638
7826
  "inputFields": null,
@@ -7651,7 +7839,7 @@
7651
7839
  "name": "PolicySectionPayload",
7652
7840
  "non_null": false
7653
7841
  },
7654
- "varName": "PolicySectionPayload"
7842
+ "varName": "policySectionPayload"
7655
7843
  }
7656
7844
  },
7657
7845
  "inputFields": null,
@@ -7667,10 +7855,10 @@
7667
7855
  "name": "InternetFirewallPolicy",
7668
7856
  "non_null": false
7669
7857
  },
7670
- "varName": "InternetFirewallPolicy"
7858
+ "varName": "internetFirewallPolicy"
7671
7859
  },
7672
7860
  "status": {
7673
- "alias": "PolicyMutationStatusStatus: status",
7861
+ "alias": "policyMutationStatusStatus: status",
7674
7862
  "args": {},
7675
7863
  "deprecationReason": null,
7676
7864
  "description": null,
@@ -7730,7 +7918,7 @@
7730
7918
  "name": "InternetFirewallPolicyMutationPayload",
7731
7919
  "non_null": false
7732
7920
  },
7733
- "varName": "InternetFirewallPolicyMutationPayload"
7921
+ "varName": "internetFirewallPolicyMutationPayload"
7734
7922
  }
7735
7923
  },
7736
7924
  "inputFields": null,
@@ -7746,7 +7934,7 @@
7746
7934
  "name": "InternetFirewallPolicyMutations",
7747
7935
  "non_null": false
7748
7936
  },
7749
- "varName": "InternetFirewallPolicyMutations"
7937
+ "varName": "internetFirewallPolicyMutations"
7750
7938
  }
7751
7939
  },
7752
7940
  "inputFields": null,
@@ -7763,14 +7951,14 @@
7763
7951
  "non_null": false
7764
7952
  },
7765
7953
  "variablesPayload": {
7766
- "InternetFirewallPolicyMutationInput": {
7767
- "PolicyMutationRevisionInput": {
7954
+ "internetFirewallPolicyMutationInput": {
7955
+ "policyMutationRevisionInput": {
7768
7956
  "id": {
7769
7957
  "id": "ID"
7770
7958
  }
7771
7959
  }
7772
7960
  },
7773
- "InternetFirewallPolicyUpdateInput": {
7961
+ "internetFirewallPolicyUpdateInput": {
7774
7962
  "state": {
7775
7963
  "state": "enum(PolicyToggleState)"
7776
7964
  }