catocli 1.0.14__py3-none-any.whl → 1.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1259 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "moveSection": {
25
+ "args": {
26
+ "moveSection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "moveSection___input",
30
+ "name": "input",
31
+ "path": "moveSection.input",
32
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$policyMoveSectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for moving a section within a policy",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "moveSection___input___id",
45
+ "name": "id",
46
+ "path": "moveSection.input.id",
47
+ "requestStr": "$id:ID! ",
48
+ "required": true,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "id"
59
+ },
60
+ "to": {
61
+ "defaultValue": null,
62
+ "description": null,
63
+ "id_str": "moveSection___input___to",
64
+ "name": "to",
65
+ "path": "moveSection.input.to",
66
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
67
+ "required": false,
68
+ "responseStr": "to:$policySectionPositionInput ",
69
+ "type": {
70
+ "definition": {
71
+ "description": null,
72
+ "enumValues": null,
73
+ "fields": null,
74
+ "inputFields": {
75
+ "position": {
76
+ "defaultValue": null,
77
+ "description": null,
78
+ "id_str": "moveSection___input___to___position",
79
+ "name": "position",
80
+ "path": "moveSection.input.to.position",
81
+ "requestStr": "$position:PolicySectionPositionEnum! ",
82
+ "required": true,
83
+ "responseStr": "position:$position ",
84
+ "type": {
85
+ "definition": {
86
+ "description": null,
87
+ "enumValues": [
88
+ {
89
+ "deprecationReason": null,
90
+ "description": null,
91
+ "isDeprecated": false,
92
+ "name": "AFTER_SECTION"
93
+ },
94
+ {
95
+ "deprecationReason": null,
96
+ "description": null,
97
+ "isDeprecated": false,
98
+ "name": "BEFORE_SECTION"
99
+ },
100
+ {
101
+ "deprecationReason": null,
102
+ "description": null,
103
+ "isDeprecated": false,
104
+ "name": "LAST_IN_POLICY"
105
+ }
106
+ ],
107
+ "fields": null,
108
+ "inputFields": null,
109
+ "interfaces": null,
110
+ "kind": "ENUM",
111
+ "name": "PolicySectionPositionEnum",
112
+ "possibleTypes": null
113
+ },
114
+ "indexType": "enum",
115
+ "kind": [
116
+ "NON_NULL",
117
+ "ENUM"
118
+ ],
119
+ "name": "PolicySectionPositionEnum",
120
+ "non_null": false
121
+ },
122
+ "varName": "position"
123
+ },
124
+ "ref": {
125
+ "defaultValue": null,
126
+ "description": null,
127
+ "id_str": "moveSection___input___to___ref",
128
+ "name": "ref",
129
+ "path": "moveSection.input.to.ref",
130
+ "requestStr": "$ref:ID ",
131
+ "required": false,
132
+ "responseStr": "ref:$ref ",
133
+ "type": {
134
+ "kind": [
135
+ "SCALAR"
136
+ ],
137
+ "name": "ID",
138
+ "non_null": false
139
+ },
140
+ "varName": "ref"
141
+ }
142
+ },
143
+ "interfaces": null,
144
+ "kind": "INPUT_OBJECT",
145
+ "name": "PolicySectionPositionInput",
146
+ "possibleTypes": null
147
+ },
148
+ "indexType": "input_object",
149
+ "kind": [
150
+ "INPUT_OBJECT"
151
+ ],
152
+ "name": "PolicySectionPositionInput",
153
+ "non_null": false
154
+ },
155
+ "varName": "policySectionPositionInput"
156
+ }
157
+ },
158
+ "interfaces": null,
159
+ "kind": "INPUT_OBJECT",
160
+ "name": "PolicyMoveSectionInput",
161
+ "possibleTypes": null
162
+ },
163
+ "indexType": "input_object",
164
+ "kind": [
165
+ "NON_NULL",
166
+ "INPUT_OBJECT"
167
+ ],
168
+ "name": "PolicyMoveSectionInput",
169
+ "non_null": false
170
+ },
171
+ "varName": "policyMoveSectionInput"
172
+ }
173
+ },
174
+ "deprecationReason": null,
175
+ "description": "Move a section to a new position within the policy.\nThe section will be anchored in the new position, i.e. other admins will not be able to move it, or reference it when moving other sections, until the modified policy revision is published.",
176
+ "isDeprecated": false,
177
+ "name": "moveSection",
178
+ "type": {
179
+ "kind": "NON_NULL",
180
+ "name": null,
181
+ "ofType": {
182
+ "kind": "OBJECT",
183
+ "name": "PolicySectionMutationPayload",
184
+ "ofType": null
185
+ }
186
+ }
187
+ },
188
+ "remotePortFwd": {
189
+ "args": {
190
+ "remotePortFwd___input": {
191
+ "defaultValue": null,
192
+ "description": null,
193
+ "id_str": "remotePortFwd___input",
194
+ "name": "input",
195
+ "path": "remotePortFwd.input",
196
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
197
+ "required": false,
198
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
199
+ "type": {
200
+ "definition": {
201
+ "description": null,
202
+ "enumValues": null,
203
+ "fields": null,
204
+ "inputFields": {
205
+ "revision": {
206
+ "defaultValue": null,
207
+ "description": null,
208
+ "id_str": "remotePortFwd___input___revision",
209
+ "name": "revision",
210
+ "path": "remotePortFwd.input.revision",
211
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
212
+ "required": false,
213
+ "responseStr": "revision:$policyMutationRevisionInput ",
214
+ "type": {
215
+ "definition": {
216
+ "description": null,
217
+ "enumValues": null,
218
+ "fields": null,
219
+ "inputFields": {
220
+ "id": {
221
+ "defaultValue": null,
222
+ "description": null,
223
+ "id_str": "remotePortFwd___input___revision___id",
224
+ "name": "id",
225
+ "path": "remotePortFwd.input.revision.id",
226
+ "requestStr": "$id:ID ",
227
+ "required": false,
228
+ "responseStr": "id:$id ",
229
+ "type": {
230
+ "kind": [
231
+ "SCALAR"
232
+ ],
233
+ "name": "ID",
234
+ "non_null": false
235
+ },
236
+ "varName": "id"
237
+ }
238
+ },
239
+ "interfaces": null,
240
+ "kind": "INPUT_OBJECT",
241
+ "name": "PolicyMutationRevisionInput",
242
+ "possibleTypes": null
243
+ },
244
+ "indexType": "input_object",
245
+ "kind": [
246
+ "INPUT_OBJECT"
247
+ ],
248
+ "name": "PolicyMutationRevisionInput",
249
+ "non_null": false
250
+ },
251
+ "varName": "policyMutationRevisionInput"
252
+ }
253
+ },
254
+ "interfaces": null,
255
+ "kind": "INPUT_OBJECT",
256
+ "name": "RemotePortFwdPolicyMutationInput",
257
+ "possibleTypes": null
258
+ },
259
+ "indexType": "input_object",
260
+ "kind": [
261
+ "INPUT_OBJECT"
262
+ ],
263
+ "name": "RemotePortFwdPolicyMutationInput",
264
+ "non_null": false
265
+ },
266
+ "varName": "remotePortFwdPolicyMutationInput"
267
+ }
268
+ },
269
+ "deprecationReason": null,
270
+ "description": null,
271
+ "isDeprecated": false,
272
+ "name": "remotePortFwd",
273
+ "type": {
274
+ "kind": "OBJECT",
275
+ "name": "RemotePortFwdPolicyMutations",
276
+ "ofType": null
277
+ }
278
+ }
279
+ },
280
+ "deprecationReason": null,
281
+ "description": null,
282
+ "fieldTypes": {
283
+ "PolicyElementAudit": true,
284
+ "PolicyElementPropertiesEnum": true,
285
+ "PolicyMutationError": true,
286
+ "PolicyMutationRevisionInput": true,
287
+ "PolicyMutationStatus": true,
288
+ "PolicySectionInfo": true,
289
+ "PolicySectionMutationPayload": true,
290
+ "PolicySectionPayload": true,
291
+ "PolicySectionPositionEnum": true,
292
+ "PolicySectionPositionInput": true,
293
+ "RemotePortFwdPolicyMutations": true
294
+ },
295
+ "isDeprecated": false,
296
+ "name": "policy",
297
+ "operationArgs": {
298
+ "accountId": {
299
+ "defaultValue": null,
300
+ "description": null,
301
+ "id_str": "accountId",
302
+ "name": "accountId",
303
+ "path": "accountId",
304
+ "requestStr": "$accountId:ID! ",
305
+ "required": true,
306
+ "responseStr": "accountId:$accountId ",
307
+ "type": {
308
+ "kind": [
309
+ "NON_NULL",
310
+ "SCALAR"
311
+ ],
312
+ "name": "ID",
313
+ "non_null": false
314
+ },
315
+ "varName": "accountId"
316
+ },
317
+ "policyMoveSectionInput": {
318
+ "defaultValue": null,
319
+ "description": null,
320
+ "id_str": "moveSection___input",
321
+ "name": "input",
322
+ "path": "moveSection.input",
323
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
324
+ "required": true,
325
+ "responseStr": "input:$policyMoveSectionInput ",
326
+ "type": {
327
+ "definition": {
328
+ "description": "Input for moving a section within a policy",
329
+ "enumValues": null,
330
+ "fields": null,
331
+ "inputFields": {
332
+ "id": {
333
+ "defaultValue": null,
334
+ "description": null,
335
+ "id_str": "moveSection___input___id",
336
+ "name": "id",
337
+ "path": "moveSection.input.id",
338
+ "requestStr": "$id:ID! ",
339
+ "required": true,
340
+ "responseStr": "id:$id ",
341
+ "type": {
342
+ "kind": [
343
+ "NON_NULL",
344
+ "SCALAR"
345
+ ],
346
+ "name": "ID",
347
+ "non_null": false
348
+ },
349
+ "varName": "id"
350
+ },
351
+ "to": {
352
+ "defaultValue": null,
353
+ "description": null,
354
+ "id_str": "moveSection___input___to",
355
+ "name": "to",
356
+ "path": "moveSection.input.to",
357
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
358
+ "required": false,
359
+ "responseStr": "to:$policySectionPositionInput ",
360
+ "type": {
361
+ "definition": {
362
+ "description": null,
363
+ "enumValues": null,
364
+ "fields": null,
365
+ "inputFields": {
366
+ "position": {
367
+ "defaultValue": null,
368
+ "description": null,
369
+ "id_str": "moveSection___input___to___position",
370
+ "name": "position",
371
+ "path": "moveSection.input.to.position",
372
+ "requestStr": "$position:PolicySectionPositionEnum! ",
373
+ "required": true,
374
+ "responseStr": "position:$position ",
375
+ "type": {
376
+ "definition": {
377
+ "description": null,
378
+ "enumValues": [
379
+ {
380
+ "deprecationReason": null,
381
+ "description": null,
382
+ "isDeprecated": false,
383
+ "name": "AFTER_SECTION"
384
+ },
385
+ {
386
+ "deprecationReason": null,
387
+ "description": null,
388
+ "isDeprecated": false,
389
+ "name": "BEFORE_SECTION"
390
+ },
391
+ {
392
+ "deprecationReason": null,
393
+ "description": null,
394
+ "isDeprecated": false,
395
+ "name": "LAST_IN_POLICY"
396
+ }
397
+ ],
398
+ "fields": null,
399
+ "inputFields": null,
400
+ "interfaces": null,
401
+ "kind": "ENUM",
402
+ "name": "PolicySectionPositionEnum",
403
+ "possibleTypes": null
404
+ },
405
+ "indexType": "enum",
406
+ "kind": [
407
+ "NON_NULL",
408
+ "ENUM"
409
+ ],
410
+ "name": "PolicySectionPositionEnum",
411
+ "non_null": false
412
+ },
413
+ "varName": "position"
414
+ },
415
+ "ref": {
416
+ "defaultValue": null,
417
+ "description": null,
418
+ "id_str": "moveSection___input___to___ref",
419
+ "name": "ref",
420
+ "path": "moveSection.input.to.ref",
421
+ "requestStr": "$ref:ID ",
422
+ "required": false,
423
+ "responseStr": "ref:$ref ",
424
+ "type": {
425
+ "kind": [
426
+ "SCALAR"
427
+ ],
428
+ "name": "ID",
429
+ "non_null": false
430
+ },
431
+ "varName": "ref"
432
+ }
433
+ },
434
+ "interfaces": null,
435
+ "kind": "INPUT_OBJECT",
436
+ "name": "PolicySectionPositionInput",
437
+ "possibleTypes": null
438
+ },
439
+ "indexType": "input_object",
440
+ "kind": [
441
+ "INPUT_OBJECT"
442
+ ],
443
+ "name": "PolicySectionPositionInput",
444
+ "non_null": false
445
+ },
446
+ "varName": "policySectionPositionInput"
447
+ }
448
+ },
449
+ "interfaces": null,
450
+ "kind": "INPUT_OBJECT",
451
+ "name": "PolicyMoveSectionInput",
452
+ "possibleTypes": null
453
+ },
454
+ "indexType": "input_object",
455
+ "kind": [
456
+ "NON_NULL",
457
+ "INPUT_OBJECT"
458
+ ],
459
+ "name": "PolicyMoveSectionInput",
460
+ "non_null": false
461
+ },
462
+ "varName": "policyMoveSectionInput"
463
+ },
464
+ "remotePortFwdPolicyMutationInput": {
465
+ "defaultValue": null,
466
+ "description": null,
467
+ "id_str": "remotePortFwd___input",
468
+ "name": "input",
469
+ "path": "remotePortFwd.input",
470
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
471
+ "required": false,
472
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
473
+ "type": {
474
+ "definition": {
475
+ "description": null,
476
+ "enumValues": null,
477
+ "fields": null,
478
+ "inputFields": {
479
+ "revision": {
480
+ "defaultValue": null,
481
+ "description": null,
482
+ "id_str": "remotePortFwd___input___revision",
483
+ "name": "revision",
484
+ "path": "remotePortFwd.input.revision",
485
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
486
+ "required": false,
487
+ "responseStr": "revision:$policyMutationRevisionInput ",
488
+ "type": {
489
+ "definition": {
490
+ "description": null,
491
+ "enumValues": null,
492
+ "fields": null,
493
+ "inputFields": {
494
+ "id": {
495
+ "defaultValue": null,
496
+ "description": null,
497
+ "id_str": "remotePortFwd___input___revision___id",
498
+ "name": "id",
499
+ "path": "remotePortFwd.input.revision.id",
500
+ "requestStr": "$id:ID ",
501
+ "required": false,
502
+ "responseStr": "id:$id ",
503
+ "type": {
504
+ "kind": [
505
+ "SCALAR"
506
+ ],
507
+ "name": "ID",
508
+ "non_null": false
509
+ },
510
+ "varName": "id"
511
+ }
512
+ },
513
+ "interfaces": null,
514
+ "kind": "INPUT_OBJECT",
515
+ "name": "PolicyMutationRevisionInput",
516
+ "possibleTypes": null
517
+ },
518
+ "indexType": "input_object",
519
+ "kind": [
520
+ "INPUT_OBJECT"
521
+ ],
522
+ "name": "PolicyMutationRevisionInput",
523
+ "non_null": false
524
+ },
525
+ "varName": "policyMutationRevisionInput"
526
+ }
527
+ },
528
+ "interfaces": null,
529
+ "kind": "INPUT_OBJECT",
530
+ "name": "RemotePortFwdPolicyMutationInput",
531
+ "possibleTypes": null
532
+ },
533
+ "indexType": "input_object",
534
+ "kind": [
535
+ "INPUT_OBJECT"
536
+ ],
537
+ "name": "RemotePortFwdPolicyMutationInput",
538
+ "non_null": false
539
+ },
540
+ "varName": "remotePortFwdPolicyMutationInput"
541
+ }
542
+ },
543
+ "path": "mutation.policy.remotePortFwd.moveSection",
544
+ "type": {
545
+ "definition": {
546
+ "description": "Policies that can be configured with mutation APIs.",
547
+ "enumValues": null,
548
+ "fields": {
549
+ "remotePortFwd": {
550
+ "args": {
551
+ "remotePortFwd___input": {
552
+ "defaultValue": null,
553
+ "description": null,
554
+ "id_str": "remotePortFwd___input",
555
+ "name": "input",
556
+ "path": "remotePortFwd.input",
557
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
558
+ "required": false,
559
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
560
+ "type": {
561
+ "definition": {
562
+ "description": null,
563
+ "enumValues": null,
564
+ "fields": null,
565
+ "inputFields": {
566
+ "revision": {
567
+ "defaultValue": null,
568
+ "description": null,
569
+ "id_str": "remotePortFwd___input___revision",
570
+ "name": "revision",
571
+ "path": "remotePortFwd.input.revision",
572
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
573
+ "required": false,
574
+ "responseStr": "revision:$policyMutationRevisionInput ",
575
+ "type": {
576
+ "definition": {
577
+ "description": null,
578
+ "enumValues": null,
579
+ "fields": null,
580
+ "inputFields": {
581
+ "id": {
582
+ "defaultValue": null,
583
+ "description": null,
584
+ "id_str": "remotePortFwd___input___revision___id",
585
+ "name": "id",
586
+ "path": "remotePortFwd.input.revision.id",
587
+ "requestStr": "$id:ID ",
588
+ "required": false,
589
+ "responseStr": "id:$id ",
590
+ "type": {
591
+ "kind": [
592
+ "SCALAR"
593
+ ],
594
+ "name": "ID",
595
+ "non_null": false
596
+ },
597
+ "varName": "id"
598
+ }
599
+ },
600
+ "interfaces": null,
601
+ "kind": "INPUT_OBJECT",
602
+ "name": "PolicyMutationRevisionInput",
603
+ "possibleTypes": null
604
+ },
605
+ "indexType": "input_object",
606
+ "kind": [
607
+ "INPUT_OBJECT"
608
+ ],
609
+ "name": "PolicyMutationRevisionInput",
610
+ "non_null": false
611
+ },
612
+ "varName": "policyMutationRevisionInput"
613
+ }
614
+ },
615
+ "interfaces": null,
616
+ "kind": "INPUT_OBJECT",
617
+ "name": "RemotePortFwdPolicyMutationInput",
618
+ "possibleTypes": null
619
+ },
620
+ "indexType": "input_object",
621
+ "kind": [
622
+ "INPUT_OBJECT"
623
+ ],
624
+ "name": "RemotePortFwdPolicyMutationInput",
625
+ "non_null": false
626
+ },
627
+ "varName": "remotePortFwdPolicyMutationInput"
628
+ }
629
+ },
630
+ "deprecationReason": null,
631
+ "description": null,
632
+ "id_str": "remotePortFwd",
633
+ "isDeprecated": false,
634
+ "name": "remotePortFwd",
635
+ "path": "remotePortFwd",
636
+ "requestStr": "$remotePortFwdPolicyMutations:RemotePortFwdPolicyMutations ",
637
+ "required": false,
638
+ "responseStr": "remotePortFwd:$remotePortFwdPolicyMutations ",
639
+ "type": {
640
+ "definition": {
641
+ "description": "The Remote Port Forwarding Policy information returned to the caller in the API response.",
642
+ "enumValues": null,
643
+ "fields": {
644
+ "moveSection": {
645
+ "args": {
646
+ "moveSection___input": {
647
+ "defaultValue": null,
648
+ "description": null,
649
+ "id_str": "moveSection___input",
650
+ "name": "input",
651
+ "path": "moveSection.input",
652
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
653
+ "required": true,
654
+ "responseStr": "input:$policyMoveSectionInput ",
655
+ "type": {
656
+ "definition": {
657
+ "description": "Input for moving a section within a policy",
658
+ "enumValues": null,
659
+ "fields": null,
660
+ "inputFields": {
661
+ "id": {
662
+ "defaultValue": null,
663
+ "description": null,
664
+ "id_str": "moveSection___input___id",
665
+ "name": "id",
666
+ "path": "moveSection.input.id",
667
+ "requestStr": "$id:ID! ",
668
+ "required": true,
669
+ "responseStr": "id:$id ",
670
+ "type": {
671
+ "kind": [
672
+ "NON_NULL",
673
+ "SCALAR"
674
+ ],
675
+ "name": "ID",
676
+ "non_null": false
677
+ },
678
+ "varName": "id"
679
+ },
680
+ "to": {
681
+ "defaultValue": null,
682
+ "description": null,
683
+ "id_str": "moveSection___input___to",
684
+ "name": "to",
685
+ "path": "moveSection.input.to",
686
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
687
+ "required": false,
688
+ "responseStr": "to:$policySectionPositionInput ",
689
+ "type": {
690
+ "definition": {
691
+ "description": null,
692
+ "enumValues": null,
693
+ "fields": null,
694
+ "inputFields": {
695
+ "position": {
696
+ "defaultValue": null,
697
+ "description": null,
698
+ "id_str": "moveSection___input___to___position",
699
+ "name": "position",
700
+ "path": "moveSection.input.to.position",
701
+ "requestStr": "$position:PolicySectionPositionEnum! ",
702
+ "required": true,
703
+ "responseStr": "position:$position ",
704
+ "type": {
705
+ "definition": {
706
+ "description": null,
707
+ "enumValues": [
708
+ {
709
+ "deprecationReason": null,
710
+ "description": null,
711
+ "isDeprecated": false,
712
+ "name": "AFTER_SECTION"
713
+ },
714
+ {
715
+ "deprecationReason": null,
716
+ "description": null,
717
+ "isDeprecated": false,
718
+ "name": "BEFORE_SECTION"
719
+ },
720
+ {
721
+ "deprecationReason": null,
722
+ "description": null,
723
+ "isDeprecated": false,
724
+ "name": "LAST_IN_POLICY"
725
+ }
726
+ ],
727
+ "fields": null,
728
+ "inputFields": null,
729
+ "interfaces": null,
730
+ "kind": "ENUM",
731
+ "name": "PolicySectionPositionEnum",
732
+ "possibleTypes": null
733
+ },
734
+ "indexType": "enum",
735
+ "kind": [
736
+ "NON_NULL",
737
+ "ENUM"
738
+ ],
739
+ "name": "PolicySectionPositionEnum",
740
+ "non_null": false
741
+ },
742
+ "varName": "position"
743
+ },
744
+ "ref": {
745
+ "defaultValue": null,
746
+ "description": null,
747
+ "id_str": "moveSection___input___to___ref",
748
+ "name": "ref",
749
+ "path": "moveSection.input.to.ref",
750
+ "requestStr": "$ref:ID ",
751
+ "required": false,
752
+ "responseStr": "ref:$ref ",
753
+ "type": {
754
+ "kind": [
755
+ "SCALAR"
756
+ ],
757
+ "name": "ID",
758
+ "non_null": false
759
+ },
760
+ "varName": "ref"
761
+ }
762
+ },
763
+ "interfaces": null,
764
+ "kind": "INPUT_OBJECT",
765
+ "name": "PolicySectionPositionInput",
766
+ "possibleTypes": null
767
+ },
768
+ "indexType": "input_object",
769
+ "kind": [
770
+ "INPUT_OBJECT"
771
+ ],
772
+ "name": "PolicySectionPositionInput",
773
+ "non_null": false
774
+ },
775
+ "varName": "policySectionPositionInput"
776
+ }
777
+ },
778
+ "interfaces": null,
779
+ "kind": "INPUT_OBJECT",
780
+ "name": "PolicyMoveSectionInput",
781
+ "possibleTypes": null
782
+ },
783
+ "indexType": "input_object",
784
+ "kind": [
785
+ "NON_NULL",
786
+ "INPUT_OBJECT"
787
+ ],
788
+ "name": "PolicyMoveSectionInput",
789
+ "non_null": false
790
+ },
791
+ "varName": "policyMoveSectionInput"
792
+ }
793
+ },
794
+ "deprecationReason": null,
795
+ "description": "Move a section to a new position within the policy.\nThe section will be anchored in the new position, i.e. other admins will not be able to move it, or reference it when moving other sections, until the modified policy revision is published.",
796
+ "id_str": "remotePortFwd___moveSection",
797
+ "isDeprecated": false,
798
+ "name": "moveSection",
799
+ "path": "remotePortFwd.moveSection",
800
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
801
+ "required": true,
802
+ "responseStr": "moveSection:$policySectionMutationPayload ",
803
+ "type": {
804
+ "definition": {
805
+ "description": null,
806
+ "enumValues": null,
807
+ "fields": {
808
+ "errors": {
809
+ "alias": "policyMutationErrorErrors: errors",
810
+ "args": {},
811
+ "deprecationReason": null,
812
+ "description": null,
813
+ "id_str": "remotePortFwd___moveSection___errors",
814
+ "isDeprecated": false,
815
+ "name": "errors",
816
+ "path": "remotePortFwd.moveSection.errors",
817
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
818
+ "required": true,
819
+ "responseStr": "errors:$policyMutationError ",
820
+ "type": {
821
+ "definition": {
822
+ "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\"",
823
+ "enumValues": null,
824
+ "fields": {
825
+ "errorCode": {
826
+ "args": {},
827
+ "deprecationReason": null,
828
+ "description": null,
829
+ "id_str": "remotePortFwd___moveSection___errors___errorCode",
830
+ "isDeprecated": false,
831
+ "name": "errorCode",
832
+ "path": "remotePortFwd.moveSection.errors.errorCode",
833
+ "requestStr": "$errorCode:String ",
834
+ "required": false,
835
+ "responseStr": "errorCode:$errorCode ",
836
+ "type": {
837
+ "kind": [
838
+ "SCALAR"
839
+ ],
840
+ "name": "String",
841
+ "non_null": false
842
+ },
843
+ "varName": "errorCode"
844
+ },
845
+ "errorMessage": {
846
+ "args": {},
847
+ "deprecationReason": null,
848
+ "description": null,
849
+ "id_str": "remotePortFwd___moveSection___errors___errorMessage",
850
+ "isDeprecated": false,
851
+ "name": "errorMessage",
852
+ "path": "remotePortFwd.moveSection.errors.errorMessage",
853
+ "requestStr": "$errorMessage:String ",
854
+ "required": false,
855
+ "responseStr": "errorMessage:$errorMessage ",
856
+ "type": {
857
+ "kind": [
858
+ "SCALAR"
859
+ ],
860
+ "name": "String",
861
+ "non_null": false
862
+ },
863
+ "varName": "errorMessage"
864
+ }
865
+ },
866
+ "inputFields": null,
867
+ "interfaces": {},
868
+ "kind": "OBJECT",
869
+ "name": "PolicyMutationError",
870
+ "possibleTypes": null
871
+ },
872
+ "indexType": "object",
873
+ "kind": [
874
+ "NON_NULL",
875
+ "LIST",
876
+ "NON_NULL",
877
+ "OBJECT"
878
+ ],
879
+ "name": "PolicyMutationError",
880
+ "non_null": false
881
+ },
882
+ "varName": "policyMutationError"
883
+ },
884
+ "section": {
885
+ "alias": "policySectionPayloadSection: section",
886
+ "args": {},
887
+ "deprecationReason": null,
888
+ "description": null,
889
+ "id_str": "remotePortFwd___moveSection___section",
890
+ "isDeprecated": false,
891
+ "name": "section",
892
+ "path": "remotePortFwd.moveSection.section",
893
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
894
+ "required": false,
895
+ "responseStr": "section:$policySectionPayload ",
896
+ "type": {
897
+ "definition": {
898
+ "description": null,
899
+ "enumValues": null,
900
+ "fields": {
901
+ "audit": {
902
+ "args": {},
903
+ "deprecationReason": null,
904
+ "description": null,
905
+ "id_str": "remotePortFwd___moveSection___section___audit",
906
+ "isDeprecated": false,
907
+ "name": "audit",
908
+ "path": "remotePortFwd.moveSection.section.audit",
909
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
910
+ "required": true,
911
+ "responseStr": "audit:$policyElementAudit ",
912
+ "type": {
913
+ "definition": {
914
+ "description": null,
915
+ "enumValues": null,
916
+ "fields": {
917
+ "updatedBy": {
918
+ "args": {},
919
+ "deprecationReason": null,
920
+ "description": "The admin, or the API-key, that performed the last update",
921
+ "id_str": "remotePortFwd___moveSection___section___audit___updatedBy",
922
+ "isDeprecated": false,
923
+ "name": "updatedBy",
924
+ "path": "remotePortFwd.moveSection.section.audit.updatedBy",
925
+ "requestStr": "$updatedBy:String! ",
926
+ "required": true,
927
+ "responseStr": "updatedBy:$updatedBy ",
928
+ "type": {
929
+ "kind": [
930
+ "NON_NULL",
931
+ "SCALAR"
932
+ ],
933
+ "name": "String",
934
+ "non_null": false
935
+ },
936
+ "varName": "updatedBy"
937
+ },
938
+ "updatedTime": {
939
+ "args": {},
940
+ "deprecationReason": null,
941
+ "description": "The last date and time the rule was updated",
942
+ "id_str": "remotePortFwd___moveSection___section___audit___updatedTime",
943
+ "isDeprecated": false,
944
+ "name": "updatedTime",
945
+ "path": "remotePortFwd.moveSection.section.audit.updatedTime",
946
+ "requestStr": "$updatedTime:DateTime! ",
947
+ "required": true,
948
+ "responseStr": "updatedTime:$updatedTime ",
949
+ "type": {
950
+ "kind": [
951
+ "NON_NULL",
952
+ "SCALAR"
953
+ ],
954
+ "name": "DateTime",
955
+ "non_null": false
956
+ },
957
+ "varName": "updatedTime"
958
+ }
959
+ },
960
+ "inputFields": null,
961
+ "interfaces": {},
962
+ "kind": "OBJECT",
963
+ "name": "PolicyElementAudit",
964
+ "possibleTypes": null
965
+ },
966
+ "indexType": "object",
967
+ "kind": [
968
+ "NON_NULL",
969
+ "OBJECT"
970
+ ],
971
+ "name": "PolicyElementAudit",
972
+ "non_null": false
973
+ },
974
+ "varName": "policyElementAudit"
975
+ },
976
+ "properties": {
977
+ "args": {},
978
+ "deprecationReason": null,
979
+ "description": null,
980
+ "id_str": "remotePortFwd___moveSection___section___properties",
981
+ "isDeprecated": false,
982
+ "name": "properties",
983
+ "path": "remotePortFwd.moveSection.section.properties",
984
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
985
+ "required": true,
986
+ "responseStr": "properties:$properties ",
987
+ "type": {
988
+ "definition": {
989
+ "description": "Attributes describing the rule state or type",
990
+ "enumValues": [
991
+ {
992
+ "deprecationReason": null,
993
+ "description": "New (added) rule",
994
+ "isDeprecated": false,
995
+ "name": "ADDED"
996
+ },
997
+ {
998
+ "deprecationReason": null,
999
+ "description": "Updated (modified) existing rule",
1000
+ "isDeprecated": false,
1001
+ "name": "UPDATED"
1002
+ },
1003
+ {
1004
+ "deprecationReason": null,
1005
+ "description": "Removed (deleted) rule",
1006
+ "isDeprecated": false,
1007
+ "name": "REMOVED"
1008
+ },
1009
+ {
1010
+ "deprecationReason": null,
1011
+ "description": "A rule moved to a different position",
1012
+ "isDeprecated": false,
1013
+ "name": "MOVED"
1014
+ },
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": "A rule locked for changes by other admins",
1018
+ "isDeprecated": false,
1019
+ "name": "LOCKED"
1020
+ },
1021
+ {
1022
+ "deprecationReason": null,
1023
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1024
+ "isDeprecated": false,
1025
+ "name": "ANCHORED"
1026
+ },
1027
+ {
1028
+ "deprecationReason": null,
1029
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1030
+ "isDeprecated": false,
1031
+ "name": "SYSTEM"
1032
+ }
1033
+ ],
1034
+ "fields": null,
1035
+ "inputFields": null,
1036
+ "interfaces": null,
1037
+ "kind": "ENUM",
1038
+ "name": "PolicyElementPropertiesEnum",
1039
+ "possibleTypes": null
1040
+ },
1041
+ "indexType": "enum",
1042
+ "kind": [
1043
+ "NON_NULL",
1044
+ "LIST",
1045
+ "NON_NULL",
1046
+ "ENUM"
1047
+ ],
1048
+ "name": "PolicyElementPropertiesEnum",
1049
+ "non_null": false
1050
+ },
1051
+ "varName": "properties"
1052
+ },
1053
+ "section": {
1054
+ "args": {},
1055
+ "deprecationReason": null,
1056
+ "description": null,
1057
+ "id_str": "remotePortFwd___moveSection___section___section",
1058
+ "isDeprecated": false,
1059
+ "name": "section",
1060
+ "path": "remotePortFwd.moveSection.section.section",
1061
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1062
+ "required": true,
1063
+ "responseStr": "section:$policySectionInfo ",
1064
+ "type": {
1065
+ "definition": {
1066
+ "description": "Define settings for a policy section",
1067
+ "enumValues": null,
1068
+ "fields": {
1069
+ "id": {
1070
+ "args": {},
1071
+ "deprecationReason": null,
1072
+ "description": null,
1073
+ "id_str": "remotePortFwd___moveSection___section___section___id",
1074
+ "isDeprecated": false,
1075
+ "name": "id",
1076
+ "path": "remotePortFwd.moveSection.section.section.id",
1077
+ "requestStr": "$id:ID! ",
1078
+ "required": true,
1079
+ "responseStr": "id:$id ",
1080
+ "type": {
1081
+ "kind": [
1082
+ "NON_NULL",
1083
+ "SCALAR"
1084
+ ],
1085
+ "name": "ID",
1086
+ "non_null": false
1087
+ },
1088
+ "varName": "id"
1089
+ },
1090
+ "name": {
1091
+ "args": {},
1092
+ "deprecationReason": null,
1093
+ "description": null,
1094
+ "id_str": "remotePortFwd___moveSection___section___section___name",
1095
+ "isDeprecated": false,
1096
+ "name": "name",
1097
+ "path": "remotePortFwd.moveSection.section.section.name",
1098
+ "requestStr": "$name:String! ",
1099
+ "required": true,
1100
+ "responseStr": "name:$name ",
1101
+ "type": {
1102
+ "kind": [
1103
+ "NON_NULL",
1104
+ "SCALAR"
1105
+ ],
1106
+ "name": "String",
1107
+ "non_null": false
1108
+ },
1109
+ "varName": "name"
1110
+ }
1111
+ },
1112
+ "inputFields": null,
1113
+ "interfaces": {},
1114
+ "kind": "OBJECT",
1115
+ "name": "PolicySectionInfo",
1116
+ "possibleTypes": null
1117
+ },
1118
+ "indexType": "object",
1119
+ "kind": [
1120
+ "NON_NULL",
1121
+ "OBJECT"
1122
+ ],
1123
+ "name": "PolicySectionInfo",
1124
+ "non_null": false
1125
+ },
1126
+ "varName": "policySectionInfo"
1127
+ }
1128
+ },
1129
+ "inputFields": null,
1130
+ "interfaces": {},
1131
+ "kind": "OBJECT",
1132
+ "name": "PolicySectionPayload",
1133
+ "possibleTypes": null
1134
+ },
1135
+ "indexType": "object",
1136
+ "kind": [
1137
+ "OBJECT"
1138
+ ],
1139
+ "name": "PolicySectionPayload",
1140
+ "non_null": false
1141
+ },
1142
+ "varName": "policySectionPayload"
1143
+ },
1144
+ "status": {
1145
+ "alias": "policyMutationStatusStatus: status",
1146
+ "args": {},
1147
+ "deprecationReason": null,
1148
+ "description": null,
1149
+ "id_str": "remotePortFwd___moveSection___status",
1150
+ "isDeprecated": false,
1151
+ "name": "status",
1152
+ "path": "remotePortFwd.moveSection.status",
1153
+ "requestStr": "$status:PolicyMutationStatus! ",
1154
+ "required": true,
1155
+ "responseStr": "status:$status ",
1156
+ "type": {
1157
+ "definition": {
1158
+ "description": "Enum for the status of a policy mutation",
1159
+ "enumValues": [
1160
+ {
1161
+ "deprecationReason": null,
1162
+ "description": null,
1163
+ "isDeprecated": false,
1164
+ "name": "SUCCESS"
1165
+ },
1166
+ {
1167
+ "deprecationReason": null,
1168
+ "description": null,
1169
+ "isDeprecated": false,
1170
+ "name": "FAILURE"
1171
+ }
1172
+ ],
1173
+ "fields": null,
1174
+ "inputFields": null,
1175
+ "interfaces": null,
1176
+ "kind": "ENUM",
1177
+ "name": "PolicyMutationStatus",
1178
+ "possibleTypes": null
1179
+ },
1180
+ "indexType": "enum",
1181
+ "kind": [
1182
+ "NON_NULL",
1183
+ "ENUM"
1184
+ ],
1185
+ "name": "PolicyMutationStatus",
1186
+ "non_null": false
1187
+ },
1188
+ "varName": "status"
1189
+ }
1190
+ },
1191
+ "inputFields": null,
1192
+ "interfaces": {},
1193
+ "kind": "OBJECT",
1194
+ "name": "PolicySectionMutationPayload",
1195
+ "possibleTypes": null
1196
+ },
1197
+ "indexType": "object",
1198
+ "kind": [
1199
+ "NON_NULL",
1200
+ "OBJECT"
1201
+ ],
1202
+ "name": "PolicySectionMutationPayload",
1203
+ "non_null": false
1204
+ },
1205
+ "varName": "policySectionMutationPayload"
1206
+ }
1207
+ },
1208
+ "inputFields": null,
1209
+ "interfaces": {},
1210
+ "kind": "OBJECT",
1211
+ "name": "RemotePortFwdPolicyMutations",
1212
+ "possibleTypes": null
1213
+ },
1214
+ "indexType": "object",
1215
+ "kind": [
1216
+ "OBJECT"
1217
+ ],
1218
+ "name": "RemotePortFwdPolicyMutations",
1219
+ "non_null": false
1220
+ },
1221
+ "varName": "remotePortFwdPolicyMutations"
1222
+ }
1223
+ },
1224
+ "inputFields": null,
1225
+ "interfaces": [],
1226
+ "kind": "OBJECT",
1227
+ "name": "PolicyMutations",
1228
+ "possibleTypes": null
1229
+ },
1230
+ "indexType": "object",
1231
+ "kind": [
1232
+ "OBJECT"
1233
+ ],
1234
+ "name": "PolicyMutations",
1235
+ "non_null": false
1236
+ },
1237
+ "variablesPayload": {
1238
+ "policyMoveSectionInput": {
1239
+ "id": {
1240
+ "id": "ID"
1241
+ },
1242
+ "policySectionPositionInput": {
1243
+ "position": {
1244
+ "position": "enum(PolicySectionPositionEnum)"
1245
+ },
1246
+ "ref": {
1247
+ "ref": "ID"
1248
+ }
1249
+ }
1250
+ },
1251
+ "remotePortFwdPolicyMutationInput": {
1252
+ "policyMutationRevisionInput": {
1253
+ "id": {
1254
+ "id": "ID"
1255
+ }
1256
+ }
1257
+ }
1258
+ }
1259
+ }