catocli 1.0.14__py3-none-any.whl → 1.0.15__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 (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  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_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "createPolicyRevision___input",
30
30
  "name": "input",
31
31
  "path": "createPolicyRevision.input",
32
- "requestStr": "$PolicyCreateRevisionInput:PolicyCreateRevisionInput! ",
32
+ "requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$PolicyCreateRevisionInput ",
34
+ "responseStr": "input:$policyCreateRevisionInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -90,7 +90,7 @@
90
90
  "name": "PolicyCreateRevisionInput",
91
91
  "non_null": false
92
92
  },
93
- "varName": "PolicyCreateRevisionInput"
93
+ "varName": "policyCreateRevisionInput"
94
94
  }
95
95
  },
96
96
  "deprecationReason": null,
@@ -115,9 +115,9 @@
115
115
  "id_str": "internetFirewall___input",
116
116
  "name": "input",
117
117
  "path": "internetFirewall.input",
118
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
118
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
119
119
  "required": false,
120
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
120
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
121
121
  "type": {
122
122
  "definition": {
123
123
  "description": null,
@@ -130,9 +130,9 @@
130
130
  "id_str": "internetFirewall___input___revision",
131
131
  "name": "revision",
132
132
  "path": "internetFirewall.input.revision",
133
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
133
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
134
134
  "required": false,
135
- "responseStr": "revision:$PolicyMutationRevisionInput ",
135
+ "responseStr": "revision:$policyMutationRevisionInput ",
136
136
  "type": {
137
137
  "definition": {
138
138
  "description": null,
@@ -170,7 +170,7 @@
170
170
  "name": "PolicyMutationRevisionInput",
171
171
  "non_null": false
172
172
  },
173
- "varName": "PolicyMutationRevisionInput"
173
+ "varName": "policyMutationRevisionInput"
174
174
  }
175
175
  },
176
176
  "interfaces": null,
@@ -185,7 +185,7 @@
185
185
  "name": "InternetFirewallPolicyMutationInput",
186
186
  "non_null": false
187
187
  },
188
- "varName": "InternetFirewallPolicyMutationInput"
188
+ "varName": "internetFirewallPolicyMutationInput"
189
189
  }
190
190
  },
191
191
  "deprecationReason": null,
@@ -205,12 +205,12 @@
205
205
  "ApplicationCategoryRef": true,
206
206
  "ApplicationRef": true,
207
207
  "ConnectionOriginEnum": true,
208
- "ContainerRef": true,
209
208
  "CountryRef": true,
210
209
  "CustomApplicationRef": true,
211
210
  "CustomCategoryRef": true,
212
211
  "CustomService": true,
213
212
  "DayOfWeek": true,
213
+ "DeviceAttributes": true,
214
214
  "DeviceProfileRef": true,
215
215
  "FloatingSubnetRef": true,
216
216
  "FqdnContainerRef": true,
@@ -265,15 +265,34 @@
265
265
  "isDeprecated": false,
266
266
  "name": "policy",
267
267
  "operationArgs": {
268
- "InternetFirewallPolicyMutationInput": {
268
+ "accountId": {
269
+ "defaultValue": null,
270
+ "description": null,
271
+ "id_str": "accountId",
272
+ "name": "accountId",
273
+ "path": "accountId",
274
+ "requestStr": "$accountId:ID! ",
275
+ "required": true,
276
+ "responseStr": "accountId:$accountId ",
277
+ "type": {
278
+ "kind": [
279
+ "NON_NULL",
280
+ "SCALAR"
281
+ ],
282
+ "name": "ID",
283
+ "non_null": false
284
+ },
285
+ "varName": "accountId"
286
+ },
287
+ "internetFirewallPolicyMutationInput": {
269
288
  "defaultValue": null,
270
289
  "description": null,
271
290
  "id_str": "internetFirewall___input",
272
291
  "name": "input",
273
292
  "path": "internetFirewall.input",
274
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
293
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
275
294
  "required": false,
276
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
295
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
277
296
  "type": {
278
297
  "definition": {
279
298
  "description": null,
@@ -286,9 +305,9 @@
286
305
  "id_str": "internetFirewall___input___revision",
287
306
  "name": "revision",
288
307
  "path": "internetFirewall.input.revision",
289
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
308
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
290
309
  "required": false,
291
- "responseStr": "revision:$PolicyMutationRevisionInput ",
310
+ "responseStr": "revision:$policyMutationRevisionInput ",
292
311
  "type": {
293
312
  "definition": {
294
313
  "description": null,
@@ -326,7 +345,7 @@
326
345
  "name": "PolicyMutationRevisionInput",
327
346
  "non_null": false
328
347
  },
329
- "varName": "PolicyMutationRevisionInput"
348
+ "varName": "policyMutationRevisionInput"
330
349
  }
331
350
  },
332
351
  "interfaces": null,
@@ -341,17 +360,17 @@
341
360
  "name": "InternetFirewallPolicyMutationInput",
342
361
  "non_null": false
343
362
  },
344
- "varName": "InternetFirewallPolicyMutationInput"
363
+ "varName": "internetFirewallPolicyMutationInput"
345
364
  },
346
- "PolicyCreateRevisionInput": {
365
+ "policyCreateRevisionInput": {
347
366
  "defaultValue": null,
348
367
  "description": null,
349
368
  "id_str": "createPolicyRevision___input",
350
369
  "name": "input",
351
370
  "path": "createPolicyRevision.input",
352
- "requestStr": "$PolicyCreateRevisionInput:PolicyCreateRevisionInput! ",
371
+ "requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
353
372
  "required": true,
354
- "responseStr": "input:$PolicyCreateRevisionInput ",
373
+ "responseStr": "input:$policyCreateRevisionInput ",
355
374
  "type": {
356
375
  "definition": {
357
376
  "description": null,
@@ -410,26 +429,7 @@
410
429
  "name": "PolicyCreateRevisionInput",
411
430
  "non_null": false
412
431
  },
413
- "varName": "PolicyCreateRevisionInput"
414
- },
415
- "accountId": {
416
- "defaultValue": null,
417
- "description": null,
418
- "id_str": "accountId",
419
- "name": "accountId",
420
- "path": "accountId",
421
- "requestStr": "$accountId:ID! ",
422
- "required": true,
423
- "responseStr": "accountId:$accountId ",
424
- "type": {
425
- "kind": [
426
- "NON_NULL",
427
- "SCALAR"
428
- ],
429
- "name": "ID",
430
- "non_null": false
431
- },
432
- "varName": "accountId"
432
+ "varName": "policyCreateRevisionInput"
433
433
  }
434
434
  },
435
435
  "path": "mutation.policy.internetFirewall.createPolicyRevision",
@@ -446,9 +446,9 @@
446
446
  "id_str": "internetFirewall___input",
447
447
  "name": "input",
448
448
  "path": "internetFirewall.input",
449
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
449
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
450
450
  "required": false,
451
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
451
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
452
452
  "type": {
453
453
  "definition": {
454
454
  "description": null,
@@ -461,9 +461,9 @@
461
461
  "id_str": "internetFirewall___input___revision",
462
462
  "name": "revision",
463
463
  "path": "internetFirewall.input.revision",
464
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
464
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
465
465
  "required": false,
466
- "responseStr": "revision:$PolicyMutationRevisionInput ",
466
+ "responseStr": "revision:$policyMutationRevisionInput ",
467
467
  "type": {
468
468
  "definition": {
469
469
  "description": null,
@@ -501,7 +501,7 @@
501
501
  "name": "PolicyMutationRevisionInput",
502
502
  "non_null": false
503
503
  },
504
- "varName": "PolicyMutationRevisionInput"
504
+ "varName": "policyMutationRevisionInput"
505
505
  }
506
506
  },
507
507
  "interfaces": null,
@@ -516,7 +516,7 @@
516
516
  "name": "InternetFirewallPolicyMutationInput",
517
517
  "non_null": false
518
518
  },
519
- "varName": "InternetFirewallPolicyMutationInput"
519
+ "varName": "internetFirewallPolicyMutationInput"
520
520
  }
521
521
  },
522
522
  "deprecationReason": null,
@@ -525,9 +525,9 @@
525
525
  "isDeprecated": false,
526
526
  "name": "internetFirewall",
527
527
  "path": "internetFirewall",
528
- "requestStr": "$InternetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
528
+ "requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
529
529
  "required": false,
530
- "responseStr": "internetFirewall:$InternetFirewallPolicyMutations ",
530
+ "responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
531
531
  "type": {
532
532
  "definition": {
533
533
  "description": "The Internet firewall Policy information returned to the caller in the API response.",
@@ -541,9 +541,9 @@
541
541
  "id_str": "createPolicyRevision___input",
542
542
  "name": "input",
543
543
  "path": "createPolicyRevision.input",
544
- "requestStr": "$PolicyCreateRevisionInput:PolicyCreateRevisionInput! ",
544
+ "requestStr": "$policyCreateRevisionInput:PolicyCreateRevisionInput! ",
545
545
  "required": true,
546
- "responseStr": "input:$PolicyCreateRevisionInput ",
546
+ "responseStr": "input:$policyCreateRevisionInput ",
547
547
  "type": {
548
548
  "definition": {
549
549
  "description": null,
@@ -602,7 +602,7 @@
602
602
  "name": "PolicyCreateRevisionInput",
603
603
  "non_null": false
604
604
  },
605
- "varName": "PolicyCreateRevisionInput"
605
+ "varName": "policyCreateRevisionInput"
606
606
  }
607
607
  },
608
608
  "deprecationReason": null,
@@ -611,16 +611,16 @@
611
611
  "isDeprecated": false,
612
612
  "name": "createPolicyRevision",
613
613
  "path": "internetFirewall.createPolicyRevision",
614
- "requestStr": "$InternetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
614
+ "requestStr": "$internetFirewallPolicyMutationPayload:InternetFirewallPolicyMutationPayload! ",
615
615
  "required": true,
616
- "responseStr": "createPolicyRevision:$InternetFirewallPolicyMutationPayload ",
616
+ "responseStr": "createPolicyRevision:$internetFirewallPolicyMutationPayload ",
617
617
  "type": {
618
618
  "definition": {
619
619
  "description": "Internet Firewall policy information provided in the API response",
620
620
  "enumValues": null,
621
621
  "fields": {
622
622
  "errors": {
623
- "alias": "PolicyMutationErrorErrors: errors",
623
+ "alias": "policyMutationErrorErrors: errors",
624
624
  "args": {},
625
625
  "deprecationReason": null,
626
626
  "description": null,
@@ -628,9 +628,9 @@
628
628
  "isDeprecated": false,
629
629
  "name": "errors",
630
630
  "path": "internetFirewall.createPolicyRevision.errors",
631
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
631
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
632
632
  "required": true,
633
- "responseStr": "errors:$PolicyMutationError ",
633
+ "responseStr": "errors:$policyMutationError ",
634
634
  "type": {
635
635
  "definition": {
636
636
  "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\"",
@@ -693,10 +693,10 @@
693
693
  "name": "PolicyMutationError",
694
694
  "non_null": false
695
695
  },
696
- "varName": "PolicyMutationError"
696
+ "varName": "policyMutationError"
697
697
  },
698
698
  "policy": {
699
- "alias": "InternetFirewallPolicyPolicy: policy",
699
+ "alias": "internetFirewallPolicyPolicy: policy",
700
700
  "args": {},
701
701
  "deprecationReason": null,
702
702
  "description": null,
@@ -704,9 +704,9 @@
704
704
  "isDeprecated": false,
705
705
  "name": "policy",
706
706
  "path": "internetFirewall.createPolicyRevision.policy",
707
- "requestStr": "$InternetFirewallPolicy:InternetFirewallPolicy ",
707
+ "requestStr": "$internetFirewallPolicy:InternetFirewallPolicy ",
708
708
  "required": false,
709
- "responseStr": "policy:$InternetFirewallPolicy ",
709
+ "responseStr": "policy:$internetFirewallPolicy ",
710
710
  "type": {
711
711
  "definition": {
712
712
  "description": null,
@@ -720,9 +720,9 @@
720
720
  "isDeprecated": false,
721
721
  "name": "audit",
722
722
  "path": "internetFirewall.createPolicyRevision.policy.audit",
723
- "requestStr": "$PolicyAudit:PolicyAudit ",
723
+ "requestStr": "$policyAudit:PolicyAudit ",
724
724
  "required": false,
725
- "responseStr": "audit:$PolicyAudit ",
725
+ "responseStr": "audit:$policyAudit ",
726
726
  "type": {
727
727
  "definition": {
728
728
  "description": null,
@@ -784,7 +784,7 @@
784
784
  "name": "PolicyAudit",
785
785
  "non_null": false
786
786
  },
787
- "varName": "PolicyAudit"
787
+ "varName": "policyAudit"
788
788
  },
789
789
  "enabled": {
790
790
  "args": {},
@@ -815,9 +815,9 @@
815
815
  "isDeprecated": false,
816
816
  "name": "revision",
817
817
  "path": "internetFirewall.createPolicyRevision.policy.revision",
818
- "requestStr": "$PolicyRevision:PolicyRevision ",
818
+ "requestStr": "$policyRevision:PolicyRevision ",
819
819
  "required": false,
820
- "responseStr": "revision:$PolicyRevision ",
820
+ "responseStr": "revision:$policyRevision ",
821
821
  "type": {
822
822
  "definition": {
823
823
  "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
@@ -963,7 +963,7 @@
963
963
  "name": "PolicyRevision",
964
964
  "non_null": false
965
965
  },
966
- "varName": "PolicyRevision"
966
+ "varName": "policyRevision"
967
967
  },
968
968
  "rules": {
969
969
  "args": {},
@@ -973,16 +973,16 @@
973
973
  "isDeprecated": false,
974
974
  "name": "rules",
975
975
  "path": "internetFirewall.createPolicyRevision.policy.rules",
976
- "requestStr": "$InternetFirewallRulePayload:[InternetFirewallRulePayload]! ",
976
+ "requestStr": "$internetFirewallRulePayload:[InternetFirewallRulePayload]! ",
977
977
  "required": true,
978
- "responseStr": "rules:$InternetFirewallRulePayload ",
978
+ "responseStr": "rules:$internetFirewallRulePayload ",
979
979
  "type": {
980
980
  "definition": {
981
981
  "description": "Internet Firewall policy information for a specific revision",
982
982
  "enumValues": null,
983
983
  "fields": {
984
984
  "audit": {
985
- "alias": "PolicyElementAuditAudit: audit",
985
+ "alias": "policyElementAuditAudit: audit",
986
986
  "args": {},
987
987
  "deprecationReason": null,
988
988
  "description": null,
@@ -990,9 +990,9 @@
990
990
  "isDeprecated": false,
991
991
  "name": "audit",
992
992
  "path": "internetFirewall.createPolicyRevision.policy.rules.audit",
993
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
993
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
994
994
  "required": true,
995
- "responseStr": "audit:$PolicyElementAudit ",
995
+ "responseStr": "audit:$policyElementAudit ",
996
996
  "type": {
997
997
  "definition": {
998
998
  "description": null,
@@ -1055,10 +1055,10 @@
1055
1055
  "name": "PolicyElementAudit",
1056
1056
  "non_null": false
1057
1057
  },
1058
- "varName": "PolicyElementAudit"
1058
+ "varName": "policyElementAudit"
1059
1059
  },
1060
1060
  "properties": {
1061
- "alias": "PolicyElementPropertiesEnumProperties: properties",
1061
+ "alias": "policyElementPropertiesEnumProperties: properties",
1062
1062
  "args": {},
1063
1063
  "deprecationReason": null,
1064
1064
  "description": null,
@@ -1136,7 +1136,7 @@
1136
1136
  "varName": "properties"
1137
1137
  },
1138
1138
  "rule": {
1139
- "alias": "InternetFirewallRuleRule: rule",
1139
+ "alias": "internetFirewallRuleRule: rule",
1140
1140
  "args": {},
1141
1141
  "deprecationReason": null,
1142
1142
  "description": null,
@@ -1144,16 +1144,16 @@
1144
1144
  "isDeprecated": false,
1145
1145
  "name": "rule",
1146
1146
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule",
1147
- "requestStr": "$InternetFirewallRule:InternetFirewallRule! ",
1147
+ "requestStr": "$internetFirewallRule:InternetFirewallRule! ",
1148
1148
  "required": true,
1149
- "responseStr": "rule:$InternetFirewallRule ",
1149
+ "responseStr": "rule:$internetFirewallRule ",
1150
1150
  "type": {
1151
1151
  "definition": {
1152
1152
  "description": null,
1153
1153
  "enumValues": null,
1154
1154
  "fields": {
1155
1155
  "action": {
1156
- "alias": "InternetFirewallActionEnumAction: action",
1156
+ "alias": "internetFirewallActionEnumAction: action",
1157
1157
  "args": {},
1158
1158
  "deprecationReason": null,
1159
1159
  "description": "The action applied by the Internet Firewall if the rule is matched",
@@ -1211,7 +1211,7 @@
1211
1211
  "varName": "action"
1212
1212
  },
1213
1213
  "connectionOrigin": {
1214
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
1214
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
1215
1215
  "args": {},
1216
1216
  "deprecationReason": null,
1217
1217
  "description": "Connection origin of the traffic",
@@ -1263,7 +1263,7 @@
1263
1263
  "varName": "connectionOrigin"
1264
1264
  },
1265
1265
  "country": {
1266
- "alias": "CountryRefCountry: country",
1266
+ "alias": "countryRefCountry: country",
1267
1267
  "args": {},
1268
1268
  "deprecationReason": null,
1269
1269
  "description": "Source country traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1271,9 +1271,9 @@
1271
1271
  "isDeprecated": false,
1272
1272
  "name": "country",
1273
1273
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.country",
1274
- "requestStr": "$CountryRef:[CountryRef]! ",
1274
+ "requestStr": "$countryRef:[CountryRef]! ",
1275
1275
  "required": true,
1276
- "responseStr": "country:$CountryRef ",
1276
+ "responseStr": "country:$countryRef ",
1277
1277
  "type": {
1278
1278
  "definition": {
1279
1279
  "description": null,
@@ -1338,7 +1338,7 @@
1338
1338
  "name": "CountryRef",
1339
1339
  "non_null": false
1340
1340
  },
1341
- "varName": "CountryRef"
1341
+ "varName": "countryRef"
1342
1342
  },
1343
1343
  "description": {
1344
1344
  "args": {},
@@ -1362,7 +1362,7 @@
1362
1362
  "varName": "description"
1363
1363
  },
1364
1364
  "destination": {
1365
- "alias": "InternetFirewallDestinationDestination: destination",
1365
+ "alias": "internetFirewallDestinationDestination: destination",
1366
1366
  "args": {},
1367
1367
  "deprecationReason": null,
1368
1368
  "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -1370,16 +1370,16 @@
1370
1370
  "isDeprecated": false,
1371
1371
  "name": "destination",
1372
1372
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination",
1373
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
1373
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
1374
1374
  "required": true,
1375
- "responseStr": "destination:$InternetFirewallDestination ",
1375
+ "responseStr": "destination:$internetFirewallDestination ",
1376
1376
  "type": {
1377
1377
  "definition": {
1378
1378
  "description": "Destination match criteria set",
1379
1379
  "enumValues": null,
1380
1380
  "fields": {
1381
1381
  "appCategory": {
1382
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
1382
+ "alias": "applicationCategoryRefAppCategory: appCategory",
1383
1383
  "args": {},
1384
1384
  "deprecationReason": null,
1385
1385
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -1387,9 +1387,9 @@
1387
1387
  "isDeprecated": false,
1388
1388
  "name": "appCategory",
1389
1389
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.appCategory",
1390
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
1390
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
1391
1391
  "required": true,
1392
- "responseStr": "appCategory:$ApplicationCategoryRef ",
1392
+ "responseStr": "appCategory:$applicationCategoryRef ",
1393
1393
  "type": {
1394
1394
  "definition": {
1395
1395
  "description": null,
@@ -1454,10 +1454,10 @@
1454
1454
  "name": "ApplicationCategoryRef",
1455
1455
  "non_null": false
1456
1456
  },
1457
- "varName": "ApplicationCategoryRef"
1457
+ "varName": "applicationCategoryRef"
1458
1458
  },
1459
1459
  "application": {
1460
- "alias": "ApplicationRefApplication: application",
1460
+ "alias": "applicationRefApplication: application",
1461
1461
  "args": {},
1462
1462
  "deprecationReason": null,
1463
1463
  "description": "Applications for the rule (pre-defined)",
@@ -1465,9 +1465,9 @@
1465
1465
  "isDeprecated": false,
1466
1466
  "name": "application",
1467
1467
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.application",
1468
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
1468
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
1469
1469
  "required": true,
1470
- "responseStr": "application:$ApplicationRef ",
1470
+ "responseStr": "application:$applicationRef ",
1471
1471
  "type": {
1472
1472
  "definition": {
1473
1473
  "description": null,
@@ -1532,88 +1532,10 @@
1532
1532
  "name": "ApplicationRef",
1533
1533
  "non_null": false
1534
1534
  },
1535
- "varName": "ApplicationRef"
1536
- },
1537
- "container": {
1538
- "alias": "ContainerRefContainer: container",
1539
- "args": {},
1540
- "deprecationReason": null,
1541
- "description": null,
1542
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___destination___container",
1543
- "isDeprecated": false,
1544
- "name": "container",
1545
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.container",
1546
- "requestStr": "$ContainerRef:[ContainerRef]! ",
1547
- "required": true,
1548
- "responseStr": "container:$ContainerRef ",
1549
- "type": {
1550
- "definition": {
1551
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
1552
- "enumValues": null,
1553
- "fields": {
1554
- "id": {
1555
- "args": {},
1556
- "deprecationReason": null,
1557
- "description": "Unique container ID",
1558
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___destination___container___id",
1559
- "isDeprecated": false,
1560
- "name": "id",
1561
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.container.id",
1562
- "requestStr": "$id:ID! ",
1563
- "required": true,
1564
- "responseStr": "id:$id ",
1565
- "type": {
1566
- "kind": [
1567
- "NON_NULL",
1568
- "SCALAR"
1569
- ],
1570
- "name": "ID",
1571
- "non_null": false
1572
- },
1573
- "varName": "id"
1574
- },
1575
- "name": {
1576
- "args": {},
1577
- "deprecationReason": null,
1578
- "description": "Name for the container",
1579
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___destination___container___name",
1580
- "isDeprecated": false,
1581
- "name": "name",
1582
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.container.name",
1583
- "requestStr": "$name:String! ",
1584
- "required": true,
1585
- "responseStr": "name:$name ",
1586
- "type": {
1587
- "kind": [
1588
- "NON_NULL",
1589
- "SCALAR"
1590
- ],
1591
- "name": "String",
1592
- "non_null": false
1593
- },
1594
- "varName": "name"
1595
- }
1596
- },
1597
- "inputFields": null,
1598
- "interfaces": {},
1599
- "kind": "OBJECT",
1600
- "name": "ContainerRef",
1601
- "possibleTypes": null
1602
- },
1603
- "indexType": "object",
1604
- "kind": [
1605
- "NON_NULL",
1606
- "LIST",
1607
- "NON_NULL",
1608
- "OBJECT"
1609
- ],
1610
- "name": "ContainerRef",
1611
- "non_null": false
1612
- },
1613
- "varName": "ContainerRef"
1535
+ "varName": "applicationRef"
1614
1536
  },
1615
1537
  "containers": {
1616
- "alias": "InternetFirewallContainerContainers: containers",
1538
+ "alias": "internetFirewallContainerContainers: containers",
1617
1539
  "args": {},
1618
1540
  "deprecationReason": null,
1619
1541
  "description": null,
@@ -1621,16 +1543,16 @@
1621
1543
  "isDeprecated": false,
1622
1544
  "name": "containers",
1623
1545
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.containers",
1624
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
1546
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
1625
1547
  "required": true,
1626
- "responseStr": "containers:$InternetFirewallContainer ",
1548
+ "responseStr": "containers:$internetFirewallContainer ",
1627
1549
  "type": {
1628
1550
  "definition": {
1629
1551
  "description": null,
1630
1552
  "enumValues": null,
1631
1553
  "fields": {
1632
1554
  "fqdnContainer": {
1633
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
1555
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
1634
1556
  "args": {},
1635
1557
  "deprecationReason": null,
1636
1558
  "description": null,
@@ -1638,9 +1560,9 @@
1638
1560
  "isDeprecated": false,
1639
1561
  "name": "fqdnContainer",
1640
1562
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.containers.fqdnContainer",
1641
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
1563
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
1642
1564
  "required": true,
1643
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
1565
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
1644
1566
  "type": {
1645
1567
  "definition": {
1646
1568
  "description": "A group with members of FQDN type",
@@ -1705,10 +1627,10 @@
1705
1627
  "name": "FqdnContainerRef",
1706
1628
  "non_null": false
1707
1629
  },
1708
- "varName": "FqdnContainerRef"
1630
+ "varName": "fqdnContainerRef"
1709
1631
  },
1710
1632
  "ipAddressRangeContainer": {
1711
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1633
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
1712
1634
  "args": {},
1713
1635
  "deprecationReason": null,
1714
1636
  "description": null,
@@ -1716,9 +1638,9 @@
1716
1638
  "isDeprecated": false,
1717
1639
  "name": "ipAddressRangeContainer",
1718
1640
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.containers.ipAddressRangeContainer",
1719
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1641
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
1720
1642
  "required": true,
1721
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
1643
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
1722
1644
  "type": {
1723
1645
  "definition": {
1724
1646
  "description": "A group with members of IPAddressRange type",
@@ -1783,7 +1705,7 @@
1783
1705
  "name": "IpAddressRangeContainerRef",
1784
1706
  "non_null": false
1785
1707
  },
1786
- "varName": "IpAddressRangeContainerRef"
1708
+ "varName": "ipAddressRangeContainerRef"
1787
1709
  }
1788
1710
  },
1789
1711
  "inputFields": null,
@@ -1800,10 +1722,10 @@
1800
1722
  "name": "InternetFirewallContainer",
1801
1723
  "non_null": false
1802
1724
  },
1803
- "varName": "InternetFirewallContainer"
1725
+ "varName": "internetFirewallContainer"
1804
1726
  },
1805
1727
  "country": {
1806
- "alias": "CountryRefCountry: country",
1728
+ "alias": "countryRefCountry: country",
1807
1729
  "args": {},
1808
1730
  "deprecationReason": null,
1809
1731
  "description": "Countries",
@@ -1811,9 +1733,9 @@
1811
1733
  "isDeprecated": false,
1812
1734
  "name": "country",
1813
1735
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.country",
1814
- "requestStr": "$CountryRef:[CountryRef]! ",
1736
+ "requestStr": "$countryRef:[CountryRef]! ",
1815
1737
  "required": true,
1816
- "responseStr": "country:$CountryRef ",
1738
+ "responseStr": "country:$countryRef ",
1817
1739
  "type": {
1818
1740
  "definition": {
1819
1741
  "description": null,
@@ -1878,10 +1800,10 @@
1878
1800
  "name": "CountryRef",
1879
1801
  "non_null": false
1880
1802
  },
1881
- "varName": "CountryRef"
1803
+ "varName": "countryRef"
1882
1804
  },
1883
1805
  "customApp": {
1884
- "alias": "CustomApplicationRefCustomApp: customApp",
1806
+ "alias": "customApplicationRefCustomApp: customApp",
1885
1807
  "args": {},
1886
1808
  "deprecationReason": null,
1887
1809
  "description": "Custom (user-defined) applications",
@@ -1889,9 +1811,9 @@
1889
1811
  "isDeprecated": false,
1890
1812
  "name": "customApp",
1891
1813
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.customApp",
1892
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
1814
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
1893
1815
  "required": true,
1894
- "responseStr": "customApp:$CustomApplicationRef ",
1816
+ "responseStr": "customApp:$customApplicationRef ",
1895
1817
  "type": {
1896
1818
  "definition": {
1897
1819
  "description": null,
@@ -1956,10 +1878,10 @@
1956
1878
  "name": "CustomApplicationRef",
1957
1879
  "non_null": false
1958
1880
  },
1959
- "varName": "CustomApplicationRef"
1881
+ "varName": "customApplicationRef"
1960
1882
  },
1961
1883
  "customCategory": {
1962
- "alias": "CustomCategoryRefCustomCategory: customCategory",
1884
+ "alias": "customCategoryRefCustomCategory: customCategory",
1963
1885
  "args": {},
1964
1886
  "deprecationReason": null,
1965
1887
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -1967,9 +1889,9 @@
1967
1889
  "isDeprecated": false,
1968
1890
  "name": "customCategory",
1969
1891
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.customCategory",
1970
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
1892
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
1971
1893
  "required": true,
1972
- "responseStr": "customCategory:$CustomCategoryRef ",
1894
+ "responseStr": "customCategory:$customCategoryRef ",
1973
1895
  "type": {
1974
1896
  "definition": {
1975
1897
  "description": null,
@@ -2034,7 +1956,7 @@
2034
1956
  "name": "CustomCategoryRef",
2035
1957
  "non_null": false
2036
1958
  },
2037
- "varName": "CustomCategoryRef"
1959
+ "varName": "customCategoryRef"
2038
1960
  },
2039
1961
  "domain": {
2040
1962
  "args": {},
@@ -2083,7 +2005,7 @@
2083
2005
  "varName": "fqdn"
2084
2006
  },
2085
2007
  "globalIpRange": {
2086
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
2008
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2087
2009
  "args": {},
2088
2010
  "deprecationReason": null,
2089
2011
  "description": "Globally defined IP range, IP and subnet objects",
@@ -2091,9 +2013,9 @@
2091
2013
  "isDeprecated": false,
2092
2014
  "name": "globalIpRange",
2093
2015
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.globalIpRange",
2094
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
2016
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2095
2017
  "required": true,
2096
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
2018
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2097
2019
  "type": {
2098
2020
  "definition": {
2099
2021
  "description": null,
@@ -2158,7 +2080,7 @@
2158
2080
  "name": "GlobalIpRangeRef",
2159
2081
  "non_null": false
2160
2082
  },
2161
- "varName": "GlobalIpRangeRef"
2083
+ "varName": "globalIpRangeRef"
2162
2084
  },
2163
2085
  "ip": {
2164
2086
  "args": {},
@@ -2184,7 +2106,7 @@
2184
2106
  "varName": "ip"
2185
2107
  },
2186
2108
  "ipRange": {
2187
- "alias": "IpAddressRangeIpRange: ipRange",
2109
+ "alias": "ipAddressRangeIpRange: ipRange",
2188
2110
  "args": {},
2189
2111
  "deprecationReason": null,
2190
2112
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -2192,9 +2114,9 @@
2192
2114
  "isDeprecated": false,
2193
2115
  "name": "ipRange",
2194
2116
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.ipRange",
2195
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
2117
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
2196
2118
  "required": true,
2197
- "responseStr": "ipRange:$IpAddressRange ",
2119
+ "responseStr": "ipRange:$ipAddressRange ",
2198
2120
  "type": {
2199
2121
  "definition": {
2200
2122
  "description": "Inclusive range of IPs",
@@ -2259,7 +2181,7 @@
2259
2181
  "name": "IpAddressRange",
2260
2182
  "non_null": false
2261
2183
  },
2262
- "varName": "IpAddressRange"
2184
+ "varName": "ipAddressRange"
2263
2185
  },
2264
2186
  "remoteAsn": {
2265
2187
  "args": {},
@@ -2285,7 +2207,7 @@
2285
2207
  "varName": "remoteAsn"
2286
2208
  },
2287
2209
  "sanctionedAppsCategory": {
2288
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2210
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
2289
2211
  "args": {},
2290
2212
  "deprecationReason": null,
2291
2213
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -2293,9 +2215,9 @@
2293
2215
  "isDeprecated": false,
2294
2216
  "name": "sanctionedAppsCategory",
2295
2217
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.destination.sanctionedAppsCategory",
2296
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2218
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
2297
2219
  "required": true,
2298
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
2220
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
2299
2221
  "type": {
2300
2222
  "definition": {
2301
2223
  "description": null,
@@ -2360,7 +2282,7 @@
2360
2282
  "name": "SanctionedAppsCategoryRef",
2361
2283
  "non_null": false
2362
2284
  },
2363
- "varName": "SanctionedAppsCategoryRef"
2285
+ "varName": "sanctionedAppsCategoryRef"
2364
2286
  },
2365
2287
  "subnet": {
2366
2288
  "args": {},
@@ -2400,10 +2322,10 @@
2400
2322
  "name": "InternetFirewallDestination",
2401
2323
  "non_null": false
2402
2324
  },
2403
- "varName": "InternetFirewallDestination"
2325
+ "varName": "internetFirewallDestination"
2404
2326
  },
2405
2327
  "device": {
2406
- "alias": "DeviceProfileRefDevice: device",
2328
+ "alias": "deviceProfileRefDevice: device",
2407
2329
  "args": {},
2408
2330
  "deprecationReason": null,
2409
2331
  "description": "Source Device Profile traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -2411,9 +2333,9 @@
2411
2333
  "isDeprecated": false,
2412
2334
  "name": "device",
2413
2335
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.device",
2414
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
2336
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
2415
2337
  "required": true,
2416
- "responseStr": "device:$DeviceProfileRef ",
2338
+ "responseStr": "device:$deviceProfileRef ",
2417
2339
  "type": {
2418
2340
  "definition": {
2419
2341
  "description": null,
@@ -2478,10 +2400,182 @@
2478
2400
  "name": "DeviceProfileRef",
2479
2401
  "non_null": false
2480
2402
  },
2481
- "varName": "DeviceProfileRef"
2403
+ "varName": "deviceProfileRef"
2404
+ },
2405
+ "deviceAttributes": {
2406
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
2407
+ "args": {},
2408
+ "deprecationReason": null,
2409
+ "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.",
2410
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes",
2411
+ "isDeprecated": false,
2412
+ "name": "deviceAttributes",
2413
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes",
2414
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
2415
+ "required": true,
2416
+ "responseStr": "deviceAttributes:$deviceAttributes ",
2417
+ "type": {
2418
+ "definition": {
2419
+ "description": null,
2420
+ "enumValues": null,
2421
+ "fields": {
2422
+ "category": {
2423
+ "args": {},
2424
+ "deprecationReason": null,
2425
+ "description": "The category of the firewall device.",
2426
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___category",
2427
+ "isDeprecated": false,
2428
+ "name": "category",
2429
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.category",
2430
+ "requestStr": "$category:[String]! ",
2431
+ "required": true,
2432
+ "responseStr": "category:$category ",
2433
+ "type": {
2434
+ "kind": [
2435
+ "NON_NULL",
2436
+ "LIST",
2437
+ "NON_NULL",
2438
+ "SCALAR"
2439
+ ],
2440
+ "name": "String",
2441
+ "non_null": false
2442
+ },
2443
+ "varName": "category"
2444
+ },
2445
+ "manufacturer": {
2446
+ "args": {},
2447
+ "deprecationReason": null,
2448
+ "description": "The manufacturer of the firewall device.",
2449
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___manufacturer",
2450
+ "isDeprecated": false,
2451
+ "name": "manufacturer",
2452
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.manufacturer",
2453
+ "requestStr": "$manufacturer:[String]! ",
2454
+ "required": true,
2455
+ "responseStr": "manufacturer:$manufacturer ",
2456
+ "type": {
2457
+ "kind": [
2458
+ "NON_NULL",
2459
+ "LIST",
2460
+ "NON_NULL",
2461
+ "SCALAR"
2462
+ ],
2463
+ "name": "String",
2464
+ "non_null": false
2465
+ },
2466
+ "varName": "manufacturer"
2467
+ },
2468
+ "model": {
2469
+ "args": {},
2470
+ "deprecationReason": null,
2471
+ "description": "The model of the firewall device.",
2472
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___model",
2473
+ "isDeprecated": false,
2474
+ "name": "model",
2475
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.model",
2476
+ "requestStr": "$model:[String]! ",
2477
+ "required": true,
2478
+ "responseStr": "model:$model ",
2479
+ "type": {
2480
+ "kind": [
2481
+ "NON_NULL",
2482
+ "LIST",
2483
+ "NON_NULL",
2484
+ "SCALAR"
2485
+ ],
2486
+ "name": "String",
2487
+ "non_null": false
2488
+ },
2489
+ "varName": "model"
2490
+ },
2491
+ "os": {
2492
+ "args": {},
2493
+ "deprecationReason": null,
2494
+ "description": "The operating system of the firewall device.",
2495
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___os",
2496
+ "isDeprecated": false,
2497
+ "name": "os",
2498
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.os",
2499
+ "requestStr": "$os:[String]! ",
2500
+ "required": true,
2501
+ "responseStr": "os:$os ",
2502
+ "type": {
2503
+ "kind": [
2504
+ "NON_NULL",
2505
+ "LIST",
2506
+ "NON_NULL",
2507
+ "SCALAR"
2508
+ ],
2509
+ "name": "String",
2510
+ "non_null": false
2511
+ },
2512
+ "varName": "os"
2513
+ },
2514
+ "osVersion": {
2515
+ "args": {},
2516
+ "deprecationReason": null,
2517
+ "description": "The version of the operating system of the firewall device.",
2518
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___osVersion",
2519
+ "isDeprecated": false,
2520
+ "name": "osVersion",
2521
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.osVersion",
2522
+ "requestStr": "$osVersion:[String]! ",
2523
+ "required": true,
2524
+ "responseStr": "osVersion:$osVersion ",
2525
+ "type": {
2526
+ "kind": [
2527
+ "NON_NULL",
2528
+ "LIST",
2529
+ "NON_NULL",
2530
+ "SCALAR"
2531
+ ],
2532
+ "name": "String",
2533
+ "non_null": false
2534
+ },
2535
+ "varName": "osVersion"
2536
+ },
2537
+ "type": {
2538
+ "args": {},
2539
+ "deprecationReason": null,
2540
+ "description": "The type of the firewall device.",
2541
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___deviceAttributes___type",
2542
+ "isDeprecated": false,
2543
+ "name": "type",
2544
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.deviceAttributes.type",
2545
+ "requestStr": "$type:[String]! ",
2546
+ "required": true,
2547
+ "responseStr": "type:$type ",
2548
+ "type": {
2549
+ "kind": [
2550
+ "NON_NULL",
2551
+ "LIST",
2552
+ "NON_NULL",
2553
+ "SCALAR"
2554
+ ],
2555
+ "name": "String",
2556
+ "non_null": false
2557
+ },
2558
+ "varName": "type"
2559
+ }
2560
+ },
2561
+ "inputFields": null,
2562
+ "interfaces": {},
2563
+ "kind": "OBJECT",
2564
+ "name": "DeviceAttributes",
2565
+ "possibleTypes": null
2566
+ },
2567
+ "indexType": "object",
2568
+ "kind": [
2569
+ "NON_NULL",
2570
+ "OBJECT"
2571
+ ],
2572
+ "name": "DeviceAttributes",
2573
+ "non_null": false
2574
+ },
2575
+ "varName": "deviceAttributes"
2482
2576
  },
2483
2577
  "deviceOS": {
2484
- "alias": "OperatingSystemDeviceOS: deviceOS",
2578
+ "alias": "operatingSystemDeviceOS: deviceOS",
2485
2579
  "args": {},
2486
2580
  "deprecationReason": null,
2487
2581
  "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.",
@@ -2574,7 +2668,7 @@
2574
2668
  "varName": "enabled"
2575
2669
  },
2576
2670
  "exceptions": {
2577
- "alias": "InternetFirewallRuleExceptionExceptions: exceptions",
2671
+ "alias": "internetFirewallRuleExceptionExceptions: exceptions",
2578
2672
  "args": {},
2579
2673
  "deprecationReason": null,
2580
2674
  "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.",
@@ -2582,16 +2676,16 @@
2582
2676
  "isDeprecated": false,
2583
2677
  "name": "exceptions",
2584
2678
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions",
2585
- "requestStr": "$InternetFirewallRuleException:[InternetFirewallRuleException]! ",
2679
+ "requestStr": "$internetFirewallRuleException:[InternetFirewallRuleException]! ",
2586
2680
  "required": true,
2587
- "responseStr": "exceptions:$InternetFirewallRuleException ",
2681
+ "responseStr": "exceptions:$internetFirewallRuleException ",
2588
2682
  "type": {
2589
2683
  "definition": {
2590
2684
  "description": "Exceptions define when a rule is ignored, and the firewall policy evaluation continues with the lower priority rules.",
2591
2685
  "enumValues": null,
2592
2686
  "fields": {
2593
2687
  "connectionOrigin": {
2594
- "alias": "ConnectionOriginEnumConnectionOrigin: connectionOrigin",
2688
+ "alias": "connectionOriginEnumConnectionOrigin: connectionOrigin",
2595
2689
  "args": {},
2596
2690
  "deprecationReason": null,
2597
2691
  "description": "Connection origin matching criteria for the exception.",
@@ -2643,7 +2737,7 @@
2643
2737
  "varName": "connectionOrigin"
2644
2738
  },
2645
2739
  "country": {
2646
- "alias": "CountryRefCountry: country",
2740
+ "alias": "countryRefCountry: country",
2647
2741
  "args": {},
2648
2742
  "deprecationReason": null,
2649
2743
  "description": "Source country matching criteria for the exception.",
@@ -2651,9 +2745,9 @@
2651
2745
  "isDeprecated": false,
2652
2746
  "name": "country",
2653
2747
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.country",
2654
- "requestStr": "$CountryRef:[CountryRef]! ",
2748
+ "requestStr": "$countryRef:[CountryRef]! ",
2655
2749
  "required": true,
2656
- "responseStr": "country:$CountryRef ",
2750
+ "responseStr": "country:$countryRef ",
2657
2751
  "type": {
2658
2752
  "definition": {
2659
2753
  "description": null,
@@ -2718,10 +2812,10 @@
2718
2812
  "name": "CountryRef",
2719
2813
  "non_null": false
2720
2814
  },
2721
- "varName": "CountryRef"
2815
+ "varName": "countryRef"
2722
2816
  },
2723
2817
  "destination": {
2724
- "alias": "InternetFirewallDestinationDestination: destination",
2818
+ "alias": "internetFirewallDestinationDestination: destination",
2725
2819
  "args": {},
2726
2820
  "deprecationReason": null,
2727
2821
  "description": "Destination matching criteria for the exception.",
@@ -2729,16 +2823,16 @@
2729
2823
  "isDeprecated": false,
2730
2824
  "name": "destination",
2731
2825
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination",
2732
- "requestStr": "$InternetFirewallDestination:InternetFirewallDestination! ",
2826
+ "requestStr": "$internetFirewallDestination:InternetFirewallDestination! ",
2733
2827
  "required": true,
2734
- "responseStr": "destination:$InternetFirewallDestination ",
2828
+ "responseStr": "destination:$internetFirewallDestination ",
2735
2829
  "type": {
2736
2830
  "definition": {
2737
2831
  "description": "Destination match criteria set",
2738
2832
  "enumValues": null,
2739
2833
  "fields": {
2740
2834
  "appCategory": {
2741
- "alias": "ApplicationCategoryRefAppCategory: appCategory",
2835
+ "alias": "applicationCategoryRefAppCategory: appCategory",
2742
2836
  "args": {},
2743
2837
  "deprecationReason": null,
2744
2838
  "description": "Cato category of applications which are dynamically updated by Cato",
@@ -2746,9 +2840,9 @@
2746
2840
  "isDeprecated": false,
2747
2841
  "name": "appCategory",
2748
2842
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.appCategory",
2749
- "requestStr": "$ApplicationCategoryRef:[ApplicationCategoryRef]! ",
2843
+ "requestStr": "$applicationCategoryRef:[ApplicationCategoryRef]! ",
2750
2844
  "required": true,
2751
- "responseStr": "appCategory:$ApplicationCategoryRef ",
2845
+ "responseStr": "appCategory:$applicationCategoryRef ",
2752
2846
  "type": {
2753
2847
  "definition": {
2754
2848
  "description": null,
@@ -2813,10 +2907,10 @@
2813
2907
  "name": "ApplicationCategoryRef",
2814
2908
  "non_null": false
2815
2909
  },
2816
- "varName": "ApplicationCategoryRef"
2910
+ "varName": "applicationCategoryRef"
2817
2911
  },
2818
2912
  "application": {
2819
- "alias": "ApplicationRefApplication: application",
2913
+ "alias": "applicationRefApplication: application",
2820
2914
  "args": {},
2821
2915
  "deprecationReason": null,
2822
2916
  "description": "Applications for the rule (pre-defined)",
@@ -2824,9 +2918,9 @@
2824
2918
  "isDeprecated": false,
2825
2919
  "name": "application",
2826
2920
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.application",
2827
- "requestStr": "$ApplicationRef:[ApplicationRef]! ",
2921
+ "requestStr": "$applicationRef:[ApplicationRef]! ",
2828
2922
  "required": true,
2829
- "responseStr": "application:$ApplicationRef ",
2923
+ "responseStr": "application:$applicationRef ",
2830
2924
  "type": {
2831
2925
  "definition": {
2832
2926
  "description": null,
@@ -2891,88 +2985,10 @@
2891
2985
  "name": "ApplicationRef",
2892
2986
  "non_null": false
2893
2987
  },
2894
- "varName": "ApplicationRef"
2895
- },
2896
- "container": {
2897
- "alias": "ContainerRefContainer: container",
2898
- "args": {},
2899
- "deprecationReason": null,
2900
- "description": null,
2901
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___destination___container",
2902
- "isDeprecated": false,
2903
- "name": "container",
2904
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.container",
2905
- "requestStr": "$ContainerRef:[ContainerRef]! ",
2906
- "required": true,
2907
- "responseStr": "container:$ContainerRef ",
2908
- "type": {
2909
- "definition": {
2910
- "description": "A group with members of a single type of entity (for example: IP, FQDN)",
2911
- "enumValues": null,
2912
- "fields": {
2913
- "id": {
2914
- "args": {},
2915
- "deprecationReason": null,
2916
- "description": "Unique container ID",
2917
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___destination___container___id",
2918
- "isDeprecated": false,
2919
- "name": "id",
2920
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.container.id",
2921
- "requestStr": "$id:ID! ",
2922
- "required": true,
2923
- "responseStr": "id:$id ",
2924
- "type": {
2925
- "kind": [
2926
- "NON_NULL",
2927
- "SCALAR"
2928
- ],
2929
- "name": "ID",
2930
- "non_null": false
2931
- },
2932
- "varName": "id"
2933
- },
2934
- "name": {
2935
- "args": {},
2936
- "deprecationReason": null,
2937
- "description": "Name for the container",
2938
- "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___destination___container___name",
2939
- "isDeprecated": false,
2940
- "name": "name",
2941
- "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.container.name",
2942
- "requestStr": "$name:String! ",
2943
- "required": true,
2944
- "responseStr": "name:$name ",
2945
- "type": {
2946
- "kind": [
2947
- "NON_NULL",
2948
- "SCALAR"
2949
- ],
2950
- "name": "String",
2951
- "non_null": false
2952
- },
2953
- "varName": "name"
2954
- }
2955
- },
2956
- "inputFields": null,
2957
- "interfaces": {},
2958
- "kind": "OBJECT",
2959
- "name": "ContainerRef",
2960
- "possibleTypes": null
2961
- },
2962
- "indexType": "object",
2963
- "kind": [
2964
- "NON_NULL",
2965
- "LIST",
2966
- "NON_NULL",
2967
- "OBJECT"
2968
- ],
2969
- "name": "ContainerRef",
2970
- "non_null": false
2971
- },
2972
- "varName": "ContainerRef"
2988
+ "varName": "applicationRef"
2973
2989
  },
2974
2990
  "containers": {
2975
- "alias": "InternetFirewallContainerContainers: containers",
2991
+ "alias": "internetFirewallContainerContainers: containers",
2976
2992
  "args": {},
2977
2993
  "deprecationReason": null,
2978
2994
  "description": null,
@@ -2980,16 +2996,16 @@
2980
2996
  "isDeprecated": false,
2981
2997
  "name": "containers",
2982
2998
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.containers",
2983
- "requestStr": "$InternetFirewallContainer:InternetFirewallContainer! ",
2999
+ "requestStr": "$internetFirewallContainer:InternetFirewallContainer! ",
2984
3000
  "required": true,
2985
- "responseStr": "containers:$InternetFirewallContainer ",
3001
+ "responseStr": "containers:$internetFirewallContainer ",
2986
3002
  "type": {
2987
3003
  "definition": {
2988
3004
  "description": null,
2989
3005
  "enumValues": null,
2990
3006
  "fields": {
2991
3007
  "fqdnContainer": {
2992
- "alias": "FqdnContainerRefFqdnContainer: fqdnContainer",
3008
+ "alias": "fqdnContainerRefFqdnContainer: fqdnContainer",
2993
3009
  "args": {},
2994
3010
  "deprecationReason": null,
2995
3011
  "description": null,
@@ -2997,9 +3013,9 @@
2997
3013
  "isDeprecated": false,
2998
3014
  "name": "fqdnContainer",
2999
3015
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.containers.fqdnContainer",
3000
- "requestStr": "$FqdnContainerRef:[FqdnContainerRef]! ",
3016
+ "requestStr": "$fqdnContainerRef:[FqdnContainerRef]! ",
3001
3017
  "required": true,
3002
- "responseStr": "fqdnContainer:$FqdnContainerRef ",
3018
+ "responseStr": "fqdnContainer:$fqdnContainerRef ",
3003
3019
  "type": {
3004
3020
  "definition": {
3005
3021
  "description": "A group with members of FQDN type",
@@ -3064,10 +3080,10 @@
3064
3080
  "name": "FqdnContainerRef",
3065
3081
  "non_null": false
3066
3082
  },
3067
- "varName": "FqdnContainerRef"
3083
+ "varName": "fqdnContainerRef"
3068
3084
  },
3069
3085
  "ipAddressRangeContainer": {
3070
- "alias": "IpAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3086
+ "alias": "ipAddressRangeContainerRefIpAddressRangeContainer: ipAddressRangeContainer",
3071
3087
  "args": {},
3072
3088
  "deprecationReason": null,
3073
3089
  "description": null,
@@ -3075,9 +3091,9 @@
3075
3091
  "isDeprecated": false,
3076
3092
  "name": "ipAddressRangeContainer",
3077
3093
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.containers.ipAddressRangeContainer",
3078
- "requestStr": "$IpAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3094
+ "requestStr": "$ipAddressRangeContainerRef:[IpAddressRangeContainerRef]! ",
3079
3095
  "required": true,
3080
- "responseStr": "ipAddressRangeContainer:$IpAddressRangeContainerRef ",
3096
+ "responseStr": "ipAddressRangeContainer:$ipAddressRangeContainerRef ",
3081
3097
  "type": {
3082
3098
  "definition": {
3083
3099
  "description": "A group with members of IPAddressRange type",
@@ -3142,7 +3158,7 @@
3142
3158
  "name": "IpAddressRangeContainerRef",
3143
3159
  "non_null": false
3144
3160
  },
3145
- "varName": "IpAddressRangeContainerRef"
3161
+ "varName": "ipAddressRangeContainerRef"
3146
3162
  }
3147
3163
  },
3148
3164
  "inputFields": null,
@@ -3159,10 +3175,10 @@
3159
3175
  "name": "InternetFirewallContainer",
3160
3176
  "non_null": false
3161
3177
  },
3162
- "varName": "InternetFirewallContainer"
3178
+ "varName": "internetFirewallContainer"
3163
3179
  },
3164
3180
  "country": {
3165
- "alias": "CountryRefCountry: country",
3181
+ "alias": "countryRefCountry: country",
3166
3182
  "args": {},
3167
3183
  "deprecationReason": null,
3168
3184
  "description": "Countries",
@@ -3170,9 +3186,9 @@
3170
3186
  "isDeprecated": false,
3171
3187
  "name": "country",
3172
3188
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.country",
3173
- "requestStr": "$CountryRef:[CountryRef]! ",
3189
+ "requestStr": "$countryRef:[CountryRef]! ",
3174
3190
  "required": true,
3175
- "responseStr": "country:$CountryRef ",
3191
+ "responseStr": "country:$countryRef ",
3176
3192
  "type": {
3177
3193
  "definition": {
3178
3194
  "description": null,
@@ -3237,10 +3253,10 @@
3237
3253
  "name": "CountryRef",
3238
3254
  "non_null": false
3239
3255
  },
3240
- "varName": "CountryRef"
3256
+ "varName": "countryRef"
3241
3257
  },
3242
3258
  "customApp": {
3243
- "alias": "CustomApplicationRefCustomApp: customApp",
3259
+ "alias": "customApplicationRefCustomApp: customApp",
3244
3260
  "args": {},
3245
3261
  "deprecationReason": null,
3246
3262
  "description": "Custom (user-defined) applications",
@@ -3248,9 +3264,9 @@
3248
3264
  "isDeprecated": false,
3249
3265
  "name": "customApp",
3250
3266
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.customApp",
3251
- "requestStr": "$CustomApplicationRef:[CustomApplicationRef]! ",
3267
+ "requestStr": "$customApplicationRef:[CustomApplicationRef]! ",
3252
3268
  "required": true,
3253
- "responseStr": "customApp:$CustomApplicationRef ",
3269
+ "responseStr": "customApp:$customApplicationRef ",
3254
3270
  "type": {
3255
3271
  "definition": {
3256
3272
  "description": null,
@@ -3315,10 +3331,10 @@
3315
3331
  "name": "CustomApplicationRef",
3316
3332
  "non_null": false
3317
3333
  },
3318
- "varName": "CustomApplicationRef"
3334
+ "varName": "customApplicationRef"
3319
3335
  },
3320
3336
  "customCategory": {
3321
- "alias": "CustomCategoryRefCustomCategory: customCategory",
3337
+ "alias": "customCategoryRefCustomCategory: customCategory",
3322
3338
  "args": {},
3323
3339
  "deprecationReason": null,
3324
3340
  "description": "Custom Categories \u2013 Groups of objects such as predefined and custom applications, predefined and custom services, domains, FQDNs etc.",
@@ -3326,9 +3342,9 @@
3326
3342
  "isDeprecated": false,
3327
3343
  "name": "customCategory",
3328
3344
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.customCategory",
3329
- "requestStr": "$CustomCategoryRef:[CustomCategoryRef]! ",
3345
+ "requestStr": "$customCategoryRef:[CustomCategoryRef]! ",
3330
3346
  "required": true,
3331
- "responseStr": "customCategory:$CustomCategoryRef ",
3347
+ "responseStr": "customCategory:$customCategoryRef ",
3332
3348
  "type": {
3333
3349
  "definition": {
3334
3350
  "description": null,
@@ -3393,7 +3409,7 @@
3393
3409
  "name": "CustomCategoryRef",
3394
3410
  "non_null": false
3395
3411
  },
3396
- "varName": "CustomCategoryRef"
3412
+ "varName": "customCategoryRef"
3397
3413
  },
3398
3414
  "domain": {
3399
3415
  "args": {},
@@ -3442,7 +3458,7 @@
3442
3458
  "varName": "fqdn"
3443
3459
  },
3444
3460
  "globalIpRange": {
3445
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
3461
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
3446
3462
  "args": {},
3447
3463
  "deprecationReason": null,
3448
3464
  "description": "Globally defined IP range, IP and subnet objects",
@@ -3450,9 +3466,9 @@
3450
3466
  "isDeprecated": false,
3451
3467
  "name": "globalIpRange",
3452
3468
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.globalIpRange",
3453
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
3469
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
3454
3470
  "required": true,
3455
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
3471
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
3456
3472
  "type": {
3457
3473
  "definition": {
3458
3474
  "description": null,
@@ -3517,7 +3533,7 @@
3517
3533
  "name": "GlobalIpRangeRef",
3518
3534
  "non_null": false
3519
3535
  },
3520
- "varName": "GlobalIpRangeRef"
3536
+ "varName": "globalIpRangeRef"
3521
3537
  },
3522
3538
  "ip": {
3523
3539
  "args": {},
@@ -3543,7 +3559,7 @@
3543
3559
  "varName": "ip"
3544
3560
  },
3545
3561
  "ipRange": {
3546
- "alias": "IpAddressRangeIpRange: ipRange",
3562
+ "alias": "ipAddressRangeIpRange: ipRange",
3547
3563
  "args": {},
3548
3564
  "deprecationReason": null,
3549
3565
  "description": "A range of IPs. Every IP within the range will be matched",
@@ -3551,9 +3567,9 @@
3551
3567
  "isDeprecated": false,
3552
3568
  "name": "ipRange",
3553
3569
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.ipRange",
3554
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
3570
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3555
3571
  "required": true,
3556
- "responseStr": "ipRange:$IpAddressRange ",
3572
+ "responseStr": "ipRange:$ipAddressRange ",
3557
3573
  "type": {
3558
3574
  "definition": {
3559
3575
  "description": "Inclusive range of IPs",
@@ -3618,7 +3634,7 @@
3618
3634
  "name": "IpAddressRange",
3619
3635
  "non_null": false
3620
3636
  },
3621
- "varName": "IpAddressRange"
3637
+ "varName": "ipAddressRange"
3622
3638
  },
3623
3639
  "remoteAsn": {
3624
3640
  "args": {},
@@ -3644,7 +3660,7 @@
3644
3660
  "varName": "remoteAsn"
3645
3661
  },
3646
3662
  "sanctionedAppsCategory": {
3647
- "alias": "SanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3663
+ "alias": "sanctionedAppsCategoryRefSanctionedAppsCategory: sanctionedAppsCategory",
3648
3664
  "args": {},
3649
3665
  "deprecationReason": null,
3650
3666
  "description": "Sanctioned Cloud Applications - apps that are approved and generally represent an understood and acceptable level of risk in your organization.",
@@ -3652,9 +3668,9 @@
3652
3668
  "isDeprecated": false,
3653
3669
  "name": "sanctionedAppsCategory",
3654
3670
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.destination.sanctionedAppsCategory",
3655
- "requestStr": "$SanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3671
+ "requestStr": "$sanctionedAppsCategoryRef:[SanctionedAppsCategoryRef]! ",
3656
3672
  "required": true,
3657
- "responseStr": "sanctionedAppsCategory:$SanctionedAppsCategoryRef ",
3673
+ "responseStr": "sanctionedAppsCategory:$sanctionedAppsCategoryRef ",
3658
3674
  "type": {
3659
3675
  "definition": {
3660
3676
  "description": null,
@@ -3719,7 +3735,7 @@
3719
3735
  "name": "SanctionedAppsCategoryRef",
3720
3736
  "non_null": false
3721
3737
  },
3722
- "varName": "SanctionedAppsCategoryRef"
3738
+ "varName": "sanctionedAppsCategoryRef"
3723
3739
  },
3724
3740
  "subnet": {
3725
3741
  "args": {},
@@ -3759,10 +3775,10 @@
3759
3775
  "name": "InternetFirewallDestination",
3760
3776
  "non_null": false
3761
3777
  },
3762
- "varName": "InternetFirewallDestination"
3778
+ "varName": "internetFirewallDestination"
3763
3779
  },
3764
3780
  "device": {
3765
- "alias": "DeviceProfileRefDevice: device",
3781
+ "alias": "deviceProfileRefDevice: device",
3766
3782
  "args": {},
3767
3783
  "deprecationReason": null,
3768
3784
  "description": "Source Device Profile matching criteria for the exception.",
@@ -3770,9 +3786,9 @@
3770
3786
  "isDeprecated": false,
3771
3787
  "name": "device",
3772
3788
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.device",
3773
- "requestStr": "$DeviceProfileRef:[DeviceProfileRef]! ",
3789
+ "requestStr": "$deviceProfileRef:[DeviceProfileRef]! ",
3774
3790
  "required": true,
3775
- "responseStr": "device:$DeviceProfileRef ",
3791
+ "responseStr": "device:$deviceProfileRef ",
3776
3792
  "type": {
3777
3793
  "definition": {
3778
3794
  "description": null,
@@ -3837,10 +3853,182 @@
3837
3853
  "name": "DeviceProfileRef",
3838
3854
  "non_null": false
3839
3855
  },
3840
- "varName": "DeviceProfileRef"
3856
+ "varName": "deviceProfileRef"
3857
+ },
3858
+ "deviceAttributes": {
3859
+ "alias": "deviceAttributesDeviceAttributes: deviceAttributes",
3860
+ "args": {},
3861
+ "deprecationReason": null,
3862
+ "description": "Source Device Attributes matching criteria for the exception.",
3863
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes",
3864
+ "isDeprecated": false,
3865
+ "name": "deviceAttributes",
3866
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes",
3867
+ "requestStr": "$deviceAttributes:DeviceAttributes! ",
3868
+ "required": true,
3869
+ "responseStr": "deviceAttributes:$deviceAttributes ",
3870
+ "type": {
3871
+ "definition": {
3872
+ "description": null,
3873
+ "enumValues": null,
3874
+ "fields": {
3875
+ "category": {
3876
+ "args": {},
3877
+ "deprecationReason": null,
3878
+ "description": "The category of the firewall device.",
3879
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___category",
3880
+ "isDeprecated": false,
3881
+ "name": "category",
3882
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.category",
3883
+ "requestStr": "$category:[String]! ",
3884
+ "required": true,
3885
+ "responseStr": "category:$category ",
3886
+ "type": {
3887
+ "kind": [
3888
+ "NON_NULL",
3889
+ "LIST",
3890
+ "NON_NULL",
3891
+ "SCALAR"
3892
+ ],
3893
+ "name": "String",
3894
+ "non_null": false
3895
+ },
3896
+ "varName": "category"
3897
+ },
3898
+ "manufacturer": {
3899
+ "args": {},
3900
+ "deprecationReason": null,
3901
+ "description": "The manufacturer of the firewall device.",
3902
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___manufacturer",
3903
+ "isDeprecated": false,
3904
+ "name": "manufacturer",
3905
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.manufacturer",
3906
+ "requestStr": "$manufacturer:[String]! ",
3907
+ "required": true,
3908
+ "responseStr": "manufacturer:$manufacturer ",
3909
+ "type": {
3910
+ "kind": [
3911
+ "NON_NULL",
3912
+ "LIST",
3913
+ "NON_NULL",
3914
+ "SCALAR"
3915
+ ],
3916
+ "name": "String",
3917
+ "non_null": false
3918
+ },
3919
+ "varName": "manufacturer"
3920
+ },
3921
+ "model": {
3922
+ "args": {},
3923
+ "deprecationReason": null,
3924
+ "description": "The model of the firewall device.",
3925
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___model",
3926
+ "isDeprecated": false,
3927
+ "name": "model",
3928
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.model",
3929
+ "requestStr": "$model:[String]! ",
3930
+ "required": true,
3931
+ "responseStr": "model:$model ",
3932
+ "type": {
3933
+ "kind": [
3934
+ "NON_NULL",
3935
+ "LIST",
3936
+ "NON_NULL",
3937
+ "SCALAR"
3938
+ ],
3939
+ "name": "String",
3940
+ "non_null": false
3941
+ },
3942
+ "varName": "model"
3943
+ },
3944
+ "os": {
3945
+ "args": {},
3946
+ "deprecationReason": null,
3947
+ "description": "The operating system of the firewall device.",
3948
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___os",
3949
+ "isDeprecated": false,
3950
+ "name": "os",
3951
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.os",
3952
+ "requestStr": "$os:[String]! ",
3953
+ "required": true,
3954
+ "responseStr": "os:$os ",
3955
+ "type": {
3956
+ "kind": [
3957
+ "NON_NULL",
3958
+ "LIST",
3959
+ "NON_NULL",
3960
+ "SCALAR"
3961
+ ],
3962
+ "name": "String",
3963
+ "non_null": false
3964
+ },
3965
+ "varName": "os"
3966
+ },
3967
+ "osVersion": {
3968
+ "args": {},
3969
+ "deprecationReason": null,
3970
+ "description": "The version of the operating system of the firewall device.",
3971
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___osVersion",
3972
+ "isDeprecated": false,
3973
+ "name": "osVersion",
3974
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.osVersion",
3975
+ "requestStr": "$osVersion:[String]! ",
3976
+ "required": true,
3977
+ "responseStr": "osVersion:$osVersion ",
3978
+ "type": {
3979
+ "kind": [
3980
+ "NON_NULL",
3981
+ "LIST",
3982
+ "NON_NULL",
3983
+ "SCALAR"
3984
+ ],
3985
+ "name": "String",
3986
+ "non_null": false
3987
+ },
3988
+ "varName": "osVersion"
3989
+ },
3990
+ "type": {
3991
+ "args": {},
3992
+ "deprecationReason": null,
3993
+ "description": "The type of the firewall device.",
3994
+ "id_str": "internetFirewall___createPolicyRevision___policy___rules___rule___exceptions___deviceAttributes___type",
3995
+ "isDeprecated": false,
3996
+ "name": "type",
3997
+ "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.deviceAttributes.type",
3998
+ "requestStr": "$type:[String]! ",
3999
+ "required": true,
4000
+ "responseStr": "type:$type ",
4001
+ "type": {
4002
+ "kind": [
4003
+ "NON_NULL",
4004
+ "LIST",
4005
+ "NON_NULL",
4006
+ "SCALAR"
4007
+ ],
4008
+ "name": "String",
4009
+ "non_null": false
4010
+ },
4011
+ "varName": "type"
4012
+ }
4013
+ },
4014
+ "inputFields": null,
4015
+ "interfaces": {},
4016
+ "kind": "OBJECT",
4017
+ "name": "DeviceAttributes",
4018
+ "possibleTypes": null
4019
+ },
4020
+ "indexType": "object",
4021
+ "kind": [
4022
+ "NON_NULL",
4023
+ "OBJECT"
4024
+ ],
4025
+ "name": "DeviceAttributes",
4026
+ "non_null": false
4027
+ },
4028
+ "varName": "deviceAttributes"
3841
4029
  },
3842
4030
  "deviceOS": {
3843
- "alias": "OperatingSystemDeviceOS: deviceOS",
4031
+ "alias": "operatingSystemDeviceOS: deviceOS",
3844
4032
  "args": {},
3845
4033
  "deprecationReason": null,
3846
4034
  "description": "Source device OS matching criteria for the exception.",
@@ -3933,7 +4121,7 @@
3933
4121
  "varName": "name"
3934
4122
  },
3935
4123
  "service": {
3936
- "alias": "InternetFirewallServiceTypeService: service",
4124
+ "alias": "internetFirewallServiceTypeService: service",
3937
4125
  "args": {},
3938
4126
  "deprecationReason": null,
3939
4127
  "description": "Destination service matching criteria for the exception.",
@@ -3941,16 +4129,16 @@
3941
4129
  "isDeprecated": false,
3942
4130
  "name": "service",
3943
4131
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.service",
3944
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
4132
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
3945
4133
  "required": true,
3946
- "responseStr": "service:$InternetFirewallServiceType ",
4134
+ "responseStr": "service:$internetFirewallServiceType ",
3947
4135
  "type": {
3948
4136
  "definition": {
3949
4137
  "description": "Add the Service Type to which this Internet Firewall rule applies",
3950
4138
  "enumValues": null,
3951
4139
  "fields": {
3952
4140
  "custom": {
3953
- "alias": "CustomServiceCustom: custom",
4141
+ "alias": "customServiceCustom: custom",
3954
4142
  "args": {},
3955
4143
  "deprecationReason": null,
3956
4144
  "description": null,
@@ -3958,9 +4146,9 @@
3958
4146
  "isDeprecated": false,
3959
4147
  "name": "custom",
3960
4148
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.custom",
3961
- "requestStr": "$CustomService:[CustomService]! ",
4149
+ "requestStr": "$customService:[CustomService]! ",
3962
4150
  "required": true,
3963
- "responseStr": "custom:$CustomService ",
4151
+ "responseStr": "custom:$customService ",
3964
4152
  "type": {
3965
4153
  "definition": {
3966
4154
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -3989,7 +4177,7 @@
3989
4177
  "varName": "port"
3990
4178
  },
3991
4179
  "portRange": {
3992
- "alias": "PortRangePortRange: portRange",
4180
+ "alias": "portRangePortRange: portRange",
3993
4181
  "args": {},
3994
4182
  "deprecationReason": null,
3995
4183
  "description": null,
@@ -3997,9 +4185,9 @@
3997
4185
  "isDeprecated": false,
3998
4186
  "name": "portRange",
3999
4187
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.custom.portRange",
4000
- "requestStr": "$PortRange:PortRange ",
4188
+ "requestStr": "$portRange:PortRange ",
4001
4189
  "required": false,
4002
- "responseStr": "portRange:$PortRange ",
4190
+ "responseStr": "portRange:$portRange ",
4003
4191
  "type": {
4004
4192
  "definition": {
4005
4193
  "description": "Inclusive network port range",
@@ -4061,10 +4249,10 @@
4061
4249
  "name": "PortRange",
4062
4250
  "non_null": false
4063
4251
  },
4064
- "varName": "PortRange"
4252
+ "varName": "portRange"
4065
4253
  },
4066
4254
  "protocol": {
4067
- "alias": "IpProtocolProtocol: protocol",
4255
+ "alias": "ipProtocolProtocol: protocol",
4068
4256
  "args": {},
4069
4257
  "deprecationReason": null,
4070
4258
  "description": null,
@@ -4144,10 +4332,10 @@
4144
4332
  "name": "CustomService",
4145
4333
  "non_null": false
4146
4334
  },
4147
- "varName": "CustomService"
4335
+ "varName": "customService"
4148
4336
  },
4149
4337
  "standard": {
4150
- "alias": "ServiceRefStandard: standard",
4338
+ "alias": "serviceRefStandard: standard",
4151
4339
  "args": {},
4152
4340
  "deprecationReason": null,
4153
4341
  "description": null,
@@ -4155,9 +4343,9 @@
4155
4343
  "isDeprecated": false,
4156
4344
  "name": "standard",
4157
4345
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.service.standard",
4158
- "requestStr": "$ServiceRef:[ServiceRef]! ",
4346
+ "requestStr": "$serviceRef:[ServiceRef]! ",
4159
4347
  "required": true,
4160
- "responseStr": "standard:$ServiceRef ",
4348
+ "responseStr": "standard:$serviceRef ",
4161
4349
  "type": {
4162
4350
  "definition": {
4163
4351
  "description": null,
@@ -4222,7 +4410,7 @@
4222
4410
  "name": "ServiceRef",
4223
4411
  "non_null": false
4224
4412
  },
4225
- "varName": "ServiceRef"
4413
+ "varName": "serviceRef"
4226
4414
  }
4227
4415
  },
4228
4416
  "inputFields": null,
@@ -4239,10 +4427,10 @@
4239
4427
  "name": "InternetFirewallServiceType",
4240
4428
  "non_null": false
4241
4429
  },
4242
- "varName": "InternetFirewallServiceType"
4430
+ "varName": "internetFirewallServiceType"
4243
4431
  },
4244
4432
  "source": {
4245
- "alias": "InternetFirewallSourceSource: source",
4433
+ "alias": "internetFirewallSourceSource: source",
4246
4434
  "args": {},
4247
4435
  "deprecationReason": null,
4248
4436
  "description": "Source traffic matching criteria for the exception.",
@@ -4250,16 +4438,16 @@
4250
4438
  "isDeprecated": false,
4251
4439
  "name": "source",
4252
4440
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source",
4253
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
4441
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
4254
4442
  "required": true,
4255
- "responseStr": "source:$InternetFirewallSource ",
4443
+ "responseStr": "source:$internetFirewallSource ",
4256
4444
  "type": {
4257
4445
  "definition": {
4258
4446
  "description": "Returns the settings for Source of an Internet Firewall rule",
4259
4447
  "enumValues": null,
4260
4448
  "fields": {
4261
4449
  "floatingSubnet": {
4262
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
4450
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
4263
4451
  "args": {},
4264
4452
  "deprecationReason": null,
4265
4453
  "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.",
@@ -4267,9 +4455,9 @@
4267
4455
  "isDeprecated": false,
4268
4456
  "name": "floatingSubnet",
4269
4457
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.floatingSubnet",
4270
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
4458
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
4271
4459
  "required": true,
4272
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
4460
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
4273
4461
  "type": {
4274
4462
  "definition": {
4275
4463
  "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.",
@@ -4334,10 +4522,10 @@
4334
4522
  "name": "FloatingSubnetRef",
4335
4523
  "non_null": false
4336
4524
  },
4337
- "varName": "FloatingSubnetRef"
4525
+ "varName": "floatingSubnetRef"
4338
4526
  },
4339
4527
  "globalIpRange": {
4340
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
4528
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4341
4529
  "args": {},
4342
4530
  "deprecationReason": null,
4343
4531
  "description": "Globally defined IP range, IP and subnet objects",
@@ -4345,9 +4533,9 @@
4345
4533
  "isDeprecated": false,
4346
4534
  "name": "globalIpRange",
4347
4535
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.globalIpRange",
4348
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
4536
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
4349
4537
  "required": true,
4350
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
4538
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
4351
4539
  "type": {
4352
4540
  "definition": {
4353
4541
  "description": null,
@@ -4412,10 +4600,10 @@
4412
4600
  "name": "GlobalIpRangeRef",
4413
4601
  "non_null": false
4414
4602
  },
4415
- "varName": "GlobalIpRangeRef"
4603
+ "varName": "globalIpRangeRef"
4416
4604
  },
4417
4605
  "group": {
4418
- "alias": "GroupRefGroup: group",
4606
+ "alias": "groupRefGroup: group",
4419
4607
  "args": {},
4420
4608
  "deprecationReason": null,
4421
4609
  "description": "Groups defined for your account",
@@ -4423,9 +4611,9 @@
4423
4611
  "isDeprecated": false,
4424
4612
  "name": "group",
4425
4613
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.group",
4426
- "requestStr": "$GroupRef:[GroupRef]! ",
4614
+ "requestStr": "$groupRef:[GroupRef]! ",
4427
4615
  "required": true,
4428
- "responseStr": "group:$GroupRef ",
4616
+ "responseStr": "group:$groupRef ",
4429
4617
  "type": {
4430
4618
  "definition": {
4431
4619
  "description": null,
@@ -4490,10 +4678,10 @@
4490
4678
  "name": "GroupRef",
4491
4679
  "non_null": false
4492
4680
  },
4493
- "varName": "GroupRef"
4681
+ "varName": "groupRef"
4494
4682
  },
4495
4683
  "host": {
4496
- "alias": "HostRefHost: host",
4684
+ "alias": "hostRefHost: host",
4497
4685
  "args": {},
4498
4686
  "deprecationReason": null,
4499
4687
  "description": "Hosts and servers defined for your account",
@@ -4501,9 +4689,9 @@
4501
4689
  "isDeprecated": false,
4502
4690
  "name": "host",
4503
4691
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.host",
4504
- "requestStr": "$HostRef:[HostRef]! ",
4692
+ "requestStr": "$hostRef:[HostRef]! ",
4505
4693
  "required": true,
4506
- "responseStr": "host:$HostRef ",
4694
+ "responseStr": "host:$hostRef ",
4507
4695
  "type": {
4508
4696
  "definition": {
4509
4697
  "description": null,
@@ -4568,7 +4756,7 @@
4568
4756
  "name": "HostRef",
4569
4757
  "non_null": false
4570
4758
  },
4571
- "varName": "HostRef"
4759
+ "varName": "hostRef"
4572
4760
  },
4573
4761
  "ip": {
4574
4762
  "args": {},
@@ -4594,7 +4782,7 @@
4594
4782
  "varName": "ip"
4595
4783
  },
4596
4784
  "ipRange": {
4597
- "alias": "IpAddressRangeIpRange: ipRange",
4785
+ "alias": "ipAddressRangeIpRange: ipRange",
4598
4786
  "args": {},
4599
4787
  "deprecationReason": null,
4600
4788
  "description": "Multiple separate IP addresses or an IP range",
@@ -4602,9 +4790,9 @@
4602
4790
  "isDeprecated": false,
4603
4791
  "name": "ipRange",
4604
4792
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.ipRange",
4605
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
4793
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
4606
4794
  "required": true,
4607
- "responseStr": "ipRange:$IpAddressRange ",
4795
+ "responseStr": "ipRange:$ipAddressRange ",
4608
4796
  "type": {
4609
4797
  "definition": {
4610
4798
  "description": "Inclusive range of IPs",
@@ -4669,10 +4857,10 @@
4669
4857
  "name": "IpAddressRange",
4670
4858
  "non_null": false
4671
4859
  },
4672
- "varName": "IpAddressRange"
4860
+ "varName": "ipAddressRange"
4673
4861
  },
4674
4862
  "networkInterface": {
4675
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
4863
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
4676
4864
  "args": {},
4677
4865
  "deprecationReason": null,
4678
4866
  "description": "Network range defined for a site",
@@ -4680,9 +4868,9 @@
4680
4868
  "isDeprecated": false,
4681
4869
  "name": "networkInterface",
4682
4870
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.networkInterface",
4683
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
4871
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
4684
4872
  "required": true,
4685
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
4873
+ "responseStr": "networkInterface:$networkInterfaceRef ",
4686
4874
  "type": {
4687
4875
  "definition": {
4688
4876
  "description": null,
@@ -4747,10 +4935,10 @@
4747
4935
  "name": "NetworkInterfaceRef",
4748
4936
  "non_null": false
4749
4937
  },
4750
- "varName": "NetworkInterfaceRef"
4938
+ "varName": "networkInterfaceRef"
4751
4939
  },
4752
4940
  "site": {
4753
- "alias": "SiteRefSite: site",
4941
+ "alias": "siteRefSite: site",
4754
4942
  "args": {},
4755
4943
  "deprecationReason": null,
4756
4944
  "description": "Site defined for the account",
@@ -4758,9 +4946,9 @@
4758
4946
  "isDeprecated": false,
4759
4947
  "name": "site",
4760
4948
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.site",
4761
- "requestStr": "$SiteRef:[SiteRef]! ",
4949
+ "requestStr": "$siteRef:[SiteRef]! ",
4762
4950
  "required": true,
4763
- "responseStr": "site:$SiteRef ",
4951
+ "responseStr": "site:$siteRef ",
4764
4952
  "type": {
4765
4953
  "definition": {
4766
4954
  "description": null,
@@ -4825,10 +5013,10 @@
4825
5013
  "name": "SiteRef",
4826
5014
  "non_null": false
4827
5015
  },
4828
- "varName": "SiteRef"
5016
+ "varName": "siteRef"
4829
5017
  },
4830
5018
  "siteNetworkSubnet": {
4831
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
5019
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
4832
5020
  "args": {},
4833
5021
  "deprecationReason": null,
4834
5022
  "description": "GlobalRange + InterfaceSubnet",
@@ -4836,9 +5024,9 @@
4836
5024
  "isDeprecated": false,
4837
5025
  "name": "siteNetworkSubnet",
4838
5026
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.siteNetworkSubnet",
4839
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
5027
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4840
5028
  "required": true,
4841
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
5029
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4842
5030
  "type": {
4843
5031
  "definition": {
4844
5032
  "description": null,
@@ -4903,7 +5091,7 @@
4903
5091
  "name": "SiteNetworkSubnetRef",
4904
5092
  "non_null": false
4905
5093
  },
4906
- "varName": "SiteNetworkSubnetRef"
5094
+ "varName": "siteNetworkSubnetRef"
4907
5095
  },
4908
5096
  "subnet": {
4909
5097
  "args": {},
@@ -4929,7 +5117,7 @@
4929
5117
  "varName": "subnet"
4930
5118
  },
4931
5119
  "systemGroup": {
4932
- "alias": "SystemGroupRefSystemGroup: systemGroup",
5120
+ "alias": "systemGroupRefSystemGroup: systemGroup",
4933
5121
  "args": {},
4934
5122
  "deprecationReason": null,
4935
5123
  "description": "Predefined Cato groups",
@@ -4937,9 +5125,9 @@
4937
5125
  "isDeprecated": false,
4938
5126
  "name": "systemGroup",
4939
5127
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.systemGroup",
4940
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
5128
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4941
5129
  "required": true,
4942
- "responseStr": "systemGroup:$SystemGroupRef ",
5130
+ "responseStr": "systemGroup:$systemGroupRef ",
4943
5131
  "type": {
4944
5132
  "definition": {
4945
5133
  "description": null,
@@ -5004,10 +5192,10 @@
5004
5192
  "name": "SystemGroupRef",
5005
5193
  "non_null": false
5006
5194
  },
5007
- "varName": "SystemGroupRef"
5195
+ "varName": "systemGroupRef"
5008
5196
  },
5009
5197
  "user": {
5010
- "alias": "UserRefUser: user",
5198
+ "alias": "userRefUser: user",
5011
5199
  "args": {},
5012
5200
  "deprecationReason": null,
5013
5201
  "description": "Individual users defined for the account",
@@ -5015,9 +5203,9 @@
5015
5203
  "isDeprecated": false,
5016
5204
  "name": "user",
5017
5205
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.user",
5018
- "requestStr": "$UserRef:[UserRef]! ",
5206
+ "requestStr": "$userRef:[UserRef]! ",
5019
5207
  "required": true,
5020
- "responseStr": "user:$UserRef ",
5208
+ "responseStr": "user:$userRef ",
5021
5209
  "type": {
5022
5210
  "definition": {
5023
5211
  "description": null,
@@ -5082,10 +5270,10 @@
5082
5270
  "name": "UserRef",
5083
5271
  "non_null": false
5084
5272
  },
5085
- "varName": "UserRef"
5273
+ "varName": "userRef"
5086
5274
  },
5087
5275
  "usersGroup": {
5088
- "alias": "UsersGroupRefUsersGroup: usersGroup",
5276
+ "alias": "usersGroupRefUsersGroup: usersGroup",
5089
5277
  "args": {},
5090
5278
  "deprecationReason": null,
5091
5279
  "description": "Group of users",
@@ -5093,9 +5281,9 @@
5093
5281
  "isDeprecated": false,
5094
5282
  "name": "usersGroup",
5095
5283
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.exceptions.source.usersGroup",
5096
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
5284
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
5097
5285
  "required": true,
5098
- "responseStr": "usersGroup:$UsersGroupRef ",
5286
+ "responseStr": "usersGroup:$usersGroupRef ",
5099
5287
  "type": {
5100
5288
  "definition": {
5101
5289
  "description": null,
@@ -5160,7 +5348,7 @@
5160
5348
  "name": "UsersGroupRef",
5161
5349
  "non_null": false
5162
5350
  },
5163
- "varName": "UsersGroupRef"
5351
+ "varName": "usersGroupRef"
5164
5352
  }
5165
5353
  },
5166
5354
  "inputFields": null,
@@ -5177,7 +5365,7 @@
5177
5365
  "name": "InternetFirewallSource",
5178
5366
  "non_null": false
5179
5367
  },
5180
- "varName": "InternetFirewallSource"
5368
+ "varName": "internetFirewallSource"
5181
5369
  }
5182
5370
  },
5183
5371
  "inputFields": null,
@@ -5196,7 +5384,7 @@
5196
5384
  "name": "InternetFirewallRuleException",
5197
5385
  "non_null": false
5198
5386
  },
5199
- "varName": "InternetFirewallRuleException"
5387
+ "varName": "internetFirewallRuleException"
5200
5388
  },
5201
5389
  "id": {
5202
5390
  "args": {},
@@ -5262,7 +5450,7 @@
5262
5450
  "varName": "name"
5263
5451
  },
5264
5452
  "schedule": {
5265
- "alias": "PolicyScheduleSchedule: schedule",
5453
+ "alias": "policyScheduleSchedule: schedule",
5266
5454
  "args": {},
5267
5455
  "deprecationReason": null,
5268
5456
  "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
@@ -5270,16 +5458,16 @@
5270
5458
  "isDeprecated": false,
5271
5459
  "name": "schedule",
5272
5460
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.schedule",
5273
- "requestStr": "$PolicySchedule:PolicySchedule! ",
5461
+ "requestStr": "$policySchedule:PolicySchedule! ",
5274
5462
  "required": true,
5275
- "responseStr": "schedule:$PolicySchedule ",
5463
+ "responseStr": "schedule:$policySchedule ",
5276
5464
  "type": {
5277
5465
  "definition": {
5278
5466
  "description": null,
5279
5467
  "enumValues": null,
5280
5468
  "fields": {
5281
5469
  "activeOn": {
5282
- "alias": "PolicyActiveOnEnumActiveOn: activeOn",
5470
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
5283
5471
  "args": {},
5284
5472
  "deprecationReason": null,
5285
5473
  "description": null,
@@ -5337,7 +5525,7 @@
5337
5525
  "varName": "activeOn"
5338
5526
  },
5339
5527
  "customRecurring": {
5340
- "alias": "PolicyCustomRecurringCustomRecurring: customRecurring",
5528
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
5341
5529
  "args": {},
5342
5530
  "deprecationReason": null,
5343
5531
  "description": null,
@@ -5345,9 +5533,9 @@
5345
5533
  "isDeprecated": false,
5346
5534
  "name": "customRecurring",
5347
5535
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.schedule.customRecurring",
5348
- "requestStr": "$PolicyCustomRecurring:PolicyCustomRecurring ",
5536
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
5349
5537
  "required": false,
5350
- "responseStr": "customRecurring:$PolicyCustomRecurring ",
5538
+ "responseStr": "customRecurring:$policyCustomRecurring ",
5351
5539
  "type": {
5352
5540
  "definition": {
5353
5541
  "description": "Returns data for a custom recurring time range that a rule is active",
@@ -5486,10 +5674,10 @@
5486
5674
  "name": "PolicyCustomRecurring",
5487
5675
  "non_null": false
5488
5676
  },
5489
- "varName": "PolicyCustomRecurring"
5677
+ "varName": "policyCustomRecurring"
5490
5678
  },
5491
5679
  "customTimeframe": {
5492
- "alias": "PolicyCustomTimeframeCustomTimeframe: customTimeframe",
5680
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
5493
5681
  "args": {},
5494
5682
  "deprecationReason": null,
5495
5683
  "description": null,
@@ -5497,9 +5685,9 @@
5497
5685
  "isDeprecated": false,
5498
5686
  "name": "customTimeframe",
5499
5687
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.schedule.customTimeframe",
5500
- "requestStr": "$PolicyCustomTimeframe:PolicyCustomTimeframe ",
5688
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
5501
5689
  "required": false,
5502
- "responseStr": "customTimeframe:$PolicyCustomTimeframe ",
5690
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
5503
5691
  "type": {
5504
5692
  "definition": {
5505
5693
  "description": "Returns data for a custom one-time time range that a rule is active",
@@ -5561,7 +5749,7 @@
5561
5749
  "name": "PolicyCustomTimeframe",
5562
5750
  "non_null": false
5563
5751
  },
5564
- "varName": "PolicyCustomTimeframe"
5752
+ "varName": "policyCustomTimeframe"
5565
5753
  }
5566
5754
  },
5567
5755
  "inputFields": null,
@@ -5578,10 +5766,10 @@
5578
5766
  "name": "PolicySchedule",
5579
5767
  "non_null": false
5580
5768
  },
5581
- "varName": "PolicySchedule"
5769
+ "varName": "policySchedule"
5582
5770
  },
5583
5771
  "section": {
5584
- "alias": "PolicySectionInfoSection: section",
5772
+ "alias": "policySectionInfoSection: section",
5585
5773
  "args": {},
5586
5774
  "deprecationReason": null,
5587
5775
  "description": "Policy section where the rule is located",
@@ -5589,9 +5777,9 @@
5589
5777
  "isDeprecated": false,
5590
5778
  "name": "section",
5591
5779
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.section",
5592
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
5780
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
5593
5781
  "required": true,
5594
- "responseStr": "section:$PolicySectionInfo ",
5782
+ "responseStr": "section:$policySectionInfo ",
5595
5783
  "type": {
5596
5784
  "definition": {
5597
5785
  "description": "Define settings for a policy section",
@@ -5654,10 +5842,10 @@
5654
5842
  "name": "PolicySectionInfo",
5655
5843
  "non_null": false
5656
5844
  },
5657
- "varName": "PolicySectionInfo"
5845
+ "varName": "policySectionInfo"
5658
5846
  },
5659
5847
  "service": {
5660
- "alias": "InternetFirewallServiceTypeService: service",
5848
+ "alias": "internetFirewallServiceTypeService: service",
5661
5849
  "args": {},
5662
5850
  "deprecationReason": null,
5663
5851
  "description": "Destination service traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5665,16 +5853,16 @@
5665
5853
  "isDeprecated": false,
5666
5854
  "name": "service",
5667
5855
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.service",
5668
- "requestStr": "$InternetFirewallServiceType:InternetFirewallServiceType! ",
5856
+ "requestStr": "$internetFirewallServiceType:InternetFirewallServiceType! ",
5669
5857
  "required": true,
5670
- "responseStr": "service:$InternetFirewallServiceType ",
5858
+ "responseStr": "service:$internetFirewallServiceType ",
5671
5859
  "type": {
5672
5860
  "definition": {
5673
5861
  "description": "Add the Service Type to which this Internet Firewall rule applies",
5674
5862
  "enumValues": null,
5675
5863
  "fields": {
5676
5864
  "custom": {
5677
- "alias": "CustomServiceCustom: custom",
5865
+ "alias": "customServiceCustom: custom",
5678
5866
  "args": {},
5679
5867
  "deprecationReason": null,
5680
5868
  "description": null,
@@ -5682,9 +5870,9 @@
5682
5870
  "isDeprecated": false,
5683
5871
  "name": "custom",
5684
5872
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.service.custom",
5685
- "requestStr": "$CustomService:[CustomService]! ",
5873
+ "requestStr": "$customService:[CustomService]! ",
5686
5874
  "required": true,
5687
- "responseStr": "custom:$CustomService ",
5875
+ "responseStr": "custom:$customService ",
5688
5876
  "type": {
5689
5877
  "definition": {
5690
5878
  "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
@@ -5713,7 +5901,7 @@
5713
5901
  "varName": "port"
5714
5902
  },
5715
5903
  "portRange": {
5716
- "alias": "PortRangePortRange: portRange",
5904
+ "alias": "portRangePortRange: portRange",
5717
5905
  "args": {},
5718
5906
  "deprecationReason": null,
5719
5907
  "description": null,
@@ -5721,9 +5909,9 @@
5721
5909
  "isDeprecated": false,
5722
5910
  "name": "portRange",
5723
5911
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.service.custom.portRange",
5724
- "requestStr": "$PortRange:PortRange ",
5912
+ "requestStr": "$portRange:PortRange ",
5725
5913
  "required": false,
5726
- "responseStr": "portRange:$PortRange ",
5914
+ "responseStr": "portRange:$portRange ",
5727
5915
  "type": {
5728
5916
  "definition": {
5729
5917
  "description": "Inclusive network port range",
@@ -5785,10 +5973,10 @@
5785
5973
  "name": "PortRange",
5786
5974
  "non_null": false
5787
5975
  },
5788
- "varName": "PortRange"
5976
+ "varName": "portRange"
5789
5977
  },
5790
5978
  "protocol": {
5791
- "alias": "IpProtocolProtocol: protocol",
5979
+ "alias": "ipProtocolProtocol: protocol",
5792
5980
  "args": {},
5793
5981
  "deprecationReason": null,
5794
5982
  "description": null,
@@ -5868,10 +6056,10 @@
5868
6056
  "name": "CustomService",
5869
6057
  "non_null": false
5870
6058
  },
5871
- "varName": "CustomService"
6059
+ "varName": "customService"
5872
6060
  },
5873
6061
  "standard": {
5874
- "alias": "ServiceRefStandard: standard",
6062
+ "alias": "serviceRefStandard: standard",
5875
6063
  "args": {},
5876
6064
  "deprecationReason": null,
5877
6065
  "description": null,
@@ -5879,9 +6067,9 @@
5879
6067
  "isDeprecated": false,
5880
6068
  "name": "standard",
5881
6069
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.service.standard",
5882
- "requestStr": "$ServiceRef:[ServiceRef]! ",
6070
+ "requestStr": "$serviceRef:[ServiceRef]! ",
5883
6071
  "required": true,
5884
- "responseStr": "standard:$ServiceRef ",
6072
+ "responseStr": "standard:$serviceRef ",
5885
6073
  "type": {
5886
6074
  "definition": {
5887
6075
  "description": null,
@@ -5946,7 +6134,7 @@
5946
6134
  "name": "ServiceRef",
5947
6135
  "non_null": false
5948
6136
  },
5949
- "varName": "ServiceRef"
6137
+ "varName": "serviceRef"
5950
6138
  }
5951
6139
  },
5952
6140
  "inputFields": null,
@@ -5963,10 +6151,10 @@
5963
6151
  "name": "InternetFirewallServiceType",
5964
6152
  "non_null": false
5965
6153
  },
5966
- "varName": "InternetFirewallServiceType"
6154
+ "varName": "internetFirewallServiceType"
5967
6155
  },
5968
6156
  "source": {
5969
- "alias": "InternetFirewallSourceSource: source",
6157
+ "alias": "internetFirewallSourceSource: source",
5970
6158
  "args": {},
5971
6159
  "deprecationReason": null,
5972
6160
  "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
@@ -5974,16 +6162,16 @@
5974
6162
  "isDeprecated": false,
5975
6163
  "name": "source",
5976
6164
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source",
5977
- "requestStr": "$InternetFirewallSource:InternetFirewallSource! ",
6165
+ "requestStr": "$internetFirewallSource:InternetFirewallSource! ",
5978
6166
  "required": true,
5979
- "responseStr": "source:$InternetFirewallSource ",
6167
+ "responseStr": "source:$internetFirewallSource ",
5980
6168
  "type": {
5981
6169
  "definition": {
5982
6170
  "description": "Returns the settings for Source of an Internet Firewall rule",
5983
6171
  "enumValues": null,
5984
6172
  "fields": {
5985
6173
  "floatingSubnet": {
5986
- "alias": "FloatingSubnetRefFloatingSubnet: floatingSubnet",
6174
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
5987
6175
  "args": {},
5988
6176
  "deprecationReason": null,
5989
6177
  "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.",
@@ -5991,9 +6179,9 @@
5991
6179
  "isDeprecated": false,
5992
6180
  "name": "floatingSubnet",
5993
6181
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.floatingSubnet",
5994
- "requestStr": "$FloatingSubnetRef:[FloatingSubnetRef]! ",
6182
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
5995
6183
  "required": true,
5996
- "responseStr": "floatingSubnet:$FloatingSubnetRef ",
6184
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
5997
6185
  "type": {
5998
6186
  "definition": {
5999
6187
  "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.",
@@ -6058,10 +6246,10 @@
6058
6246
  "name": "FloatingSubnetRef",
6059
6247
  "non_null": false
6060
6248
  },
6061
- "varName": "FloatingSubnetRef"
6249
+ "varName": "floatingSubnetRef"
6062
6250
  },
6063
6251
  "globalIpRange": {
6064
- "alias": "GlobalIpRangeRefGlobalIpRange: globalIpRange",
6252
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
6065
6253
  "args": {},
6066
6254
  "deprecationReason": null,
6067
6255
  "description": "Globally defined IP range, IP and subnet objects",
@@ -6069,9 +6257,9 @@
6069
6257
  "isDeprecated": false,
6070
6258
  "name": "globalIpRange",
6071
6259
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.globalIpRange",
6072
- "requestStr": "$GlobalIpRangeRef:[GlobalIpRangeRef]! ",
6260
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
6073
6261
  "required": true,
6074
- "responseStr": "globalIpRange:$GlobalIpRangeRef ",
6262
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
6075
6263
  "type": {
6076
6264
  "definition": {
6077
6265
  "description": null,
@@ -6136,10 +6324,10 @@
6136
6324
  "name": "GlobalIpRangeRef",
6137
6325
  "non_null": false
6138
6326
  },
6139
- "varName": "GlobalIpRangeRef"
6327
+ "varName": "globalIpRangeRef"
6140
6328
  },
6141
6329
  "group": {
6142
- "alias": "GroupRefGroup: group",
6330
+ "alias": "groupRefGroup: group",
6143
6331
  "args": {},
6144
6332
  "deprecationReason": null,
6145
6333
  "description": "Groups defined for your account",
@@ -6147,9 +6335,9 @@
6147
6335
  "isDeprecated": false,
6148
6336
  "name": "group",
6149
6337
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.group",
6150
- "requestStr": "$GroupRef:[GroupRef]! ",
6338
+ "requestStr": "$groupRef:[GroupRef]! ",
6151
6339
  "required": true,
6152
- "responseStr": "group:$GroupRef ",
6340
+ "responseStr": "group:$groupRef ",
6153
6341
  "type": {
6154
6342
  "definition": {
6155
6343
  "description": null,
@@ -6214,10 +6402,10 @@
6214
6402
  "name": "GroupRef",
6215
6403
  "non_null": false
6216
6404
  },
6217
- "varName": "GroupRef"
6405
+ "varName": "groupRef"
6218
6406
  },
6219
6407
  "host": {
6220
- "alias": "HostRefHost: host",
6408
+ "alias": "hostRefHost: host",
6221
6409
  "args": {},
6222
6410
  "deprecationReason": null,
6223
6411
  "description": "Hosts and servers defined for your account",
@@ -6225,9 +6413,9 @@
6225
6413
  "isDeprecated": false,
6226
6414
  "name": "host",
6227
6415
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.host",
6228
- "requestStr": "$HostRef:[HostRef]! ",
6416
+ "requestStr": "$hostRef:[HostRef]! ",
6229
6417
  "required": true,
6230
- "responseStr": "host:$HostRef ",
6418
+ "responseStr": "host:$hostRef ",
6231
6419
  "type": {
6232
6420
  "definition": {
6233
6421
  "description": null,
@@ -6292,7 +6480,7 @@
6292
6480
  "name": "HostRef",
6293
6481
  "non_null": false
6294
6482
  },
6295
- "varName": "HostRef"
6483
+ "varName": "hostRef"
6296
6484
  },
6297
6485
  "ip": {
6298
6486
  "args": {},
@@ -6318,7 +6506,7 @@
6318
6506
  "varName": "ip"
6319
6507
  },
6320
6508
  "ipRange": {
6321
- "alias": "IpAddressRangeIpRange: ipRange",
6509
+ "alias": "ipAddressRangeIpRange: ipRange",
6322
6510
  "args": {},
6323
6511
  "deprecationReason": null,
6324
6512
  "description": "Multiple separate IP addresses or an IP range",
@@ -6326,9 +6514,9 @@
6326
6514
  "isDeprecated": false,
6327
6515
  "name": "ipRange",
6328
6516
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.ipRange",
6329
- "requestStr": "$IpAddressRange:[IpAddressRange]! ",
6517
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
6330
6518
  "required": true,
6331
- "responseStr": "ipRange:$IpAddressRange ",
6519
+ "responseStr": "ipRange:$ipAddressRange ",
6332
6520
  "type": {
6333
6521
  "definition": {
6334
6522
  "description": "Inclusive range of IPs",
@@ -6393,10 +6581,10 @@
6393
6581
  "name": "IpAddressRange",
6394
6582
  "non_null": false
6395
6583
  },
6396
- "varName": "IpAddressRange"
6584
+ "varName": "ipAddressRange"
6397
6585
  },
6398
6586
  "networkInterface": {
6399
- "alias": "NetworkInterfaceRefNetworkInterface: networkInterface",
6587
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
6400
6588
  "args": {},
6401
6589
  "deprecationReason": null,
6402
6590
  "description": "Network range defined for a site",
@@ -6404,9 +6592,9 @@
6404
6592
  "isDeprecated": false,
6405
6593
  "name": "networkInterface",
6406
6594
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.networkInterface",
6407
- "requestStr": "$NetworkInterfaceRef:[NetworkInterfaceRef]! ",
6595
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
6408
6596
  "required": true,
6409
- "responseStr": "networkInterface:$NetworkInterfaceRef ",
6597
+ "responseStr": "networkInterface:$networkInterfaceRef ",
6410
6598
  "type": {
6411
6599
  "definition": {
6412
6600
  "description": null,
@@ -6471,10 +6659,10 @@
6471
6659
  "name": "NetworkInterfaceRef",
6472
6660
  "non_null": false
6473
6661
  },
6474
- "varName": "NetworkInterfaceRef"
6662
+ "varName": "networkInterfaceRef"
6475
6663
  },
6476
6664
  "site": {
6477
- "alias": "SiteRefSite: site",
6665
+ "alias": "siteRefSite: site",
6478
6666
  "args": {},
6479
6667
  "deprecationReason": null,
6480
6668
  "description": "Site defined for the account",
@@ -6482,9 +6670,9 @@
6482
6670
  "isDeprecated": false,
6483
6671
  "name": "site",
6484
6672
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.site",
6485
- "requestStr": "$SiteRef:[SiteRef]! ",
6673
+ "requestStr": "$siteRef:[SiteRef]! ",
6486
6674
  "required": true,
6487
- "responseStr": "site:$SiteRef ",
6675
+ "responseStr": "site:$siteRef ",
6488
6676
  "type": {
6489
6677
  "definition": {
6490
6678
  "description": null,
@@ -6549,10 +6737,10 @@
6549
6737
  "name": "SiteRef",
6550
6738
  "non_null": false
6551
6739
  },
6552
- "varName": "SiteRef"
6740
+ "varName": "siteRef"
6553
6741
  },
6554
6742
  "siteNetworkSubnet": {
6555
- "alias": "SiteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6743
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
6556
6744
  "args": {},
6557
6745
  "deprecationReason": null,
6558
6746
  "description": "GlobalRange + InterfaceSubnet",
@@ -6560,9 +6748,9 @@
6560
6748
  "isDeprecated": false,
6561
6749
  "name": "siteNetworkSubnet",
6562
6750
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
6563
- "requestStr": "$SiteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6751
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
6564
6752
  "required": true,
6565
- "responseStr": "siteNetworkSubnet:$SiteNetworkSubnetRef ",
6753
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
6566
6754
  "type": {
6567
6755
  "definition": {
6568
6756
  "description": null,
@@ -6627,7 +6815,7 @@
6627
6815
  "name": "SiteNetworkSubnetRef",
6628
6816
  "non_null": false
6629
6817
  },
6630
- "varName": "SiteNetworkSubnetRef"
6818
+ "varName": "siteNetworkSubnetRef"
6631
6819
  },
6632
6820
  "subnet": {
6633
6821
  "args": {},
@@ -6653,7 +6841,7 @@
6653
6841
  "varName": "subnet"
6654
6842
  },
6655
6843
  "systemGroup": {
6656
- "alias": "SystemGroupRefSystemGroup: systemGroup",
6844
+ "alias": "systemGroupRefSystemGroup: systemGroup",
6657
6845
  "args": {},
6658
6846
  "deprecationReason": null,
6659
6847
  "description": "Predefined Cato groups",
@@ -6661,9 +6849,9 @@
6661
6849
  "isDeprecated": false,
6662
6850
  "name": "systemGroup",
6663
6851
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.systemGroup",
6664
- "requestStr": "$SystemGroupRef:[SystemGroupRef]! ",
6852
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
6665
6853
  "required": true,
6666
- "responseStr": "systemGroup:$SystemGroupRef ",
6854
+ "responseStr": "systemGroup:$systemGroupRef ",
6667
6855
  "type": {
6668
6856
  "definition": {
6669
6857
  "description": null,
@@ -6728,10 +6916,10 @@
6728
6916
  "name": "SystemGroupRef",
6729
6917
  "non_null": false
6730
6918
  },
6731
- "varName": "SystemGroupRef"
6919
+ "varName": "systemGroupRef"
6732
6920
  },
6733
6921
  "user": {
6734
- "alias": "UserRefUser: user",
6922
+ "alias": "userRefUser: user",
6735
6923
  "args": {},
6736
6924
  "deprecationReason": null,
6737
6925
  "description": "Individual users defined for the account",
@@ -6739,9 +6927,9 @@
6739
6927
  "isDeprecated": false,
6740
6928
  "name": "user",
6741
6929
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.user",
6742
- "requestStr": "$UserRef:[UserRef]! ",
6930
+ "requestStr": "$userRef:[UserRef]! ",
6743
6931
  "required": true,
6744
- "responseStr": "user:$UserRef ",
6932
+ "responseStr": "user:$userRef ",
6745
6933
  "type": {
6746
6934
  "definition": {
6747
6935
  "description": null,
@@ -6806,10 +6994,10 @@
6806
6994
  "name": "UserRef",
6807
6995
  "non_null": false
6808
6996
  },
6809
- "varName": "UserRef"
6997
+ "varName": "userRef"
6810
6998
  },
6811
6999
  "usersGroup": {
6812
- "alias": "UsersGroupRefUsersGroup: usersGroup",
7000
+ "alias": "usersGroupRefUsersGroup: usersGroup",
6813
7001
  "args": {},
6814
7002
  "deprecationReason": null,
6815
7003
  "description": "Group of users",
@@ -6817,9 +7005,9 @@
6817
7005
  "isDeprecated": false,
6818
7006
  "name": "usersGroup",
6819
7007
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.source.usersGroup",
6820
- "requestStr": "$UsersGroupRef:[UsersGroupRef]! ",
7008
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
6821
7009
  "required": true,
6822
- "responseStr": "usersGroup:$UsersGroupRef ",
7010
+ "responseStr": "usersGroup:$usersGroupRef ",
6823
7011
  "type": {
6824
7012
  "definition": {
6825
7013
  "description": null,
@@ -6884,7 +7072,7 @@
6884
7072
  "name": "UsersGroupRef",
6885
7073
  "non_null": false
6886
7074
  },
6887
- "varName": "UsersGroupRef"
7075
+ "varName": "usersGroupRef"
6888
7076
  }
6889
7077
  },
6890
7078
  "inputFields": null,
@@ -6901,10 +7089,10 @@
6901
7089
  "name": "InternetFirewallSource",
6902
7090
  "non_null": false
6903
7091
  },
6904
- "varName": "InternetFirewallSource"
7092
+ "varName": "internetFirewallSource"
6905
7093
  },
6906
7094
  "tracking": {
6907
- "alias": "PolicyTrackingTracking: tracking",
7095
+ "alias": "policyTrackingTracking: tracking",
6908
7096
  "args": {},
6909
7097
  "deprecationReason": null,
6910
7098
  "description": "Tracking information when the rule is matched, such as events and notifications",
@@ -6912,16 +7100,16 @@
6912
7100
  "isDeprecated": false,
6913
7101
  "name": "tracking",
6914
7102
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking",
6915
- "requestStr": "$PolicyTracking:PolicyTracking! ",
7103
+ "requestStr": "$policyTracking:PolicyTracking! ",
6916
7104
  "required": true,
6917
- "responseStr": "tracking:$PolicyTracking ",
7105
+ "responseStr": "tracking:$policyTracking ",
6918
7106
  "type": {
6919
7107
  "definition": {
6920
7108
  "description": null,
6921
7109
  "enumValues": null,
6922
7110
  "fields": {
6923
7111
  "alert": {
6924
- "alias": "PolicyRuleTrackingAlertAlert: alert",
7112
+ "alias": "policyRuleTrackingAlertAlert: alert",
6925
7113
  "args": {},
6926
7114
  "deprecationReason": null,
6927
7115
  "description": null,
@@ -6929,9 +7117,9 @@
6929
7117
  "isDeprecated": false,
6930
7118
  "name": "alert",
6931
7119
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking.alert",
6932
- "requestStr": "$PolicyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
7120
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
6933
7121
  "required": true,
6934
- "responseStr": "alert:$PolicyRuleTrackingAlert ",
7122
+ "responseStr": "alert:$policyRuleTrackingAlert ",
6935
7123
  "type": {
6936
7124
  "definition": {
6937
7125
  "description": "Returns data for the alert settings for the rule",
@@ -6959,7 +7147,7 @@
6959
7147
  "varName": "enabled"
6960
7148
  },
6961
7149
  "frequency": {
6962
- "alias": "PolicyRuleTrackingFrequencyEnumFrequency: frequency",
7150
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
6963
7151
  "args": {},
6964
7152
  "deprecationReason": null,
6965
7153
  "description": "Returns data for the alert frequency",
@@ -7017,7 +7205,7 @@
7017
7205
  "varName": "frequency"
7018
7206
  },
7019
7207
  "mailingList": {
7020
- "alias": "SubscriptionMailingListRefMailingList: mailingList",
7208
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
7021
7209
  "args": {},
7022
7210
  "deprecationReason": null,
7023
7211
  "description": "Returns data for the Mailing List that receives the alert",
@@ -7025,9 +7213,9 @@
7025
7213
  "isDeprecated": false,
7026
7214
  "name": "mailingList",
7027
7215
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.mailingList",
7028
- "requestStr": "$SubscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7216
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
7029
7217
  "required": true,
7030
- "responseStr": "mailingList:$SubscriptionMailingListRef ",
7218
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
7031
7219
  "type": {
7032
7220
  "definition": {
7033
7221
  "description": null,
@@ -7092,10 +7280,10 @@
7092
7280
  "name": "SubscriptionMailingListRef",
7093
7281
  "non_null": false
7094
7282
  },
7095
- "varName": "SubscriptionMailingListRef"
7283
+ "varName": "subscriptionMailingListRef"
7096
7284
  },
7097
7285
  "subscriptionGroup": {
7098
- "alias": "SubscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7286
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
7099
7287
  "args": {},
7100
7288
  "deprecationReason": null,
7101
7289
  "description": "Returns data for the Subscription Group that receives the alert",
@@ -7103,9 +7291,9 @@
7103
7291
  "isDeprecated": false,
7104
7292
  "name": "subscriptionGroup",
7105
7293
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.subscriptionGroup",
7106
- "requestStr": "$SubscriptionGroupRef:[SubscriptionGroupRef]! ",
7294
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
7107
7295
  "required": true,
7108
- "responseStr": "subscriptionGroup:$SubscriptionGroupRef ",
7296
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
7109
7297
  "type": {
7110
7298
  "definition": {
7111
7299
  "description": null,
@@ -7170,10 +7358,10 @@
7170
7358
  "name": "SubscriptionGroupRef",
7171
7359
  "non_null": false
7172
7360
  },
7173
- "varName": "SubscriptionGroupRef"
7361
+ "varName": "subscriptionGroupRef"
7174
7362
  },
7175
7363
  "webhook": {
7176
- "alias": "SubscriptionWebhookRefWebhook: webhook",
7364
+ "alias": "subscriptionWebhookRefWebhook: webhook",
7177
7365
  "args": {},
7178
7366
  "deprecationReason": null,
7179
7367
  "description": "Returns data for the Webhook that receives the alert",
@@ -7181,9 +7369,9 @@
7181
7369
  "isDeprecated": false,
7182
7370
  "name": "webhook",
7183
7371
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking.alert.webhook",
7184
- "requestStr": "$SubscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7372
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
7185
7373
  "required": true,
7186
- "responseStr": "webhook:$SubscriptionWebhookRef ",
7374
+ "responseStr": "webhook:$subscriptionWebhookRef ",
7187
7375
  "type": {
7188
7376
  "definition": {
7189
7377
  "description": null,
@@ -7248,7 +7436,7 @@
7248
7436
  "name": "SubscriptionWebhookRef",
7249
7437
  "non_null": false
7250
7438
  },
7251
- "varName": "SubscriptionWebhookRef"
7439
+ "varName": "subscriptionWebhookRef"
7252
7440
  }
7253
7441
  },
7254
7442
  "inputFields": null,
@@ -7265,10 +7453,10 @@
7265
7453
  "name": "PolicyRuleTrackingAlert",
7266
7454
  "non_null": false
7267
7455
  },
7268
- "varName": "PolicyRuleTrackingAlert"
7456
+ "varName": "policyRuleTrackingAlert"
7269
7457
  },
7270
7458
  "event": {
7271
- "alias": "PolicyRuleTrackingEventEvent: event",
7459
+ "alias": "policyRuleTrackingEventEvent: event",
7272
7460
  "args": {},
7273
7461
  "deprecationReason": null,
7274
7462
  "description": null,
@@ -7276,9 +7464,9 @@
7276
7464
  "isDeprecated": false,
7277
7465
  "name": "event",
7278
7466
  "path": "internetFirewall.createPolicyRevision.policy.rules.rule.tracking.event",
7279
- "requestStr": "$PolicyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7467
+ "requestStr": "$policyRuleTrackingEvent:PolicyRuleTrackingEvent! ",
7280
7468
  "required": true,
7281
- "responseStr": "event:$PolicyRuleTrackingEvent ",
7469
+ "responseStr": "event:$policyRuleTrackingEvent ",
7282
7470
  "type": {
7283
7471
  "definition": {
7284
7472
  "description": "Returns data if an alert is sent for a rule",
@@ -7320,7 +7508,7 @@
7320
7508
  "name": "PolicyRuleTrackingEvent",
7321
7509
  "non_null": false
7322
7510
  },
7323
- "varName": "PolicyRuleTrackingEvent"
7511
+ "varName": "policyRuleTrackingEvent"
7324
7512
  }
7325
7513
  },
7326
7514
  "inputFields": null,
@@ -7337,7 +7525,7 @@
7337
7525
  "name": "PolicyTracking",
7338
7526
  "non_null": false
7339
7527
  },
7340
- "varName": "PolicyTracking"
7528
+ "varName": "policyTracking"
7341
7529
  }
7342
7530
  },
7343
7531
  "inputFields": null,
@@ -7354,7 +7542,7 @@
7354
7542
  "name": "InternetFirewallRule",
7355
7543
  "non_null": false
7356
7544
  },
7357
- "varName": "InternetFirewallRule"
7545
+ "varName": "internetFirewallRule"
7358
7546
  }
7359
7547
  },
7360
7548
  "inputFields": null,
@@ -7373,7 +7561,7 @@
7373
7561
  "name": "InternetFirewallRulePayload",
7374
7562
  "non_null": false
7375
7563
  },
7376
- "varName": "InternetFirewallRulePayload"
7564
+ "varName": "internetFirewallRulePayload"
7377
7565
  },
7378
7566
  "sections": {
7379
7567
  "args": {},
@@ -7383,16 +7571,16 @@
7383
7571
  "isDeprecated": false,
7384
7572
  "name": "sections",
7385
7573
  "path": "internetFirewall.createPolicyRevision.policy.sections",
7386
- "requestStr": "$PolicySectionPayload:[PolicySectionPayload]! ",
7574
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
7387
7575
  "required": true,
7388
- "responseStr": "sections:$PolicySectionPayload ",
7576
+ "responseStr": "sections:$policySectionPayload ",
7389
7577
  "type": {
7390
7578
  "definition": {
7391
7579
  "description": null,
7392
7580
  "enumValues": null,
7393
7581
  "fields": {
7394
7582
  "audit": {
7395
- "alias": "PolicyElementAuditAudit: audit",
7583
+ "alias": "policyElementAuditAudit: audit",
7396
7584
  "args": {},
7397
7585
  "deprecationReason": null,
7398
7586
  "description": null,
@@ -7400,9 +7588,9 @@
7400
7588
  "isDeprecated": false,
7401
7589
  "name": "audit",
7402
7590
  "path": "internetFirewall.createPolicyRevision.policy.sections.audit",
7403
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
7591
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
7404
7592
  "required": true,
7405
- "responseStr": "audit:$PolicyElementAudit ",
7593
+ "responseStr": "audit:$policyElementAudit ",
7406
7594
  "type": {
7407
7595
  "definition": {
7408
7596
  "description": null,
@@ -7465,10 +7653,10 @@
7465
7653
  "name": "PolicyElementAudit",
7466
7654
  "non_null": false
7467
7655
  },
7468
- "varName": "PolicyElementAudit"
7656
+ "varName": "policyElementAudit"
7469
7657
  },
7470
7658
  "properties": {
7471
- "alias": "PolicyElementPropertiesEnumProperties: properties",
7659
+ "alias": "policyElementPropertiesEnumProperties: properties",
7472
7660
  "args": {},
7473
7661
  "deprecationReason": null,
7474
7662
  "description": null,
@@ -7546,7 +7734,7 @@
7546
7734
  "varName": "properties"
7547
7735
  },
7548
7736
  "section": {
7549
- "alias": "PolicySectionInfoSection: section",
7737
+ "alias": "policySectionInfoSection: section",
7550
7738
  "args": {},
7551
7739
  "deprecationReason": null,
7552
7740
  "description": null,
@@ -7554,9 +7742,9 @@
7554
7742
  "isDeprecated": false,
7555
7743
  "name": "section",
7556
7744
  "path": "internetFirewall.createPolicyRevision.policy.sections.section",
7557
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
7745
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
7558
7746
  "required": true,
7559
- "responseStr": "section:$PolicySectionInfo ",
7747
+ "responseStr": "section:$policySectionInfo ",
7560
7748
  "type": {
7561
7749
  "definition": {
7562
7750
  "description": "Define settings for a policy section",
@@ -7619,7 +7807,7 @@
7619
7807
  "name": "PolicySectionInfo",
7620
7808
  "non_null": false
7621
7809
  },
7622
- "varName": "PolicySectionInfo"
7810
+ "varName": "policySectionInfo"
7623
7811
  }
7624
7812
  },
7625
7813
  "inputFields": null,
@@ -7638,7 +7826,7 @@
7638
7826
  "name": "PolicySectionPayload",
7639
7827
  "non_null": false
7640
7828
  },
7641
- "varName": "PolicySectionPayload"
7829
+ "varName": "policySectionPayload"
7642
7830
  }
7643
7831
  },
7644
7832
  "inputFields": null,
@@ -7654,10 +7842,10 @@
7654
7842
  "name": "InternetFirewallPolicy",
7655
7843
  "non_null": false
7656
7844
  },
7657
- "varName": "InternetFirewallPolicy"
7845
+ "varName": "internetFirewallPolicy"
7658
7846
  },
7659
7847
  "status": {
7660
- "alias": "PolicyMutationStatusStatus: status",
7848
+ "alias": "policyMutationStatusStatus: status",
7661
7849
  "args": {},
7662
7850
  "deprecationReason": null,
7663
7851
  "description": null,
@@ -7717,7 +7905,7 @@
7717
7905
  "name": "InternetFirewallPolicyMutationPayload",
7718
7906
  "non_null": false
7719
7907
  },
7720
- "varName": "InternetFirewallPolicyMutationPayload"
7908
+ "varName": "internetFirewallPolicyMutationPayload"
7721
7909
  }
7722
7910
  },
7723
7911
  "inputFields": null,
@@ -7733,7 +7921,7 @@
7733
7921
  "name": "InternetFirewallPolicyMutations",
7734
7922
  "non_null": false
7735
7923
  },
7736
- "varName": "InternetFirewallPolicyMutations"
7924
+ "varName": "internetFirewallPolicyMutations"
7737
7925
  }
7738
7926
  },
7739
7927
  "inputFields": null,
@@ -7750,14 +7938,14 @@
7750
7938
  "non_null": false
7751
7939
  },
7752
7940
  "variablesPayload": {
7753
- "InternetFirewallPolicyMutationInput": {
7754
- "PolicyMutationRevisionInput": {
7941
+ "internetFirewallPolicyMutationInput": {
7942
+ "policyMutationRevisionInput": {
7755
7943
  "id": {
7756
7944
  "id": "ID"
7757
7945
  }
7758
7946
  }
7759
7947
  },
7760
- "PolicyCreateRevisionInput": {
7948
+ "policyCreateRevisionInput": {
7761
7949
  "description": {
7762
7950
  "description": "String"
7763
7951
  },