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
@@ -740,6 +740,89 @@
740
740
  "description": null,
741
741
  "enumValues": null,
742
742
  "fields": {
743
+ "access": {
744
+ "args": {},
745
+ "deprecationReason": null,
746
+ "description": null,
747
+ "id_str": "antiMalwareFileHash___updateSection___section___access",
748
+ "isDeprecated": false,
749
+ "name": "access",
750
+ "path": "antiMalwareFileHash.updateSection.section.access",
751
+ "requestStr": "$entityAccess:EntityAccess ",
752
+ "required": false,
753
+ "responseStr": "access:$entityAccess ",
754
+ "type": {
755
+ "definition": {
756
+ "description": null,
757
+ "enumValues": null,
758
+ "fields": {
759
+ "action": {
760
+ "args": {},
761
+ "deprecationReason": null,
762
+ "description": null,
763
+ "id_str": "antiMalwareFileHash___updateSection___section___access___action",
764
+ "isDeprecated": false,
765
+ "name": "action",
766
+ "path": "antiMalwareFileHash.updateSection.section.access.action",
767
+ "requestStr": "$action:RBACAction! ",
768
+ "required": true,
769
+ "responseStr": "action:$action ",
770
+ "type": {
771
+ "definition": {
772
+ "description": null,
773
+ "enumValues": [
774
+ {
775
+ "deprecationReason": null,
776
+ "description": null,
777
+ "isDeprecated": false,
778
+ "name": "NONE"
779
+ },
780
+ {
781
+ "deprecationReason": null,
782
+ "description": null,
783
+ "isDeprecated": false,
784
+ "name": "VIEW"
785
+ },
786
+ {
787
+ "deprecationReason": null,
788
+ "description": null,
789
+ "isDeprecated": false,
790
+ "name": "EDIT"
791
+ }
792
+ ],
793
+ "fields": null,
794
+ "inputFields": null,
795
+ "interfaces": null,
796
+ "kind": "ENUM",
797
+ "name": "RBACAction",
798
+ "possibleTypes": null
799
+ },
800
+ "indexType": "enum",
801
+ "kind": [
802
+ "NON_NULL",
803
+ "ENUM"
804
+ ],
805
+ "name": "RBACAction",
806
+ "non_null": false
807
+ },
808
+ "varName": "action"
809
+ }
810
+ },
811
+ "inputFields": null,
812
+ "interfaces": [],
813
+ "kind": "OBJECT",
814
+ "name": "EntityAccess",
815
+ "possibleTypes": null
816
+ },
817
+ "indexType": "object",
818
+ "kind": [
819
+ "OBJECT"
820
+ ],
821
+ "name": "EntityAccess",
822
+ "non_null": false
823
+ },
824
+ "varName": "entityAccess"
825
+ },
743
826
  "audit": {
744
827
  "args": {},
745
828
  "deprecationReason": null,
@@ -949,6 +1032,26 @@
949
1032
  "non_null": false
950
1033
  },
951
1034
  "varName": "name"
1035
+ },
1036
+ "subPolicyId": {
1037
+ "args": {},
1038
+ "deprecationReason": null,
1039
+ "description": null,
1040
+ "id_str": "antiMalwareFileHash___updateSection___section___section___subPolicyId",
1041
+ "isDeprecated": false,
1042
+ "name": "subPolicyId",
1043
+ "path": "antiMalwareFileHash.updateSection.section.section.subPolicyId",
1044
+ "requestStr": "$subPolicyId:ID ",
1045
+ "required": false,
1046
+ "responseStr": "subPolicyId:$subPolicyId ",
1047
+ "type": {
1048
+ "kind": [
1049
+ "SCALAR"
1050
+ ],
1051
+ "name": "ID",
1052
+ "non_null": false
1053
+ },
1054
+ "varName": "subPolicyId"
952
1055
  }
953
1056
  },
954
1057
  "inputFields": null,
@@ -7216,6 +7216,26 @@
7216
7216
  "non_null": false
7217
7217
  },
7218
7218
  "varName": "name"
7219
+ },
7220
+ "subPolicyId": {
7221
+ "args": {},
7222
+ "deprecationReason": null,
7223
+ "description": null,
7224
+ "id_str": "appTenantRestriction___addRule___rule___rule___section___subPolicyId",
7225
+ "isDeprecated": false,
7226
+ "name": "subPolicyId",
7227
+ "path": "appTenantRestriction.addRule.rule.rule.section.subPolicyId",
7228
+ "requestStr": "$subPolicyId:ID ",
7229
+ "required": false,
7230
+ "responseStr": "subPolicyId:$subPolicyId ",
7231
+ "type": {
7232
+ "kind": [
7233
+ "SCALAR"
7234
+ ],
7235
+ "name": "ID",
7236
+ "non_null": false
7237
+ },
7238
+ "varName": "subPolicyId"
7219
7239
  }
7220
7240
  },
7221
7241
  "inputFields": null,
@@ -980,6 +980,89 @@
980
980
  "description": null,
981
981
  "enumValues": null,
982
982
  "fields": {
983
+ "access": {
984
+ "args": {},
985
+ "deprecationReason": null,
986
+ "description": null,
987
+ "id_str": "appTenantRestriction___addSection___section___access",
988
+ "isDeprecated": false,
989
+ "name": "access",
990
+ "path": "appTenantRestriction.addSection.section.access",
991
+ "requestStr": "$entityAccess:EntityAccess ",
992
+ "required": false,
993
+ "responseStr": "access:$entityAccess ",
994
+ "type": {
995
+ "definition": {
996
+ "description": null,
997
+ "enumValues": null,
998
+ "fields": {
999
+ "action": {
1000
+ "args": {},
1001
+ "deprecationReason": null,
1002
+ "description": null,
1003
+ "id_str": "appTenantRestriction___addSection___section___access___action",
1004
+ "isDeprecated": false,
1005
+ "name": "action",
1006
+ "path": "appTenantRestriction.addSection.section.access.action",
1007
+ "requestStr": "$action:RBACAction! ",
1008
+ "required": true,
1009
+ "responseStr": "action:$action ",
1010
+ "type": {
1011
+ "definition": {
1012
+ "description": null,
1013
+ "enumValues": [
1014
+ {
1015
+ "deprecationReason": null,
1016
+ "description": null,
1017
+ "isDeprecated": false,
1018
+ "name": "NONE"
1019
+ },
1020
+ {
1021
+ "deprecationReason": null,
1022
+ "description": null,
1023
+ "isDeprecated": false,
1024
+ "name": "VIEW"
1025
+ },
1026
+ {
1027
+ "deprecationReason": null,
1028
+ "description": null,
1029
+ "isDeprecated": false,
1030
+ "name": "EDIT"
1031
+ }
1032
+ ],
1033
+ "fields": null,
1034
+ "inputFields": null,
1035
+ "interfaces": null,
1036
+ "kind": "ENUM",
1037
+ "name": "RBACAction",
1038
+ "possibleTypes": null
1039
+ },
1040
+ "indexType": "enum",
1041
+ "kind": [
1042
+ "NON_NULL",
1043
+ "ENUM"
1044
+ ],
1045
+ "name": "RBACAction",
1046
+ "non_null": false
1047
+ },
1048
+ "varName": "action"
1049
+ }
1050
+ },
1051
+ "inputFields": null,
1052
+ "interfaces": [],
1053
+ "kind": "OBJECT",
1054
+ "name": "EntityAccess",
1055
+ "possibleTypes": null
1056
+ },
1057
+ "indexType": "object",
1058
+ "kind": [
1059
+ "OBJECT"
1060
+ ],
1061
+ "name": "EntityAccess",
1062
+ "non_null": false
1063
+ },
1064
+ "varName": "entityAccess"
1065
+ },
983
1066
  "audit": {
984
1067
  "args": {},
985
1068
  "deprecationReason": null,
@@ -1189,6 +1272,26 @@
1189
1272
  "non_null": false
1190
1273
  },
1191
1274
  "varName": "name"
1275
+ },
1276
+ "subPolicyId": {
1277
+ "args": {},
1278
+ "deprecationReason": null,
1279
+ "description": null,
1280
+ "id_str": "appTenantRestriction___addSection___section___section___subPolicyId",
1281
+ "isDeprecated": false,
1282
+ "name": "subPolicyId",
1283
+ "path": "appTenantRestriction.addSection.section.section.subPolicyId",
1284
+ "requestStr": "$subPolicyId:ID ",
1285
+ "required": false,
1286
+ "responseStr": "subPolicyId:$subPolicyId ",
1287
+ "type": {
1288
+ "kind": [
1289
+ "SCALAR"
1290
+ ],
1291
+ "name": "ID",
1292
+ "non_null": false
1293
+ },
1294
+ "varName": "subPolicyId"
1192
1295
  }
1193
1296
  },
1194
1297
  "inputFields": null,
@@ -1767,6 +1767,26 @@
1767
1767
  "non_null": false
1768
1768
  },
1769
1769
  "varName": "name"
1770
+ },
1771
+ "subPolicyId": {
1772
+ "args": {},
1773
+ "deprecationReason": null,
1774
+ "description": null,
1775
+ "id_str": "appTenantRestriction___createPolicyRevision___policy___rules___rule___section___subPolicyId",
1776
+ "isDeprecated": false,
1777
+ "name": "subPolicyId",
1778
+ "path": "appTenantRestriction.createPolicyRevision.policy.rules.rule.section.subPolicyId",
1779
+ "requestStr": "$subPolicyId:ID ",
1780
+ "required": false,
1781
+ "responseStr": "subPolicyId:$subPolicyId ",
1782
+ "type": {
1783
+ "kind": [
1784
+ "SCALAR"
1785
+ ],
1786
+ "name": "ID",
1787
+ "non_null": false
1788
+ },
1789
+ "varName": "subPolicyId"
1770
1790
  }
1771
1791
  },
1772
1792
  "inputFields": null,
@@ -2969,6 +2989,89 @@
2969
2989
  "description": null,
2970
2990
  "enumValues": null,
2971
2991
  "fields": {
2992
+ "access": {
2993
+ "args": {},
2994
+ "deprecationReason": null,
2995
+ "description": null,
2996
+ "id_str": "appTenantRestriction___createPolicyRevision___policy___sections___access",
2997
+ "isDeprecated": false,
2998
+ "name": "access",
2999
+ "path": "appTenantRestriction.createPolicyRevision.policy.sections.access",
3000
+ "requestStr": "$entityAccess:EntityAccess ",
3001
+ "required": false,
3002
+ "responseStr": "access:$entityAccess ",
3003
+ "type": {
3004
+ "definition": {
3005
+ "description": null,
3006
+ "enumValues": null,
3007
+ "fields": {
3008
+ "action": {
3009
+ "args": {},
3010
+ "deprecationReason": null,
3011
+ "description": null,
3012
+ "id_str": "appTenantRestriction___createPolicyRevision___policy___sections___access___action",
3013
+ "isDeprecated": false,
3014
+ "name": "action",
3015
+ "path": "appTenantRestriction.createPolicyRevision.policy.sections.access.action",
3016
+ "requestStr": "$action:RBACAction! ",
3017
+ "required": true,
3018
+ "responseStr": "action:$action ",
3019
+ "type": {
3020
+ "definition": {
3021
+ "description": null,
3022
+ "enumValues": [
3023
+ {
3024
+ "deprecationReason": null,
3025
+ "description": null,
3026
+ "isDeprecated": false,
3027
+ "name": "NONE"
3028
+ },
3029
+ {
3030
+ "deprecationReason": null,
3031
+ "description": null,
3032
+ "isDeprecated": false,
3033
+ "name": "VIEW"
3034
+ },
3035
+ {
3036
+ "deprecationReason": null,
3037
+ "description": null,
3038
+ "isDeprecated": false,
3039
+ "name": "EDIT"
3040
+ }
3041
+ ],
3042
+ "fields": null,
3043
+ "inputFields": null,
3044
+ "interfaces": null,
3045
+ "kind": "ENUM",
3046
+ "name": "RBACAction",
3047
+ "possibleTypes": null
3048
+ },
3049
+ "indexType": "enum",
3050
+ "kind": [
3051
+ "NON_NULL",
3052
+ "ENUM"
3053
+ ],
3054
+ "name": "RBACAction",
3055
+ "non_null": false
3056
+ },
3057
+ "varName": "action"
3058
+ }
3059
+ },
3060
+ "inputFields": null,
3061
+ "interfaces": [],
3062
+ "kind": "OBJECT",
3063
+ "name": "EntityAccess",
3064
+ "possibleTypes": null
3065
+ },
3066
+ "indexType": "object",
3067
+ "kind": [
3068
+ "OBJECT"
3069
+ ],
3070
+ "name": "EntityAccess",
3071
+ "non_null": false
3072
+ },
3073
+ "varName": "entityAccess"
3074
+ },
2972
3075
  "audit": {
2973
3076
  "args": {},
2974
3077
  "deprecationReason": null,
@@ -3178,6 +3281,26 @@
3178
3281
  "non_null": false
3179
3282
  },
3180
3283
  "varName": "name"
3284
+ },
3285
+ "subPolicyId": {
3286
+ "args": {},
3287
+ "deprecationReason": null,
3288
+ "description": null,
3289
+ "id_str": "appTenantRestriction___createPolicyRevision___policy___sections___section___subPolicyId",
3290
+ "isDeprecated": false,
3291
+ "name": "subPolicyId",
3292
+ "path": "appTenantRestriction.createPolicyRevision.policy.sections.section.subPolicyId",
3293
+ "requestStr": "$subPolicyId:ID ",
3294
+ "required": false,
3295
+ "responseStr": "subPolicyId:$subPolicyId ",
3296
+ "type": {
3297
+ "kind": [
3298
+ "SCALAR"
3299
+ ],
3300
+ "name": "ID",
3301
+ "non_null": false
3302
+ },
3303
+ "varName": "subPolicyId"
3181
3304
  }
3182
3305
  },
3183
3306
  "inputFields": null,
@@ -1704,6 +1704,26 @@
1704
1704
  "non_null": false
1705
1705
  },
1706
1706
  "varName": "name"
1707
+ },
1708
+ "subPolicyId": {
1709
+ "args": {},
1710
+ "deprecationReason": null,
1711
+ "description": null,
1712
+ "id_str": "appTenantRestriction___discardPolicyRevision___policy___rules___rule___section___subPolicyId",
1713
+ "isDeprecated": false,
1714
+ "name": "subPolicyId",
1715
+ "path": "appTenantRestriction.discardPolicyRevision.policy.rules.rule.section.subPolicyId",
1716
+ "requestStr": "$subPolicyId:ID ",
1717
+ "required": false,
1718
+ "responseStr": "subPolicyId:$subPolicyId ",
1719
+ "type": {
1720
+ "kind": [
1721
+ "SCALAR"
1722
+ ],
1723
+ "name": "ID",
1724
+ "non_null": false
1725
+ },
1726
+ "varName": "subPolicyId"
1707
1727
  }
1708
1728
  },
1709
1729
  "inputFields": null,
@@ -2906,6 +2926,89 @@
2906
2926
  "description": null,
2907
2927
  "enumValues": null,
2908
2928
  "fields": {
2929
+ "access": {
2930
+ "args": {},
2931
+ "deprecationReason": null,
2932
+ "description": null,
2933
+ "id_str": "appTenantRestriction___discardPolicyRevision___policy___sections___access",
2934
+ "isDeprecated": false,
2935
+ "name": "access",
2936
+ "path": "appTenantRestriction.discardPolicyRevision.policy.sections.access",
2937
+ "requestStr": "$entityAccess:EntityAccess ",
2938
+ "required": false,
2939
+ "responseStr": "access:$entityAccess ",
2940
+ "type": {
2941
+ "definition": {
2942
+ "description": null,
2943
+ "enumValues": null,
2944
+ "fields": {
2945
+ "action": {
2946
+ "args": {},
2947
+ "deprecationReason": null,
2948
+ "description": null,
2949
+ "id_str": "appTenantRestriction___discardPolicyRevision___policy___sections___access___action",
2950
+ "isDeprecated": false,
2951
+ "name": "action",
2952
+ "path": "appTenantRestriction.discardPolicyRevision.policy.sections.access.action",
2953
+ "requestStr": "$action:RBACAction! ",
2954
+ "required": true,
2955
+ "responseStr": "action:$action ",
2956
+ "type": {
2957
+ "definition": {
2958
+ "description": null,
2959
+ "enumValues": [
2960
+ {
2961
+ "deprecationReason": null,
2962
+ "description": null,
2963
+ "isDeprecated": false,
2964
+ "name": "NONE"
2965
+ },
2966
+ {
2967
+ "deprecationReason": null,
2968
+ "description": null,
2969
+ "isDeprecated": false,
2970
+ "name": "VIEW"
2971
+ },
2972
+ {
2973
+ "deprecationReason": null,
2974
+ "description": null,
2975
+ "isDeprecated": false,
2976
+ "name": "EDIT"
2977
+ }
2978
+ ],
2979
+ "fields": null,
2980
+ "inputFields": null,
2981
+ "interfaces": null,
2982
+ "kind": "ENUM",
2983
+ "name": "RBACAction",
2984
+ "possibleTypes": null
2985
+ },
2986
+ "indexType": "enum",
2987
+ "kind": [
2988
+ "NON_NULL",
2989
+ "ENUM"
2990
+ ],
2991
+ "name": "RBACAction",
2992
+ "non_null": false
2993
+ },
2994
+ "varName": "action"
2995
+ }
2996
+ },
2997
+ "inputFields": null,
2998
+ "interfaces": [],
2999
+ "kind": "OBJECT",
3000
+ "name": "EntityAccess",
3001
+ "possibleTypes": null
3002
+ },
3003
+ "indexType": "object",
3004
+ "kind": [
3005
+ "OBJECT"
3006
+ ],
3007
+ "name": "EntityAccess",
3008
+ "non_null": false
3009
+ },
3010
+ "varName": "entityAccess"
3011
+ },
2909
3012
  "audit": {
2910
3013
  "args": {},
2911
3014
  "deprecationReason": null,
@@ -3115,6 +3218,26 @@
3115
3218
  "non_null": false
3116
3219
  },
3117
3220
  "varName": "name"
3221
+ },
3222
+ "subPolicyId": {
3223
+ "args": {},
3224
+ "deprecationReason": null,
3225
+ "description": null,
3226
+ "id_str": "appTenantRestriction___discardPolicyRevision___policy___sections___section___subPolicyId",
3227
+ "isDeprecated": false,
3228
+ "name": "subPolicyId",
3229
+ "path": "appTenantRestriction.discardPolicyRevision.policy.sections.section.subPolicyId",
3230
+ "requestStr": "$subPolicyId:ID ",
3231
+ "required": false,
3232
+ "responseStr": "subPolicyId:$subPolicyId ",
3233
+ "type": {
3234
+ "kind": [
3235
+ "SCALAR"
3236
+ ],
3237
+ "name": "ID",
3238
+ "non_null": false
3239
+ },
3240
+ "varName": "subPolicyId"
3118
3241
  }
3119
3242
  },
3120
3243
  "inputFields": null,