catocli 3.0.18__py3-none-any.whl → 3.0.22__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 (184) hide show
  1. catocli/Utils/clidriver.py +16 -8
  2. catocli/Utils/formatter_account_metrics.py +544 -0
  3. catocli/Utils/formatter_app_stats.py +184 -0
  4. catocli/Utils/formatter_app_stats_timeseries.py +377 -0
  5. catocli/Utils/formatter_events_timeseries.py +459 -0
  6. catocli/Utils/formatter_socket_port_metrics.py +189 -0
  7. catocli/Utils/formatter_socket_port_metrics_timeseries.py +339 -0
  8. catocli/Utils/formatter_utils.py +251 -0
  9. catocli/__init__.py +1 -1
  10. catocli/clisettings.json +37 -5
  11. catocli/parsers/customParserApiClient.py +206 -65
  12. catocli/parsers/mutation_policy/__init__.py +405 -405
  13. catocli/parsers/mutation_site/__init__.py +15 -15
  14. catocli/parsers/mutation_sites/__init__.py +15 -15
  15. catocli/parsers/query_accountMetrics/README.md +90 -0
  16. catocli/parsers/query_accountMetrics/__init__.py +6 -0
  17. catocli/parsers/query_appStats/README.md +2 -2
  18. catocli/parsers/query_appStats/__init__.py +4 -2
  19. catocli/parsers/query_appStatsTimeSeries/__init__.py +4 -2
  20. catocli/parsers/query_eventsTimeSeries/README.md +280 -0
  21. catocli/parsers/query_eventsTimeSeries/__init__.py +6 -0
  22. catocli/parsers/query_policy/__init__.py +42 -42
  23. catocli/parsers/query_socketPortMetrics/README.md +44 -0
  24. catocli/parsers/query_socketPortMetrics/__init__.py +6 -0
  25. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +83 -0
  26. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +4 -2
  27. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/METADATA +1 -1
  28. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/RECORD +179 -177
  29. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/top_level.txt +0 -1
  30. models/mutation.policy.antiMalwareFileHash.addRule.json +20 -0
  31. models/mutation.policy.antiMalwareFileHash.addSection.json +103 -0
  32. models/mutation.policy.antiMalwareFileHash.createPolicyRevision.json +123 -0
  33. models/mutation.policy.antiMalwareFileHash.discardPolicyRevision.json +123 -0
  34. models/mutation.policy.antiMalwareFileHash.moveRule.json +20 -0
  35. models/mutation.policy.antiMalwareFileHash.moveSection.json +103 -0
  36. models/mutation.policy.antiMalwareFileHash.publishPolicyRevision.json +123 -0
  37. models/mutation.policy.antiMalwareFileHash.removeRule.json +20 -0
  38. models/mutation.policy.antiMalwareFileHash.removeSection.json +103 -0
  39. models/mutation.policy.antiMalwareFileHash.updatePolicy.json +123 -0
  40. models/mutation.policy.antiMalwareFileHash.updateRule.json +20 -0
  41. models/mutation.policy.antiMalwareFileHash.updateSection.json +103 -0
  42. models/mutation.policy.appTenantRestriction.addRule.json +20 -0
  43. models/mutation.policy.appTenantRestriction.addSection.json +103 -0
  44. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +123 -0
  45. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +123 -0
  46. models/mutation.policy.appTenantRestriction.moveRule.json +20 -0
  47. models/mutation.policy.appTenantRestriction.moveSection.json +103 -0
  48. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +123 -0
  49. models/mutation.policy.appTenantRestriction.removeRule.json +20 -0
  50. models/mutation.policy.appTenantRestriction.removeSection.json +103 -0
  51. models/mutation.policy.appTenantRestriction.updatePolicy.json +123 -0
  52. models/mutation.policy.appTenantRestriction.updateRule.json +20 -0
  53. models/mutation.policy.appTenantRestriction.updateSection.json +103 -0
  54. models/mutation.policy.applicationControl.addRule.json +20 -0
  55. models/mutation.policy.applicationControl.addSection.json +103 -0
  56. models/mutation.policy.applicationControl.createPolicyRevision.json +123 -0
  57. models/mutation.policy.applicationControl.discardPolicyRevision.json +123 -0
  58. models/mutation.policy.applicationControl.moveRule.json +20 -0
  59. models/mutation.policy.applicationControl.moveSection.json +103 -0
  60. models/mutation.policy.applicationControl.publishPolicyRevision.json +123 -0
  61. models/mutation.policy.applicationControl.removeRule.json +20 -0
  62. models/mutation.policy.applicationControl.removeSection.json +103 -0
  63. models/mutation.policy.applicationControl.updatePolicy.json +123 -0
  64. models/mutation.policy.applicationControl.updateRule.json +20 -0
  65. models/mutation.policy.applicationControl.updateSection.json +103 -0
  66. models/mutation.policy.dynamicIpAllocation.addRule.json +20 -0
  67. models/mutation.policy.dynamicIpAllocation.addSection.json +103 -0
  68. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +123 -0
  69. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +123 -0
  70. models/mutation.policy.dynamicIpAllocation.moveRule.json +20 -0
  71. models/mutation.policy.dynamicIpAllocation.moveSection.json +103 -0
  72. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +123 -0
  73. models/mutation.policy.dynamicIpAllocation.removeRule.json +20 -0
  74. models/mutation.policy.dynamicIpAllocation.removeSection.json +103 -0
  75. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +123 -0
  76. models/mutation.policy.dynamicIpAllocation.updateRule.json +20 -0
  77. models/mutation.policy.dynamicIpAllocation.updateSection.json +103 -0
  78. models/mutation.policy.internetFirewall.addRule.json +20 -0
  79. models/mutation.policy.internetFirewall.addSection.json +103 -0
  80. models/mutation.policy.internetFirewall.createPolicyRevision.json +123 -0
  81. models/mutation.policy.internetFirewall.discardPolicyRevision.json +123 -0
  82. models/mutation.policy.internetFirewall.moveRule.json +20 -0
  83. models/mutation.policy.internetFirewall.moveSection.json +103 -0
  84. models/mutation.policy.internetFirewall.publishPolicyRevision.json +123 -0
  85. models/mutation.policy.internetFirewall.removeRule.json +20 -0
  86. models/mutation.policy.internetFirewall.removeSection.json +103 -0
  87. models/mutation.policy.internetFirewall.updatePolicy.json +123 -0
  88. models/mutation.policy.internetFirewall.updateRule.json +20 -0
  89. models/mutation.policy.internetFirewall.updateSection.json +103 -0
  90. models/mutation.policy.remotePortFwd.addRule.json +20 -0
  91. models/mutation.policy.remotePortFwd.addSection.json +103 -0
  92. models/mutation.policy.remotePortFwd.createPolicyRevision.json +123 -0
  93. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +123 -0
  94. models/mutation.policy.remotePortFwd.moveRule.json +20 -0
  95. models/mutation.policy.remotePortFwd.moveSection.json +103 -0
  96. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +123 -0
  97. models/mutation.policy.remotePortFwd.removeRule.json +20 -0
  98. models/mutation.policy.remotePortFwd.removeSection.json +103 -0
  99. models/mutation.policy.remotePortFwd.updatePolicy.json +123 -0
  100. models/mutation.policy.remotePortFwd.updateRule.json +20 -0
  101. models/mutation.policy.remotePortFwd.updateSection.json +103 -0
  102. models/mutation.policy.socketLan.addRule.json +40 -0
  103. models/mutation.policy.socketLan.addSection.json +103 -0
  104. models/mutation.policy.socketLan.createPolicyRevision.json +143 -0
  105. models/mutation.policy.socketLan.discardPolicyRevision.json +143 -0
  106. models/mutation.policy.socketLan.moveRule.json +40 -0
  107. models/mutation.policy.socketLan.moveSection.json +103 -0
  108. models/mutation.policy.socketLan.publishPolicyRevision.json +143 -0
  109. models/mutation.policy.socketLan.removeRule.json +40 -0
  110. models/mutation.policy.socketLan.removeSection.json +103 -0
  111. models/mutation.policy.socketLan.updatePolicy.json +143 -0
  112. models/mutation.policy.socketLan.updateRule.json +40 -0
  113. models/mutation.policy.socketLan.updateSection.json +103 -0
  114. models/mutation.policy.terminalServer.addRule.json +20 -0
  115. models/mutation.policy.terminalServer.addSection.json +103 -0
  116. models/mutation.policy.terminalServer.createPolicyRevision.json +123 -0
  117. models/mutation.policy.terminalServer.discardPolicyRevision.json +123 -0
  118. models/mutation.policy.terminalServer.moveRule.json +20 -0
  119. models/mutation.policy.terminalServer.moveSection.json +103 -0
  120. models/mutation.policy.terminalServer.publishPolicyRevision.json +123 -0
  121. models/mutation.policy.terminalServer.removeRule.json +20 -0
  122. models/mutation.policy.terminalServer.removeSection.json +103 -0
  123. models/mutation.policy.terminalServer.updatePolicy.json +123 -0
  124. models/mutation.policy.terminalServer.updateRule.json +20 -0
  125. models/mutation.policy.terminalServer.updateSection.json +103 -0
  126. models/mutation.policy.tlsInspect.addRule.json +20 -0
  127. models/mutation.policy.tlsInspect.addSection.json +103 -0
  128. models/mutation.policy.tlsInspect.createPolicyRevision.json +123 -0
  129. models/mutation.policy.tlsInspect.discardPolicyRevision.json +123 -0
  130. models/mutation.policy.tlsInspect.moveRule.json +20 -0
  131. models/mutation.policy.tlsInspect.moveSection.json +103 -0
  132. models/mutation.policy.tlsInspect.publishPolicyRevision.json +123 -0
  133. models/mutation.policy.tlsInspect.removeRule.json +20 -0
  134. models/mutation.policy.tlsInspect.removeSection.json +103 -0
  135. models/mutation.policy.tlsInspect.updatePolicy.json +123 -0
  136. models/mutation.policy.tlsInspect.updateRule.json +20 -0
  137. models/mutation.policy.tlsInspect.updateSection.json +103 -0
  138. models/mutation.policy.wanFirewall.addRule.json +20 -0
  139. models/mutation.policy.wanFirewall.addSection.json +103 -0
  140. models/mutation.policy.wanFirewall.createPolicyRevision.json +123 -0
  141. models/mutation.policy.wanFirewall.discardPolicyRevision.json +123 -0
  142. models/mutation.policy.wanFirewall.moveRule.json +20 -0
  143. models/mutation.policy.wanFirewall.moveSection.json +103 -0
  144. models/mutation.policy.wanFirewall.publishPolicyRevision.json +123 -0
  145. models/mutation.policy.wanFirewall.removeRule.json +20 -0
  146. models/mutation.policy.wanFirewall.removeSection.json +103 -0
  147. models/mutation.policy.wanFirewall.updatePolicy.json +123 -0
  148. models/mutation.policy.wanFirewall.updateRule.json +20 -0
  149. models/mutation.policy.wanFirewall.updateSection.json +103 -0
  150. models/mutation.policy.wanNetwork.addRule.json +20 -0
  151. models/mutation.policy.wanNetwork.addSection.json +103 -0
  152. models/mutation.policy.wanNetwork.createPolicyRevision.json +123 -0
  153. models/mutation.policy.wanNetwork.discardPolicyRevision.json +123 -0
  154. models/mutation.policy.wanNetwork.moveRule.json +20 -0
  155. models/mutation.policy.wanNetwork.moveSection.json +103 -0
  156. models/mutation.policy.wanNetwork.publishPolicyRevision.json +123 -0
  157. models/mutation.policy.wanNetwork.removeRule.json +20 -0
  158. models/mutation.policy.wanNetwork.removeSection.json +103 -0
  159. models/mutation.policy.wanNetwork.updatePolicy.json +123 -0
  160. models/mutation.policy.wanNetwork.updateRule.json +20 -0
  161. models/mutation.policy.wanNetwork.updateSection.json +103 -0
  162. models/mutation.xdr.analystFeedback.json +822 -87
  163. models/query.policy.antiMalwareFileHash.policy.json +123 -0
  164. models/query.policy.appTenantRestriction.policy.json +123 -0
  165. models/query.policy.applicationControl.policy.json +123 -0
  166. models/query.policy.dynamicIpAllocation.policy.json +123 -0
  167. models/query.policy.internetFirewall.policy.json +123 -0
  168. models/query.policy.remotePortFwd.policy.json +123 -0
  169. models/query.policy.socketLan.policy.json +143 -0
  170. models/query.policy.terminalServer.policy.json +123 -0
  171. models/query.policy.tlsInspect.policy.json +123 -0
  172. models/query.policy.wanFirewall.policy.json +123 -0
  173. models/query.policy.wanNetwork.policy.json +123 -0
  174. models/query.xdr.stories.json +822 -87
  175. models/query.xdr.story.json +822 -87
  176. schema/catolib.py +25 -8
  177. catocli/Utils/csv_formatter.py +0 -663
  178. scripts/catolib.py +0 -62
  179. scripts/export_if_rules_to_json.py +0 -188
  180. scripts/export_wf_rules_to_json.py +0 -111
  181. scripts/import_wf_rules_to_tfstate.py +0 -331
  182. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/WHEEL +0 -0
  183. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/entry_points.txt +0 -0
  184. {catocli-3.0.18.dist-info → catocli-3.0.22.dist-info}/licenses/LICENSE +0 -0
@@ -6007,6 +6007,26 @@
6007
6007
  "non_null": false
6008
6008
  },
6009
6009
  "varName": "name"
6010
+ },
6011
+ "subPolicyId": {
6012
+ "args": {},
6013
+ "deprecationReason": null,
6014
+ "description": null,
6015
+ "id_str": "internetFirewall___publishPolicyRevision___policy___rules___rule___section___subPolicyId",
6016
+ "isDeprecated": false,
6017
+ "name": "subPolicyId",
6018
+ "path": "internetFirewall.publishPolicyRevision.policy.rules.rule.section.subPolicyId",
6019
+ "requestStr": "$subPolicyId:ID ",
6020
+ "required": false,
6021
+ "responseStr": "subPolicyId:$subPolicyId ",
6022
+ "type": {
6023
+ "kind": [
6024
+ "SCALAR"
6025
+ ],
6026
+ "name": "ID",
6027
+ "non_null": false
6028
+ },
6029
+ "varName": "subPolicyId"
6010
6030
  }
6011
6031
  },
6012
6032
  "inputFields": null,
@@ -7832,6 +7852,89 @@
7832
7852
  "description": null,
7833
7853
  "enumValues": null,
7834
7854
  "fields": {
7855
+ "access": {
7856
+ "args": {},
7857
+ "deprecationReason": null,
7858
+ "description": null,
7859
+ "id_str": "internetFirewall___publishPolicyRevision___policy___sections___access",
7860
+ "isDeprecated": false,
7861
+ "name": "access",
7862
+ "path": "internetFirewall.publishPolicyRevision.policy.sections.access",
7863
+ "requestStr": "$entityAccess:EntityAccess ",
7864
+ "required": false,
7865
+ "responseStr": "access:$entityAccess ",
7866
+ "type": {
7867
+ "definition": {
7868
+ "description": null,
7869
+ "enumValues": null,
7870
+ "fields": {
7871
+ "action": {
7872
+ "args": {},
7873
+ "deprecationReason": null,
7874
+ "description": null,
7875
+ "id_str": "internetFirewall___publishPolicyRevision___policy___sections___access___action",
7876
+ "isDeprecated": false,
7877
+ "name": "action",
7878
+ "path": "internetFirewall.publishPolicyRevision.policy.sections.access.action",
7879
+ "requestStr": "$action:RBACAction! ",
7880
+ "required": true,
7881
+ "responseStr": "action:$action ",
7882
+ "type": {
7883
+ "definition": {
7884
+ "description": null,
7885
+ "enumValues": [
7886
+ {
7887
+ "deprecationReason": null,
7888
+ "description": null,
7889
+ "isDeprecated": false,
7890
+ "name": "NONE"
7891
+ },
7892
+ {
7893
+ "deprecationReason": null,
7894
+ "description": null,
7895
+ "isDeprecated": false,
7896
+ "name": "VIEW"
7897
+ },
7898
+ {
7899
+ "deprecationReason": null,
7900
+ "description": null,
7901
+ "isDeprecated": false,
7902
+ "name": "EDIT"
7903
+ }
7904
+ ],
7905
+ "fields": null,
7906
+ "inputFields": null,
7907
+ "interfaces": null,
7908
+ "kind": "ENUM",
7909
+ "name": "RBACAction",
7910
+ "possibleTypes": null
7911
+ },
7912
+ "indexType": "enum",
7913
+ "kind": [
7914
+ "NON_NULL",
7915
+ "ENUM"
7916
+ ],
7917
+ "name": "RBACAction",
7918
+ "non_null": false
7919
+ },
7920
+ "varName": "action"
7921
+ }
7922
+ },
7923
+ "inputFields": null,
7924
+ "interfaces": [],
7925
+ "kind": "OBJECT",
7926
+ "name": "EntityAccess",
7927
+ "possibleTypes": null
7928
+ },
7929
+ "indexType": "object",
7930
+ "kind": [
7931
+ "OBJECT"
7932
+ ],
7933
+ "name": "EntityAccess",
7934
+ "non_null": false
7935
+ },
7936
+ "varName": "entityAccess"
7937
+ },
7835
7938
  "audit": {
7836
7939
  "args": {},
7837
7940
  "deprecationReason": null,
@@ -8041,6 +8144,26 @@
8041
8144
  "non_null": false
8042
8145
  },
8043
8146
  "varName": "name"
8147
+ },
8148
+ "subPolicyId": {
8149
+ "args": {},
8150
+ "deprecationReason": null,
8151
+ "description": null,
8152
+ "id_str": "internetFirewall___publishPolicyRevision___policy___sections___section___subPolicyId",
8153
+ "isDeprecated": false,
8154
+ "name": "subPolicyId",
8155
+ "path": "internetFirewall.publishPolicyRevision.policy.sections.section.subPolicyId",
8156
+ "requestStr": "$subPolicyId:ID ",
8157
+ "required": false,
8158
+ "responseStr": "subPolicyId:$subPolicyId ",
8159
+ "type": {
8160
+ "kind": [
8161
+ "SCALAR"
8162
+ ],
8163
+ "name": "ID",
8164
+ "non_null": false
8165
+ },
8166
+ "varName": "subPolicyId"
8044
8167
  }
8045
8168
  },
8046
8169
  "inputFields": null,
@@ -5690,6 +5690,26 @@
5690
5690
  "non_null": false
5691
5691
  },
5692
5692
  "varName": "name"
5693
+ },
5694
+ "subPolicyId": {
5695
+ "args": {},
5696
+ "deprecationReason": null,
5697
+ "description": null,
5698
+ "id_str": "internetFirewall___removeRule___rule___rule___section___subPolicyId",
5699
+ "isDeprecated": false,
5700
+ "name": "subPolicyId",
5701
+ "path": "internetFirewall.removeRule.rule.rule.section.subPolicyId",
5702
+ "requestStr": "$subPolicyId:ID ",
5703
+ "required": false,
5704
+ "responseStr": "subPolicyId:$subPolicyId ",
5705
+ "type": {
5706
+ "kind": [
5707
+ "SCALAR"
5708
+ ],
5709
+ "name": "ID",
5710
+ "non_null": false
5711
+ },
5712
+ "varName": "subPolicyId"
5693
5713
  }
5694
5714
  },
5695
5715
  "inputFields": null,
@@ -593,6 +593,89 @@
593
593
  "description": null,
594
594
  "enumValues": null,
595
595
  "fields": {
596
+ "access": {
597
+ "args": {},
598
+ "deprecationReason": null,
599
+ "description": null,
600
+ "id_str": "internetFirewall___removeSection___section___access",
601
+ "isDeprecated": false,
602
+ "name": "access",
603
+ "path": "internetFirewall.removeSection.section.access",
604
+ "requestStr": "$entityAccess:EntityAccess ",
605
+ "required": false,
606
+ "responseStr": "access:$entityAccess ",
607
+ "type": {
608
+ "definition": {
609
+ "description": null,
610
+ "enumValues": null,
611
+ "fields": {
612
+ "action": {
613
+ "args": {},
614
+ "deprecationReason": null,
615
+ "description": null,
616
+ "id_str": "internetFirewall___removeSection___section___access___action",
617
+ "isDeprecated": false,
618
+ "name": "action",
619
+ "path": "internetFirewall.removeSection.section.access.action",
620
+ "requestStr": "$action:RBACAction! ",
621
+ "required": true,
622
+ "responseStr": "action:$action ",
623
+ "type": {
624
+ "definition": {
625
+ "description": null,
626
+ "enumValues": [
627
+ {
628
+ "deprecationReason": null,
629
+ "description": null,
630
+ "isDeprecated": false,
631
+ "name": "NONE"
632
+ },
633
+ {
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "VIEW"
638
+ },
639
+ {
640
+ "deprecationReason": null,
641
+ "description": null,
642
+ "isDeprecated": false,
643
+ "name": "EDIT"
644
+ }
645
+ ],
646
+ "fields": null,
647
+ "inputFields": null,
648
+ "interfaces": null,
649
+ "kind": "ENUM",
650
+ "name": "RBACAction",
651
+ "possibleTypes": null
652
+ },
653
+ "indexType": "enum",
654
+ "kind": [
655
+ "NON_NULL",
656
+ "ENUM"
657
+ ],
658
+ "name": "RBACAction",
659
+ "non_null": false
660
+ },
661
+ "varName": "action"
662
+ }
663
+ },
664
+ "inputFields": null,
665
+ "interfaces": [],
666
+ "kind": "OBJECT",
667
+ "name": "EntityAccess",
668
+ "possibleTypes": null
669
+ },
670
+ "indexType": "object",
671
+ "kind": [
672
+ "OBJECT"
673
+ ],
674
+ "name": "EntityAccess",
675
+ "non_null": false
676
+ },
677
+ "varName": "entityAccess"
678
+ },
596
679
  "audit": {
597
680
  "args": {},
598
681
  "deprecationReason": null,
@@ -802,6 +885,26 @@
802
885
  "non_null": false
803
886
  },
804
887
  "varName": "name"
888
+ },
889
+ "subPolicyId": {
890
+ "args": {},
891
+ "deprecationReason": null,
892
+ "description": null,
893
+ "id_str": "internetFirewall___removeSection___section___section___subPolicyId",
894
+ "isDeprecated": false,
895
+ "name": "subPolicyId",
896
+ "path": "internetFirewall.removeSection.section.section.subPolicyId",
897
+ "requestStr": "$subPolicyId:ID ",
898
+ "required": false,
899
+ "responseStr": "subPolicyId:$subPolicyId ",
900
+ "type": {
901
+ "kind": [
902
+ "SCALAR"
903
+ ],
904
+ "name": "ID",
905
+ "non_null": false
906
+ },
907
+ "varName": "subPolicyId"
805
908
  }
806
909
  },
807
910
  "inputFields": null,
@@ -6028,6 +6028,26 @@
6028
6028
  "non_null": false
6029
6029
  },
6030
6030
  "varName": "name"
6031
+ },
6032
+ "subPolicyId": {
6033
+ "args": {},
6034
+ "deprecationReason": null,
6035
+ "description": null,
6036
+ "id_str": "internetFirewall___updatePolicy___policy___rules___rule___section___subPolicyId",
6037
+ "isDeprecated": false,
6038
+ "name": "subPolicyId",
6039
+ "path": "internetFirewall.updatePolicy.policy.rules.rule.section.subPolicyId",
6040
+ "requestStr": "$subPolicyId:ID ",
6041
+ "required": false,
6042
+ "responseStr": "subPolicyId:$subPolicyId ",
6043
+ "type": {
6044
+ "kind": [
6045
+ "SCALAR"
6046
+ ],
6047
+ "name": "ID",
6048
+ "non_null": false
6049
+ },
6050
+ "varName": "subPolicyId"
6031
6051
  }
6032
6052
  },
6033
6053
  "inputFields": null,
@@ -7853,6 +7873,89 @@
7853
7873
  "description": null,
7854
7874
  "enumValues": null,
7855
7875
  "fields": {
7876
+ "access": {
7877
+ "args": {},
7878
+ "deprecationReason": null,
7879
+ "description": null,
7880
+ "id_str": "internetFirewall___updatePolicy___policy___sections___access",
7881
+ "isDeprecated": false,
7882
+ "name": "access",
7883
+ "path": "internetFirewall.updatePolicy.policy.sections.access",
7884
+ "requestStr": "$entityAccess:EntityAccess ",
7885
+ "required": false,
7886
+ "responseStr": "access:$entityAccess ",
7887
+ "type": {
7888
+ "definition": {
7889
+ "description": null,
7890
+ "enumValues": null,
7891
+ "fields": {
7892
+ "action": {
7893
+ "args": {},
7894
+ "deprecationReason": null,
7895
+ "description": null,
7896
+ "id_str": "internetFirewall___updatePolicy___policy___sections___access___action",
7897
+ "isDeprecated": false,
7898
+ "name": "action",
7899
+ "path": "internetFirewall.updatePolicy.policy.sections.access.action",
7900
+ "requestStr": "$action:RBACAction! ",
7901
+ "required": true,
7902
+ "responseStr": "action:$action ",
7903
+ "type": {
7904
+ "definition": {
7905
+ "description": null,
7906
+ "enumValues": [
7907
+ {
7908
+ "deprecationReason": null,
7909
+ "description": null,
7910
+ "isDeprecated": false,
7911
+ "name": "NONE"
7912
+ },
7913
+ {
7914
+ "deprecationReason": null,
7915
+ "description": null,
7916
+ "isDeprecated": false,
7917
+ "name": "VIEW"
7918
+ },
7919
+ {
7920
+ "deprecationReason": null,
7921
+ "description": null,
7922
+ "isDeprecated": false,
7923
+ "name": "EDIT"
7924
+ }
7925
+ ],
7926
+ "fields": null,
7927
+ "inputFields": null,
7928
+ "interfaces": null,
7929
+ "kind": "ENUM",
7930
+ "name": "RBACAction",
7931
+ "possibleTypes": null
7932
+ },
7933
+ "indexType": "enum",
7934
+ "kind": [
7935
+ "NON_NULL",
7936
+ "ENUM"
7937
+ ],
7938
+ "name": "RBACAction",
7939
+ "non_null": false
7940
+ },
7941
+ "varName": "action"
7942
+ }
7943
+ },
7944
+ "inputFields": null,
7945
+ "interfaces": [],
7946
+ "kind": "OBJECT",
7947
+ "name": "EntityAccess",
7948
+ "possibleTypes": null
7949
+ },
7950
+ "indexType": "object",
7951
+ "kind": [
7952
+ "OBJECT"
7953
+ ],
7954
+ "name": "EntityAccess",
7955
+ "non_null": false
7956
+ },
7957
+ "varName": "entityAccess"
7958
+ },
7856
7959
  "audit": {
7857
7960
  "args": {},
7858
7961
  "deprecationReason": null,
@@ -8062,6 +8165,26 @@
8062
8165
  "non_null": false
8063
8166
  },
8064
8167
  "varName": "name"
8168
+ },
8169
+ "subPolicyId": {
8170
+ "args": {},
8171
+ "deprecationReason": null,
8172
+ "description": null,
8173
+ "id_str": "internetFirewall___updatePolicy___policy___sections___section___subPolicyId",
8174
+ "isDeprecated": false,
8175
+ "name": "subPolicyId",
8176
+ "path": "internetFirewall.updatePolicy.policy.sections.section.subPolicyId",
8177
+ "requestStr": "$subPolicyId:ID ",
8178
+ "required": false,
8179
+ "responseStr": "subPolicyId:$subPolicyId ",
8180
+ "type": {
8181
+ "kind": [
8182
+ "SCALAR"
8183
+ ],
8184
+ "name": "ID",
8185
+ "non_null": false
8186
+ },
8187
+ "varName": "subPolicyId"
8065
8188
  }
8066
8189
  },
8067
8190
  "inputFields": null,
@@ -26447,6 +26447,26 @@
26447
26447
  "non_null": false
26448
26448
  },
26449
26449
  "varName": "name"
26450
+ },
26451
+ "subPolicyId": {
26452
+ "args": {},
26453
+ "deprecationReason": null,
26454
+ "description": null,
26455
+ "id_str": "internetFirewall___updateRule___rule___rule___section___subPolicyId",
26456
+ "isDeprecated": false,
26457
+ "name": "subPolicyId",
26458
+ "path": "internetFirewall.updateRule.rule.rule.section.subPolicyId",
26459
+ "requestStr": "$subPolicyId:ID ",
26460
+ "required": false,
26461
+ "responseStr": "subPolicyId:$subPolicyId ",
26462
+ "type": {
26463
+ "kind": [
26464
+ "SCALAR"
26465
+ ],
26466
+ "name": "ID",
26467
+ "non_null": false
26468
+ },
26469
+ "varName": "subPolicyId"
26450
26470
  }
26451
26471
  },
26452
26472
  "inputFields": null,