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": "publishPolicyRevision___input",
121
121
  "name": "input",
122
122
  "path": "publishPolicyRevision.input",
123
- "requestStr": "$PolicyPublishRevisionInput:PolicyPublishRevisionInput ",
123
+ "requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
124
124
  "required": false,
125
- "responseStr": "input:$PolicyPublishRevisionInput ",
125
+ "responseStr": "input:$policyPublishRevisionInput ",
126
126
  "type": {
127
127
  "definition": {
128
128
  "description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
@@ -178,7 +178,7 @@
178
178
  "name": "PolicyPublishRevisionInput",
179
179
  "non_null": false
180
180
  },
181
- "varName": "PolicyPublishRevisionInput"
181
+ "varName": "policyPublishRevisionInput"
182
182
  }
183
183
  },
184
184
  "deprecationReason": null,
@@ -202,12 +202,12 @@
202
202
  "ApplicationCategoryRef": true,
203
203
  "ApplicationRef": true,
204
204
  "ConnectionOriginEnum": true,
205
- "ContainerRef": true,
206
205
  "CountryRef": true,
207
206
  "CustomApplicationRef": true,
208
207
  "CustomCategoryRef": true,
209
208
  "CustomService": true,
210
209
  "DayOfWeek": true,
210
+ "DeviceAttributes": true,
211
211
  "DeviceProfileRef": true,
212
212
  "FloatingSubnetRef": true,
213
213
  "FqdnContainerRef": true,
@@ -262,15 +262,34 @@
262
262
  "isDeprecated": false,
263
263
  "name": "policy",
264
264
  "operationArgs": {
265
- "InternetFirewallPolicyMutationInput": {
265
+ "accountId": {
266
+ "defaultValue": null,
267
+ "description": null,
268
+ "id_str": "accountId",
269
+ "name": "accountId",
270
+ "path": "accountId",
271
+ "requestStr": "$accountId:ID! ",
272
+ "required": true,
273
+ "responseStr": "accountId:$accountId ",
274
+ "type": {
275
+ "kind": [
276
+ "NON_NULL",
277
+ "SCALAR"
278
+ ],
279
+ "name": "ID",
280
+ "non_null": false
281
+ },
282
+ "varName": "accountId"
283
+ },
284
+ "internetFirewallPolicyMutationInput": {
266
285
  "defaultValue": null,
267
286
  "description": null,
268
287
  "id_str": "internetFirewall___input",
269
288
  "name": "input",
270
289
  "path": "internetFirewall.input",
271
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
290
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
272
291
  "required": false,
273
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
292
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
274
293
  "type": {
275
294
  "definition": {
276
295
  "description": null,
@@ -283,9 +302,9 @@
283
302
  "id_str": "internetFirewall___input___revision",
284
303
  "name": "revision",
285
304
  "path": "internetFirewall.input.revision",
286
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
305
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
287
306
  "required": false,
288
- "responseStr": "revision:$PolicyMutationRevisionInput ",
307
+ "responseStr": "revision:$policyMutationRevisionInput ",
289
308
  "type": {
290
309
  "definition": {
291
310
  "description": null,
@@ -323,7 +342,7 @@
323
342
  "name": "PolicyMutationRevisionInput",
324
343
  "non_null": false
325
344
  },
326
- "varName": "PolicyMutationRevisionInput"
345
+ "varName": "policyMutationRevisionInput"
327
346
  }
328
347
  },
329
348
  "interfaces": null,
@@ -338,17 +357,17 @@
338
357
  "name": "InternetFirewallPolicyMutationInput",
339
358
  "non_null": false
340
359
  },
341
- "varName": "InternetFirewallPolicyMutationInput"
360
+ "varName": "internetFirewallPolicyMutationInput"
342
361
  },
343
- "PolicyPublishRevisionInput": {
362
+ "policyPublishRevisionInput": {
344
363
  "defaultValue": null,
345
364
  "description": null,
346
365
  "id_str": "publishPolicyRevision___input",
347
366
  "name": "input",
348
367
  "path": "publishPolicyRevision.input",
349
- "requestStr": "$PolicyPublishRevisionInput:PolicyPublishRevisionInput ",
368
+ "requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
350
369
  "required": false,
351
- "responseStr": "input:$PolicyPublishRevisionInput ",
370
+ "responseStr": "input:$policyPublishRevisionInput ",
352
371
  "type": {
353
372
  "definition": {
354
373
  "description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
@@ -404,26 +423,7 @@
404
423
  "name": "PolicyPublishRevisionInput",
405
424
  "non_null": false
406
425
  },
407
- "varName": "PolicyPublishRevisionInput"
408
- },
409
- "accountId": {
410
- "defaultValue": null,
411
- "description": null,
412
- "id_str": "accountId",
413
- "name": "accountId",
414
- "path": "accountId",
415
- "requestStr": "$accountId:ID! ",
416
- "required": true,
417
- "responseStr": "accountId:$accountId ",
418
- "type": {
419
- "kind": [
420
- "NON_NULL",
421
- "SCALAR"
422
- ],
423
- "name": "ID",
424
- "non_null": false
425
- },
426
- "varName": "accountId"
426
+ "varName": "policyPublishRevisionInput"
427
427
  }
428
428
  },
429
429
  "path": "mutation.policy.internetFirewall.publishPolicyRevision",
@@ -440,9 +440,9 @@
440
440
  "id_str": "internetFirewall___input",
441
441
  "name": "input",
442
442
  "path": "internetFirewall.input",
443
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
443
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
444
444
  "required": false,
445
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
445
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
446
446
  "type": {
447
447
  "definition": {
448
448
  "description": null,
@@ -455,9 +455,9 @@
455
455
  "id_str": "internetFirewall___input___revision",
456
456
  "name": "revision",
457
457
  "path": "internetFirewall.input.revision",
458
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
458
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
459
459
  "required": false,
460
- "responseStr": "revision:$PolicyMutationRevisionInput ",
460
+ "responseStr": "revision:$policyMutationRevisionInput ",
461
461
  "type": {
462
462
  "definition": {
463
463
  "description": null,
@@ -495,7 +495,7 @@
495
495
  "name": "PolicyMutationRevisionInput",
496
496
  "non_null": false
497
497
  },
498
- "varName": "PolicyMutationRevisionInput"
498
+ "varName": "policyMutationRevisionInput"
499
499
  }
500
500
  },
501
501
  "interfaces": null,
@@ -510,7 +510,7 @@
510
510
  "name": "InternetFirewallPolicyMutationInput",
511
511
  "non_null": false
512
512
  },
513
- "varName": "InternetFirewallPolicyMutationInput"
513
+ "varName": "internetFirewallPolicyMutationInput"
514
514
  }
515
515
  },
516
516
  "deprecationReason": null,
@@ -519,9 +519,9 @@
519
519
  "isDeprecated": false,
520
520
  "name": "internetFirewall",
521
521
  "path": "internetFirewall",
522
- "requestStr": "$InternetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
522
+ "requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
523
523
  "required": false,
524
- "responseStr": "internetFirewall:$InternetFirewallPolicyMutations ",
524
+ "responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
525
525
  "type": {
526
526
  "definition": {
527
527
  "description": "The Internet firewall Policy information returned to the caller in the API response.",
@@ -535,9 +535,9 @@
535
535
  "id_str": "publishPolicyRevision___input",
536
536
  "name": "input",
537
537
  "path": "publishPolicyRevision.input",
538
- "requestStr": "$PolicyPublishRevisionInput:PolicyPublishRevisionInput ",
538
+ "requestStr": "$policyPublishRevisionInput:PolicyPublishRevisionInput ",
539
539
  "required": false,
540
- "responseStr": "input:$PolicyPublishRevisionInput ",
540
+ "responseStr": "input:$policyPublishRevisionInput ",
541
541
  "type": {
542
542
  "definition": {
543
543
  "description": "Published revision is the active policy\napplied on the traffic.\nIn addition, when a policy is published, revision changes become visible\nto other admins, and rules locked by the revision become unlocked",
@@ -593,7 +593,7 @@
593
593
  "name": "PolicyPublishRevisionInput",
594
594
  "non_null": false
595
595
  },
596
- "varName": "PolicyPublishRevisionInput"
596
+ "varName": "policyPublishRevisionInput"
597
597
  }
598
598
  },
599
599
  "deprecationReason": null,
@@ -602,16 +602,16 @@
602
602
  "isDeprecated": false,
603
603
  "name": "publishPolicyRevision",
604
604
  "path": "internetFirewall.publishPolicyRevision",
605
- "requestStr": "$InternetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
605
+ "requestStr": "$internetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
606
606
  "required": true,
607
- "responseStr": "publishPolicyRevision:$InternetFirewallPolicyMutationPayload ",
607
+ "responseStr": "publishPolicyRevision:$internetFirewallPolicyMutationPayload ",
608
608
  "type": {
609
609
  "definition": {
610
610
  "description": "Internet Firewall policy information provided in the API response",
611
611
  "enumValues": null,
612
612
  "fields": {
613
613
  "errors": {
614
- "alias": "PolicyMutationErrorErrors: errors",
614
+ "alias": "policyMutationErrorErrors: errors",
615
615
  "args": {},
616
616
  "deprecationReason": null,
617
617
  "description": null,
@@ -619,9 +619,9 @@
619
619
  "isDeprecated": false,
620
620
  "name": "errors",
621
621
  "path": "internetFirewall.publishPolicyRevision.errors",
622
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
622
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
623
623
  "required": true,
624
- "responseStr": "errors:$PolicyMutationError ",
624
+ "responseStr": "errors:$policyMutationError ",
625
625
  "type": {
626
626
  "definition": {
627
627
  "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\"",
@@ -684,10 +684,10 @@
684
684
  "name": "PolicyMutationError",
685
685
  "non_null": false
686
686
  },
687
- "varName": "PolicyMutationError"
687
+ "varName": "policyMutationError"
688
688
  },
689
689
  "policy": {
690
- "alias": "InternetFirewallPolicyPolicy: policy",
690
+ "alias": "internetFirewallPolicyPolicy: policy",
691
691
  "args": {},
692
692
  "deprecationReason": null,
693
693
  "description": null,
@@ -695,9 +695,9 @@
695
695
  "isDeprecated": false,
696
696
  "name": "policy",
697
697
  "path": "internetFirewall.publishPolicyRevision.policy",
698
- "requestStr": "$InternetFirewallPolicy:InternetFirewallPolicy ",
698
+ "requestStr": "$internetFirewallPolicy:InternetFirewallPolicy ",
699
699
  "required": false,
700
- "responseStr": "policy:$InternetFirewallPolicy ",
700
+ "responseStr": "policy:$internetFirewallPolicy ",
701
701
  "type": {
702
702
  "definition": {
703
703
  "description": null,
@@ -711,9 +711,9 @@
711
711
  "isDeprecated": false,
712
712
  "name": "audit",
713
713
  "path": "internetFirewall.publishPolicyRevision.policy.audit",
714
- "requestStr": "$PolicyAudit:PolicyAudit ",
714
+ "requestStr": "$policyAudit:PolicyAudit ",
715
715
  "required": false,
716
- "responseStr": "audit:$PolicyAudit ",
716
+ "responseStr": "audit:$policyAudit ",
717
717
  "type": {
718
718
  "definition": {
719
719
  "description": null,
@@ -775,7 +775,7 @@
775
775
  "name": "PolicyAudit",
776
776
  "non_null": false
777
777
  },
778
- "varName": "PolicyAudit"
778
+ "varName": "policyAudit"
779
779
  },
780
780
  "enabled": {
781
781
  "args": {},
@@ -806,9 +806,9 @@
806
806
  "isDeprecated": false,
807
807
  "name": "revision",
808
808
  "path": "internetFirewall.publishPolicyRevision.policy.revision",
809
- "requestStr": "$PolicyRevision:PolicyRevision ",
809
+ "requestStr": "$policyRevision:PolicyRevision ",
810
810
  "required": false,
811
- "responseStr": "revision:$PolicyRevision ",
811
+ "responseStr": "revision:$policyRevision ",
812
812
  "type": {
813
813
  "definition": {
814
814
  "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
@@ -954,7 +954,7 @@
954
954
  "name": "PolicyRevision",
955
955
  "non_null": false
956
956
  },
957
- "varName": "PolicyRevision"
957
+ "varName": "policyRevision"
958
958
  },
959
959
  "rules": {
960
960
  "args": {},
@@ -964,16 +964,16 @@
964
964
  "isDeprecated": false,
965
965
  "name": "rules",
966
966
  "path": "internetFirewall.publishPolicyRevision.policy.rules",
967
- "requestStr": "$InternetFirewallRulePayload:[InternetFirewallRulePayload]! ",
967
+ "requestStr": "$internetFirewallRulePayload:[InternetFirewallRulePayload]! ",
968
968
  "required": true,
969
- "responseStr": "rules:$InternetFirewallRulePayload ",
969
+ "responseStr": "rules:$internetFirewallRulePayload ",
970
970
  "type": {
971
971
  "definition": {
972
972
  "description": "Internet Firewall policy information for a specific revision",
973
973
  "enumValues": null,
974
974
  "fields": {
975
975
  "audit": {
976
- "alias": "PolicyElementAuditAudit: audit",
976
+ "alias": "policyElementAuditAudit: audit",
977
977
  "args": {},
978
978
  "deprecationReason": null,
979
979
  "description": null,
@@ -981,9 +981,9 @@
981
981
  "isDeprecated": false,
982
982
  "name": "audit",
983
983
  "path": "internetFirewall.publishPolicyRevision.policy.rules.audit",
984
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
984
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
985
985
  "required": true,
986
- "responseStr": "audit:$PolicyElementAudit ",
986
+ "responseStr": "audit:$policyElementAudit ",
987
987
  "type": {
988
988
  "definition": {
989
989
  "description": null,
@@ -1046,10 +1046,10 @@
1046
1046
  "name": "PolicyElementAudit",
1047
1047
  "non_null": false
1048
1048
  },
1049
- "varName": "PolicyElementAudit"
1049
+ "varName": "policyElementAudit"
1050
1050
  },
1051
1051
  "properties": {
1052
- "alias": "PolicyElementPropertiesEnumProperties: properties",
1052
+ "alias": "policyElementPropertiesEnumProperties: properties",
1053
1053
  "args": {},
1054
1054
  "deprecationReason": null,
1055
1055
  "description": null,
@@ -1127,7 +1127,7 @@
1127
1127
  "varName": "properties"
1128
1128
  },
1129
1129
  "rule": {
1130
- "alias": "InternetFirewallRuleRule: rule",
1130
+ "alias": "internetFirewallRuleRule: rule",
1131
1131
  "args": {},
1132
1132
  "deprecationReason": null,
1133
1133
  "description": null,
@@ -1135,16 +1135,16 @@
1135
1135
  "isDeprecated": false,
1136
1136
  "name": "rule",
1137
1137
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule",
1138
- "requestStr": "$InternetFirewallRule:InternetFirewallRule! ",
1138
+ "requestStr": "$internetFirewallRule:InternetFirewallRule! ",
1139
1139
  "required": true,
1140
- "responseStr": "rule:$InternetFirewallRule ",
1140
+ "responseStr": "rule:$internetFirewallRule ",
1141
1141
  "type": {
1142
1142
  "definition": {
1143
1143
  "description": null,
1144
1144
  "enumValues": null,
1145
1145
  "fields": {
1146
1146
  "action": {
1147
- "alias": "InternetFirewallActionEnumAction: action",
1147
+ "alias": "internetFirewallActionEnumAction: action",
1148
1148
  "args": {},
1149
1149
  "deprecationReason": null,
1150
1150
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1202,7 +1202,7 @@
1202
1202
  "varName": "action"
1203
1203
  },
1204
1204
  "connectionOrigin": {
1205
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
1205
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1206
1206
  "args": {},
1207
1207
  "deprecationReason": null,
1208
1208
  "description": "Connection origin of the traffic",
@@ -1254,7 +1254,7 @@
1254
1254
  "varName": "connectionOrigin"
1255
1255
  },
1256
1256
  "country": {
1257
- "alias": "CountryRefCountry: country",
1257
+ "alias": "countryRefCountry: country",
1258
1258
  "args": {},
1259
1259
  "deprecationReason": null,
1260
1260
  "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1262,9 +1262,9 @@
1262
1262
  "isDeprecated": false,
1263
1263
  "name": "country",
1264
1264
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.country",
1265
- "requestStr": "$CountryRef:[CountryRef]! ",
1265
+ "requestStr": "$countryRef:[CountryRef]! ",
1266
1266
  "required": true,
1267
- "responseStr": "country:$CountryRef ",
1267
+ "responseStr": "country:$countryRef ",
1268
1268
  "type": {
1269
1269
  "definition": {
1270
1270
  "description": null,
@@ -1329,7 +1329,7 @@
1329
1329
  "name": "CountryRef",
1330
1330
  "non_null": false
1331
1331
  },
1332
- "varName": "CountryRef"
1332
+ "varName": "countryRef"
1333
1333
  },
1334
1334
  "description": {
1335
1335
  "args": {},
@@ -1353,7 +1353,7 @@
1353
1353
  "varName": "description"
1354
1354
  },
1355
1355
  "destination": {
1356
- "alias": "InternetFirewallDestinationDestination: destination",
1356
+ "alias": "internetFirewallDestinationDestination: destination",
1357
1357
  "args": {},
1358
1358
  "deprecationReason": null,
1359
1359
  "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1361,16 +1361,16 @@
1361
1361
  "isDeprecated": false,
1362
1362
  "name": "destination",
1363
1363
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination",
1364
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
1364
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
1365
1365
  "required": true,
1366
- "responseStr": "destination:$InternetFirewallDestination ",
1366
+ "responseStr": "destination:$internetFirewallDestination ",
1367
1367
  "type": {
1368
1368
  "definition": {
1369
1369
  "description": "Destination match criteria set",
1370
1370
  "enumValues": null,
1371
1371
  "fields": {
1372
1372
  "appCategory": {
1373
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
1373
+ "alias": "applicationCategoryRefAppCategory: appCategory",
1374
1374
  "args": {},
1375
1375
  "deprecationReason": null,
1376
1376
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1378,9 +1378,9 @@
1378
1378
  "isDeprecated": false,
1379
1379
  "name": "appCategory",
1380
1380
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.appCategory",
1381
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
1381
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
1382
1382
  "required": true,
1383
- "responseStr": "appCategory:$ApplicationCategoryRef ",
1383
+ "responseStr": "appCategory:$applicationCategoryRef ",
1384
1384
  "type": {
1385
1385
  "definition": {
1386
1386
  "description": null,
@@ -1445,10 +1445,10 @@
1445
1445
  "name": "ApplicationCategoryRef",
1446
1446
  "non_null": false
1447
1447
  },
1448
- "varName": "ApplicationCategoryRef"
1448
+ "varName": "applicationCategoryRef"
1449
1449
  },
1450
1450
  "application": {
1451
- "alias": "ApplicationRefApplication: application",
1451
+ "alias": "applicationRefApplication: application",
1452
1452
  "args": {},
1453
1453
  "deprecationReason": null,
1454
1454
  "description": "Applications for the rule (pre-defined)",
@@ -1456,9 +1456,9 @@
1456
1456
  "isDeprecated": false,
1457
1457
  "name": "application",
1458
1458
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.application",
1459
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
1459
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
1460
1460
  "required": true,
1461
- "responseStr": "application:$ApplicationRef ",
1461
+ "responseStr": "application:$applicationRef ",
1462
1462
  "type": {
1463
1463
  "definition": {
1464
1464
  "description": null,
@@ -1523,88 +1523,10 @@
1523
1523
  "name": "ApplicationRef",
1524
1524
  "non_null": false
1525
1525
  },
1526
- "varName": "ApplicationRef"
1527
- },
1528
- "container": {
1529
- "alias": "ContainerRefContainer: container",
1530
- "args": {},
1531
- "deprecationReason": null,
1532
- "description": null,
1533
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___destination___container",
1534
- "isDeprecated": false,
1535
- "name": "container",
1536
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.container",
1537
- "requestStr": "$ContainerRef:[ContainerRef]! ",
1538
- "required": true,
1539
- "responseStr": "container:$ContainerRef ",
1540
- "type": {
1541
- "definition": {
1542
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
1543
- "enumValues": null,
1544
- "fields": {
1545
- "id": {
1546
- "args": {},
1547
- "deprecationReason": null,
1548
- "description": "Unique container ID",
1549
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___destination___container___id",
1550
- "isDeprecated": false,
1551
- "name": "id",
1552
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.container.id",
1553
- "requestStr": "$id:ID! ",
1554
- "required": true,
1555
- "responseStr": "id:$id ",
1556
- "type": {
1557
- "kind": [
1558
- "NON_NULL",
1559
- "SCALAR"
1560
- ],
1561
- "name": "ID",
1562
- "non_null": false
1563
- },
1564
- "varName": "id"
1565
- },
1566
- "name": {
1567
- "args": {},
1568
- "deprecationReason": null,
1569
- "description": "Name for the container",
1570
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___destination___container___name",
1571
- "isDeprecated": false,
1572
- "name": "name",
1573
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.container.name",
1574
- "requestStr": "$name:String! ",
1575
- "required": true,
1576
- "responseStr": "name:$name ",
1577
- "type": {
1578
- "kind": [
1579
- "NON_NULL",
1580
- "SCALAR"
1581
- ],
1582
- "name": "String",
1583
- "non_null": false
1584
- },
1585
- "varName": "name"
1586
- }
1587
- },
1588
- "inputFields": null,
1589
- "interfaces": {},
1590
- "kind": "OBJECT",
1591
- "name": "ContainerRef",
1592
- "possibleTypes": null
1593
- },
1594
- "indexType": "object",
1595
- "kind": [
1596
- "NON_NULL",
1597
- "LIST",
1598
- "NON_NULL",
1599
- "OBJECT"
1600
- ],
1601
- "name": "ContainerRef",
1602
- "non_null": false
1603
- },
1604
- "varName": "ContainerRef"
1526
+ "varName": "applicationRef"
1605
1527
  },
1606
1528
  "containers": {
1607
- "alias": "InternetFirewallContainerContainers: containers",
1529
+ "alias": "internetFirewallContainerContainers: containers",
1608
1530
  "args": {},
1609
1531
  "deprecationReason": null,
1610
1532
  "description": null,
@@ -1612,16 +1534,16 @@
1612
1534
  "isDeprecated": false,
1613
1535
  "name": "containers",
1614
1536
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.containers",
1615
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
1537
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
1616
1538
  "required": true,
1617
- "responseStr": "containers:$InternetFirewallContainer ",
1539
+ "responseStr": "containers:$internetFirewallContainer ",
1618
1540
  "type": {
1619
1541
  "definition": {
1620
1542
  "description": null,
1621
1543
  "enumValues": null,
1622
1544
  "fields": {
1623
1545
  "fqdnContainer": {
1624
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
1546
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1625
1547
  "args": {},
1626
1548
  "deprecationReason": null,
1627
1549
  "description": null,
@@ -1629,9 +1551,9 @@
1629
1551
  "isDeprecated": false,
1630
1552
  "name": "fqdnContainer",
1631
1553
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.containers.fqdnContainer",
1632
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
1554
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
1633
1555
  "required": true,
1634
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
1556
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
1635
1557
  "type": {
1636
1558
  "definition": {
1637
1559
  "description": "A group with members of FQDN type",
@@ -1696,10 +1618,10 @@
1696
1618
  "name": "FqdnContainerRef",
1697
1619
  "non_null": false
1698
1620
  },
1699
- "varName": "FqdnContainerRef"
1621
+ "varName": "fqdnContainerRef"
1700
1622
  },
1701
1623
  "ipAddressRangeContainer": {
1702
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1624
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1703
1625
  "args": {},
1704
1626
  "deprecationReason": null,
1705
1627
  "description": null,
@@ -1707,9 +1629,9 @@
1707
1629
  "isDeprecated": false,
1708
1630
  "name": "ipAddressRangeContainer",
1709
1631
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.containers.ipAddressRangeContainer",
1710
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1632
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1711
1633
  "required": true,
1712
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
1634
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
1713
1635
  "type": {
1714
1636
  "definition": {
1715
1637
  "description": "A group with members of IPAddressRange type",
@@ -1774,7 +1696,7 @@
1774
1696
  "name": "IpAddressRangeContainerRef",
1775
1697
  "non_null": false
1776
1698
  },
1777
- "varName": "IpAddressRangeContainerRef"
1699
+ "varName": "ipAddressRangeContainerRef"
1778
1700
  }
1779
1701
  },
1780
1702
  "inputFields": null,
@@ -1791,10 +1713,10 @@
1791
1713
  "name": "InternetFirewallContainer",
1792
1714
  "non_null": false
1793
1715
  },
1794
- "varName": "InternetFirewallContainer"
1716
+ "varName": "internetFirewallContainer"
1795
1717
  },
1796
1718
  "country": {
1797
- "alias": "CountryRefCountry: country",
1719
+ "alias": "countryRefCountry: country",
1798
1720
  "args": {},
1799
1721
  "deprecationReason": null,
1800
1722
  "description": "Countries",
@@ -1802,9 +1724,9 @@
1802
1724
  "isDeprecated": false,
1803
1725
  "name": "country",
1804
1726
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.country",
1805
- "requestStr": "$CountryRef:[CountryRef]! ",
1727
+ "requestStr": "$countryRef:[CountryRef]! ",
1806
1728
  "required": true,
1807
- "responseStr": "country:$CountryRef ",
1729
+ "responseStr": "country:$countryRef ",
1808
1730
  "type": {
1809
1731
  "definition": {
1810
1732
  "description": null,
@@ -1869,10 +1791,10 @@
1869
1791
  "name": "CountryRef",
1870
1792
  "non_null": false
1871
1793
  },
1872
- "varName": "CountryRef"
1794
+ "varName": "countryRef"
1873
1795
  },
1874
1796
  "customApp": {
1875
- "alias": "CustomApplicationRefCustomApp: customApp",
1797
+ "alias": "customApplicationRefCustomApp: customApp",
1876
1798
  "args": {},
1877
1799
  "deprecationReason": null,
1878
1800
  "description": "Custom (user-defined) applications",
@@ -1880,9 +1802,9 @@
1880
1802
  "isDeprecated": false,
1881
1803
  "name": "customApp",
1882
1804
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.customApp",
1883
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
1805
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
1884
1806
  "required": true,
1885
- "responseStr": "customApp:$CustomApplicationRef ",
1807
+ "responseStr": "customApp:$customApplicationRef ",
1886
1808
  "type": {
1887
1809
  "definition": {
1888
1810
  "description": null,
@@ -1947,10 +1869,10 @@
1947
1869
  "name": "CustomApplicationRef",
1948
1870
  "non_null": false
1949
1871
  },
1950
- "varName": "CustomApplicationRef"
1872
+ "varName": "customApplicationRef"
1951
1873
  },
1952
1874
  "customCategory": {
1953
- "alias": "CustomCategoryRefCustomCategory: customCategory",
1875
+ "alias": "customCategoryRefCustomCategory: customCategory",
1954
1876
  "args": {},
1955
1877
  "deprecationReason": null,
1956
1878
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -1958,9 +1880,9 @@
1958
1880
  "isDeprecated": false,
1959
1881
  "name": "customCategory",
1960
1882
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.customCategory",
1961
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
1883
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
1962
1884
  "required": true,
1963
- "responseStr": "customCategory:$CustomCategoryRef ",
1885
+ "responseStr": "customCategory:$customCategoryRef ",
1964
1886
  "type": {
1965
1887
  "definition": {
1966
1888
  "description": null,
@@ -2025,7 +1947,7 @@
2025
1947
  "name": "CustomCategoryRef",
2026
1948
  "non_null": false
2027
1949
  },
2028
- "varName": "CustomCategoryRef"
1950
+ "varName": "customCategoryRef"
2029
1951
  },
2030
1952
  "domain": {
2031
1953
  "args": {},
@@ -2074,7 +1996,7 @@
2074
1996
  "varName": "fqdn"
2075
1997
  },
2076
1998
  "globalIpRange": {
2077
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
1999
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2078
2000
  "args": {},
2079
2001
  "deprecationReason": null,
2080
2002
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2082,9 +2004,9 @@
2082
2004
  "isDeprecated": false,
2083
2005
  "name": "globalIpRange",
2084
2006
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.globalIpRange",
2085
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
2007
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2086
2008
  "required": true,
2087
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
2009
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2088
2010
  "type": {
2089
2011
  "definition": {
2090
2012
  "description": null,
@@ -2149,7 +2071,7 @@
2149
2071
  "name": "GlobalIpRangeRef",
2150
2072
  "non_null": false
2151
2073
  },
2152
- "varName": "GlobalIpRangeRef"
2074
+ "varName": "globalIpRangeRef"
2153
2075
  },
2154
2076
  "ip": {
2155
2077
  "args": {},
@@ -2175,7 +2097,7 @@
2175
2097
  "varName": "ip"
2176
2098
  },
2177
2099
  "ipRange": {
2178
- "alias": "IpAddressRangeIpRange: ipRange",
2100
+ "alias": "ipAddressRangeIpRange: ipRange",
2179
2101
  "args": {},
2180
2102
  "deprecationReason": null,
2181
2103
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -2183,9 +2105,9 @@
2183
2105
  "isDeprecated": false,
2184
2106
  "name": "ipRange",
2185
2107
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.ipRange",
2186
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
2108
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
2187
2109
  "required": true,
2188
- "responseStr": "ipRange:$IpAddressRange ",
2110
+ "responseStr": "ipRange:$ipAddressRange ",
2189
2111
  "type": {
2190
2112
  "definition": {
2191
2113
  "description": "Inclusive range of IPs",
@@ -2250,7 +2172,7 @@
2250
2172
  "name": "IpAddressRange",
2251
2173
  "non_null": false
2252
2174
  },
2253
- "varName": "IpAddressRange"
2175
+ "varName": "ipAddressRange"
2254
2176
  },
2255
2177
  "remoteAsn": {
2256
2178
  "args": {},
@@ -2276,7 +2198,7 @@
2276
2198
  "varName": "remoteAsn"
2277
2199
  },
2278
2200
  "sanctionedAppsCategory": {
2279
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2201
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2280
2202
  "args": {},
2281
2203
  "deprecationReason": null,
2282
2204
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2284,9 +2206,9 @@
2284
2206
  "isDeprecated": false,
2285
2207
  "name": "sanctionedAppsCategory",
2286
2208
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.destination.sanctionedAppsCategory",
2287
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2209
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2288
2210
  "required": true,
2289
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
2211
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2290
2212
  "type": {
2291
2213
  "definition": {
2292
2214
  "description": null,
@@ -2351,7 +2273,7 @@
2351
2273
  "name": "SanctionedAppsCategoryRef",
2352
2274
  "non_null": false
2353
2275
  },
2354
- "varName": "SanctionedAppsCategoryRef"
2276
+ "varName": "sanctionedAppsCategoryRef"
2355
2277
  },
2356
2278
  "subnet": {
2357
2279
  "args": {},
@@ -2391,10 +2313,10 @@
2391
2313
  "name": "InternetFirewallDestination",
2392
2314
  "non_null": false
2393
2315
  },
2394
- "varName": "InternetFirewallDestination"
2316
+ "varName": "internetFirewallDestination"
2395
2317
  },
2396
2318
  "device": {
2397
- "alias": "DeviceProfileRefDevice: device",
2319
+ "alias": "deviceProfileRefDevice: device",
2398
2320
  "args": {},
2399
2321
  "deprecationReason": null,
2400
2322
  "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -2402,9 +2324,9 @@
2402
2324
  "isDeprecated": false,
2403
2325
  "name": "device",
2404
2326
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.device",
2405
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
2327
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
2406
2328
  "required": true,
2407
- "responseStr": "device:$DeviceProfileRef ",
2329
+ "responseStr": "device:$deviceProfileRef ",
2408
2330
  "type": {
2409
2331
  "definition": {
2410
2332
  "description": null,
@@ -2469,10 +2391,182 @@
2469
2391
  "name": "DeviceProfileRef",
2470
2392
  "non_null": false
2471
2393
  },
2472
- "varName": "DeviceProfileRef"
2394
+ "varName": "deviceProfileRef"
2395
+ },
2396
+ "deviceAttributes": {
2397
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2398
+ "args": {},
2399
+ "deprecationReason": null,
2400
+ "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.",
2401
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes",
2402
+ "isDeprecated": false,
2403
+ "name": "deviceAttributes",
2404
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes",
2405
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
2406
+ "required": true,
2407
+ "responseStr": "deviceAttributes:$deviceAttributes ",
2408
+ "type": {
2409
+ "definition": {
2410
+ "description": null,
2411
+ "enumValues": null,
2412
+ "fields": {
2413
+ "category": {
2414
+ "args": {},
2415
+ "deprecationReason": null,
2416
+ "description": "The category of the firewall device.",
2417
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___category",
2418
+ "isDeprecated": false,
2419
+ "name": "category",
2420
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.category",
2421
+ "requestStr": "$category:[String]! ",
2422
+ "required": true,
2423
+ "responseStr": "category:$category ",
2424
+ "type": {
2425
+ "kind": [
2426
+ "NON_NULL",
2427
+ "LIST",
2428
+ "NON_NULL",
2429
+ "SCALAR"
2430
+ ],
2431
+ "name": "String",
2432
+ "non_null": false
2433
+ },
2434
+ "varName": "category"
2435
+ },
2436
+ "manufacturer": {
2437
+ "args": {},
2438
+ "deprecationReason": null,
2439
+ "description": "The manufacturer of the firewall device.",
2440
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
2441
+ "isDeprecated": false,
2442
+ "name": "manufacturer",
2443
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
2444
+ "requestStr": "$manufacturer:[String]! ",
2445
+ "required": true,
2446
+ "responseStr": "manufacturer:$manufacturer ",
2447
+ "type": {
2448
+ "kind": [
2449
+ "NON_NULL",
2450
+ "LIST",
2451
+ "NON_NULL",
2452
+ "SCALAR"
2453
+ ],
2454
+ "name": "String",
2455
+ "non_null": false
2456
+ },
2457
+ "varName": "manufacturer"
2458
+ },
2459
+ "model": {
2460
+ "args": {},
2461
+ "deprecationReason": null,
2462
+ "description": "The model of the firewall device.",
2463
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___model",
2464
+ "isDeprecated": false,
2465
+ "name": "model",
2466
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.model",
2467
+ "requestStr": "$model:[String]! ",
2468
+ "required": true,
2469
+ "responseStr": "model:$model ",
2470
+ "type": {
2471
+ "kind": [
2472
+ "NON_NULL",
2473
+ "LIST",
2474
+ "NON_NULL",
2475
+ "SCALAR"
2476
+ ],
2477
+ "name": "String",
2478
+ "non_null": false
2479
+ },
2480
+ "varName": "model"
2481
+ },
2482
+ "os": {
2483
+ "args": {},
2484
+ "deprecationReason": null,
2485
+ "description": "The operating system of the firewall device.",
2486
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___os",
2487
+ "isDeprecated": false,
2488
+ "name": "os",
2489
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.os",
2490
+ "requestStr": "$os:[String]! ",
2491
+ "required": true,
2492
+ "responseStr": "os:$os ",
2493
+ "type": {
2494
+ "kind": [
2495
+ "NON_NULL",
2496
+ "LIST",
2497
+ "NON_NULL",
2498
+ "SCALAR"
2499
+ ],
2500
+ "name": "String",
2501
+ "non_null": false
2502
+ },
2503
+ "varName": "os"
2504
+ },
2505
+ "osVersion": {
2506
+ "args": {},
2507
+ "deprecationReason": null,
2508
+ "description": "The version of the operating system of the firewall device.",
2509
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
2510
+ "isDeprecated": false,
2511
+ "name": "osVersion",
2512
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
2513
+ "requestStr": "$osVersion:[String]! ",
2514
+ "required": true,
2515
+ "responseStr": "osVersion:$osVersion ",
2516
+ "type": {
2517
+ "kind": [
2518
+ "NON_NULL",
2519
+ "LIST",
2520
+ "NON_NULL",
2521
+ "SCALAR"
2522
+ ],
2523
+ "name": "String",
2524
+ "non_null": false
2525
+ },
2526
+ "varName": "osVersion"
2527
+ },
2528
+ "type": {
2529
+ "args": {},
2530
+ "deprecationReason": null,
2531
+ "description": "The type of the firewall device.",
2532
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___deviceAttributes___type",
2533
+ "isDeprecated": false,
2534
+ "name": "type",
2535
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.deviceAttributes.type",
2536
+ "requestStr": "$type:[String]! ",
2537
+ "required": true,
2538
+ "responseStr": "type:$type ",
2539
+ "type": {
2540
+ "kind": [
2541
+ "NON_NULL",
2542
+ "LIST",
2543
+ "NON_NULL",
2544
+ "SCALAR"
2545
+ ],
2546
+ "name": "String",
2547
+ "non_null": false
2548
+ },
2549
+ "varName": "type"
2550
+ }
2551
+ },
2552
+ "inputFields": null,
2553
+ "interfaces": {},
2554
+ "kind": "OBJECT",
2555
+ "name": "DeviceAttributes",
2556
+ "possibleTypes": null
2557
+ },
2558
+ "indexType": "object",
2559
+ "kind": [
2560
+ "NON_NULL",
2561
+ "OBJECT"
2562
+ ],
2563
+ "name": "DeviceAttributes",
2564
+ "non_null": false
2565
+ },
2566
+ "varName": "deviceAttributes"
2473
2567
  },
2474
2568
  "deviceOS": {
2475
- "alias": "OperatingSystemDeviceOS: deviceOS",
2569
+ "alias": "operatingSystemDeviceOS: deviceOS",
2476
2570
  "args": {},
2477
2571
  "deprecationReason": null,
2478
2572
  "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.",
@@ -2565,7 +2659,7 @@
2565
2659
  "varName": "enabled"
2566
2660
  },
2567
2661
  "exceptions": {
2568
- "alias": "InternetFirewallRuleExceptionExceptions: exceptions",
2662
+ "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2569
2663
  "args": {},
2570
2664
  "deprecationReason": null,
2571
2665
  "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.",
@@ -2573,16 +2667,16 @@
2573
2667
  "isDeprecated": false,
2574
2668
  "name": "exceptions",
2575
2669
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions",
2576
- "requestStr": "$InternetFirewallRuleException:[InternetFirewallRuleException]! ",
2670
+ "requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
2577
2671
  "required": true,
2578
- "responseStr": "exceptions:$InternetFirewallRuleException ",
2672
+ "responseStr": "exceptions:$internetFirewallRuleException ",
2579
2673
  "type": {
2580
2674
  "definition": {
2581
2675
  "description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
2582
2676
  "enumValues": null,
2583
2677
  "fields": {
2584
2678
  "connectionOrigin": {
2585
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
2679
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2586
2680
  "args": {},
2587
2681
  "deprecationReason": null,
2588
2682
  "description": "Connection origin matching criteria for the exception.",
@@ -2634,7 +2728,7 @@
2634
2728
  "varName": "connectionOrigin"
2635
2729
  },
2636
2730
  "country": {
2637
- "alias": "CountryRefCountry: country",
2731
+ "alias": "countryRefCountry: country",
2638
2732
  "args": {},
2639
2733
  "deprecationReason": null,
2640
2734
  "description": "Source country matching criteria for the exception.",
@@ -2642,9 +2736,9 @@
2642
2736
  "isDeprecated": false,
2643
2737
  "name": "country",
2644
2738
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.country",
2645
- "requestStr": "$CountryRef:[CountryRef]! ",
2739
+ "requestStr": "$countryRef:[CountryRef]! ",
2646
2740
  "required": true,
2647
- "responseStr": "country:$CountryRef ",
2741
+ "responseStr": "country:$countryRef ",
2648
2742
  "type": {
2649
2743
  "definition": {
2650
2744
  "description": null,
@@ -2709,10 +2803,10 @@
2709
2803
  "name": "CountryRef",
2710
2804
  "non_null": false
2711
2805
  },
2712
- "varName": "CountryRef"
2806
+ "varName": "countryRef"
2713
2807
  },
2714
2808
  "destination": {
2715
- "alias": "InternetFirewallDestinationDestination: destination",
2809
+ "alias": "internetFirewallDestinationDestination: destination",
2716
2810
  "args": {},
2717
2811
  "deprecationReason": null,
2718
2812
  "description": "Destination matching criteria for the exception.",
@@ -2720,16 +2814,16 @@
2720
2814
  "isDeprecated": false,
2721
2815
  "name": "destination",
2722
2816
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination",
2723
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
2817
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
2724
2818
  "required": true,
2725
- "responseStr": "destination:$InternetFirewallDestination ",
2819
+ "responseStr": "destination:$internetFirewallDestination ",
2726
2820
  "type": {
2727
2821
  "definition": {
2728
2822
  "description": "Destination match criteria set",
2729
2823
  "enumValues": null,
2730
2824
  "fields": {
2731
2825
  "appCategory": {
2732
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
2826
+ "alias": "applicationCategoryRefAppCategory: appCategory",
2733
2827
  "args": {},
2734
2828
  "deprecationReason": null,
2735
2829
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2737,9 +2831,9 @@
2737
2831
  "isDeprecated": false,
2738
2832
  "name": "appCategory",
2739
2833
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.appCategory",
2740
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
2834
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
2741
2835
  "required": true,
2742
- "responseStr": "appCategory:$ApplicationCategoryRef ",
2836
+ "responseStr": "appCategory:$applicationCategoryRef ",
2743
2837
  "type": {
2744
2838
  "definition": {
2745
2839
  "description": null,
@@ -2804,10 +2898,10 @@
2804
2898
  "name": "ApplicationCategoryRef",
2805
2899
  "non_null": false
2806
2900
  },
2807
- "varName": "ApplicationCategoryRef"
2901
+ "varName": "applicationCategoryRef"
2808
2902
  },
2809
2903
  "application": {
2810
- "alias": "ApplicationRefApplication: application",
2904
+ "alias": "applicationRefApplication: application",
2811
2905
  "args": {},
2812
2906
  "deprecationReason": null,
2813
2907
  "description": "Applications for the rule (pre-defined)",
@@ -2815,9 +2909,9 @@
2815
2909
  "isDeprecated": false,
2816
2910
  "name": "application",
2817
2911
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.application",
2818
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
2912
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
2819
2913
  "required": true,
2820
- "responseStr": "application:$ApplicationRef ",
2914
+ "responseStr": "application:$applicationRef ",
2821
2915
  "type": {
2822
2916
  "definition": {
2823
2917
  "description": null,
@@ -2882,88 +2976,10 @@
2882
2976
  "name": "ApplicationRef",
2883
2977
  "non_null": false
2884
2978
  },
2885
- "varName": "ApplicationRef"
2886
- },
2887
- "container": {
2888
- "alias": "ContainerRefContainer: container",
2889
- "args": {},
2890
- "deprecationReason": null,
2891
- "description": null,
2892
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___destination___container",
2893
- "isDeprecated": false,
2894
- "name": "container",
2895
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.container",
2896
- "requestStr": "$ContainerRef:[ContainerRef]! ",
2897
- "required": true,
2898
- "responseStr": "container:$ContainerRef ",
2899
- "type": {
2900
- "definition": {
2901
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
2902
- "enumValues": null,
2903
- "fields": {
2904
- "id": {
2905
- "args": {},
2906
- "deprecationReason": null,
2907
- "description": "Unique container ID",
2908
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___destination___container___id",
2909
- "isDeprecated": false,
2910
- "name": "id",
2911
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.container.id",
2912
- "requestStr": "$id:ID! ",
2913
- "required": true,
2914
- "responseStr": "id:$id ",
2915
- "type": {
2916
- "kind": [
2917
- "NON_NULL",
2918
- "SCALAR"
2919
- ],
2920
- "name": "ID",
2921
- "non_null": false
2922
- },
2923
- "varName": "id"
2924
- },
2925
- "name": {
2926
- "args": {},
2927
- "deprecationReason": null,
2928
- "description": "Name for the container",
2929
- "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___destination___container___name",
2930
- "isDeprecated": false,
2931
- "name": "name",
2932
- "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.container.name",
2933
- "requestStr": "$name:String! ",
2934
- "required": true,
2935
- "responseStr": "name:$name ",
2936
- "type": {
2937
- "kind": [
2938
- "NON_NULL",
2939
- "SCALAR"
2940
- ],
2941
- "name": "String",
2942
- "non_null": false
2943
- },
2944
- "varName": "name"
2945
- }
2946
- },
2947
- "inputFields": null,
2948
- "interfaces": {},
2949
- "kind": "OBJECT",
2950
- "name": "ContainerRef",
2951
- "possibleTypes": null
2952
- },
2953
- "indexType": "object",
2954
- "kind": [
2955
- "NON_NULL",
2956
- "LIST",
2957
- "NON_NULL",
2958
- "OBJECT"
2959
- ],
2960
- "name": "ContainerRef",
2961
- "non_null": false
2962
- },
2963
- "varName": "ContainerRef"
2979
+ "varName": "applicationRef"
2964
2980
  },
2965
2981
  "containers": {
2966
- "alias": "InternetFirewallContainerContainers: containers",
2982
+ "alias": "internetFirewallContainerContainers: containers",
2967
2983
  "args": {},
2968
2984
  "deprecationReason": null,
2969
2985
  "description": null,
@@ -2971,16 +2987,16 @@
2971
2987
  "isDeprecated": false,
2972
2988
  "name": "containers",
2973
2989
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.containers",
2974
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
2990
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
2975
2991
  "required": true,
2976
- "responseStr": "containers:$InternetFirewallContainer ",
2992
+ "responseStr": "containers:$internetFirewallContainer ",
2977
2993
  "type": {
2978
2994
  "definition": {
2979
2995
  "description": null,
2980
2996
  "enumValues": null,
2981
2997
  "fields": {
2982
2998
  "fqdnContainer": {
2983
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
2999
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
2984
3000
  "args": {},
2985
3001
  "deprecationReason": null,
2986
3002
  "description": null,
@@ -2988,9 +3004,9 @@
2988
3004
  "isDeprecated": false,
2989
3005
  "name": "fqdnContainer",
2990
3006
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.containers.fqdnContainer",
2991
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
3007
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
2992
3008
  "required": true,
2993
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
3009
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
2994
3010
  "type": {
2995
3011
  "definition": {
2996
3012
  "description": "A group with members of FQDN type",
@@ -3055,10 +3071,10 @@
3055
3071
  "name": "FqdnContainerRef",
3056
3072
  "non_null": false
3057
3073
  },
3058
- "varName": "FqdnContainerRef"
3074
+ "varName": "fqdnContainerRef"
3059
3075
  },
3060
3076
  "ipAddressRangeContainer": {
3061
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3077
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3062
3078
  "args": {},
3063
3079
  "deprecationReason": null,
3064
3080
  "description": null,
@@ -3066,9 +3082,9 @@
3066
3082
  "isDeprecated": false,
3067
3083
  "name": "ipAddressRangeContainer",
3068
3084
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.containers.ipAddressRangeContainer",
3069
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3085
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3070
3086
  "required": true,
3071
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
3087
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
3072
3088
  "type": {
3073
3089
  "definition": {
3074
3090
  "description": "A group with members of IPAddressRange type",
@@ -3133,7 +3149,7 @@
3133
3149
  "name": "IpAddressRangeContainerRef",
3134
3150
  "non_null": false
3135
3151
  },
3136
- "varName": "IpAddressRangeContainerRef"
3152
+ "varName": "ipAddressRangeContainerRef"
3137
3153
  }
3138
3154
  },
3139
3155
  "inputFields": null,
@@ -3150,10 +3166,10 @@
3150
3166
  "name": "InternetFirewallContainer",
3151
3167
  "non_null": false
3152
3168
  },
3153
- "varName": "InternetFirewallContainer"
3169
+ "varName": "internetFirewallContainer"
3154
3170
  },
3155
3171
  "country": {
3156
- "alias": "CountryRefCountry: country",
3172
+ "alias": "countryRefCountry: country",
3157
3173
  "args": {},
3158
3174
  "deprecationReason": null,
3159
3175
  "description": "Countries",
@@ -3161,9 +3177,9 @@
3161
3177
  "isDeprecated": false,
3162
3178
  "name": "country",
3163
3179
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.country",
3164
- "requestStr": "$CountryRef:[CountryRef]! ",
3180
+ "requestStr": "$countryRef:[CountryRef]! ",
3165
3181
  "required": true,
3166
- "responseStr": "country:$CountryRef ",
3182
+ "responseStr": "country:$countryRef ",
3167
3183
  "type": {
3168
3184
  "definition": {
3169
3185
  "description": null,
@@ -3228,10 +3244,10 @@
3228
3244
  "name": "CountryRef",
3229
3245
  "non_null": false
3230
3246
  },
3231
- "varName": "CountryRef"
3247
+ "varName": "countryRef"
3232
3248
  },
3233
3249
  "customApp": {
3234
- "alias": "CustomApplicationRefCustomApp: customApp",
3250
+ "alias": "customApplicationRefCustomApp: customApp",
3235
3251
  "args": {},
3236
3252
  "deprecationReason": null,
3237
3253
  "description": "Custom (user-defined) applications",
@@ -3239,9 +3255,9 @@
3239
3255
  "isDeprecated": false,
3240
3256
  "name": "customApp",
3241
3257
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.customApp",
3242
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
3258
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
3243
3259
  "required": true,
3244
- "responseStr": "customApp:$CustomApplicationRef ",
3260
+ "responseStr": "customApp:$customApplicationRef ",
3245
3261
  "type": {
3246
3262
  "definition": {
3247
3263
  "description": null,
@@ -3306,10 +3322,10 @@
3306
3322
  "name": "CustomApplicationRef",
3307
3323
  "non_null": false
3308
3324
  },
3309
- "varName": "CustomApplicationRef"
3325
+ "varName": "customApplicationRef"
3310
3326
  },
3311
3327
  "customCategory": {
3312
- "alias": "CustomCategoryRefCustomCategory: customCategory",
3328
+ "alias": "customCategoryRefCustomCategory: customCategory",
3313
3329
  "args": {},
3314
3330
  "deprecationReason": null,
3315
3331
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -3317,9 +3333,9 @@
3317
3333
  "isDeprecated": false,
3318
3334
  "name": "customCategory",
3319
3335
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.customCategory",
3320
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
3336
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
3321
3337
  "required": true,
3322
- "responseStr": "customCategory:$CustomCategoryRef ",
3338
+ "responseStr": "customCategory:$customCategoryRef ",
3323
3339
  "type": {
3324
3340
  "definition": {
3325
3341
  "description": null,
@@ -3384,7 +3400,7 @@
3384
3400
  "name": "CustomCategoryRef",
3385
3401
  "non_null": false
3386
3402
  },
3387
- "varName": "CustomCategoryRef"
3403
+ "varName": "customCategoryRef"
3388
3404
  },
3389
3405
  "domain": {
3390
3406
  "args": {},
@@ -3433,7 +3449,7 @@
3433
3449
  "varName": "fqdn"
3434
3450
  },
3435
3451
  "globalIpRange": {
3436
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
3452
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3437
3453
  "args": {},
3438
3454
  "deprecationReason": null,
3439
3455
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3441,9 +3457,9 @@
3441
3457
  "isDeprecated": false,
3442
3458
  "name": "globalIpRange",
3443
3459
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
3444
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
3460
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3445
3461
  "required": true,
3446
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
3462
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3447
3463
  "type": {
3448
3464
  "definition": {
3449
3465
  "description": null,
@@ -3508,7 +3524,7 @@
3508
3524
  "name": "GlobalIpRangeRef",
3509
3525
  "non_null": false
3510
3526
  },
3511
- "varName": "GlobalIpRangeRef"
3527
+ "varName": "globalIpRangeRef"
3512
3528
  },
3513
3529
  "ip": {
3514
3530
  "args": {},
@@ -3534,7 +3550,7 @@
3534
3550
  "varName": "ip"
3535
3551
  },
3536
3552
  "ipRange": {
3537
- "alias": "IpAddressRangeIpRange: ipRange",
3553
+ "alias": "ipAddressRangeIpRange: ipRange",
3538
3554
  "args": {},
3539
3555
  "deprecationReason": null,
3540
3556
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3542,9 +3558,9 @@
3542
3558
  "isDeprecated": false,
3543
3559
  "name": "ipRange",
3544
3560
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
3545
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
3561
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3546
3562
  "required": true,
3547
- "responseStr": "ipRange:$IpAddressRange ",
3563
+ "responseStr": "ipRange:$ipAddressRange ",
3548
3564
  "type": {
3549
3565
  "definition": {
3550
3566
  "description": "Inclusive range of IPs",
@@ -3609,7 +3625,7 @@
3609
3625
  "name": "IpAddressRange",
3610
3626
  "non_null": false
3611
3627
  },
3612
- "varName": "IpAddressRange"
3628
+ "varName": "ipAddressRange"
3613
3629
  },
3614
3630
  "remoteAsn": {
3615
3631
  "args": {},
@@ -3635,7 +3651,7 @@
3635
3651
  "varName": "remoteAsn"
3636
3652
  },
3637
3653
  "sanctionedAppsCategory": {
3638
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3654
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3639
3655
  "args": {},
3640
3656
  "deprecationReason": null,
3641
3657
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3643,9 +3659,9 @@
3643
3659
  "isDeprecated": false,
3644
3660
  "name": "sanctionedAppsCategory",
3645
3661
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.destination.sanctionedAppsCategory",
3646
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3662
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3647
3663
  "required": true,
3648
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
3664
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3649
3665
  "type": {
3650
3666
  "definition": {
3651
3667
  "description": null,
@@ -3710,7 +3726,7 @@
3710
3726
  "name": "SanctionedAppsCategoryRef",
3711
3727
  "non_null": false
3712
3728
  },
3713
- "varName": "SanctionedAppsCategoryRef"
3729
+ "varName": "sanctionedAppsCategoryRef"
3714
3730
  },
3715
3731
  "subnet": {
3716
3732
  "args": {},
@@ -3750,10 +3766,10 @@
3750
3766
  "name": "InternetFirewallDestination",
3751
3767
  "non_null": false
3752
3768
  },
3753
- "varName": "InternetFirewallDestination"
3769
+ "varName": "internetFirewallDestination"
3754
3770
  },
3755
3771
  "device": {
3756
- "alias": "DeviceProfileRefDevice: device",
3772
+ "alias": "deviceProfileRefDevice: device",
3757
3773
  "args": {},
3758
3774
  "deprecationReason": null,
3759
3775
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3761,9 +3777,9 @@
3761
3777
  "isDeprecated": false,
3762
3778
  "name": "device",
3763
3779
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.device",
3764
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
3780
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
3765
3781
  "required": true,
3766
- "responseStr": "device:$DeviceProfileRef ",
3782
+ "responseStr": "device:$deviceProfileRef ",
3767
3783
  "type": {
3768
3784
  "definition": {
3769
3785
  "description": null,
@@ -3828,10 +3844,182 @@
3828
3844
  "name": "DeviceProfileRef",
3829
3845
  "non_null": false
3830
3846
  },
3831
- "varName": "DeviceProfileRef"
3847
+ "varName": "deviceProfileRef"
3848
+ },
3849
+ "deviceAttributes": {
3850
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3851
+ "args": {},
3852
+ "deprecationReason": null,
3853
+ "description": "Source Device Attributes matching criteria for the exception.",
3854
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
3855
+ "isDeprecated": false,
3856
+ "name": "deviceAttributes",
3857
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
3858
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
3859
+ "required": true,
3860
+ "responseStr": "deviceAttributes:$deviceAttributes ",
3861
+ "type": {
3862
+ "definition": {
3863
+ "description": null,
3864
+ "enumValues": null,
3865
+ "fields": {
3866
+ "category": {
3867
+ "args": {},
3868
+ "deprecationReason": null,
3869
+ "description": "The category of the firewall device.",
3870
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
3871
+ "isDeprecated": false,
3872
+ "name": "category",
3873
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
3874
+ "requestStr": "$category:[String]! ",
3875
+ "required": true,
3876
+ "responseStr": "category:$category ",
3877
+ "type": {
3878
+ "kind": [
3879
+ "NON_NULL",
3880
+ "LIST",
3881
+ "NON_NULL",
3882
+ "SCALAR"
3883
+ ],
3884
+ "name": "String",
3885
+ "non_null": false
3886
+ },
3887
+ "varName": "category"
3888
+ },
3889
+ "manufacturer": {
3890
+ "args": {},
3891
+ "deprecationReason": null,
3892
+ "description": "The manufacturer of the firewall device.",
3893
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
3894
+ "isDeprecated": false,
3895
+ "name": "manufacturer",
3896
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
3897
+ "requestStr": "$manufacturer:[String]! ",
3898
+ "required": true,
3899
+ "responseStr": "manufacturer:$manufacturer ",
3900
+ "type": {
3901
+ "kind": [
3902
+ "NON_NULL",
3903
+ "LIST",
3904
+ "NON_NULL",
3905
+ "SCALAR"
3906
+ ],
3907
+ "name": "String",
3908
+ "non_null": false
3909
+ },
3910
+ "varName": "manufacturer"
3911
+ },
3912
+ "model": {
3913
+ "args": {},
3914
+ "deprecationReason": null,
3915
+ "description": "The model of the firewall device.",
3916
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
3917
+ "isDeprecated": false,
3918
+ "name": "model",
3919
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
3920
+ "requestStr": "$model:[String]! ",
3921
+ "required": true,
3922
+ "responseStr": "model:$model ",
3923
+ "type": {
3924
+ "kind": [
3925
+ "NON_NULL",
3926
+ "LIST",
3927
+ "NON_NULL",
3928
+ "SCALAR"
3929
+ ],
3930
+ "name": "String",
3931
+ "non_null": false
3932
+ },
3933
+ "varName": "model"
3934
+ },
3935
+ "os": {
3936
+ "args": {},
3937
+ "deprecationReason": null,
3938
+ "description": "The operating system of the firewall device.",
3939
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
3940
+ "isDeprecated": false,
3941
+ "name": "os",
3942
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
3943
+ "requestStr": "$os:[String]! ",
3944
+ "required": true,
3945
+ "responseStr": "os:$os ",
3946
+ "type": {
3947
+ "kind": [
3948
+ "NON_NULL",
3949
+ "LIST",
3950
+ "NON_NULL",
3951
+ "SCALAR"
3952
+ ],
3953
+ "name": "String",
3954
+ "non_null": false
3955
+ },
3956
+ "varName": "os"
3957
+ },
3958
+ "osVersion": {
3959
+ "args": {},
3960
+ "deprecationReason": null,
3961
+ "description": "The version of the operating system of the firewall device.",
3962
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
3963
+ "isDeprecated": false,
3964
+ "name": "osVersion",
3965
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
3966
+ "requestStr": "$osVersion:[String]! ",
3967
+ "required": true,
3968
+ "responseStr": "osVersion:$osVersion ",
3969
+ "type": {
3970
+ "kind": [
3971
+ "NON_NULL",
3972
+ "LIST",
3973
+ "NON_NULL",
3974
+ "SCALAR"
3975
+ ],
3976
+ "name": "String",
3977
+ "non_null": false
3978
+ },
3979
+ "varName": "osVersion"
3980
+ },
3981
+ "type": {
3982
+ "args": {},
3983
+ "deprecationReason": null,
3984
+ "description": "The type of the firewall device.",
3985
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
3986
+ "isDeprecated": false,
3987
+ "name": "type",
3988
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
3989
+ "requestStr": "$type:[String]! ",
3990
+ "required": true,
3991
+ "responseStr": "type:$type ",
3992
+ "type": {
3993
+ "kind": [
3994
+ "NON_NULL",
3995
+ "LIST",
3996
+ "NON_NULL",
3997
+ "SCALAR"
3998
+ ],
3999
+ "name": "String",
4000
+ "non_null": false
4001
+ },
4002
+ "varName": "type"
4003
+ }
4004
+ },
4005
+ "inputFields": null,
4006
+ "interfaces": {},
4007
+ "kind": "OBJECT",
4008
+ "name": "DeviceAttributes",
4009
+ "possibleTypes": null
4010
+ },
4011
+ "indexType": "object",
4012
+ "kind": [
4013
+ "NON_NULL",
4014
+ "OBJECT"
4015
+ ],
4016
+ "name": "DeviceAttributes",
4017
+ "non_null": false
4018
+ },
4019
+ "varName": "deviceAttributes"
3832
4020
  },
3833
4021
  "deviceOS": {
3834
- "alias": "OperatingSystemDeviceOS: deviceOS",
4022
+ "alias": "operatingSystemDeviceOS: deviceOS",
3835
4023
  "args": {},
3836
4024
  "deprecationReason": null,
3837
4025
  "description": "Source device OS matching criteria for the exception.",
@@ -3924,7 +4112,7 @@
3924
4112
  "varName": "name"
3925
4113
  },
3926
4114
  "service": {
3927
- "alias": "InternetFirewallServiceTypeService: service",
4115
+ "alias": "internetFirewallServiceTypeService: service",
3928
4116
  "args": {},
3929
4117
  "deprecationReason": null,
3930
4118
  "description": "Destination service matching criteria for the exception.",
@@ -3932,16 +4120,16 @@
3932
4120
  "isDeprecated": false,
3933
4121
  "name": "service",
3934
4122
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service",
3935
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
4123
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
3936
4124
  "required": true,
3937
- "responseStr": "service:$InternetFirewallServiceType ",
4125
+ "responseStr": "service:$internetFirewallServiceType ",
3938
4126
  "type": {
3939
4127
  "definition": {
3940
4128
  "description": "Add the Service Type to which this Internet Firewall rule applies",
3941
4129
  "enumValues": null,
3942
4130
  "fields": {
3943
4131
  "custom": {
3944
- "alias": "CustomServiceCustom: custom",
4132
+ "alias": "customServiceCustom: custom",
3945
4133
  "args": {},
3946
4134
  "deprecationReason": null,
3947
4135
  "description": null,
@@ -3949,9 +4137,9 @@
3949
4137
  "isDeprecated": false,
3950
4138
  "name": "custom",
3951
4139
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.custom",
3952
- "requestStr": "$CustomService:[CustomService]! ",
4140
+ "requestStr": "$customService:[CustomService]! ",
3953
4141
  "required": true,
3954
- "responseStr": "custom:$CustomService ",
4142
+ "responseStr": "custom:$customService ",
3955
4143
  "type": {
3956
4144
  "definition": {
3957
4145
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -3980,7 +4168,7 @@
3980
4168
  "varName": "port"
3981
4169
  },
3982
4170
  "portRange": {
3983
- "alias": "PortRangePortRange: portRange",
4171
+ "alias": "portRangePortRange: portRange",
3984
4172
  "args": {},
3985
4173
  "deprecationReason": null,
3986
4174
  "description": null,
@@ -3988,9 +4176,9 @@
3988
4176
  "isDeprecated": false,
3989
4177
  "name": "portRange",
3990
4178
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
3991
- "requestStr": "$PortRange:PortRange ",
4179
+ "requestStr": "$portRange:PortRange ",
3992
4180
  "required": false,
3993
- "responseStr": "portRange:$PortRange ",
4181
+ "responseStr": "portRange:$portRange ",
3994
4182
  "type": {
3995
4183
  "definition": {
3996
4184
  "description": "Inclusive network port range",
@@ -4052,10 +4240,10 @@
4052
4240
  "name": "PortRange",
4053
4241
  "non_null": false
4054
4242
  },
4055
- "varName": "PortRange"
4243
+ "varName": "portRange"
4056
4244
  },
4057
4245
  "protocol": {
4058
- "alias": "IpProtocolProtocol: protocol",
4246
+ "alias": "ipProtocolProtocol: protocol",
4059
4247
  "args": {},
4060
4248
  "deprecationReason": null,
4061
4249
  "description": null,
@@ -4135,10 +4323,10 @@
4135
4323
  "name": "CustomService",
4136
4324
  "non_null": false
4137
4325
  },
4138
- "varName": "CustomService"
4326
+ "varName": "customService"
4139
4327
  },
4140
4328
  "standard": {
4141
- "alias": "ServiceRefStandard: standard",
4329
+ "alias": "serviceRefStandard: standard",
4142
4330
  "args": {},
4143
4331
  "deprecationReason": null,
4144
4332
  "description": null,
@@ -4146,9 +4334,9 @@
4146
4334
  "isDeprecated": false,
4147
4335
  "name": "standard",
4148
4336
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.service.standard",
4149
- "requestStr": "$ServiceRef:[ServiceRef]! ",
4337
+ "requestStr": "$serviceRef:[ServiceRef]! ",
4150
4338
  "required": true,
4151
- "responseStr": "standard:$ServiceRef ",
4339
+ "responseStr": "standard:$serviceRef ",
4152
4340
  "type": {
4153
4341
  "definition": {
4154
4342
  "description": null,
@@ -4213,7 +4401,7 @@
4213
4401
  "name": "ServiceRef",
4214
4402
  "non_null": false
4215
4403
  },
4216
- "varName": "ServiceRef"
4404
+ "varName": "serviceRef"
4217
4405
  }
4218
4406
  },
4219
4407
  "inputFields": null,
@@ -4230,10 +4418,10 @@
4230
4418
  "name": "InternetFirewallServiceType",
4231
4419
  "non_null": false
4232
4420
  },
4233
- "varName": "InternetFirewallServiceType"
4421
+ "varName": "internetFirewallServiceType"
4234
4422
  },
4235
4423
  "source": {
4236
- "alias": "InternetFirewallSourceSource: source",
4424
+ "alias": "internetFirewallSourceSource: source",
4237
4425
  "args": {},
4238
4426
  "deprecationReason": null,
4239
4427
  "description": "Source traffic matching criteria for the exception.",
@@ -4241,16 +4429,16 @@
4241
4429
  "isDeprecated": false,
4242
4430
  "name": "source",
4243
4431
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source",
4244
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
4432
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
4245
4433
  "required": true,
4246
- "responseStr": "source:$InternetFirewallSource ",
4434
+ "responseStr": "source:$internetFirewallSource ",
4247
4435
  "type": {
4248
4436
  "definition": {
4249
4437
  "description": "Returns the settings for Source of an Internet Firewall rule",
4250
4438
  "enumValues": null,
4251
4439
  "fields": {
4252
4440
  "floatingSubnet": {
4253
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
4441
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4254
4442
  "args": {},
4255
4443
  "deprecationReason": null,
4256
4444
  "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.",
@@ -4258,9 +4446,9 @@
4258
4446
  "isDeprecated": false,
4259
4447
  "name": "floatingSubnet",
4260
4448
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
4261
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
4449
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
4262
4450
  "required": true,
4263
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
4451
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
4264
4452
  "type": {
4265
4453
  "definition": {
4266
4454
  "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.",
@@ -4325,10 +4513,10 @@
4325
4513
  "name": "FloatingSubnetRef",
4326
4514
  "non_null": false
4327
4515
  },
4328
- "varName": "FloatingSubnetRef"
4516
+ "varName": "floatingSubnetRef"
4329
4517
  },
4330
4518
  "globalIpRange": {
4331
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
4519
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4332
4520
  "args": {},
4333
4521
  "deprecationReason": null,
4334
4522
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4336,9 +4524,9 @@
4336
4524
  "isDeprecated": false,
4337
4525
  "name": "globalIpRange",
4338
4526
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
4339
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
4527
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4340
4528
  "required": true,
4341
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
4529
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4342
4530
  "type": {
4343
4531
  "definition": {
4344
4532
  "description": null,
@@ -4403,10 +4591,10 @@
4403
4591
  "name": "GlobalIpRangeRef",
4404
4592
  "non_null": false
4405
4593
  },
4406
- "varName": "GlobalIpRangeRef"
4594
+ "varName": "globalIpRangeRef"
4407
4595
  },
4408
4596
  "group": {
4409
- "alias": "GroupRefGroup: group",
4597
+ "alias": "groupRefGroup: group",
4410
4598
  "args": {},
4411
4599
  "deprecationReason": null,
4412
4600
  "description": "Groups defined for your account",
@@ -4414,9 +4602,9 @@
4414
4602
  "isDeprecated": false,
4415
4603
  "name": "group",
4416
4604
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.group",
4417
- "requestStr": "$GroupRef:[GroupRef]! ",
4605
+ "requestStr": "$groupRef:[GroupRef]! ",
4418
4606
  "required": true,
4419
- "responseStr": "group:$GroupRef ",
4607
+ "responseStr": "group:$groupRef ",
4420
4608
  "type": {
4421
4609
  "definition": {
4422
4610
  "description": null,
@@ -4481,10 +4669,10 @@
4481
4669
  "name": "GroupRef",
4482
4670
  "non_null": false
4483
4671
  },
4484
- "varName": "GroupRef"
4672
+ "varName": "groupRef"
4485
4673
  },
4486
4674
  "host": {
4487
- "alias": "HostRefHost: host",
4675
+ "alias": "hostRefHost: host",
4488
4676
  "args": {},
4489
4677
  "deprecationReason": null,
4490
4678
  "description": "Hosts and servers defined for your account",
@@ -4492,9 +4680,9 @@
4492
4680
  "isDeprecated": false,
4493
4681
  "name": "host",
4494
4682
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.host",
4495
- "requestStr": "$HostRef:[HostRef]! ",
4683
+ "requestStr": "$hostRef:[HostRef]! ",
4496
4684
  "required": true,
4497
- "responseStr": "host:$HostRef ",
4685
+ "responseStr": "host:$hostRef ",
4498
4686
  "type": {
4499
4687
  "definition": {
4500
4688
  "description": null,
@@ -4559,7 +4747,7 @@
4559
4747
  "name": "HostRef",
4560
4748
  "non_null": false
4561
4749
  },
4562
- "varName": "HostRef"
4750
+ "varName": "hostRef"
4563
4751
  },
4564
4752
  "ip": {
4565
4753
  "args": {},
@@ -4585,7 +4773,7 @@
4585
4773
  "varName": "ip"
4586
4774
  },
4587
4775
  "ipRange": {
4588
- "alias": "IpAddressRangeIpRange: ipRange",
4776
+ "alias": "ipAddressRangeIpRange: ipRange",
4589
4777
  "args": {},
4590
4778
  "deprecationReason": null,
4591
4779
  "description": "Multiple separate IP addresses or an IP range",
@@ -4593,9 +4781,9 @@
4593
4781
  "isDeprecated": false,
4594
4782
  "name": "ipRange",
4595
4783
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
4596
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
4784
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
4597
4785
  "required": true,
4598
- "responseStr": "ipRange:$IpAddressRange ",
4786
+ "responseStr": "ipRange:$ipAddressRange ",
4599
4787
  "type": {
4600
4788
  "definition": {
4601
4789
  "description": "Inclusive range of IPs",
@@ -4660,10 +4848,10 @@
4660
4848
  "name": "IpAddressRange",
4661
4849
  "non_null": false
4662
4850
  },
4663
- "varName": "IpAddressRange"
4851
+ "varName": "ipAddressRange"
4664
4852
  },
4665
4853
  "networkInterface": {
4666
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
4854
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4667
4855
  "args": {},
4668
4856
  "deprecationReason": null,
4669
4857
  "description": "Network range defined for a site",
@@ -4671,9 +4859,9 @@
4671
4859
  "isDeprecated": false,
4672
4860
  "name": "networkInterface",
4673
4861
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
4674
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
4862
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
4675
4863
  "required": true,
4676
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
4864
+ "responseStr": "networkInterface:$networkInterfaceRef ",
4677
4865
  "type": {
4678
4866
  "definition": {
4679
4867
  "description": null,
@@ -4738,10 +4926,10 @@
4738
4926
  "name": "NetworkInterfaceRef",
4739
4927
  "non_null": false
4740
4928
  },
4741
- "varName": "NetworkInterfaceRef"
4929
+ "varName": "networkInterfaceRef"
4742
4930
  },
4743
4931
  "site": {
4744
- "alias": "SiteRefSite: site",
4932
+ "alias": "siteRefSite: site",
4745
4933
  "args": {},
4746
4934
  "deprecationReason": null,
4747
4935
  "description": "Site defined for the account",
@@ -4749,9 +4937,9 @@
4749
4937
  "isDeprecated": false,
4750
4938
  "name": "site",
4751
4939
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.site",
4752
- "requestStr": "$SiteRef:[SiteRef]! ",
4940
+ "requestStr": "$siteRef:[SiteRef]! ",
4753
4941
  "required": true,
4754
- "responseStr": "site:$SiteRef ",
4942
+ "responseStr": "site:$siteRef ",
4755
4943
  "type": {
4756
4944
  "definition": {
4757
4945
  "description": null,
@@ -4816,10 +5004,10 @@
4816
5004
  "name": "SiteRef",
4817
5005
  "non_null": false
4818
5006
  },
4819
- "varName": "SiteRef"
5007
+ "varName": "siteRef"
4820
5008
  },
4821
5009
  "siteNetworkSubnet": {
4822
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
5010
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4823
5011
  "args": {},
4824
5012
  "deprecationReason": null,
4825
5013
  "description": "GlobalRange + InterfaceSubnet",
@@ -4827,9 +5015,9 @@
4827
5015
  "isDeprecated": false,
4828
5016
  "name": "siteNetworkSubnet",
4829
5017
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
4830
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
5018
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4831
5019
  "required": true,
4832
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
5020
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4833
5021
  "type": {
4834
5022
  "definition": {
4835
5023
  "description": null,
@@ -4894,7 +5082,7 @@
4894
5082
  "name": "SiteNetworkSubnetRef",
4895
5083
  "non_null": false
4896
5084
  },
4897
- "varName": "SiteNetworkSubnetRef"
5085
+ "varName": "siteNetworkSubnetRef"
4898
5086
  },
4899
5087
  "subnet": {
4900
5088
  "args": {},
@@ -4920,7 +5108,7 @@
4920
5108
  "varName": "subnet"
4921
5109
  },
4922
5110
  "systemGroup": {
4923
- "alias": "SystemGroupRefSystemGroup: systemGroup",
5111
+ "alias": "systemGroupRefSystemGroup: systemGroup",
4924
5112
  "args": {},
4925
5113
  "deprecationReason": null,
4926
5114
  "description": "Predefined Cato groups",
@@ -4928,9 +5116,9 @@
4928
5116
  "isDeprecated": false,
4929
5117
  "name": "systemGroup",
4930
5118
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
4931
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
5119
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4932
5120
  "required": true,
4933
- "responseStr": "systemGroup:$SystemGroupRef ",
5121
+ "responseStr": "systemGroup:$systemGroupRef ",
4934
5122
  "type": {
4935
5123
  "definition": {
4936
5124
  "description": null,
@@ -4995,10 +5183,10 @@
4995
5183
  "name": "SystemGroupRef",
4996
5184
  "non_null": false
4997
5185
  },
4998
- "varName": "SystemGroupRef"
5186
+ "varName": "systemGroupRef"
4999
5187
  },
5000
5188
  "user": {
5001
- "alias": "UserRefUser: user",
5189
+ "alias": "userRefUser: user",
5002
5190
  "args": {},
5003
5191
  "deprecationReason": null,
5004
5192
  "description": "Individual users defined for the account",
@@ -5006,9 +5194,9 @@
5006
5194
  "isDeprecated": false,
5007
5195
  "name": "user",
5008
5196
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.user",
5009
- "requestStr": "$UserRef:[UserRef]! ",
5197
+ "requestStr": "$userRef:[UserRef]! ",
5010
5198
  "required": true,
5011
- "responseStr": "user:$UserRef ",
5199
+ "responseStr": "user:$userRef ",
5012
5200
  "type": {
5013
5201
  "definition": {
5014
5202
  "description": null,
@@ -5073,10 +5261,10 @@
5073
5261
  "name": "UserRef",
5074
5262
  "non_null": false
5075
5263
  },
5076
- "varName": "UserRef"
5264
+ "varName": "userRef"
5077
5265
  },
5078
5266
  "usersGroup": {
5079
- "alias": "UsersGroupRefUsersGroup: usersGroup",
5267
+ "alias": "usersGroupRefUsersGroup: usersGroup",
5080
5268
  "args": {},
5081
5269
  "deprecationReason": null,
5082
5270
  "description": "Group of users",
@@ -5084,9 +5272,9 @@
5084
5272
  "isDeprecated": false,
5085
5273
  "name": "usersGroup",
5086
5274
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
5087
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
5275
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
5088
5276
  "required": true,
5089
- "responseStr": "usersGroup:$UsersGroupRef ",
5277
+ "responseStr": "usersGroup:$usersGroupRef ",
5090
5278
  "type": {
5091
5279
  "definition": {
5092
5280
  "description": null,
@@ -5151,7 +5339,7 @@
5151
5339
  "name": "UsersGroupRef",
5152
5340
  "non_null": false
5153
5341
  },
5154
- "varName": "UsersGroupRef"
5342
+ "varName": "usersGroupRef"
5155
5343
  }
5156
5344
  },
5157
5345
  "inputFields": null,
@@ -5168,7 +5356,7 @@
5168
5356
  "name": "InternetFirewallSource",
5169
5357
  "non_null": false
5170
5358
  },
5171
- "varName": "InternetFirewallSource"
5359
+ "varName": "internetFirewallSource"
5172
5360
  }
5173
5361
  },
5174
5362
  "inputFields": null,
@@ -5187,7 +5375,7 @@
5187
5375
  "name": "InternetFirewallRuleException",
5188
5376
  "non_null": false
5189
5377
  },
5190
- "varName": "InternetFirewallRuleException"
5378
+ "varName": "internetFirewallRuleException"
5191
5379
  },
5192
5380
  "id": {
5193
5381
  "args": {},
@@ -5253,7 +5441,7 @@
5253
5441
  "varName": "name"
5254
5442
  },
5255
5443
  "schedule": {
5256
- "alias": "PolicyScheduleSchedule: schedule",
5444
+ "alias": "policyScheduleSchedule: schedule",
5257
5445
  "args": {},
5258
5446
  "deprecationReason": null,
5259
5447
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -5261,16 +5449,16 @@
5261
5449
  "isDeprecated": false,
5262
5450
  "name": "schedule",
5263
5451
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.schedule",
5264
- "requestStr": "$PolicySchedule:PolicySchedule! ",
5452
+ "requestStr": "$policySchedule:PolicySchedule! ",
5265
5453
  "required": true,
5266
- "responseStr": "schedule:$PolicySchedule ",
5454
+ "responseStr": "schedule:$policySchedule ",
5267
5455
  "type": {
5268
5456
  "definition": {
5269
5457
  "description": null,
5270
5458
  "enumValues": null,
5271
5459
  "fields": {
5272
5460
  "activeOn": {
5273
- "alias": "PolicyActiveOnEnumActiveOn: activeOn",
5461
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
5274
5462
  "args": {},
5275
5463
  "deprecationReason": null,
5276
5464
  "description": null,
@@ -5328,7 +5516,7 @@
5328
5516
  "varName": "activeOn"
5329
5517
  },
5330
5518
  "customRecurring": {
5331
- "alias": "PolicyCustomRecurringCustomRecurring: customRecurring",
5519
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5332
5520
  "args": {},
5333
5521
  "deprecationReason": null,
5334
5522
  "description": null,
@@ -5336,9 +5524,9 @@
5336
5524
  "isDeprecated": false,
5337
5525
  "name": "customRecurring",
5338
5526
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.schedule.customRecurring",
5339
- "requestStr": "$PolicyCustomRecurring:PolicyCustomRecurring ",
5527
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
5340
5528
  "required": false,
5341
- "responseStr": "customRecurring:$PolicyCustomRecurring ",
5529
+ "responseStr": "customRecurring:$policyCustomRecurring ",
5342
5530
  "type": {
5343
5531
  "definition": {
5344
5532
  "description": "Returns data for a custom recurring time range that a rule is active",
@@ -5477,10 +5665,10 @@
5477
5665
  "name": "PolicyCustomRecurring",
5478
5666
  "non_null": false
5479
5667
  },
5480
- "varName": "PolicyCustomRecurring"
5668
+ "varName": "policyCustomRecurring"
5481
5669
  },
5482
5670
  "customTimeframe": {
5483
- "alias": "PolicyCustomTimeframeCustomTimeframe: customTimeframe",
5671
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5484
5672
  "args": {},
5485
5673
  "deprecationReason": null,
5486
5674
  "description": null,
@@ -5488,9 +5676,9 @@
5488
5676
  "isDeprecated": false,
5489
5677
  "name": "customTimeframe",
5490
5678
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.schedule.customTimeframe",
5491
- "requestStr": "$PolicyCustomTimeframe:PolicyCustomTimeframe ",
5679
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
5492
5680
  "required": false,
5493
- "responseStr": "customTimeframe:$PolicyCustomTimeframe ",
5681
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
5494
5682
  "type": {
5495
5683
  "definition": {
5496
5684
  "description": "Returns data for a custom one-time time range that a rule is active",
@@ -5552,7 +5740,7 @@
5552
5740
  "name": "PolicyCustomTimeframe",
5553
5741
  "non_null": false
5554
5742
  },
5555
- "varName": "PolicyCustomTimeframe"
5743
+ "varName": "policyCustomTimeframe"
5556
5744
  }
5557
5745
  },
5558
5746
  "inputFields": null,
@@ -5569,10 +5757,10 @@
5569
5757
  "name": "PolicySchedule",
5570
5758
  "non_null": false
5571
5759
  },
5572
- "varName": "PolicySchedule"
5760
+ "varName": "policySchedule"
5573
5761
  },
5574
5762
  "section": {
5575
- "alias": "PolicySectionInfoSection: section",
5763
+ "alias": "policySectionInfoSection: section",
5576
5764
  "args": {},
5577
5765
  "deprecationReason": null,
5578
5766
  "description": "Policy section where the rule is located",
@@ -5580,9 +5768,9 @@
5580
5768
  "isDeprecated": false,
5581
5769
  "name": "section",
5582
5770
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.section",
5583
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
5771
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
5584
5772
  "required": true,
5585
- "responseStr": "section:$PolicySectionInfo ",
5773
+ "responseStr": "section:$policySectionInfo ",
5586
5774
  "type": {
5587
5775
  "definition": {
5588
5776
  "description": "Define settings for a policy section",
@@ -5645,10 +5833,10 @@
5645
5833
  "name": "PolicySectionInfo",
5646
5834
  "non_null": false
5647
5835
  },
5648
- "varName": "PolicySectionInfo"
5836
+ "varName": "policySectionInfo"
5649
5837
  },
5650
5838
  "service": {
5651
- "alias": "InternetFirewallServiceTypeService: service",
5839
+ "alias": "internetFirewallServiceTypeService: service",
5652
5840
  "args": {},
5653
5841
  "deprecationReason": null,
5654
5842
  "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5656,16 +5844,16 @@
5656
5844
  "isDeprecated": false,
5657
5845
  "name": "service",
5658
5846
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.service",
5659
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
5847
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
5660
5848
  "required": true,
5661
- "responseStr": "service:$InternetFirewallServiceType ",
5849
+ "responseStr": "service:$internetFirewallServiceType ",
5662
5850
  "type": {
5663
5851
  "definition": {
5664
5852
  "description": "Add the Service Type to which this Internet Firewall rule applies",
5665
5853
  "enumValues": null,
5666
5854
  "fields": {
5667
5855
  "custom": {
5668
- "alias": "CustomServiceCustom: custom",
5856
+ "alias": "customServiceCustom: custom",
5669
5857
  "args": {},
5670
5858
  "deprecationReason": null,
5671
5859
  "description": null,
@@ -5673,9 +5861,9 @@
5673
5861
  "isDeprecated": false,
5674
5862
  "name": "custom",
5675
5863
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.service.custom",
5676
- "requestStr": "$CustomService:[CustomService]! ",
5864
+ "requestStr": "$customService:[CustomService]! ",
5677
5865
  "required": true,
5678
- "responseStr": "custom:$CustomService ",
5866
+ "responseStr": "custom:$customService ",
5679
5867
  "type": {
5680
5868
  "definition": {
5681
5869
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -5704,7 +5892,7 @@
5704
5892
  "varName": "port"
5705
5893
  },
5706
5894
  "portRange": {
5707
- "alias": "PortRangePortRange: portRange",
5895
+ "alias": "portRangePortRange: portRange",
5708
5896
  "args": {},
5709
5897
  "deprecationReason": null,
5710
5898
  "description": null,
@@ -5712,9 +5900,9 @@
5712
5900
  "isDeprecated": false,
5713
5901
  "name": "portRange",
5714
5902
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.service.custom.portRange",
5715
- "requestStr": "$PortRange:PortRange ",
5903
+ "requestStr": "$portRange:PortRange ",
5716
5904
  "required": false,
5717
- "responseStr": "portRange:$PortRange ",
5905
+ "responseStr": "portRange:$portRange ",
5718
5906
  "type": {
5719
5907
  "definition": {
5720
5908
  "description": "Inclusive network port range",
@@ -5776,10 +5964,10 @@
5776
5964
  "name": "PortRange",
5777
5965
  "non_null": false
5778
5966
  },
5779
- "varName": "PortRange"
5967
+ "varName": "portRange"
5780
5968
  },
5781
5969
  "protocol": {
5782
- "alias": "IpProtocolProtocol: protocol",
5970
+ "alias": "ipProtocolProtocol: protocol",
5783
5971
  "args": {},
5784
5972
  "deprecationReason": null,
5785
5973
  "description": null,
@@ -5859,10 +6047,10 @@
5859
6047
  "name": "CustomService",
5860
6048
  "non_null": false
5861
6049
  },
5862
- "varName": "CustomService"
6050
+ "varName": "customService"
5863
6051
  },
5864
6052
  "standard": {
5865
- "alias": "ServiceRefStandard: standard",
6053
+ "alias": "serviceRefStandard: standard",
5866
6054
  "args": {},
5867
6055
  "deprecationReason": null,
5868
6056
  "description": null,
@@ -5870,9 +6058,9 @@
5870
6058
  "isDeprecated": false,
5871
6059
  "name": "standard",
5872
6060
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.service.standard",
5873
- "requestStr": "$ServiceRef:[ServiceRef]! ",
6061
+ "requestStr": "$serviceRef:[ServiceRef]! ",
5874
6062
  "required": true,
5875
- "responseStr": "standard:$ServiceRef ",
6063
+ "responseStr": "standard:$serviceRef ",
5876
6064
  "type": {
5877
6065
  "definition": {
5878
6066
  "description": null,
@@ -5937,7 +6125,7 @@
5937
6125
  "name": "ServiceRef",
5938
6126
  "non_null": false
5939
6127
  },
5940
- "varName": "ServiceRef"
6128
+ "varName": "serviceRef"
5941
6129
  }
5942
6130
  },
5943
6131
  "inputFields": null,
@@ -5954,10 +6142,10 @@
5954
6142
  "name": "InternetFirewallServiceType",
5955
6143
  "non_null": false
5956
6144
  },
5957
- "varName": "InternetFirewallServiceType"
6145
+ "varName": "internetFirewallServiceType"
5958
6146
  },
5959
6147
  "source": {
5960
- "alias": "InternetFirewallSourceSource: source",
6148
+ "alias": "internetFirewallSourceSource: source",
5961
6149
  "args": {},
5962
6150
  "deprecationReason": null,
5963
6151
  "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5965,16 +6153,16 @@
5965
6153
  "isDeprecated": false,
5966
6154
  "name": "source",
5967
6155
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source",
5968
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
6156
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
5969
6157
  "required": true,
5970
- "responseStr": "source:$InternetFirewallSource ",
6158
+ "responseStr": "source:$internetFirewallSource ",
5971
6159
  "type": {
5972
6160
  "definition": {
5973
6161
  "description": "Returns the settings for Source of an Internet Firewall rule",
5974
6162
  "enumValues": null,
5975
6163
  "fields": {
5976
6164
  "floatingSubnet": {
5977
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
6165
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5978
6166
  "args": {},
5979
6167
  "deprecationReason": null,
5980
6168
  "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.",
@@ -5982,9 +6170,9 @@
5982
6170
  "isDeprecated": false,
5983
6171
  "name": "floatingSubnet",
5984
6172
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.floatingSubnet",
5985
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
6173
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
5986
6174
  "required": true,
5987
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
6175
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
5988
6176
  "type": {
5989
6177
  "definition": {
5990
6178
  "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.",
@@ -6049,10 +6237,10 @@
6049
6237
  "name": "FloatingSubnetRef",
6050
6238
  "non_null": false
6051
6239
  },
6052
- "varName": "FloatingSubnetRef"
6240
+ "varName": "floatingSubnetRef"
6053
6241
  },
6054
6242
  "globalIpRange": {
6055
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
6243
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6056
6244
  "args": {},
6057
6245
  "deprecationReason": null,
6058
6246
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6060,9 +6248,9 @@
6060
6248
  "isDeprecated": false,
6061
6249
  "name": "globalIpRange",
6062
6250
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.globalIpRange",
6063
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
6251
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
6064
6252
  "required": true,
6065
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
6253
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
6066
6254
  "type": {
6067
6255
  "definition": {
6068
6256
  "description": null,
@@ -6127,10 +6315,10 @@
6127
6315
  "name": "GlobalIpRangeRef",
6128
6316
  "non_null": false
6129
6317
  },
6130
- "varName": "GlobalIpRangeRef"
6318
+ "varName": "globalIpRangeRef"
6131
6319
  },
6132
6320
  "group": {
6133
- "alias": "GroupRefGroup: group",
6321
+ "alias": "groupRefGroup: group",
6134
6322
  "args": {},
6135
6323
  "deprecationReason": null,
6136
6324
  "description": "Groups defined for your account",
@@ -6138,9 +6326,9 @@
6138
6326
  "isDeprecated": false,
6139
6327
  "name": "group",
6140
6328
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.group",
6141
- "requestStr": "$GroupRef:[GroupRef]! ",
6329
+ "requestStr": "$groupRef:[GroupRef]! ",
6142
6330
  "required": true,
6143
- "responseStr": "group:$GroupRef ",
6331
+ "responseStr": "group:$groupRef ",
6144
6332
  "type": {
6145
6333
  "definition": {
6146
6334
  "description": null,
@@ -6205,10 +6393,10 @@
6205
6393
  "name": "GroupRef",
6206
6394
  "non_null": false
6207
6395
  },
6208
- "varName": "GroupRef"
6396
+ "varName": "groupRef"
6209
6397
  },
6210
6398
  "host": {
6211
- "alias": "HostRefHost: host",
6399
+ "alias": "hostRefHost: host",
6212
6400
  "args": {},
6213
6401
  "deprecationReason": null,
6214
6402
  "description": "Hosts and servers defined for your account",
@@ -6216,9 +6404,9 @@
6216
6404
  "isDeprecated": false,
6217
6405
  "name": "host",
6218
6406
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.host",
6219
- "requestStr": "$HostRef:[HostRef]! ",
6407
+ "requestStr": "$hostRef:[HostRef]! ",
6220
6408
  "required": true,
6221
- "responseStr": "host:$HostRef ",
6409
+ "responseStr": "host:$hostRef ",
6222
6410
  "type": {
6223
6411
  "definition": {
6224
6412
  "description": null,
@@ -6283,7 +6471,7 @@
6283
6471
  "name": "HostRef",
6284
6472
  "non_null": false
6285
6473
  },
6286
- "varName": "HostRef"
6474
+ "varName": "hostRef"
6287
6475
  },
6288
6476
  "ip": {
6289
6477
  "args": {},
@@ -6309,7 +6497,7 @@
6309
6497
  "varName": "ip"
6310
6498
  },
6311
6499
  "ipRange": {
6312
- "alias": "IpAddressRangeIpRange: ipRange",
6500
+ "alias": "ipAddressRangeIpRange: ipRange",
6313
6501
  "args": {},
6314
6502
  "deprecationReason": null,
6315
6503
  "description": "Multiple separate IP addresses or an IP range",
@@ -6317,9 +6505,9 @@
6317
6505
  "isDeprecated": false,
6318
6506
  "name": "ipRange",
6319
6507
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.ipRange",
6320
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
6508
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
6321
6509
  "required": true,
6322
- "responseStr": "ipRange:$IpAddressRange ",
6510
+ "responseStr": "ipRange:$ipAddressRange ",
6323
6511
  "type": {
6324
6512
  "definition": {
6325
6513
  "description": "Inclusive range of IPs",
@@ -6384,10 +6572,10 @@
6384
6572
  "name": "IpAddressRange",
6385
6573
  "non_null": false
6386
6574
  },
6387
- "varName": "IpAddressRange"
6575
+ "varName": "ipAddressRange"
6388
6576
  },
6389
6577
  "networkInterface": {
6390
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
6578
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6391
6579
  "args": {},
6392
6580
  "deprecationReason": null,
6393
6581
  "description": "Network range defined for a site",
@@ -6395,9 +6583,9 @@
6395
6583
  "isDeprecated": false,
6396
6584
  "name": "networkInterface",
6397
6585
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.networkInterface",
6398
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
6586
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
6399
6587
  "required": true,
6400
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
6588
+ "responseStr": "networkInterface:$networkInterfaceRef ",
6401
6589
  "type": {
6402
6590
  "definition": {
6403
6591
  "description": null,
@@ -6462,10 +6650,10 @@
6462
6650
  "name": "NetworkInterfaceRef",
6463
6651
  "non_null": false
6464
6652
  },
6465
- "varName": "NetworkInterfaceRef"
6653
+ "varName": "networkInterfaceRef"
6466
6654
  },
6467
6655
  "site": {
6468
- "alias": "SiteRefSite: site",
6656
+ "alias": "siteRefSite: site",
6469
6657
  "args": {},
6470
6658
  "deprecationReason": null,
6471
6659
  "description": "Site defined for the account",
@@ -6473,9 +6661,9 @@
6473
6661
  "isDeprecated": false,
6474
6662
  "name": "site",
6475
6663
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.site",
6476
- "requestStr": "$SiteRef:[SiteRef]! ",
6664
+ "requestStr": "$siteRef:[SiteRef]! ",
6477
6665
  "required": true,
6478
- "responseStr": "site:$SiteRef ",
6666
+ "responseStr": "site:$siteRef ",
6479
6667
  "type": {
6480
6668
  "definition": {
6481
6669
  "description": null,
@@ -6540,10 +6728,10 @@
6540
6728
  "name": "SiteRef",
6541
6729
  "non_null": false
6542
6730
  },
6543
- "varName": "SiteRef"
6731
+ "varName": "siteRef"
6544
6732
  },
6545
6733
  "siteNetworkSubnet": {
6546
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6734
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6547
6735
  "args": {},
6548
6736
  "deprecationReason": null,
6549
6737
  "description": "GlobalRange + InterfaceSubnet",
@@ -6551,9 +6739,9 @@
6551
6739
  "isDeprecated": false,
6552
6740
  "name": "siteNetworkSubnet",
6553
6741
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
6554
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6742
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6555
6743
  "required": true,
6556
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
6744
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6557
6745
  "type": {
6558
6746
  "definition": {
6559
6747
  "description": null,
@@ -6618,7 +6806,7 @@
6618
6806
  "name": "SiteNetworkSubnetRef",
6619
6807
  "non_null": false
6620
6808
  },
6621
- "varName": "SiteNetworkSubnetRef"
6809
+ "varName": "siteNetworkSubnetRef"
6622
6810
  },
6623
6811
  "subnet": {
6624
6812
  "args": {},
@@ -6644,7 +6832,7 @@
6644
6832
  "varName": "subnet"
6645
6833
  },
6646
6834
  "systemGroup": {
6647
- "alias": "SystemGroupRefSystemGroup: systemGroup",
6835
+ "alias": "systemGroupRefSystemGroup: systemGroup",
6648
6836
  "args": {},
6649
6837
  "deprecationReason": null,
6650
6838
  "description": "Predefined Cato groups",
@@ -6652,9 +6840,9 @@
6652
6840
  "isDeprecated": false,
6653
6841
  "name": "systemGroup",
6654
6842
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.systemGroup",
6655
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
6843
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
6656
6844
  "required": true,
6657
- "responseStr": "systemGroup:$SystemGroupRef ",
6845
+ "responseStr": "systemGroup:$systemGroupRef ",
6658
6846
  "type": {
6659
6847
  "definition": {
6660
6848
  "description": null,
@@ -6719,10 +6907,10 @@
6719
6907
  "name": "SystemGroupRef",
6720
6908
  "non_null": false
6721
6909
  },
6722
- "varName": "SystemGroupRef"
6910
+ "varName": "systemGroupRef"
6723
6911
  },
6724
6912
  "user": {
6725
- "alias": "UserRefUser: user",
6913
+ "alias": "userRefUser: user",
6726
6914
  "args": {},
6727
6915
  "deprecationReason": null,
6728
6916
  "description": "Individual users defined for the account",
@@ -6730,9 +6918,9 @@
6730
6918
  "isDeprecated": false,
6731
6919
  "name": "user",
6732
6920
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.user",
6733
- "requestStr": "$UserRef:[UserRef]! ",
6921
+ "requestStr": "$userRef:[UserRef]! ",
6734
6922
  "required": true,
6735
- "responseStr": "user:$UserRef ",
6923
+ "responseStr": "user:$userRef ",
6736
6924
  "type": {
6737
6925
  "definition": {
6738
6926
  "description": null,
@@ -6797,10 +6985,10 @@
6797
6985
  "name": "UserRef",
6798
6986
  "non_null": false
6799
6987
  },
6800
- "varName": "UserRef"
6988
+ "varName": "userRef"
6801
6989
  },
6802
6990
  "usersGroup": {
6803
- "alias": "UsersGroupRefUsersGroup: usersGroup",
6991
+ "alias": "usersGroupRefUsersGroup: usersGroup",
6804
6992
  "args": {},
6805
6993
  "deprecationReason": null,
6806
6994
  "description": "Group of users",
@@ -6808,9 +6996,9 @@
6808
6996
  "isDeprecated": false,
6809
6997
  "name": "usersGroup",
6810
6998
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.source.usersGroup",
6811
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
6999
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
6812
7000
  "required": true,
6813
- "responseStr": "usersGroup:$UsersGroupRef ",
7001
+ "responseStr": "usersGroup:$usersGroupRef ",
6814
7002
  "type": {
6815
7003
  "definition": {
6816
7004
  "description": null,
@@ -6875,7 +7063,7 @@
6875
7063
  "name": "UsersGroupRef",
6876
7064
  "non_null": false
6877
7065
  },
6878
- "varName": "UsersGroupRef"
7066
+ "varName": "usersGroupRef"
6879
7067
  }
6880
7068
  },
6881
7069
  "inputFields": null,
@@ -6892,10 +7080,10 @@
6892
7080
  "name": "InternetFirewallSource",
6893
7081
  "non_null": false
6894
7082
  },
6895
- "varName": "InternetFirewallSource"
7083
+ "varName": "internetFirewallSource"
6896
7084
  },
6897
7085
  "tracking": {
6898
- "alias": "PolicyTrackingTracking: tracking",
7086
+ "alias": "policyTrackingTracking: tracking",
6899
7087
  "args": {},
6900
7088
  "deprecationReason": null,
6901
7089
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -6903,16 +7091,16 @@
6903
7091
  "isDeprecated": false,
6904
7092
  "name": "tracking",
6905
7093
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking",
6906
- "requestStr": "$PolicyTracking:PolicyTracking! ",
7094
+ "requestStr": "$policyTracking:PolicyTracking! ",
6907
7095
  "required": true,
6908
- "responseStr": "tracking:$PolicyTracking ",
7096
+ "responseStr": "tracking:$policyTracking ",
6909
7097
  "type": {
6910
7098
  "definition": {
6911
7099
  "description": null,
6912
7100
  "enumValues": null,
6913
7101
  "fields": {
6914
7102
  "alert": {
6915
- "alias": "PolicyRuleTrackingAlertAlert: alert",
7103
+ "alias": "policyRuleTrackingAlertAlert: alert",
6916
7104
  "args": {},
6917
7105
  "deprecationReason": null,
6918
7106
  "description": null,
@@ -6920,9 +7108,9 @@
6920
7108
  "isDeprecated": false,
6921
7109
  "name": "alert",
6922
7110
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert",
6923
- "requestStr": "$PolicyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
7111
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
6924
7112
  "required": true,
6925
- "responseStr": "alert:$PolicyRuleTrackingAlert ",
7113
+ "responseStr": "alert:$policyRuleTrackingAlert ",
6926
7114
  "type": {
6927
7115
  "definition": {
6928
7116
  "description": "Returns data for the alert settings for the rule",
@@ -6950,7 +7138,7 @@
6950
7138
  "varName": "enabled"
6951
7139
  },
6952
7140
  "frequency": {
6953
- "alias": "PolicyRuleTrackingFrequencyEnumFrequency: frequency",
7141
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
6954
7142
  "args": {},
6955
7143
  "deprecationReason": null,
6956
7144
  "description": "Returns data for the alert frequency",
@@ -7008,7 +7196,7 @@
7008
7196
  "varName": "frequency"
7009
7197
  },
7010
7198
  "mailingList": {
7011
- "alias": "SubscriptionMailingListRefMailingList: mailingList",
7199
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
7012
7200
  "args": {},
7013
7201
  "deprecationReason": null,
7014
7202
  "description": "Returns data for the Mailing List that receives the alert",
@@ -7016,9 +7204,9 @@
7016
7204
  "isDeprecated": false,
7017
7205
  "name": "mailingList",
7018
7206
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
7019
- "requestStr": "$SubscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7207
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7020
7208
  "required": true,
7021
- "responseStr": "mailingList:$SubscriptionMailingListRef ",
7209
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
7022
7210
  "type": {
7023
7211
  "definition": {
7024
7212
  "description": null,
@@ -7083,10 +7271,10 @@
7083
7271
  "name": "SubscriptionMailingListRef",
7084
7272
  "non_null": false
7085
7273
  },
7086
- "varName": "SubscriptionMailingListRef"
7274
+ "varName": "subscriptionMailingListRef"
7087
7275
  },
7088
7276
  "subscriptionGroup": {
7089
- "alias": "SubscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7277
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7090
7278
  "args": {},
7091
7279
  "deprecationReason": null,
7092
7280
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -7094,9 +7282,9 @@
7094
7282
  "isDeprecated": false,
7095
7283
  "name": "subscriptionGroup",
7096
7284
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
7097
- "requestStr": "$SubscriptionGroupRef:[SubscriptionGroupRef]! ",
7285
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
7098
7286
  "required": true,
7099
- "responseStr": "subscriptionGroup:$SubscriptionGroupRef ",
7287
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7100
7288
  "type": {
7101
7289
  "definition": {
7102
7290
  "description": null,
@@ -7161,10 +7349,10 @@
7161
7349
  "name": "SubscriptionGroupRef",
7162
7350
  "non_null": false
7163
7351
  },
7164
- "varName": "SubscriptionGroupRef"
7352
+ "varName": "subscriptionGroupRef"
7165
7353
  },
7166
7354
  "webhook": {
7167
- "alias": "SubscriptionWebhookRefWebhook: webhook",
7355
+ "alias": "subscriptionWebhookRefWebhook: webhook",
7168
7356
  "args": {},
7169
7357
  "deprecationReason": null,
7170
7358
  "description": "Returns data for the Webhook that receives the alert",
@@ -7172,9 +7360,9 @@
7172
7360
  "isDeprecated": false,
7173
7361
  "name": "webhook",
7174
7362
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking.alert.webhook",
7175
- "requestStr": "$SubscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7363
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7176
7364
  "required": true,
7177
- "responseStr": "webhook:$SubscriptionWebhookRef ",
7365
+ "responseStr": "webhook:$subscriptionWebhookRef ",
7178
7366
  "type": {
7179
7367
  "definition": {
7180
7368
  "description": null,
@@ -7239,7 +7427,7 @@
7239
7427
  "name": "SubscriptionWebhookRef",
7240
7428
  "non_null": false
7241
7429
  },
7242
- "varName": "SubscriptionWebhookRef"
7430
+ "varName": "subscriptionWebhookRef"
7243
7431
  }
7244
7432
  },
7245
7433
  "inputFields": null,
@@ -7256,10 +7444,10 @@
7256
7444
  "name": "PolicyRuleTrackingAlert",
7257
7445
  "non_null": false
7258
7446
  },
7259
- "varName": "PolicyRuleTrackingAlert"
7447
+ "varName": "policyRuleTrackingAlert"
7260
7448
  },
7261
7449
  "event": {
7262
- "alias": "PolicyRuleTrackingEventEvent: event",
7450
+ "alias": "policyRuleTrackingEventEvent: event",
7263
7451
  "args": {},
7264
7452
  "deprecationReason": null,
7265
7453
  "description": null,
@@ -7267,9 +7455,9 @@
7267
7455
  "isDeprecated": false,
7268
7456
  "name": "event",
7269
7457
  "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.tracking.event",
7270
- "requestStr": "$PolicyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7458
+ "requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7271
7459
  "required": true,
7272
- "responseStr": "event:$PolicyRuleTrackingEvent ",
7460
+ "responseStr": "event:$policyRuleTrackingEvent ",
7273
7461
  "type": {
7274
7462
  "definition": {
7275
7463
  "description": "Returns data if an alert is sent for a rule",
@@ -7311,7 +7499,7 @@
7311
7499
  "name": "PolicyRuleTrackingEvent",
7312
7500
  "non_null": false
7313
7501
  },
7314
- "varName": "PolicyRuleTrackingEvent"
7502
+ "varName": "policyRuleTrackingEvent"
7315
7503
  }
7316
7504
  },
7317
7505
  "inputFields": null,
@@ -7328,7 +7516,7 @@
7328
7516
  "name": "PolicyTracking",
7329
7517
  "non_null": false
7330
7518
  },
7331
- "varName": "PolicyTracking"
7519
+ "varName": "policyTracking"
7332
7520
  }
7333
7521
  },
7334
7522
  "inputFields": null,
@@ -7345,7 +7533,7 @@
7345
7533
  "name": "InternetFirewallRule",
7346
7534
  "non_null": false
7347
7535
  },
7348
- "varName": "InternetFirewallRule"
7536
+ "varName": "internetFirewallRule"
7349
7537
  }
7350
7538
  },
7351
7539
  "inputFields": null,
@@ -7364,7 +7552,7 @@
7364
7552
  "name": "InternetFirewallRulePayload",
7365
7553
  "non_null": false
7366
7554
  },
7367
- "varName": "InternetFirewallRulePayload"
7555
+ "varName": "internetFirewallRulePayload"
7368
7556
  },
7369
7557
  "sections": {
7370
7558
  "args": {},
@@ -7374,16 +7562,16 @@
7374
7562
  "isDeprecated": false,
7375
7563
  "name": "sections",
7376
7564
  "path": "internetFirewall.publishPolicyRevision.policy.sections",
7377
- "requestStr": "$PolicySectionPayload:[PolicySectionPayload]! ",
7565
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
7378
7566
  "required": true,
7379
- "responseStr": "sections:$PolicySectionPayload ",
7567
+ "responseStr": "sections:$policySectionPayload ",
7380
7568
  "type": {
7381
7569
  "definition": {
7382
7570
  "description": null,
7383
7571
  "enumValues": null,
7384
7572
  "fields": {
7385
7573
  "audit": {
7386
- "alias": "PolicyElementAuditAudit: audit",
7574
+ "alias": "policyElementAuditAudit: audit",
7387
7575
  "args": {},
7388
7576
  "deprecationReason": null,
7389
7577
  "description": null,
@@ -7391,9 +7579,9 @@
7391
7579
  "isDeprecated": false,
7392
7580
  "name": "audit",
7393
7581
  "path": "internetFirewall.publishPolicyRevision.policy.sections.audit",
7394
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
7582
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
7395
7583
  "required": true,
7396
- "responseStr": "audit:$PolicyElementAudit ",
7584
+ "responseStr": "audit:$policyElementAudit ",
7397
7585
  "type": {
7398
7586
  "definition": {
7399
7587
  "description": null,
@@ -7456,10 +7644,10 @@
7456
7644
  "name": "PolicyElementAudit",
7457
7645
  "non_null": false
7458
7646
  },
7459
- "varName": "PolicyElementAudit"
7647
+ "varName": "policyElementAudit"
7460
7648
  },
7461
7649
  "properties": {
7462
- "alias": "PolicyElementPropertiesEnumProperties: properties",
7650
+ "alias": "policyElementPropertiesEnumProperties: properties",
7463
7651
  "args": {},
7464
7652
  "deprecationReason": null,
7465
7653
  "description": null,
@@ -7537,7 +7725,7 @@
7537
7725
  "varName": "properties"
7538
7726
  },
7539
7727
  "section": {
7540
- "alias": "PolicySectionInfoSection: section",
7728
+ "alias": "policySectionInfoSection: section",
7541
7729
  "args": {},
7542
7730
  "deprecationReason": null,
7543
7731
  "description": null,
@@ -7545,9 +7733,9 @@
7545
7733
  "isDeprecated": false,
7546
7734
  "name": "section",
7547
7735
  "path": "internetFirewall.publishPolicyRevision.policy.sections.section",
7548
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
7736
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
7549
7737
  "required": true,
7550
- "responseStr": "section:$PolicySectionInfo ",
7738
+ "responseStr": "section:$policySectionInfo ",
7551
7739
  "type": {
7552
7740
  "definition": {
7553
7741
  "description": "Define settings for a policy section",
@@ -7610,7 +7798,7 @@
7610
7798
  "name": "PolicySectionInfo",
7611
7799
  "non_null": false
7612
7800
  },
7613
- "varName": "PolicySectionInfo"
7801
+ "varName": "policySectionInfo"
7614
7802
  }
7615
7803
  },
7616
7804
  "inputFields": null,
@@ -7629,7 +7817,7 @@
7629
7817
  "name": "PolicySectionPayload",
7630
7818
  "non_null": false
7631
7819
  },
7632
- "varName": "PolicySectionPayload"
7820
+ "varName": "policySectionPayload"
7633
7821
  }
7634
7822
  },
7635
7823
  "inputFields": null,
@@ -7645,10 +7833,10 @@
7645
7833
  "name": "InternetFirewallPolicy",
7646
7834
  "non_null": false
7647
7835
  },
7648
- "varName": "InternetFirewallPolicy"
7836
+ "varName": "internetFirewallPolicy"
7649
7837
  },
7650
7838
  "status": {
7651
- "alias": "PolicyMutationStatusStatus: status",
7839
+ "alias": "policyMutationStatusStatus: status",
7652
7840
  "args": {},
7653
7841
  "deprecationReason": null,
7654
7842
  "description": null,
@@ -7708,7 +7896,7 @@
7708
7896
  "name": "InternetFirewallPolicyMutationPayload",
7709
7897
  "non_null": false
7710
7898
  },
7711
- "varName": "InternetFirewallPolicyMutationPayload"
7899
+ "varName": "internetFirewallPolicyMutationPayload"
7712
7900
  }
7713
7901
  },
7714
7902
  "inputFields": null,
@@ -7724,7 +7912,7 @@
7724
7912
  "name": "InternetFirewallPolicyMutations",
7725
7913
  "non_null": false
7726
7914
  },
7727
- "varName": "InternetFirewallPolicyMutations"
7915
+ "varName": "internetFirewallPolicyMutations"
7728
7916
  }
7729
7917
  },
7730
7918
  "inputFields": null,
@@ -7741,14 +7929,14 @@
7741
7929
  "non_null": false
7742
7930
  },
7743
7931
  "variablesPayload": {
7744
- "InternetFirewallPolicyMutationInput": {
7745
- "PolicyMutationRevisionInput": {
7932
+ "internetFirewallPolicyMutationInput": {
7933
+ "policyMutationRevisionInput": {
7746
7934
  "id": {
7747
7935
  "id": "ID"
7748
7936
  }
7749
7937
  }
7750
7938
  },
7751
- "PolicyPublishRevisionInput": {
7939
+ "policyPublishRevisionInput": {
7752
7940
  "description": {
7753
7941
  "description": "String"
7754
7942
  },