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,1111 @@
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
+ "remotePortFwd": {
25
+ "args": {
26
+ "remotePortFwd___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "remotePortFwd___input",
30
+ "name": "input",
31
+ "path": "remotePortFwd.input",
32
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
33
+ "required": false,
34
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "revision": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "remotePortFwd___input___revision",
45
+ "name": "revision",
46
+ "path": "remotePortFwd.input.revision",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
+ "required": false,
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "id": {
57
+ "defaultValue": null,
58
+ "description": null,
59
+ "id_str": "remotePortFwd___input___revision___id",
60
+ "name": "id",
61
+ "path": "remotePortFwd.input.revision.id",
62
+ "requestStr": "$id:ID ",
63
+ "required": false,
64
+ "responseStr": "id:$id ",
65
+ "type": {
66
+ "kind": [
67
+ "SCALAR"
68
+ ],
69
+ "name": "ID",
70
+ "non_null": false
71
+ },
72
+ "varName": "id"
73
+ }
74
+ },
75
+ "interfaces": null,
76
+ "kind": "INPUT_OBJECT",
77
+ "name": "PolicyMutationRevisionInput",
78
+ "possibleTypes": null
79
+ },
80
+ "indexType": "input_object",
81
+ "kind": [
82
+ "INPUT_OBJECT"
83
+ ],
84
+ "name": "PolicyMutationRevisionInput",
85
+ "non_null": false
86
+ },
87
+ "varName": "policyMutationRevisionInput"
88
+ }
89
+ },
90
+ "interfaces": null,
91
+ "kind": "INPUT_OBJECT",
92
+ "name": "RemotePortFwdPolicyMutationInput",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "input_object",
96
+ "kind": [
97
+ "INPUT_OBJECT"
98
+ ],
99
+ "name": "RemotePortFwdPolicyMutationInput",
100
+ "non_null": false
101
+ },
102
+ "varName": "remotePortFwdPolicyMutationInput"
103
+ }
104
+ },
105
+ "deprecationReason": null,
106
+ "description": null,
107
+ "isDeprecated": false,
108
+ "name": "remotePortFwd",
109
+ "type": {
110
+ "kind": "OBJECT",
111
+ "name": "RemotePortFwdPolicyMutations",
112
+ "ofType": null
113
+ }
114
+ },
115
+ "updateSection": {
116
+ "args": {
117
+ "updateSection___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "updateSection___input",
121
+ "name": "input",
122
+ "path": "updateSection.input",
123
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$policyUpdateSectionInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "id": {
133
+ "defaultValue": null,
134
+ "description": null,
135
+ "id_str": "updateSection___input___id",
136
+ "name": "id",
137
+ "path": "updateSection.input.id",
138
+ "requestStr": "$id:ID! ",
139
+ "required": true,
140
+ "responseStr": "id:$id ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "ID",
147
+ "non_null": false
148
+ },
149
+ "varName": "id"
150
+ },
151
+ "section": {
152
+ "defaultValue": null,
153
+ "description": null,
154
+ "id_str": "updateSection___input___section",
155
+ "name": "section",
156
+ "path": "updateSection.input.section",
157
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
158
+ "required": true,
159
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
160
+ "type": {
161
+ "definition": {
162
+ "description": null,
163
+ "enumValues": null,
164
+ "fields": null,
165
+ "inputFields": {
166
+ "name": {
167
+ "defaultValue": null,
168
+ "description": null,
169
+ "id_str": "updateSection___input___section___name",
170
+ "name": "name",
171
+ "path": "updateSection.input.section.name",
172
+ "requestStr": "$name:String ",
173
+ "required": false,
174
+ "responseStr": "name:$name ",
175
+ "type": {
176
+ "kind": [
177
+ "SCALAR"
178
+ ],
179
+ "name": "String",
180
+ "non_null": false
181
+ },
182
+ "varName": "name"
183
+ }
184
+ },
185
+ "interfaces": null,
186
+ "kind": "INPUT_OBJECT",
187
+ "name": "PolicyUpdateSectionInfoInput",
188
+ "possibleTypes": null
189
+ },
190
+ "indexType": "input_object",
191
+ "kind": [
192
+ "NON_NULL",
193
+ "INPUT_OBJECT"
194
+ ],
195
+ "name": "PolicyUpdateSectionInfoInput",
196
+ "non_null": false
197
+ },
198
+ "varName": "policyUpdateSectionInfoInput"
199
+ }
200
+ },
201
+ "interfaces": null,
202
+ "kind": "INPUT_OBJECT",
203
+ "name": "PolicyUpdateSectionInput",
204
+ "possibleTypes": null
205
+ },
206
+ "indexType": "input_object",
207
+ "kind": [
208
+ "NON_NULL",
209
+ "INPUT_OBJECT"
210
+ ],
211
+ "name": "PolicyUpdateSectionInput",
212
+ "non_null": false
213
+ },
214
+ "varName": "policyUpdateSectionInput"
215
+ }
216
+ },
217
+ "deprecationReason": null,
218
+ "description": "Update policy section attributes",
219
+ "isDeprecated": false,
220
+ "name": "updateSection",
221
+ "type": {
222
+ "kind": "NON_NULL",
223
+ "name": null,
224
+ "ofType": {
225
+ "kind": "OBJECT",
226
+ "name": "PolicySectionMutationPayload",
227
+ "ofType": null
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "deprecationReason": null,
233
+ "description": null,
234
+ "fieldTypes": {
235
+ "PolicyElementAudit": true,
236
+ "PolicyElementPropertiesEnum": true,
237
+ "PolicyMutationError": true,
238
+ "PolicyMutationRevisionInput": true,
239
+ "PolicyMutationStatus": true,
240
+ "PolicySectionInfo": true,
241
+ "PolicySectionMutationPayload": true,
242
+ "PolicySectionPayload": true,
243
+ "PolicyUpdateSectionInfoInput": true,
244
+ "RemotePortFwdPolicyMutations": true
245
+ },
246
+ "isDeprecated": false,
247
+ "name": "policy",
248
+ "operationArgs": {
249
+ "accountId": {
250
+ "defaultValue": null,
251
+ "description": null,
252
+ "id_str": "accountId",
253
+ "name": "accountId",
254
+ "path": "accountId",
255
+ "requestStr": "$accountId:ID! ",
256
+ "required": true,
257
+ "responseStr": "accountId:$accountId ",
258
+ "type": {
259
+ "kind": [
260
+ "NON_NULL",
261
+ "SCALAR"
262
+ ],
263
+ "name": "ID",
264
+ "non_null": false
265
+ },
266
+ "varName": "accountId"
267
+ },
268
+ "policyUpdateSectionInput": {
269
+ "defaultValue": null,
270
+ "description": null,
271
+ "id_str": "updateSection___input",
272
+ "name": "input",
273
+ "path": "updateSection.input",
274
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
275
+ "required": true,
276
+ "responseStr": "input:$policyUpdateSectionInput ",
277
+ "type": {
278
+ "definition": {
279
+ "description": null,
280
+ "enumValues": null,
281
+ "fields": null,
282
+ "inputFields": {
283
+ "id": {
284
+ "defaultValue": null,
285
+ "description": null,
286
+ "id_str": "updateSection___input___id",
287
+ "name": "id",
288
+ "path": "updateSection.input.id",
289
+ "requestStr": "$id:ID! ",
290
+ "required": true,
291
+ "responseStr": "id:$id ",
292
+ "type": {
293
+ "kind": [
294
+ "NON_NULL",
295
+ "SCALAR"
296
+ ],
297
+ "name": "ID",
298
+ "non_null": false
299
+ },
300
+ "varName": "id"
301
+ },
302
+ "section": {
303
+ "defaultValue": null,
304
+ "description": null,
305
+ "id_str": "updateSection___input___section",
306
+ "name": "section",
307
+ "path": "updateSection.input.section",
308
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
309
+ "required": true,
310
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
311
+ "type": {
312
+ "definition": {
313
+ "description": null,
314
+ "enumValues": null,
315
+ "fields": null,
316
+ "inputFields": {
317
+ "name": {
318
+ "defaultValue": null,
319
+ "description": null,
320
+ "id_str": "updateSection___input___section___name",
321
+ "name": "name",
322
+ "path": "updateSection.input.section.name",
323
+ "requestStr": "$name:String ",
324
+ "required": false,
325
+ "responseStr": "name:$name ",
326
+ "type": {
327
+ "kind": [
328
+ "SCALAR"
329
+ ],
330
+ "name": "String",
331
+ "non_null": false
332
+ },
333
+ "varName": "name"
334
+ }
335
+ },
336
+ "interfaces": null,
337
+ "kind": "INPUT_OBJECT",
338
+ "name": "PolicyUpdateSectionInfoInput",
339
+ "possibleTypes": null
340
+ },
341
+ "indexType": "input_object",
342
+ "kind": [
343
+ "NON_NULL",
344
+ "INPUT_OBJECT"
345
+ ],
346
+ "name": "PolicyUpdateSectionInfoInput",
347
+ "non_null": false
348
+ },
349
+ "varName": "policyUpdateSectionInfoInput"
350
+ }
351
+ },
352
+ "interfaces": null,
353
+ "kind": "INPUT_OBJECT",
354
+ "name": "PolicyUpdateSectionInput",
355
+ "possibleTypes": null
356
+ },
357
+ "indexType": "input_object",
358
+ "kind": [
359
+ "NON_NULL",
360
+ "INPUT_OBJECT"
361
+ ],
362
+ "name": "PolicyUpdateSectionInput",
363
+ "non_null": false
364
+ },
365
+ "varName": "policyUpdateSectionInput"
366
+ },
367
+ "remotePortFwdPolicyMutationInput": {
368
+ "defaultValue": null,
369
+ "description": null,
370
+ "id_str": "remotePortFwd___input",
371
+ "name": "input",
372
+ "path": "remotePortFwd.input",
373
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
374
+ "required": false,
375
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
376
+ "type": {
377
+ "definition": {
378
+ "description": null,
379
+ "enumValues": null,
380
+ "fields": null,
381
+ "inputFields": {
382
+ "revision": {
383
+ "defaultValue": null,
384
+ "description": null,
385
+ "id_str": "remotePortFwd___input___revision",
386
+ "name": "revision",
387
+ "path": "remotePortFwd.input.revision",
388
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
389
+ "required": false,
390
+ "responseStr": "revision:$policyMutationRevisionInput ",
391
+ "type": {
392
+ "definition": {
393
+ "description": null,
394
+ "enumValues": null,
395
+ "fields": null,
396
+ "inputFields": {
397
+ "id": {
398
+ "defaultValue": null,
399
+ "description": null,
400
+ "id_str": "remotePortFwd___input___revision___id",
401
+ "name": "id",
402
+ "path": "remotePortFwd.input.revision.id",
403
+ "requestStr": "$id:ID ",
404
+ "required": false,
405
+ "responseStr": "id:$id ",
406
+ "type": {
407
+ "kind": [
408
+ "SCALAR"
409
+ ],
410
+ "name": "ID",
411
+ "non_null": false
412
+ },
413
+ "varName": "id"
414
+ }
415
+ },
416
+ "interfaces": null,
417
+ "kind": "INPUT_OBJECT",
418
+ "name": "PolicyMutationRevisionInput",
419
+ "possibleTypes": null
420
+ },
421
+ "indexType": "input_object",
422
+ "kind": [
423
+ "INPUT_OBJECT"
424
+ ],
425
+ "name": "PolicyMutationRevisionInput",
426
+ "non_null": false
427
+ },
428
+ "varName": "policyMutationRevisionInput"
429
+ }
430
+ },
431
+ "interfaces": null,
432
+ "kind": "INPUT_OBJECT",
433
+ "name": "RemotePortFwdPolicyMutationInput",
434
+ "possibleTypes": null
435
+ },
436
+ "indexType": "input_object",
437
+ "kind": [
438
+ "INPUT_OBJECT"
439
+ ],
440
+ "name": "RemotePortFwdPolicyMutationInput",
441
+ "non_null": false
442
+ },
443
+ "varName": "remotePortFwdPolicyMutationInput"
444
+ }
445
+ },
446
+ "path": "mutation.policy.remotePortFwd.updateSection",
447
+ "type": {
448
+ "definition": {
449
+ "description": "Policies that can be configured with mutation APIs.",
450
+ "enumValues": null,
451
+ "fields": {
452
+ "remotePortFwd": {
453
+ "args": {
454
+ "remotePortFwd___input": {
455
+ "defaultValue": null,
456
+ "description": null,
457
+ "id_str": "remotePortFwd___input",
458
+ "name": "input",
459
+ "path": "remotePortFwd.input",
460
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
461
+ "required": false,
462
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
463
+ "type": {
464
+ "definition": {
465
+ "description": null,
466
+ "enumValues": null,
467
+ "fields": null,
468
+ "inputFields": {
469
+ "revision": {
470
+ "defaultValue": null,
471
+ "description": null,
472
+ "id_str": "remotePortFwd___input___revision",
473
+ "name": "revision",
474
+ "path": "remotePortFwd.input.revision",
475
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
476
+ "required": false,
477
+ "responseStr": "revision:$policyMutationRevisionInput ",
478
+ "type": {
479
+ "definition": {
480
+ "description": null,
481
+ "enumValues": null,
482
+ "fields": null,
483
+ "inputFields": {
484
+ "id": {
485
+ "defaultValue": null,
486
+ "description": null,
487
+ "id_str": "remotePortFwd___input___revision___id",
488
+ "name": "id",
489
+ "path": "remotePortFwd.input.revision.id",
490
+ "requestStr": "$id:ID ",
491
+ "required": false,
492
+ "responseStr": "id:$id ",
493
+ "type": {
494
+ "kind": [
495
+ "SCALAR"
496
+ ],
497
+ "name": "ID",
498
+ "non_null": false
499
+ },
500
+ "varName": "id"
501
+ }
502
+ },
503
+ "interfaces": null,
504
+ "kind": "INPUT_OBJECT",
505
+ "name": "PolicyMutationRevisionInput",
506
+ "possibleTypes": null
507
+ },
508
+ "indexType": "input_object",
509
+ "kind": [
510
+ "INPUT_OBJECT"
511
+ ],
512
+ "name": "PolicyMutationRevisionInput",
513
+ "non_null": false
514
+ },
515
+ "varName": "policyMutationRevisionInput"
516
+ }
517
+ },
518
+ "interfaces": null,
519
+ "kind": "INPUT_OBJECT",
520
+ "name": "RemotePortFwdPolicyMutationInput",
521
+ "possibleTypes": null
522
+ },
523
+ "indexType": "input_object",
524
+ "kind": [
525
+ "INPUT_OBJECT"
526
+ ],
527
+ "name": "RemotePortFwdPolicyMutationInput",
528
+ "non_null": false
529
+ },
530
+ "varName": "remotePortFwdPolicyMutationInput"
531
+ }
532
+ },
533
+ "deprecationReason": null,
534
+ "description": null,
535
+ "id_str": "remotePortFwd",
536
+ "isDeprecated": false,
537
+ "name": "remotePortFwd",
538
+ "path": "remotePortFwd",
539
+ "requestStr": "$remotePortFwdPolicyMutations:RemotePortFwdPolicyMutations ",
540
+ "required": false,
541
+ "responseStr": "remotePortFwd:$remotePortFwdPolicyMutations ",
542
+ "type": {
543
+ "definition": {
544
+ "description": "The Remote Port Forwarding Policy information returned to the caller in the API response.",
545
+ "enumValues": null,
546
+ "fields": {
547
+ "updateSection": {
548
+ "args": {
549
+ "updateSection___input": {
550
+ "defaultValue": null,
551
+ "description": null,
552
+ "id_str": "updateSection___input",
553
+ "name": "input",
554
+ "path": "updateSection.input",
555
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
556
+ "required": true,
557
+ "responseStr": "input:$policyUpdateSectionInput ",
558
+ "type": {
559
+ "definition": {
560
+ "description": null,
561
+ "enumValues": null,
562
+ "fields": null,
563
+ "inputFields": {
564
+ "id": {
565
+ "defaultValue": null,
566
+ "description": null,
567
+ "id_str": "updateSection___input___id",
568
+ "name": "id",
569
+ "path": "updateSection.input.id",
570
+ "requestStr": "$id:ID! ",
571
+ "required": true,
572
+ "responseStr": "id:$id ",
573
+ "type": {
574
+ "kind": [
575
+ "NON_NULL",
576
+ "SCALAR"
577
+ ],
578
+ "name": "ID",
579
+ "non_null": false
580
+ },
581
+ "varName": "id"
582
+ },
583
+ "section": {
584
+ "defaultValue": null,
585
+ "description": null,
586
+ "id_str": "updateSection___input___section",
587
+ "name": "section",
588
+ "path": "updateSection.input.section",
589
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
590
+ "required": true,
591
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
592
+ "type": {
593
+ "definition": {
594
+ "description": null,
595
+ "enumValues": null,
596
+ "fields": null,
597
+ "inputFields": {
598
+ "name": {
599
+ "defaultValue": null,
600
+ "description": null,
601
+ "id_str": "updateSection___input___section___name",
602
+ "name": "name",
603
+ "path": "updateSection.input.section.name",
604
+ "requestStr": "$name:String ",
605
+ "required": false,
606
+ "responseStr": "name:$name ",
607
+ "type": {
608
+ "kind": [
609
+ "SCALAR"
610
+ ],
611
+ "name": "String",
612
+ "non_null": false
613
+ },
614
+ "varName": "name"
615
+ }
616
+ },
617
+ "interfaces": null,
618
+ "kind": "INPUT_OBJECT",
619
+ "name": "PolicyUpdateSectionInfoInput",
620
+ "possibleTypes": null
621
+ },
622
+ "indexType": "input_object",
623
+ "kind": [
624
+ "NON_NULL",
625
+ "INPUT_OBJECT"
626
+ ],
627
+ "name": "PolicyUpdateSectionInfoInput",
628
+ "non_null": false
629
+ },
630
+ "varName": "policyUpdateSectionInfoInput"
631
+ }
632
+ },
633
+ "interfaces": null,
634
+ "kind": "INPUT_OBJECT",
635
+ "name": "PolicyUpdateSectionInput",
636
+ "possibleTypes": null
637
+ },
638
+ "indexType": "input_object",
639
+ "kind": [
640
+ "NON_NULL",
641
+ "INPUT_OBJECT"
642
+ ],
643
+ "name": "PolicyUpdateSectionInput",
644
+ "non_null": false
645
+ },
646
+ "varName": "policyUpdateSectionInput"
647
+ }
648
+ },
649
+ "deprecationReason": null,
650
+ "description": "Update policy section attributes",
651
+ "id_str": "remotePortFwd___updateSection",
652
+ "isDeprecated": false,
653
+ "name": "updateSection",
654
+ "path": "remotePortFwd.updateSection",
655
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
656
+ "required": true,
657
+ "responseStr": "updateSection:$policySectionMutationPayload ",
658
+ "type": {
659
+ "definition": {
660
+ "description": null,
661
+ "enumValues": null,
662
+ "fields": {
663
+ "errors": {
664
+ "alias": "policyMutationErrorErrors: errors",
665
+ "args": {},
666
+ "deprecationReason": null,
667
+ "description": null,
668
+ "id_str": "remotePortFwd___updateSection___errors",
669
+ "isDeprecated": false,
670
+ "name": "errors",
671
+ "path": "remotePortFwd.updateSection.errors",
672
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
673
+ "required": true,
674
+ "responseStr": "errors:$policyMutationError ",
675
+ "type": {
676
+ "definition": {
677
+ "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\"",
678
+ "enumValues": null,
679
+ "fields": {
680
+ "errorCode": {
681
+ "args": {},
682
+ "deprecationReason": null,
683
+ "description": null,
684
+ "id_str": "remotePortFwd___updateSection___errors___errorCode",
685
+ "isDeprecated": false,
686
+ "name": "errorCode",
687
+ "path": "remotePortFwd.updateSection.errors.errorCode",
688
+ "requestStr": "$errorCode:String ",
689
+ "required": false,
690
+ "responseStr": "errorCode:$errorCode ",
691
+ "type": {
692
+ "kind": [
693
+ "SCALAR"
694
+ ],
695
+ "name": "String",
696
+ "non_null": false
697
+ },
698
+ "varName": "errorCode"
699
+ },
700
+ "errorMessage": {
701
+ "args": {},
702
+ "deprecationReason": null,
703
+ "description": null,
704
+ "id_str": "remotePortFwd___updateSection___errors___errorMessage",
705
+ "isDeprecated": false,
706
+ "name": "errorMessage",
707
+ "path": "remotePortFwd.updateSection.errors.errorMessage",
708
+ "requestStr": "$errorMessage:String ",
709
+ "required": false,
710
+ "responseStr": "errorMessage:$errorMessage ",
711
+ "type": {
712
+ "kind": [
713
+ "SCALAR"
714
+ ],
715
+ "name": "String",
716
+ "non_null": false
717
+ },
718
+ "varName": "errorMessage"
719
+ }
720
+ },
721
+ "inputFields": null,
722
+ "interfaces": {},
723
+ "kind": "OBJECT",
724
+ "name": "PolicyMutationError",
725
+ "possibleTypes": null
726
+ },
727
+ "indexType": "object",
728
+ "kind": [
729
+ "NON_NULL",
730
+ "LIST",
731
+ "NON_NULL",
732
+ "OBJECT"
733
+ ],
734
+ "name": "PolicyMutationError",
735
+ "non_null": false
736
+ },
737
+ "varName": "policyMutationError"
738
+ },
739
+ "section": {
740
+ "alias": "policySectionPayloadSection: section",
741
+ "args": {},
742
+ "deprecationReason": null,
743
+ "description": null,
744
+ "id_str": "remotePortFwd___updateSection___section",
745
+ "isDeprecated": false,
746
+ "name": "section",
747
+ "path": "remotePortFwd.updateSection.section",
748
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
749
+ "required": false,
750
+ "responseStr": "section:$policySectionPayload ",
751
+ "type": {
752
+ "definition": {
753
+ "description": null,
754
+ "enumValues": null,
755
+ "fields": {
756
+ "audit": {
757
+ "args": {},
758
+ "deprecationReason": null,
759
+ "description": null,
760
+ "id_str": "remotePortFwd___updateSection___section___audit",
761
+ "isDeprecated": false,
762
+ "name": "audit",
763
+ "path": "remotePortFwd.updateSection.section.audit",
764
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
765
+ "required": true,
766
+ "responseStr": "audit:$policyElementAudit ",
767
+ "type": {
768
+ "definition": {
769
+ "description": null,
770
+ "enumValues": null,
771
+ "fields": {
772
+ "updatedBy": {
773
+ "args": {},
774
+ "deprecationReason": null,
775
+ "description": "The admin, or the API-key, that performed the last update",
776
+ "id_str": "remotePortFwd___updateSection___section___audit___updatedBy",
777
+ "isDeprecated": false,
778
+ "name": "updatedBy",
779
+ "path": "remotePortFwd.updateSection.section.audit.updatedBy",
780
+ "requestStr": "$updatedBy:String! ",
781
+ "required": true,
782
+ "responseStr": "updatedBy:$updatedBy ",
783
+ "type": {
784
+ "kind": [
785
+ "NON_NULL",
786
+ "SCALAR"
787
+ ],
788
+ "name": "String",
789
+ "non_null": false
790
+ },
791
+ "varName": "updatedBy"
792
+ },
793
+ "updatedTime": {
794
+ "args": {},
795
+ "deprecationReason": null,
796
+ "description": "The last date and time the rule was updated",
797
+ "id_str": "remotePortFwd___updateSection___section___audit___updatedTime",
798
+ "isDeprecated": false,
799
+ "name": "updatedTime",
800
+ "path": "remotePortFwd.updateSection.section.audit.updatedTime",
801
+ "requestStr": "$updatedTime:DateTime! ",
802
+ "required": true,
803
+ "responseStr": "updatedTime:$updatedTime ",
804
+ "type": {
805
+ "kind": [
806
+ "NON_NULL",
807
+ "SCALAR"
808
+ ],
809
+ "name": "DateTime",
810
+ "non_null": false
811
+ },
812
+ "varName": "updatedTime"
813
+ }
814
+ },
815
+ "inputFields": null,
816
+ "interfaces": {},
817
+ "kind": "OBJECT",
818
+ "name": "PolicyElementAudit",
819
+ "possibleTypes": null
820
+ },
821
+ "indexType": "object",
822
+ "kind": [
823
+ "NON_NULL",
824
+ "OBJECT"
825
+ ],
826
+ "name": "PolicyElementAudit",
827
+ "non_null": false
828
+ },
829
+ "varName": "policyElementAudit"
830
+ },
831
+ "properties": {
832
+ "args": {},
833
+ "deprecationReason": null,
834
+ "description": null,
835
+ "id_str": "remotePortFwd___updateSection___section___properties",
836
+ "isDeprecated": false,
837
+ "name": "properties",
838
+ "path": "remotePortFwd.updateSection.section.properties",
839
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
840
+ "required": true,
841
+ "responseStr": "properties:$properties ",
842
+ "type": {
843
+ "definition": {
844
+ "description": "Attributes describing the rule state or type",
845
+ "enumValues": [
846
+ {
847
+ "deprecationReason": null,
848
+ "description": "New (added) rule",
849
+ "isDeprecated": false,
850
+ "name": "ADDED"
851
+ },
852
+ {
853
+ "deprecationReason": null,
854
+ "description": "Updated (modified) existing rule",
855
+ "isDeprecated": false,
856
+ "name": "UPDATED"
857
+ },
858
+ {
859
+ "deprecationReason": null,
860
+ "description": "Removed (deleted) rule",
861
+ "isDeprecated": false,
862
+ "name": "REMOVED"
863
+ },
864
+ {
865
+ "deprecationReason": null,
866
+ "description": "A rule moved to a different position",
867
+ "isDeprecated": false,
868
+ "name": "MOVED"
869
+ },
870
+ {
871
+ "deprecationReason": null,
872
+ "description": "A rule locked for changes by other admins",
873
+ "isDeprecated": false,
874
+ "name": "LOCKED"
875
+ },
876
+ {
877
+ "deprecationReason": null,
878
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
879
+ "isDeprecated": false,
880
+ "name": "ANCHORED"
881
+ },
882
+ {
883
+ "deprecationReason": null,
884
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
885
+ "isDeprecated": false,
886
+ "name": "SYSTEM"
887
+ }
888
+ ],
889
+ "fields": null,
890
+ "inputFields": null,
891
+ "interfaces": null,
892
+ "kind": "ENUM",
893
+ "name": "PolicyElementPropertiesEnum",
894
+ "possibleTypes": null
895
+ },
896
+ "indexType": "enum",
897
+ "kind": [
898
+ "NON_NULL",
899
+ "LIST",
900
+ "NON_NULL",
901
+ "ENUM"
902
+ ],
903
+ "name": "PolicyElementPropertiesEnum",
904
+ "non_null": false
905
+ },
906
+ "varName": "properties"
907
+ },
908
+ "section": {
909
+ "args": {},
910
+ "deprecationReason": null,
911
+ "description": null,
912
+ "id_str": "remotePortFwd___updateSection___section___section",
913
+ "isDeprecated": false,
914
+ "name": "section",
915
+ "path": "remotePortFwd.updateSection.section.section",
916
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
917
+ "required": true,
918
+ "responseStr": "section:$policySectionInfo ",
919
+ "type": {
920
+ "definition": {
921
+ "description": "Define settings for a policy section",
922
+ "enumValues": null,
923
+ "fields": {
924
+ "id": {
925
+ "args": {},
926
+ "deprecationReason": null,
927
+ "description": null,
928
+ "id_str": "remotePortFwd___updateSection___section___section___id",
929
+ "isDeprecated": false,
930
+ "name": "id",
931
+ "path": "remotePortFwd.updateSection.section.section.id",
932
+ "requestStr": "$id:ID! ",
933
+ "required": true,
934
+ "responseStr": "id:$id ",
935
+ "type": {
936
+ "kind": [
937
+ "NON_NULL",
938
+ "SCALAR"
939
+ ],
940
+ "name": "ID",
941
+ "non_null": false
942
+ },
943
+ "varName": "id"
944
+ },
945
+ "name": {
946
+ "args": {},
947
+ "deprecationReason": null,
948
+ "description": null,
949
+ "id_str": "remotePortFwd___updateSection___section___section___name",
950
+ "isDeprecated": false,
951
+ "name": "name",
952
+ "path": "remotePortFwd.updateSection.section.section.name",
953
+ "requestStr": "$name:String! ",
954
+ "required": true,
955
+ "responseStr": "name:$name ",
956
+ "type": {
957
+ "kind": [
958
+ "NON_NULL",
959
+ "SCALAR"
960
+ ],
961
+ "name": "String",
962
+ "non_null": false
963
+ },
964
+ "varName": "name"
965
+ }
966
+ },
967
+ "inputFields": null,
968
+ "interfaces": {},
969
+ "kind": "OBJECT",
970
+ "name": "PolicySectionInfo",
971
+ "possibleTypes": null
972
+ },
973
+ "indexType": "object",
974
+ "kind": [
975
+ "NON_NULL",
976
+ "OBJECT"
977
+ ],
978
+ "name": "PolicySectionInfo",
979
+ "non_null": false
980
+ },
981
+ "varName": "policySectionInfo"
982
+ }
983
+ },
984
+ "inputFields": null,
985
+ "interfaces": {},
986
+ "kind": "OBJECT",
987
+ "name": "PolicySectionPayload",
988
+ "possibleTypes": null
989
+ },
990
+ "indexType": "object",
991
+ "kind": [
992
+ "OBJECT"
993
+ ],
994
+ "name": "PolicySectionPayload",
995
+ "non_null": false
996
+ },
997
+ "varName": "policySectionPayload"
998
+ },
999
+ "status": {
1000
+ "alias": "policyMutationStatusStatus: status",
1001
+ "args": {},
1002
+ "deprecationReason": null,
1003
+ "description": null,
1004
+ "id_str": "remotePortFwd___updateSection___status",
1005
+ "isDeprecated": false,
1006
+ "name": "status",
1007
+ "path": "remotePortFwd.updateSection.status",
1008
+ "requestStr": "$status:PolicyMutationStatus! ",
1009
+ "required": true,
1010
+ "responseStr": "status:$status ",
1011
+ "type": {
1012
+ "definition": {
1013
+ "description": "Enum for the status of a policy mutation",
1014
+ "enumValues": [
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": null,
1018
+ "isDeprecated": false,
1019
+ "name": "SUCCESS"
1020
+ },
1021
+ {
1022
+ "deprecationReason": null,
1023
+ "description": null,
1024
+ "isDeprecated": false,
1025
+ "name": "FAILURE"
1026
+ }
1027
+ ],
1028
+ "fields": null,
1029
+ "inputFields": null,
1030
+ "interfaces": null,
1031
+ "kind": "ENUM",
1032
+ "name": "PolicyMutationStatus",
1033
+ "possibleTypes": null
1034
+ },
1035
+ "indexType": "enum",
1036
+ "kind": [
1037
+ "NON_NULL",
1038
+ "ENUM"
1039
+ ],
1040
+ "name": "PolicyMutationStatus",
1041
+ "non_null": false
1042
+ },
1043
+ "varName": "status"
1044
+ }
1045
+ },
1046
+ "inputFields": null,
1047
+ "interfaces": {},
1048
+ "kind": "OBJECT",
1049
+ "name": "PolicySectionMutationPayload",
1050
+ "possibleTypes": null
1051
+ },
1052
+ "indexType": "object",
1053
+ "kind": [
1054
+ "NON_NULL",
1055
+ "OBJECT"
1056
+ ],
1057
+ "name": "PolicySectionMutationPayload",
1058
+ "non_null": false
1059
+ },
1060
+ "varName": "policySectionMutationPayload"
1061
+ }
1062
+ },
1063
+ "inputFields": null,
1064
+ "interfaces": {},
1065
+ "kind": "OBJECT",
1066
+ "name": "RemotePortFwdPolicyMutations",
1067
+ "possibleTypes": null
1068
+ },
1069
+ "indexType": "object",
1070
+ "kind": [
1071
+ "OBJECT"
1072
+ ],
1073
+ "name": "RemotePortFwdPolicyMutations",
1074
+ "non_null": false
1075
+ },
1076
+ "varName": "remotePortFwdPolicyMutations"
1077
+ }
1078
+ },
1079
+ "inputFields": null,
1080
+ "interfaces": [],
1081
+ "kind": "OBJECT",
1082
+ "name": "PolicyMutations",
1083
+ "possibleTypes": null
1084
+ },
1085
+ "indexType": "object",
1086
+ "kind": [
1087
+ "OBJECT"
1088
+ ],
1089
+ "name": "PolicyMutations",
1090
+ "non_null": false
1091
+ },
1092
+ "variablesPayload": {
1093
+ "policyUpdateSectionInput": {
1094
+ "id": {
1095
+ "id": "ID"
1096
+ },
1097
+ "policyUpdateSectionInfoInput": {
1098
+ "name": {
1099
+ "name": "String"
1100
+ }
1101
+ }
1102
+ },
1103
+ "remotePortFwdPolicyMutationInput": {
1104
+ "policyMutationRevisionInput": {
1105
+ "id": {
1106
+ "id": "ID"
1107
+ }
1108
+ }
1109
+ }
1110
+ }
1111
+ }