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,2562 @@
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
+ "discardPolicyRevision": {
25
+ "args": {
26
+ "discardPolicyRevision___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "discardPolicyRevision___input",
30
+ "name": "input",
31
+ "path": "discardPolicyRevision.input",
32
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
33
+ "required": false,
34
+ "responseStr": "input:$policyDiscardRevisionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "discardPolicyRevision___input___id",
45
+ "name": "id",
46
+ "path": "discardPolicyRevision.input.id",
47
+ "requestStr": "$id:ID ",
48
+ "required": false,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "ID",
55
+ "non_null": false
56
+ },
57
+ "varName": "id"
58
+ }
59
+ },
60
+ "interfaces": null,
61
+ "kind": "INPUT_OBJECT",
62
+ "name": "PolicyDiscardRevisionInput",
63
+ "possibleTypes": null
64
+ },
65
+ "indexType": "input_object",
66
+ "kind": [
67
+ "INPUT_OBJECT"
68
+ ],
69
+ "name": "PolicyDiscardRevisionInput",
70
+ "non_null": false
71
+ },
72
+ "varName": "policyDiscardRevisionInput"
73
+ }
74
+ },
75
+ "deprecationReason": null,
76
+ "description": "Discard the policy revision. All changes in this revision are discarded and the revision is deleted.",
77
+ "isDeprecated": false,
78
+ "name": "discardPolicyRevision",
79
+ "type": {
80
+ "kind": "NON_NULL",
81
+ "name": null,
82
+ "ofType": {
83
+ "kind": "OBJECT",
84
+ "name": "RemotePortFwdPolicyMutationPayload",
85
+ "ofType": null
86
+ }
87
+ }
88
+ },
89
+ "remotePortFwd": {
90
+ "args": {
91
+ "remotePortFwd___input": {
92
+ "defaultValue": null,
93
+ "description": null,
94
+ "id_str": "remotePortFwd___input",
95
+ "name": "input",
96
+ "path": "remotePortFwd.input",
97
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
98
+ "required": false,
99
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
100
+ "type": {
101
+ "definition": {
102
+ "description": null,
103
+ "enumValues": null,
104
+ "fields": null,
105
+ "inputFields": {
106
+ "revision": {
107
+ "defaultValue": null,
108
+ "description": null,
109
+ "id_str": "remotePortFwd___input___revision",
110
+ "name": "revision",
111
+ "path": "remotePortFwd.input.revision",
112
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
113
+ "required": false,
114
+ "responseStr": "revision:$policyMutationRevisionInput ",
115
+ "type": {
116
+ "definition": {
117
+ "description": null,
118
+ "enumValues": null,
119
+ "fields": null,
120
+ "inputFields": {
121
+ "id": {
122
+ "defaultValue": null,
123
+ "description": null,
124
+ "id_str": "remotePortFwd___input___revision___id",
125
+ "name": "id",
126
+ "path": "remotePortFwd.input.revision.id",
127
+ "requestStr": "$id:ID ",
128
+ "required": false,
129
+ "responseStr": "id:$id ",
130
+ "type": {
131
+ "kind": [
132
+ "SCALAR"
133
+ ],
134
+ "name": "ID",
135
+ "non_null": false
136
+ },
137
+ "varName": "id"
138
+ }
139
+ },
140
+ "interfaces": null,
141
+ "kind": "INPUT_OBJECT",
142
+ "name": "PolicyMutationRevisionInput",
143
+ "possibleTypes": null
144
+ },
145
+ "indexType": "input_object",
146
+ "kind": [
147
+ "INPUT_OBJECT"
148
+ ],
149
+ "name": "PolicyMutationRevisionInput",
150
+ "non_null": false
151
+ },
152
+ "varName": "policyMutationRevisionInput"
153
+ }
154
+ },
155
+ "interfaces": null,
156
+ "kind": "INPUT_OBJECT",
157
+ "name": "RemotePortFwdPolicyMutationInput",
158
+ "possibleTypes": null
159
+ },
160
+ "indexType": "input_object",
161
+ "kind": [
162
+ "INPUT_OBJECT"
163
+ ],
164
+ "name": "RemotePortFwdPolicyMutationInput",
165
+ "non_null": false
166
+ },
167
+ "varName": "remotePortFwdPolicyMutationInput"
168
+ }
169
+ },
170
+ "deprecationReason": null,
171
+ "description": null,
172
+ "isDeprecated": false,
173
+ "name": "remotePortFwd",
174
+ "type": {
175
+ "kind": "OBJECT",
176
+ "name": "RemotePortFwdPolicyMutations",
177
+ "ofType": null
178
+ }
179
+ }
180
+ },
181
+ "deprecationReason": null,
182
+ "description": null,
183
+ "fieldTypes": {
184
+ "AllocatedIpRef": true,
185
+ "GlobalIpRangeRef": true,
186
+ "IpAddressRange": true,
187
+ "PolicyAudit": true,
188
+ "PolicyElementAudit": true,
189
+ "PolicyElementPropertiesEnum": true,
190
+ "PolicyMutationError": true,
191
+ "PolicyMutationRevisionInput": true,
192
+ "PolicyMutationStatus": true,
193
+ "PolicyRevision": true,
194
+ "PolicyRuleTrackingAlert": true,
195
+ "PolicyRuleTrackingFrequencyEnum": true,
196
+ "PolicySectionInfo": true,
197
+ "PolicySectionPayload": true,
198
+ "PortRange": true,
199
+ "RemotePortFwdPolicy": true,
200
+ "RemotePortFwdPolicyMutationPayload": true,
201
+ "RemotePortFwdPolicyMutations": true,
202
+ "RemotePortFwdRemoteIps": true,
203
+ "RemotePortFwdRestrictionType": true,
204
+ "RemotePortFwdRule": true,
205
+ "RemotePortFwdRulePayload": true,
206
+ "SubscriptionGroupRef": true,
207
+ "SubscriptionMailingListRef": true,
208
+ "SubscriptionWebhookRef": true
209
+ },
210
+ "isDeprecated": false,
211
+ "name": "policy",
212
+ "operationArgs": {
213
+ "accountId": {
214
+ "defaultValue": null,
215
+ "description": null,
216
+ "id_str": "accountId",
217
+ "name": "accountId",
218
+ "path": "accountId",
219
+ "requestStr": "$accountId:ID! ",
220
+ "required": true,
221
+ "responseStr": "accountId:$accountId ",
222
+ "type": {
223
+ "kind": [
224
+ "NON_NULL",
225
+ "SCALAR"
226
+ ],
227
+ "name": "ID",
228
+ "non_null": false
229
+ },
230
+ "varName": "accountId"
231
+ },
232
+ "policyDiscardRevisionInput": {
233
+ "defaultValue": null,
234
+ "description": null,
235
+ "id_str": "discardPolicyRevision___input",
236
+ "name": "input",
237
+ "path": "discardPolicyRevision.input",
238
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
239
+ "required": false,
240
+ "responseStr": "input:$policyDiscardRevisionInput ",
241
+ "type": {
242
+ "definition": {
243
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
244
+ "enumValues": null,
245
+ "fields": null,
246
+ "inputFields": {
247
+ "id": {
248
+ "defaultValue": null,
249
+ "description": null,
250
+ "id_str": "discardPolicyRevision___input___id",
251
+ "name": "id",
252
+ "path": "discardPolicyRevision.input.id",
253
+ "requestStr": "$id:ID ",
254
+ "required": false,
255
+ "responseStr": "id:$id ",
256
+ "type": {
257
+ "kind": [
258
+ "SCALAR"
259
+ ],
260
+ "name": "ID",
261
+ "non_null": false
262
+ },
263
+ "varName": "id"
264
+ }
265
+ },
266
+ "interfaces": null,
267
+ "kind": "INPUT_OBJECT",
268
+ "name": "PolicyDiscardRevisionInput",
269
+ "possibleTypes": null
270
+ },
271
+ "indexType": "input_object",
272
+ "kind": [
273
+ "INPUT_OBJECT"
274
+ ],
275
+ "name": "PolicyDiscardRevisionInput",
276
+ "non_null": false
277
+ },
278
+ "varName": "policyDiscardRevisionInput"
279
+ },
280
+ "remotePortFwdPolicyMutationInput": {
281
+ "defaultValue": null,
282
+ "description": null,
283
+ "id_str": "remotePortFwd___input",
284
+ "name": "input",
285
+ "path": "remotePortFwd.input",
286
+ "requestStr": "$remotePortFwdPolicyMutationInput:RemotePortFwdPolicyMutationInput ",
287
+ "required": false,
288
+ "responseStr": "input:$remotePortFwdPolicyMutationInput ",
289
+ "type": {
290
+ "definition": {
291
+ "description": null,
292
+ "enumValues": null,
293
+ "fields": null,
294
+ "inputFields": {
295
+ "revision": {
296
+ "defaultValue": null,
297
+ "description": null,
298
+ "id_str": "remotePortFwd___input___revision",
299
+ "name": "revision",
300
+ "path": "remotePortFwd.input.revision",
301
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
302
+ "required": false,
303
+ "responseStr": "revision:$policyMutationRevisionInput ",
304
+ "type": {
305
+ "definition": {
306
+ "description": null,
307
+ "enumValues": null,
308
+ "fields": null,
309
+ "inputFields": {
310
+ "id": {
311
+ "defaultValue": null,
312
+ "description": null,
313
+ "id_str": "remotePortFwd___input___revision___id",
314
+ "name": "id",
315
+ "path": "remotePortFwd.input.revision.id",
316
+ "requestStr": "$id:ID ",
317
+ "required": false,
318
+ "responseStr": "id:$id ",
319
+ "type": {
320
+ "kind": [
321
+ "SCALAR"
322
+ ],
323
+ "name": "ID",
324
+ "non_null": false
325
+ },
326
+ "varName": "id"
327
+ }
328
+ },
329
+ "interfaces": null,
330
+ "kind": "INPUT_OBJECT",
331
+ "name": "PolicyMutationRevisionInput",
332
+ "possibleTypes": null
333
+ },
334
+ "indexType": "input_object",
335
+ "kind": [
336
+ "INPUT_OBJECT"
337
+ ],
338
+ "name": "PolicyMutationRevisionInput",
339
+ "non_null": false
340
+ },
341
+ "varName": "policyMutationRevisionInput"
342
+ }
343
+ },
344
+ "interfaces": null,
345
+ "kind": "INPUT_OBJECT",
346
+ "name": "RemotePortFwdPolicyMutationInput",
347
+ "possibleTypes": null
348
+ },
349
+ "indexType": "input_object",
350
+ "kind": [
351
+ "INPUT_OBJECT"
352
+ ],
353
+ "name": "RemotePortFwdPolicyMutationInput",
354
+ "non_null": false
355
+ },
356
+ "varName": "remotePortFwdPolicyMutationInput"
357
+ }
358
+ },
359
+ "path": "mutation.policy.remotePortFwd.discardPolicyRevision",
360
+ "type": {
361
+ "definition": {
362
+ "description": "Policies that can be configured with mutation APIs.",
363
+ "enumValues": null,
364
+ "fields": {
365
+ "remotePortFwd": {
366
+ "args": {
367
+ "remotePortFwd___input": {
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
+ "deprecationReason": null,
447
+ "description": null,
448
+ "id_str": "remotePortFwd",
449
+ "isDeprecated": false,
450
+ "name": "remotePortFwd",
451
+ "path": "remotePortFwd",
452
+ "requestStr": "$remotePortFwdPolicyMutations:RemotePortFwdPolicyMutations ",
453
+ "required": false,
454
+ "responseStr": "remotePortFwd:$remotePortFwdPolicyMutations ",
455
+ "type": {
456
+ "definition": {
457
+ "description": "The Remote Port Forwarding Policy information returned to the caller in the API response.",
458
+ "enumValues": null,
459
+ "fields": {
460
+ "discardPolicyRevision": {
461
+ "args": {
462
+ "discardPolicyRevision___input": {
463
+ "defaultValue": null,
464
+ "description": null,
465
+ "id_str": "discardPolicyRevision___input",
466
+ "name": "input",
467
+ "path": "discardPolicyRevision.input",
468
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
469
+ "required": false,
470
+ "responseStr": "input:$policyDiscardRevisionInput ",
471
+ "type": {
472
+ "definition": {
473
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
474
+ "enumValues": null,
475
+ "fields": null,
476
+ "inputFields": {
477
+ "id": {
478
+ "defaultValue": null,
479
+ "description": null,
480
+ "id_str": "discardPolicyRevision___input___id",
481
+ "name": "id",
482
+ "path": "discardPolicyRevision.input.id",
483
+ "requestStr": "$id:ID ",
484
+ "required": false,
485
+ "responseStr": "id:$id ",
486
+ "type": {
487
+ "kind": [
488
+ "SCALAR"
489
+ ],
490
+ "name": "ID",
491
+ "non_null": false
492
+ },
493
+ "varName": "id"
494
+ }
495
+ },
496
+ "interfaces": null,
497
+ "kind": "INPUT_OBJECT",
498
+ "name": "PolicyDiscardRevisionInput",
499
+ "possibleTypes": null
500
+ },
501
+ "indexType": "input_object",
502
+ "kind": [
503
+ "INPUT_OBJECT"
504
+ ],
505
+ "name": "PolicyDiscardRevisionInput",
506
+ "non_null": false
507
+ },
508
+ "varName": "policyDiscardRevisionInput"
509
+ }
510
+ },
511
+ "deprecationReason": null,
512
+ "description": "Discard the policy revision. All changes in this revision are discarded and the revision is deleted.",
513
+ "id_str": "remotePortFwd___discardPolicyRevision",
514
+ "isDeprecated": false,
515
+ "name": "discardPolicyRevision",
516
+ "path": "remotePortFwd.discardPolicyRevision",
517
+ "requestStr": "$remotePortFwdPolicyMutationPayload:RemotePortFwdPolicyMutationPayload! ",
518
+ "required": true,
519
+ "responseStr": "discardPolicyRevision:$remotePortFwdPolicyMutationPayload ",
520
+ "type": {
521
+ "definition": {
522
+ "description": "Remote port forwarding policy information provided in the API response",
523
+ "enumValues": null,
524
+ "fields": {
525
+ "errors": {
526
+ "alias": "policyMutationErrorErrors: errors",
527
+ "args": {},
528
+ "deprecationReason": null,
529
+ "description": null,
530
+ "id_str": "remotePortFwd___discardPolicyRevision___errors",
531
+ "isDeprecated": false,
532
+ "name": "errors",
533
+ "path": "remotePortFwd.discardPolicyRevision.errors",
534
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
535
+ "required": true,
536
+ "responseStr": "errors:$policyMutationError ",
537
+ "type": {
538
+ "definition": {
539
+ "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\"",
540
+ "enumValues": null,
541
+ "fields": {
542
+ "errorCode": {
543
+ "args": {},
544
+ "deprecationReason": null,
545
+ "description": null,
546
+ "id_str": "remotePortFwd___discardPolicyRevision___errors___errorCode",
547
+ "isDeprecated": false,
548
+ "name": "errorCode",
549
+ "path": "remotePortFwd.discardPolicyRevision.errors.errorCode",
550
+ "requestStr": "$errorCode:String ",
551
+ "required": false,
552
+ "responseStr": "errorCode:$errorCode ",
553
+ "type": {
554
+ "kind": [
555
+ "SCALAR"
556
+ ],
557
+ "name": "String",
558
+ "non_null": false
559
+ },
560
+ "varName": "errorCode"
561
+ },
562
+ "errorMessage": {
563
+ "args": {},
564
+ "deprecationReason": null,
565
+ "description": null,
566
+ "id_str": "remotePortFwd___discardPolicyRevision___errors___errorMessage",
567
+ "isDeprecated": false,
568
+ "name": "errorMessage",
569
+ "path": "remotePortFwd.discardPolicyRevision.errors.errorMessage",
570
+ "requestStr": "$errorMessage:String ",
571
+ "required": false,
572
+ "responseStr": "errorMessage:$errorMessage ",
573
+ "type": {
574
+ "kind": [
575
+ "SCALAR"
576
+ ],
577
+ "name": "String",
578
+ "non_null": false
579
+ },
580
+ "varName": "errorMessage"
581
+ }
582
+ },
583
+ "inputFields": null,
584
+ "interfaces": {},
585
+ "kind": "OBJECT",
586
+ "name": "PolicyMutationError",
587
+ "possibleTypes": null
588
+ },
589
+ "indexType": "object",
590
+ "kind": [
591
+ "NON_NULL",
592
+ "LIST",
593
+ "NON_NULL",
594
+ "OBJECT"
595
+ ],
596
+ "name": "PolicyMutationError",
597
+ "non_null": false
598
+ },
599
+ "varName": "policyMutationError"
600
+ },
601
+ "policy": {
602
+ "alias": "remotePortFwdPolicyPolicy: policy",
603
+ "args": {},
604
+ "deprecationReason": null,
605
+ "description": null,
606
+ "id_str": "remotePortFwd___discardPolicyRevision___policy",
607
+ "isDeprecated": false,
608
+ "name": "policy",
609
+ "path": "remotePortFwd.discardPolicyRevision.policy",
610
+ "requestStr": "$remotePortFwdPolicy:RemotePortFwdPolicy ",
611
+ "required": false,
612
+ "responseStr": "policy:$remotePortFwdPolicy ",
613
+ "type": {
614
+ "definition": {
615
+ "description": null,
616
+ "enumValues": null,
617
+ "fields": {
618
+ "audit": {
619
+ "args": {},
620
+ "deprecationReason": null,
621
+ "description": null,
622
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___audit",
623
+ "isDeprecated": false,
624
+ "name": "audit",
625
+ "path": "remotePortFwd.discardPolicyRevision.policy.audit",
626
+ "requestStr": "$policyAudit:PolicyAudit ",
627
+ "required": false,
628
+ "responseStr": "audit:$policyAudit ",
629
+ "type": {
630
+ "definition": {
631
+ "description": null,
632
+ "enumValues": null,
633
+ "fields": {
634
+ "publishedBy": {
635
+ "args": {},
636
+ "deprecationReason": null,
637
+ "description": null,
638
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___audit___publishedBy",
639
+ "isDeprecated": false,
640
+ "name": "publishedBy",
641
+ "path": "remotePortFwd.discardPolicyRevision.policy.audit.publishedBy",
642
+ "requestStr": "$publishedBy:String! ",
643
+ "required": true,
644
+ "responseStr": "publishedBy:$publishedBy ",
645
+ "type": {
646
+ "kind": [
647
+ "NON_NULL",
648
+ "SCALAR"
649
+ ],
650
+ "name": "String",
651
+ "non_null": false
652
+ },
653
+ "varName": "publishedBy"
654
+ },
655
+ "publishedTime": {
656
+ "args": {},
657
+ "deprecationReason": null,
658
+ "description": null,
659
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___audit___publishedTime",
660
+ "isDeprecated": false,
661
+ "name": "publishedTime",
662
+ "path": "remotePortFwd.discardPolicyRevision.policy.audit.publishedTime",
663
+ "requestStr": "$publishedTime:DateTime! ",
664
+ "required": true,
665
+ "responseStr": "publishedTime:$publishedTime ",
666
+ "type": {
667
+ "kind": [
668
+ "NON_NULL",
669
+ "SCALAR"
670
+ ],
671
+ "name": "DateTime",
672
+ "non_null": false
673
+ },
674
+ "varName": "publishedTime"
675
+ }
676
+ },
677
+ "inputFields": null,
678
+ "interfaces": {},
679
+ "kind": "OBJECT",
680
+ "name": "PolicyAudit",
681
+ "possibleTypes": null
682
+ },
683
+ "indexType": "object",
684
+ "kind": [
685
+ "OBJECT"
686
+ ],
687
+ "name": "PolicyAudit",
688
+ "non_null": false
689
+ },
690
+ "varName": "policyAudit"
691
+ },
692
+ "enabled": {
693
+ "args": {},
694
+ "deprecationReason": null,
695
+ "description": null,
696
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___enabled",
697
+ "isDeprecated": false,
698
+ "name": "enabled",
699
+ "path": "remotePortFwd.discardPolicyRevision.policy.enabled",
700
+ "requestStr": "$enabled:Boolean! ",
701
+ "required": true,
702
+ "responseStr": "enabled:$enabled ",
703
+ "type": {
704
+ "kind": [
705
+ "NON_NULL",
706
+ "SCALAR"
707
+ ],
708
+ "name": "Boolean",
709
+ "non_null": false
710
+ },
711
+ "varName": "enabled"
712
+ },
713
+ "revision": {
714
+ "args": {},
715
+ "deprecationReason": null,
716
+ "description": null,
717
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision",
718
+ "isDeprecated": false,
719
+ "name": "revision",
720
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision",
721
+ "requestStr": "$policyRevision:PolicyRevision ",
722
+ "required": false,
723
+ "responseStr": "revision:$policyRevision ",
724
+ "type": {
725
+ "definition": {
726
+ "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
727
+ "enumValues": null,
728
+ "fields": {
729
+ "changes": {
730
+ "args": {},
731
+ "deprecationReason": null,
732
+ "description": null,
733
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___changes",
734
+ "isDeprecated": false,
735
+ "name": "changes",
736
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.changes",
737
+ "requestStr": "$changes:Int! ",
738
+ "required": true,
739
+ "responseStr": "changes:$changes ",
740
+ "type": {
741
+ "kind": [
742
+ "NON_NULL",
743
+ "SCALAR"
744
+ ],
745
+ "name": "Int",
746
+ "non_null": false
747
+ },
748
+ "varName": "changes"
749
+ },
750
+ "createdTime": {
751
+ "args": {},
752
+ "deprecationReason": null,
753
+ "description": null,
754
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___createdTime",
755
+ "isDeprecated": false,
756
+ "name": "createdTime",
757
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.createdTime",
758
+ "requestStr": "$createdTime:DateTime! ",
759
+ "required": true,
760
+ "responseStr": "createdTime:$createdTime ",
761
+ "type": {
762
+ "kind": [
763
+ "NON_NULL",
764
+ "SCALAR"
765
+ ],
766
+ "name": "DateTime",
767
+ "non_null": false
768
+ },
769
+ "varName": "createdTime"
770
+ },
771
+ "description": {
772
+ "args": {},
773
+ "deprecationReason": null,
774
+ "description": null,
775
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___description",
776
+ "isDeprecated": false,
777
+ "name": "description",
778
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.description",
779
+ "requestStr": "$description:String! ",
780
+ "required": true,
781
+ "responseStr": "description:$description ",
782
+ "type": {
783
+ "kind": [
784
+ "NON_NULL",
785
+ "SCALAR"
786
+ ],
787
+ "name": "String",
788
+ "non_null": false
789
+ },
790
+ "varName": "description"
791
+ },
792
+ "id": {
793
+ "args": {},
794
+ "deprecationReason": null,
795
+ "description": null,
796
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___id",
797
+ "isDeprecated": false,
798
+ "name": "id",
799
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.id",
800
+ "requestStr": "$id:ID! ",
801
+ "required": true,
802
+ "responseStr": "id:$id ",
803
+ "type": {
804
+ "kind": [
805
+ "NON_NULL",
806
+ "SCALAR"
807
+ ],
808
+ "name": "ID",
809
+ "non_null": false
810
+ },
811
+ "varName": "id"
812
+ },
813
+ "name": {
814
+ "args": {},
815
+ "deprecationReason": null,
816
+ "description": null,
817
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___name",
818
+ "isDeprecated": false,
819
+ "name": "name",
820
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.name",
821
+ "requestStr": "$name:String! ",
822
+ "required": true,
823
+ "responseStr": "name:$name ",
824
+ "type": {
825
+ "kind": [
826
+ "NON_NULL",
827
+ "SCALAR"
828
+ ],
829
+ "name": "String",
830
+ "non_null": false
831
+ },
832
+ "varName": "name"
833
+ },
834
+ "updatedTime": {
835
+ "args": {},
836
+ "deprecationReason": null,
837
+ "description": null,
838
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___revision___updatedTime",
839
+ "isDeprecated": false,
840
+ "name": "updatedTime",
841
+ "path": "remotePortFwd.discardPolicyRevision.policy.revision.updatedTime",
842
+ "requestStr": "$updatedTime:DateTime! ",
843
+ "required": true,
844
+ "responseStr": "updatedTime:$updatedTime ",
845
+ "type": {
846
+ "kind": [
847
+ "NON_NULL",
848
+ "SCALAR"
849
+ ],
850
+ "name": "DateTime",
851
+ "non_null": false
852
+ },
853
+ "varName": "updatedTime"
854
+ }
855
+ },
856
+ "inputFields": null,
857
+ "interfaces": {},
858
+ "kind": "OBJECT",
859
+ "name": "PolicyRevision",
860
+ "possibleTypes": null
861
+ },
862
+ "indexType": "object",
863
+ "kind": [
864
+ "OBJECT"
865
+ ],
866
+ "name": "PolicyRevision",
867
+ "non_null": false
868
+ },
869
+ "varName": "policyRevision"
870
+ },
871
+ "rules": {
872
+ "args": {},
873
+ "deprecationReason": null,
874
+ "description": null,
875
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules",
876
+ "isDeprecated": false,
877
+ "name": "rules",
878
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules",
879
+ "requestStr": "$remotePortFwdRulePayload:[RemotePortFwdRulePayload]! ",
880
+ "required": true,
881
+ "responseStr": "rules:$remotePortFwdRulePayload ",
882
+ "type": {
883
+ "definition": {
884
+ "description": null,
885
+ "enumValues": null,
886
+ "fields": {
887
+ "audit": {
888
+ "alias": "policyElementAuditAudit: audit",
889
+ "args": {},
890
+ "deprecationReason": null,
891
+ "description": null,
892
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___audit",
893
+ "isDeprecated": false,
894
+ "name": "audit",
895
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.audit",
896
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
897
+ "required": true,
898
+ "responseStr": "audit:$policyElementAudit ",
899
+ "type": {
900
+ "definition": {
901
+ "description": null,
902
+ "enumValues": null,
903
+ "fields": {
904
+ "updatedBy": {
905
+ "args": {},
906
+ "deprecationReason": null,
907
+ "description": "The admin, or the API-key, that performed the last update",
908
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___audit___updatedBy",
909
+ "isDeprecated": false,
910
+ "name": "updatedBy",
911
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.audit.updatedBy",
912
+ "requestStr": "$updatedBy:String! ",
913
+ "required": true,
914
+ "responseStr": "updatedBy:$updatedBy ",
915
+ "type": {
916
+ "kind": [
917
+ "NON_NULL",
918
+ "SCALAR"
919
+ ],
920
+ "name": "String",
921
+ "non_null": false
922
+ },
923
+ "varName": "updatedBy"
924
+ },
925
+ "updatedTime": {
926
+ "args": {},
927
+ "deprecationReason": null,
928
+ "description": "The last date and time the rule was updated",
929
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___audit___updatedTime",
930
+ "isDeprecated": false,
931
+ "name": "updatedTime",
932
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.audit.updatedTime",
933
+ "requestStr": "$updatedTime:DateTime! ",
934
+ "required": true,
935
+ "responseStr": "updatedTime:$updatedTime ",
936
+ "type": {
937
+ "kind": [
938
+ "NON_NULL",
939
+ "SCALAR"
940
+ ],
941
+ "name": "DateTime",
942
+ "non_null": false
943
+ },
944
+ "varName": "updatedTime"
945
+ }
946
+ },
947
+ "inputFields": null,
948
+ "interfaces": {},
949
+ "kind": "OBJECT",
950
+ "name": "PolicyElementAudit",
951
+ "possibleTypes": null
952
+ },
953
+ "indexType": "object",
954
+ "kind": [
955
+ "NON_NULL",
956
+ "OBJECT"
957
+ ],
958
+ "name": "PolicyElementAudit",
959
+ "non_null": false
960
+ },
961
+ "varName": "policyElementAudit"
962
+ },
963
+ "properties": {
964
+ "alias": "policyElementPropertiesEnumProperties: properties",
965
+ "args": {},
966
+ "deprecationReason": null,
967
+ "description": null,
968
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___properties",
969
+ "isDeprecated": false,
970
+ "name": "properties",
971
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.properties",
972
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
973
+ "required": true,
974
+ "responseStr": "properties:$properties ",
975
+ "type": {
976
+ "definition": {
977
+ "description": "Attributes describing the rule state or type",
978
+ "enumValues": [
979
+ {
980
+ "deprecationReason": null,
981
+ "description": "New (added) rule",
982
+ "isDeprecated": false,
983
+ "name": "ADDED"
984
+ },
985
+ {
986
+ "deprecationReason": null,
987
+ "description": "Updated (modified) existing rule",
988
+ "isDeprecated": false,
989
+ "name": "UPDATED"
990
+ },
991
+ {
992
+ "deprecationReason": null,
993
+ "description": "Removed (deleted) rule",
994
+ "isDeprecated": false,
995
+ "name": "REMOVED"
996
+ },
997
+ {
998
+ "deprecationReason": null,
999
+ "description": "A rule moved to a different position",
1000
+ "isDeprecated": false,
1001
+ "name": "MOVED"
1002
+ },
1003
+ {
1004
+ "deprecationReason": null,
1005
+ "description": "A rule locked for changes by other admins",
1006
+ "isDeprecated": false,
1007
+ "name": "LOCKED"
1008
+ },
1009
+ {
1010
+ "deprecationReason": null,
1011
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1012
+ "isDeprecated": false,
1013
+ "name": "ANCHORED"
1014
+ },
1015
+ {
1016
+ "deprecationReason": null,
1017
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1018
+ "isDeprecated": false,
1019
+ "name": "SYSTEM"
1020
+ }
1021
+ ],
1022
+ "fields": null,
1023
+ "inputFields": null,
1024
+ "interfaces": null,
1025
+ "kind": "ENUM",
1026
+ "name": "PolicyElementPropertiesEnum",
1027
+ "possibleTypes": null
1028
+ },
1029
+ "indexType": "enum",
1030
+ "kind": [
1031
+ "NON_NULL",
1032
+ "LIST",
1033
+ "NON_NULL",
1034
+ "ENUM"
1035
+ ],
1036
+ "name": "PolicyElementPropertiesEnum",
1037
+ "non_null": false
1038
+ },
1039
+ "varName": "properties"
1040
+ },
1041
+ "rule": {
1042
+ "alias": "remotePortFwdRuleRule: rule",
1043
+ "args": {},
1044
+ "deprecationReason": null,
1045
+ "description": null,
1046
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule",
1047
+ "isDeprecated": false,
1048
+ "name": "rule",
1049
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule",
1050
+ "requestStr": "$remotePortFwdRule:RemotePortFwdRule! ",
1051
+ "required": true,
1052
+ "responseStr": "rule:$remotePortFwdRule ",
1053
+ "type": {
1054
+ "definition": {
1055
+ "description": null,
1056
+ "enumValues": null,
1057
+ "fields": {
1058
+ "description": {
1059
+ "args": {},
1060
+ "deprecationReason": null,
1061
+ "description": "Description for the rule",
1062
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___description",
1063
+ "isDeprecated": false,
1064
+ "name": "description",
1065
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.description",
1066
+ "requestStr": "$description:String! ",
1067
+ "required": true,
1068
+ "responseStr": "description:$description ",
1069
+ "type": {
1070
+ "kind": [
1071
+ "NON_NULL",
1072
+ "SCALAR"
1073
+ ],
1074
+ "name": "String",
1075
+ "non_null": false
1076
+ },
1077
+ "varName": "description"
1078
+ },
1079
+ "enabled": {
1080
+ "args": {},
1081
+ "deprecationReason": null,
1082
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1083
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___enabled",
1084
+ "isDeprecated": false,
1085
+ "name": "enabled",
1086
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.enabled",
1087
+ "requestStr": "$enabled:Boolean! ",
1088
+ "required": true,
1089
+ "responseStr": "enabled:$enabled ",
1090
+ "type": {
1091
+ "kind": [
1092
+ "NON_NULL",
1093
+ "SCALAR"
1094
+ ],
1095
+ "name": "Boolean",
1096
+ "non_null": false
1097
+ },
1098
+ "varName": "enabled"
1099
+ },
1100
+ "externalIp": {
1101
+ "alias": "allocatedIpRefExternalIp: externalIp",
1102
+ "args": {},
1103
+ "deprecationReason": null,
1104
+ "description": null,
1105
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalIp",
1106
+ "isDeprecated": false,
1107
+ "name": "externalIp",
1108
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalIp",
1109
+ "requestStr": "$allocatedIpRef:AllocatedIpRef! ",
1110
+ "required": true,
1111
+ "responseStr": "externalIp:$allocatedIpRef ",
1112
+ "type": {
1113
+ "definition": {
1114
+ "description": null,
1115
+ "enumValues": null,
1116
+ "fields": {
1117
+ "id": {
1118
+ "args": {},
1119
+ "deprecationReason": null,
1120
+ "description": null,
1121
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalIp___id",
1122
+ "isDeprecated": false,
1123
+ "name": "id",
1124
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalIp.id",
1125
+ "requestStr": "$id:ID! ",
1126
+ "required": true,
1127
+ "responseStr": "id:$id ",
1128
+ "type": {
1129
+ "kind": [
1130
+ "NON_NULL",
1131
+ "SCALAR"
1132
+ ],
1133
+ "name": "ID",
1134
+ "non_null": false
1135
+ },
1136
+ "varName": "id"
1137
+ },
1138
+ "name": {
1139
+ "args": {},
1140
+ "deprecationReason": null,
1141
+ "description": null,
1142
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalIp___name",
1143
+ "isDeprecated": false,
1144
+ "name": "name",
1145
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalIp.name",
1146
+ "requestStr": "$name:String! ",
1147
+ "required": true,
1148
+ "responseStr": "name:$name ",
1149
+ "type": {
1150
+ "kind": [
1151
+ "NON_NULL",
1152
+ "SCALAR"
1153
+ ],
1154
+ "name": "String",
1155
+ "non_null": false
1156
+ },
1157
+ "varName": "name"
1158
+ }
1159
+ },
1160
+ "inputFields": null,
1161
+ "interfaces": {},
1162
+ "kind": "OBJECT",
1163
+ "name": "AllocatedIpRef",
1164
+ "possibleTypes": null
1165
+ },
1166
+ "indexType": "object",
1167
+ "kind": [
1168
+ "NON_NULL",
1169
+ "OBJECT"
1170
+ ],
1171
+ "name": "AllocatedIpRef",
1172
+ "non_null": false
1173
+ },
1174
+ "varName": "allocatedIpRef"
1175
+ },
1176
+ "externalPortRange": {
1177
+ "alias": "portRangeExternalPortRange: externalPortRange",
1178
+ "args": {},
1179
+ "deprecationReason": null,
1180
+ "description": null,
1181
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalPortRange",
1182
+ "isDeprecated": false,
1183
+ "name": "externalPortRange",
1184
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalPortRange",
1185
+ "requestStr": "$portRange:PortRange! ",
1186
+ "required": true,
1187
+ "responseStr": "externalPortRange:$portRange ",
1188
+ "type": {
1189
+ "definition": {
1190
+ "description": "Inclusive network port range",
1191
+ "enumValues": null,
1192
+ "fields": {
1193
+ "from": {
1194
+ "args": {},
1195
+ "deprecationReason": null,
1196
+ "description": null,
1197
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalPortRange___from",
1198
+ "isDeprecated": false,
1199
+ "name": "from",
1200
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalPortRange.from",
1201
+ "requestStr": "$from:Port! ",
1202
+ "required": true,
1203
+ "responseStr": "from:$from ",
1204
+ "type": {
1205
+ "kind": [
1206
+ "NON_NULL",
1207
+ "SCALAR"
1208
+ ],
1209
+ "name": "Port",
1210
+ "non_null": false
1211
+ },
1212
+ "varName": "from"
1213
+ },
1214
+ "to": {
1215
+ "args": {},
1216
+ "deprecationReason": null,
1217
+ "description": null,
1218
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___externalPortRange___to",
1219
+ "isDeprecated": false,
1220
+ "name": "to",
1221
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.externalPortRange.to",
1222
+ "requestStr": "$to:Port! ",
1223
+ "required": true,
1224
+ "responseStr": "to:$to ",
1225
+ "type": {
1226
+ "kind": [
1227
+ "NON_NULL",
1228
+ "SCALAR"
1229
+ ],
1230
+ "name": "Port",
1231
+ "non_null": false
1232
+ },
1233
+ "varName": "to"
1234
+ }
1235
+ },
1236
+ "inputFields": null,
1237
+ "interfaces": {},
1238
+ "kind": "OBJECT",
1239
+ "name": "PortRange",
1240
+ "possibleTypes": null
1241
+ },
1242
+ "indexType": "object",
1243
+ "kind": [
1244
+ "NON_NULL",
1245
+ "OBJECT"
1246
+ ],
1247
+ "name": "PortRange",
1248
+ "non_null": false
1249
+ },
1250
+ "varName": "portRange"
1251
+ },
1252
+ "forwardIcmp": {
1253
+ "args": {},
1254
+ "deprecationReason": null,
1255
+ "description": null,
1256
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___forwardIcmp",
1257
+ "isDeprecated": false,
1258
+ "name": "forwardIcmp",
1259
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.forwardIcmp",
1260
+ "requestStr": "$forwardIcmp:Boolean! ",
1261
+ "required": true,
1262
+ "responseStr": "forwardIcmp:$forwardIcmp ",
1263
+ "type": {
1264
+ "kind": [
1265
+ "NON_NULL",
1266
+ "SCALAR"
1267
+ ],
1268
+ "name": "Boolean",
1269
+ "non_null": false
1270
+ },
1271
+ "varName": "forwardIcmp"
1272
+ },
1273
+ "id": {
1274
+ "args": {},
1275
+ "deprecationReason": null,
1276
+ "description": "Rule ID",
1277
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___id",
1278
+ "isDeprecated": false,
1279
+ "name": "id",
1280
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.id",
1281
+ "requestStr": "$id:ID! ",
1282
+ "required": true,
1283
+ "responseStr": "id:$id ",
1284
+ "type": {
1285
+ "kind": [
1286
+ "NON_NULL",
1287
+ "SCALAR"
1288
+ ],
1289
+ "name": "ID",
1290
+ "non_null": false
1291
+ },
1292
+ "varName": "id"
1293
+ },
1294
+ "index": {
1295
+ "args": {},
1296
+ "deprecationReason": null,
1297
+ "description": "Position / priority of rule",
1298
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___index",
1299
+ "isDeprecated": false,
1300
+ "name": "index",
1301
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.index",
1302
+ "requestStr": "$index:Int! ",
1303
+ "required": true,
1304
+ "responseStr": "index:$index ",
1305
+ "type": {
1306
+ "kind": [
1307
+ "NON_NULL",
1308
+ "SCALAR"
1309
+ ],
1310
+ "name": "Int",
1311
+ "non_null": false
1312
+ },
1313
+ "varName": "index"
1314
+ },
1315
+ "internalIp": {
1316
+ "args": {},
1317
+ "deprecationReason": null,
1318
+ "description": null,
1319
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___internalIp",
1320
+ "isDeprecated": false,
1321
+ "name": "internalIp",
1322
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.internalIp",
1323
+ "requestStr": "$internalIp:IPAddress! ",
1324
+ "required": true,
1325
+ "responseStr": "internalIp:$internalIp ",
1326
+ "type": {
1327
+ "kind": [
1328
+ "NON_NULL",
1329
+ "SCALAR"
1330
+ ],
1331
+ "name": "IPAddress",
1332
+ "non_null": false
1333
+ },
1334
+ "varName": "internalIp"
1335
+ },
1336
+ "internalPortRange": {
1337
+ "alias": "portRangeInternalPortRange: internalPortRange",
1338
+ "args": {},
1339
+ "deprecationReason": null,
1340
+ "description": null,
1341
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___internalPortRange",
1342
+ "isDeprecated": false,
1343
+ "name": "internalPortRange",
1344
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.internalPortRange",
1345
+ "requestStr": "$portRange:PortRange! ",
1346
+ "required": true,
1347
+ "responseStr": "internalPortRange:$portRange ",
1348
+ "type": {
1349
+ "definition": {
1350
+ "description": "Inclusive network port range",
1351
+ "enumValues": null,
1352
+ "fields": {
1353
+ "from": {
1354
+ "args": {},
1355
+ "deprecationReason": null,
1356
+ "description": null,
1357
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___internalPortRange___from",
1358
+ "isDeprecated": false,
1359
+ "name": "from",
1360
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.internalPortRange.from",
1361
+ "requestStr": "$from:Port! ",
1362
+ "required": true,
1363
+ "responseStr": "from:$from ",
1364
+ "type": {
1365
+ "kind": [
1366
+ "NON_NULL",
1367
+ "SCALAR"
1368
+ ],
1369
+ "name": "Port",
1370
+ "non_null": false
1371
+ },
1372
+ "varName": "from"
1373
+ },
1374
+ "to": {
1375
+ "args": {},
1376
+ "deprecationReason": null,
1377
+ "description": null,
1378
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___internalPortRange___to",
1379
+ "isDeprecated": false,
1380
+ "name": "to",
1381
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.internalPortRange.to",
1382
+ "requestStr": "$to:Port! ",
1383
+ "required": true,
1384
+ "responseStr": "to:$to ",
1385
+ "type": {
1386
+ "kind": [
1387
+ "NON_NULL",
1388
+ "SCALAR"
1389
+ ],
1390
+ "name": "Port",
1391
+ "non_null": false
1392
+ },
1393
+ "varName": "to"
1394
+ }
1395
+ },
1396
+ "inputFields": null,
1397
+ "interfaces": {},
1398
+ "kind": "OBJECT",
1399
+ "name": "PortRange",
1400
+ "possibleTypes": null
1401
+ },
1402
+ "indexType": "object",
1403
+ "kind": [
1404
+ "NON_NULL",
1405
+ "OBJECT"
1406
+ ],
1407
+ "name": "PortRange",
1408
+ "non_null": false
1409
+ },
1410
+ "varName": "portRange"
1411
+ },
1412
+ "name": {
1413
+ "args": {},
1414
+ "deprecationReason": null,
1415
+ "description": "Name of the rule",
1416
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___name",
1417
+ "isDeprecated": false,
1418
+ "name": "name",
1419
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.name",
1420
+ "requestStr": "$name:String! ",
1421
+ "required": true,
1422
+ "responseStr": "name:$name ",
1423
+ "type": {
1424
+ "kind": [
1425
+ "NON_NULL",
1426
+ "SCALAR"
1427
+ ],
1428
+ "name": "String",
1429
+ "non_null": false
1430
+ },
1431
+ "varName": "name"
1432
+ },
1433
+ "remoteIPs": {
1434
+ "alias": "remotePortFwdRemoteIpsRemoteIPs: remoteIPs",
1435
+ "args": {},
1436
+ "deprecationReason": null,
1437
+ "description": null,
1438
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs",
1439
+ "isDeprecated": false,
1440
+ "name": "remoteIPs",
1441
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs",
1442
+ "requestStr": "$remotePortFwdRemoteIps:RemotePortFwdRemoteIps! ",
1443
+ "required": true,
1444
+ "responseStr": "remoteIPs:$remotePortFwdRemoteIps ",
1445
+ "type": {
1446
+ "definition": {
1447
+ "description": null,
1448
+ "enumValues": null,
1449
+ "fields": {
1450
+ "globalIpRange": {
1451
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1452
+ "args": {},
1453
+ "deprecationReason": null,
1454
+ "description": null,
1455
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___globalIpRange",
1456
+ "isDeprecated": false,
1457
+ "name": "globalIpRange",
1458
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.globalIpRange",
1459
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1460
+ "required": true,
1461
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1462
+ "type": {
1463
+ "definition": {
1464
+ "description": null,
1465
+ "enumValues": null,
1466
+ "fields": {
1467
+ "id": {
1468
+ "args": {},
1469
+ "deprecationReason": null,
1470
+ "description": null,
1471
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___globalIpRange___id",
1472
+ "isDeprecated": false,
1473
+ "name": "id",
1474
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.globalIpRange.id",
1475
+ "requestStr": "$id:ID! ",
1476
+ "required": true,
1477
+ "responseStr": "id:$id ",
1478
+ "type": {
1479
+ "kind": [
1480
+ "NON_NULL",
1481
+ "SCALAR"
1482
+ ],
1483
+ "name": "ID",
1484
+ "non_null": false
1485
+ },
1486
+ "varName": "id"
1487
+ },
1488
+ "name": {
1489
+ "args": {},
1490
+ "deprecationReason": null,
1491
+ "description": null,
1492
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___globalIpRange___name",
1493
+ "isDeprecated": false,
1494
+ "name": "name",
1495
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.globalIpRange.name",
1496
+ "requestStr": "$name:String! ",
1497
+ "required": true,
1498
+ "responseStr": "name:$name ",
1499
+ "type": {
1500
+ "kind": [
1501
+ "NON_NULL",
1502
+ "SCALAR"
1503
+ ],
1504
+ "name": "String",
1505
+ "non_null": false
1506
+ },
1507
+ "varName": "name"
1508
+ }
1509
+ },
1510
+ "inputFields": null,
1511
+ "interfaces": {},
1512
+ "kind": "OBJECT",
1513
+ "name": "GlobalIpRangeRef",
1514
+ "possibleTypes": null
1515
+ },
1516
+ "indexType": "object",
1517
+ "kind": [
1518
+ "NON_NULL",
1519
+ "LIST",
1520
+ "NON_NULL",
1521
+ "OBJECT"
1522
+ ],
1523
+ "name": "GlobalIpRangeRef",
1524
+ "non_null": false
1525
+ },
1526
+ "varName": "globalIpRangeRef"
1527
+ },
1528
+ "ip": {
1529
+ "args": {},
1530
+ "deprecationReason": null,
1531
+ "description": null,
1532
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___ip",
1533
+ "isDeprecated": false,
1534
+ "name": "ip",
1535
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.ip",
1536
+ "requestStr": "$ip:[IPAddress]! ",
1537
+ "required": true,
1538
+ "responseStr": "ip:$ip ",
1539
+ "type": {
1540
+ "kind": [
1541
+ "NON_NULL",
1542
+ "LIST",
1543
+ "NON_NULL",
1544
+ "SCALAR"
1545
+ ],
1546
+ "name": "IPAddress",
1547
+ "non_null": false
1548
+ },
1549
+ "varName": "ip"
1550
+ },
1551
+ "ipRange": {
1552
+ "alias": "ipAddressRangeIpRange: ipRange",
1553
+ "args": {},
1554
+ "deprecationReason": null,
1555
+ "description": null,
1556
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___ipRange",
1557
+ "isDeprecated": false,
1558
+ "name": "ipRange",
1559
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.ipRange",
1560
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1561
+ "required": true,
1562
+ "responseStr": "ipRange:$ipAddressRange ",
1563
+ "type": {
1564
+ "definition": {
1565
+ "description": "Inclusive range of IPs",
1566
+ "enumValues": null,
1567
+ "fields": {
1568
+ "from": {
1569
+ "args": {},
1570
+ "deprecationReason": null,
1571
+ "description": null,
1572
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___ipRange___from",
1573
+ "isDeprecated": false,
1574
+ "name": "from",
1575
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.ipRange.from",
1576
+ "requestStr": "$from:IPAddress! ",
1577
+ "required": true,
1578
+ "responseStr": "from:$from ",
1579
+ "type": {
1580
+ "kind": [
1581
+ "NON_NULL",
1582
+ "SCALAR"
1583
+ ],
1584
+ "name": "IPAddress",
1585
+ "non_null": false
1586
+ },
1587
+ "varName": "from"
1588
+ },
1589
+ "to": {
1590
+ "args": {},
1591
+ "deprecationReason": null,
1592
+ "description": null,
1593
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___ipRange___to",
1594
+ "isDeprecated": false,
1595
+ "name": "to",
1596
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.ipRange.to",
1597
+ "requestStr": "$to:IPAddress! ",
1598
+ "required": true,
1599
+ "responseStr": "to:$to ",
1600
+ "type": {
1601
+ "kind": [
1602
+ "NON_NULL",
1603
+ "SCALAR"
1604
+ ],
1605
+ "name": "IPAddress",
1606
+ "non_null": false
1607
+ },
1608
+ "varName": "to"
1609
+ }
1610
+ },
1611
+ "inputFields": null,
1612
+ "interfaces": {},
1613
+ "kind": "OBJECT",
1614
+ "name": "IpAddressRange",
1615
+ "possibleTypes": null
1616
+ },
1617
+ "indexType": "object",
1618
+ "kind": [
1619
+ "NON_NULL",
1620
+ "LIST",
1621
+ "NON_NULL",
1622
+ "OBJECT"
1623
+ ],
1624
+ "name": "IpAddressRange",
1625
+ "non_null": false
1626
+ },
1627
+ "varName": "ipAddressRange"
1628
+ },
1629
+ "subnet": {
1630
+ "args": {},
1631
+ "deprecationReason": null,
1632
+ "description": null,
1633
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___remoteIPs___subnet",
1634
+ "isDeprecated": false,
1635
+ "name": "subnet",
1636
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.remoteIPs.subnet",
1637
+ "requestStr": "$subnet:[NetworkSubnet]! ",
1638
+ "required": true,
1639
+ "responseStr": "subnet:$subnet ",
1640
+ "type": {
1641
+ "kind": [
1642
+ "NON_NULL",
1643
+ "LIST",
1644
+ "NON_NULL",
1645
+ "SCALAR"
1646
+ ],
1647
+ "name": "NetworkSubnet",
1648
+ "non_null": false
1649
+ },
1650
+ "varName": "subnet"
1651
+ }
1652
+ },
1653
+ "inputFields": null,
1654
+ "interfaces": {},
1655
+ "kind": "OBJECT",
1656
+ "name": "RemotePortFwdRemoteIps",
1657
+ "possibleTypes": null
1658
+ },
1659
+ "indexType": "object",
1660
+ "kind": [
1661
+ "NON_NULL",
1662
+ "OBJECT"
1663
+ ],
1664
+ "name": "RemotePortFwdRemoteIps",
1665
+ "non_null": false
1666
+ },
1667
+ "varName": "remotePortFwdRemoteIps"
1668
+ },
1669
+ "restrictionType": {
1670
+ "alias": "remotePortFwdRestrictionTypeRestrictionType: restrictionType",
1671
+ "args": {},
1672
+ "deprecationReason": null,
1673
+ "description": null,
1674
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___restrictionType",
1675
+ "isDeprecated": false,
1676
+ "name": "restrictionType",
1677
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.restrictionType",
1678
+ "requestStr": "$restrictionType:RemotePortFwdRestrictionType! ",
1679
+ "required": true,
1680
+ "responseStr": "restrictionType:$restrictionType ",
1681
+ "type": {
1682
+ "definition": {
1683
+ "description": null,
1684
+ "enumValues": [
1685
+ {
1686
+ "deprecationReason": null,
1687
+ "description": null,
1688
+ "isDeprecated": false,
1689
+ "name": "ALLOW_LIST"
1690
+ },
1691
+ {
1692
+ "deprecationReason": null,
1693
+ "description": null,
1694
+ "isDeprecated": false,
1695
+ "name": "BLOCK_LIST"
1696
+ }
1697
+ ],
1698
+ "fields": null,
1699
+ "inputFields": null,
1700
+ "interfaces": null,
1701
+ "kind": "ENUM",
1702
+ "name": "RemotePortFwdRestrictionType",
1703
+ "possibleTypes": null
1704
+ },
1705
+ "indexType": "enum",
1706
+ "kind": [
1707
+ "NON_NULL",
1708
+ "ENUM"
1709
+ ],
1710
+ "name": "RemotePortFwdRestrictionType",
1711
+ "non_null": false
1712
+ },
1713
+ "varName": "restrictionType"
1714
+ },
1715
+ "section": {
1716
+ "alias": "policySectionInfoSection: section",
1717
+ "args": {},
1718
+ "deprecationReason": null,
1719
+ "description": "Policy section where the rule is located",
1720
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___section",
1721
+ "isDeprecated": false,
1722
+ "name": "section",
1723
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.section",
1724
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1725
+ "required": true,
1726
+ "responseStr": "section:$policySectionInfo ",
1727
+ "type": {
1728
+ "definition": {
1729
+ "description": "Define settings for a policy section",
1730
+ "enumValues": null,
1731
+ "fields": {
1732
+ "id": {
1733
+ "args": {},
1734
+ "deprecationReason": null,
1735
+ "description": null,
1736
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___section___id",
1737
+ "isDeprecated": false,
1738
+ "name": "id",
1739
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.section.id",
1740
+ "requestStr": "$id:ID! ",
1741
+ "required": true,
1742
+ "responseStr": "id:$id ",
1743
+ "type": {
1744
+ "kind": [
1745
+ "NON_NULL",
1746
+ "SCALAR"
1747
+ ],
1748
+ "name": "ID",
1749
+ "non_null": false
1750
+ },
1751
+ "varName": "id"
1752
+ },
1753
+ "name": {
1754
+ "args": {},
1755
+ "deprecationReason": null,
1756
+ "description": null,
1757
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___section___name",
1758
+ "isDeprecated": false,
1759
+ "name": "name",
1760
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.section.name",
1761
+ "requestStr": "$name:String! ",
1762
+ "required": true,
1763
+ "responseStr": "name:$name ",
1764
+ "type": {
1765
+ "kind": [
1766
+ "NON_NULL",
1767
+ "SCALAR"
1768
+ ],
1769
+ "name": "String",
1770
+ "non_null": false
1771
+ },
1772
+ "varName": "name"
1773
+ }
1774
+ },
1775
+ "inputFields": null,
1776
+ "interfaces": {},
1777
+ "kind": "OBJECT",
1778
+ "name": "PolicySectionInfo",
1779
+ "possibleTypes": null
1780
+ },
1781
+ "indexType": "object",
1782
+ "kind": [
1783
+ "NON_NULL",
1784
+ "OBJECT"
1785
+ ],
1786
+ "name": "PolicySectionInfo",
1787
+ "non_null": false
1788
+ },
1789
+ "varName": "policySectionInfo"
1790
+ },
1791
+ "tracking": {
1792
+ "alias": "policyRuleTrackingAlertTracking: tracking",
1793
+ "args": {},
1794
+ "deprecationReason": null,
1795
+ "description": null,
1796
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking",
1797
+ "isDeprecated": false,
1798
+ "name": "tracking",
1799
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking",
1800
+ "requestStr": "$policyRuleTrackingAlert:PolicyRuleTrackingAlert! ",
1801
+ "required": true,
1802
+ "responseStr": "tracking:$policyRuleTrackingAlert ",
1803
+ "type": {
1804
+ "definition": {
1805
+ "description": "Returns data for the alert settings for the rule",
1806
+ "enumValues": null,
1807
+ "fields": {
1808
+ "enabled": {
1809
+ "args": {},
1810
+ "deprecationReason": null,
1811
+ "description": "TRUE \u2013 send alerts when the rule is matched, FALSE \u2013 don\u2019t send alerts when the rule is matched",
1812
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___enabled",
1813
+ "isDeprecated": false,
1814
+ "name": "enabled",
1815
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.enabled",
1816
+ "requestStr": "$enabled:Boolean! ",
1817
+ "required": true,
1818
+ "responseStr": "enabled:$enabled ",
1819
+ "type": {
1820
+ "kind": [
1821
+ "NON_NULL",
1822
+ "SCALAR"
1823
+ ],
1824
+ "name": "Boolean",
1825
+ "non_null": false
1826
+ },
1827
+ "varName": "enabled"
1828
+ },
1829
+ "frequency": {
1830
+ "alias": "policyRuleTrackingFrequencyEnumFrequency: frequency",
1831
+ "args": {},
1832
+ "deprecationReason": null,
1833
+ "description": "Returns data for the alert frequency",
1834
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___frequency",
1835
+ "isDeprecated": false,
1836
+ "name": "frequency",
1837
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.frequency",
1838
+ "requestStr": "$frequency:PolicyRuleTrackingFrequencyEnum! ",
1839
+ "required": true,
1840
+ "responseStr": "frequency:$frequency ",
1841
+ "type": {
1842
+ "definition": {
1843
+ "description": "Enum for the frequency of an alert event for a rule",
1844
+ "enumValues": [
1845
+ {
1846
+ "deprecationReason": null,
1847
+ "description": null,
1848
+ "isDeprecated": false,
1849
+ "name": "HOURLY"
1850
+ },
1851
+ {
1852
+ "deprecationReason": null,
1853
+ "description": null,
1854
+ "isDeprecated": false,
1855
+ "name": "DAILY"
1856
+ },
1857
+ {
1858
+ "deprecationReason": null,
1859
+ "description": null,
1860
+ "isDeprecated": false,
1861
+ "name": "WEEKLY"
1862
+ },
1863
+ {
1864
+ "deprecationReason": null,
1865
+ "description": null,
1866
+ "isDeprecated": false,
1867
+ "name": "IMMEDIATE"
1868
+ }
1869
+ ],
1870
+ "fields": null,
1871
+ "inputFields": null,
1872
+ "interfaces": null,
1873
+ "kind": "ENUM",
1874
+ "name": "PolicyRuleTrackingFrequencyEnum",
1875
+ "possibleTypes": null
1876
+ },
1877
+ "indexType": "enum",
1878
+ "kind": [
1879
+ "NON_NULL",
1880
+ "ENUM"
1881
+ ],
1882
+ "name": "PolicyRuleTrackingFrequencyEnum",
1883
+ "non_null": false
1884
+ },
1885
+ "varName": "frequency"
1886
+ },
1887
+ "mailingList": {
1888
+ "alias": "subscriptionMailingListRefMailingList: mailingList",
1889
+ "args": {},
1890
+ "deprecationReason": null,
1891
+ "description": "Returns data for the Mailing List that receives the alert",
1892
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___mailingList",
1893
+ "isDeprecated": false,
1894
+ "name": "mailingList",
1895
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.mailingList",
1896
+ "requestStr": "$subscriptionMailingListRef:[SubscriptionMailingListRef]! ",
1897
+ "required": true,
1898
+ "responseStr": "mailingList:$subscriptionMailingListRef ",
1899
+ "type": {
1900
+ "definition": {
1901
+ "description": null,
1902
+ "enumValues": null,
1903
+ "fields": {
1904
+ "id": {
1905
+ "args": {},
1906
+ "deprecationReason": null,
1907
+ "description": null,
1908
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___mailingList___id",
1909
+ "isDeprecated": false,
1910
+ "name": "id",
1911
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.mailingList.id",
1912
+ "requestStr": "$id:ID! ",
1913
+ "required": true,
1914
+ "responseStr": "id:$id ",
1915
+ "type": {
1916
+ "kind": [
1917
+ "NON_NULL",
1918
+ "SCALAR"
1919
+ ],
1920
+ "name": "ID",
1921
+ "non_null": false
1922
+ },
1923
+ "varName": "id"
1924
+ },
1925
+ "name": {
1926
+ "args": {},
1927
+ "deprecationReason": null,
1928
+ "description": null,
1929
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___mailingList___name",
1930
+ "isDeprecated": false,
1931
+ "name": "name",
1932
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.mailingList.name",
1933
+ "requestStr": "$name:String! ",
1934
+ "required": true,
1935
+ "responseStr": "name:$name ",
1936
+ "type": {
1937
+ "kind": [
1938
+ "NON_NULL",
1939
+ "SCALAR"
1940
+ ],
1941
+ "name": "String",
1942
+ "non_null": false
1943
+ },
1944
+ "varName": "name"
1945
+ }
1946
+ },
1947
+ "inputFields": null,
1948
+ "interfaces": {},
1949
+ "kind": "OBJECT",
1950
+ "name": "SubscriptionMailingListRef",
1951
+ "possibleTypes": null
1952
+ },
1953
+ "indexType": "object",
1954
+ "kind": [
1955
+ "NON_NULL",
1956
+ "LIST",
1957
+ "NON_NULL",
1958
+ "OBJECT"
1959
+ ],
1960
+ "name": "SubscriptionMailingListRef",
1961
+ "non_null": false
1962
+ },
1963
+ "varName": "subscriptionMailingListRef"
1964
+ },
1965
+ "subscriptionGroup": {
1966
+ "alias": "subscriptionGroupRefSubscriptionGroup: subscriptionGroup",
1967
+ "args": {},
1968
+ "deprecationReason": null,
1969
+ "description": "Returns data for the Subscription Group that receives the alert",
1970
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___subscriptionGroup",
1971
+ "isDeprecated": false,
1972
+ "name": "subscriptionGroup",
1973
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.subscriptionGroup",
1974
+ "requestStr": "$subscriptionGroupRef:[SubscriptionGroupRef]! ",
1975
+ "required": true,
1976
+ "responseStr": "subscriptionGroup:$subscriptionGroupRef ",
1977
+ "type": {
1978
+ "definition": {
1979
+ "description": null,
1980
+ "enumValues": null,
1981
+ "fields": {
1982
+ "id": {
1983
+ "args": {},
1984
+ "deprecationReason": null,
1985
+ "description": null,
1986
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___subscriptionGroup___id",
1987
+ "isDeprecated": false,
1988
+ "name": "id",
1989
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.subscriptionGroup.id",
1990
+ "requestStr": "$id:ID! ",
1991
+ "required": true,
1992
+ "responseStr": "id:$id ",
1993
+ "type": {
1994
+ "kind": [
1995
+ "NON_NULL",
1996
+ "SCALAR"
1997
+ ],
1998
+ "name": "ID",
1999
+ "non_null": false
2000
+ },
2001
+ "varName": "id"
2002
+ },
2003
+ "name": {
2004
+ "args": {},
2005
+ "deprecationReason": null,
2006
+ "description": null,
2007
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___subscriptionGroup___name",
2008
+ "isDeprecated": false,
2009
+ "name": "name",
2010
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.subscriptionGroup.name",
2011
+ "requestStr": "$name:String! ",
2012
+ "required": true,
2013
+ "responseStr": "name:$name ",
2014
+ "type": {
2015
+ "kind": [
2016
+ "NON_NULL",
2017
+ "SCALAR"
2018
+ ],
2019
+ "name": "String",
2020
+ "non_null": false
2021
+ },
2022
+ "varName": "name"
2023
+ }
2024
+ },
2025
+ "inputFields": null,
2026
+ "interfaces": {},
2027
+ "kind": "OBJECT",
2028
+ "name": "SubscriptionGroupRef",
2029
+ "possibleTypes": null
2030
+ },
2031
+ "indexType": "object",
2032
+ "kind": [
2033
+ "NON_NULL",
2034
+ "LIST",
2035
+ "NON_NULL",
2036
+ "OBJECT"
2037
+ ],
2038
+ "name": "SubscriptionGroupRef",
2039
+ "non_null": false
2040
+ },
2041
+ "varName": "subscriptionGroupRef"
2042
+ },
2043
+ "webhook": {
2044
+ "alias": "subscriptionWebhookRefWebhook: webhook",
2045
+ "args": {},
2046
+ "deprecationReason": null,
2047
+ "description": "Returns data for the Webhook that receives the alert",
2048
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___webhook",
2049
+ "isDeprecated": false,
2050
+ "name": "webhook",
2051
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.webhook",
2052
+ "requestStr": "$subscriptionWebhookRef:[SubscriptionWebhookRef]! ",
2053
+ "required": true,
2054
+ "responseStr": "webhook:$subscriptionWebhookRef ",
2055
+ "type": {
2056
+ "definition": {
2057
+ "description": null,
2058
+ "enumValues": null,
2059
+ "fields": {
2060
+ "id": {
2061
+ "args": {},
2062
+ "deprecationReason": null,
2063
+ "description": null,
2064
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___webhook___id",
2065
+ "isDeprecated": false,
2066
+ "name": "id",
2067
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.webhook.id",
2068
+ "requestStr": "$id:ID! ",
2069
+ "required": true,
2070
+ "responseStr": "id:$id ",
2071
+ "type": {
2072
+ "kind": [
2073
+ "NON_NULL",
2074
+ "SCALAR"
2075
+ ],
2076
+ "name": "ID",
2077
+ "non_null": false
2078
+ },
2079
+ "varName": "id"
2080
+ },
2081
+ "name": {
2082
+ "args": {},
2083
+ "deprecationReason": null,
2084
+ "description": null,
2085
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___rules___rule___tracking___webhook___name",
2086
+ "isDeprecated": false,
2087
+ "name": "name",
2088
+ "path": "remotePortFwd.discardPolicyRevision.policy.rules.rule.tracking.webhook.name",
2089
+ "requestStr": "$name:String! ",
2090
+ "required": true,
2091
+ "responseStr": "name:$name ",
2092
+ "type": {
2093
+ "kind": [
2094
+ "NON_NULL",
2095
+ "SCALAR"
2096
+ ],
2097
+ "name": "String",
2098
+ "non_null": false
2099
+ },
2100
+ "varName": "name"
2101
+ }
2102
+ },
2103
+ "inputFields": null,
2104
+ "interfaces": {},
2105
+ "kind": "OBJECT",
2106
+ "name": "SubscriptionWebhookRef",
2107
+ "possibleTypes": null
2108
+ },
2109
+ "indexType": "object",
2110
+ "kind": [
2111
+ "NON_NULL",
2112
+ "LIST",
2113
+ "NON_NULL",
2114
+ "OBJECT"
2115
+ ],
2116
+ "name": "SubscriptionWebhookRef",
2117
+ "non_null": false
2118
+ },
2119
+ "varName": "subscriptionWebhookRef"
2120
+ }
2121
+ },
2122
+ "inputFields": null,
2123
+ "interfaces": {},
2124
+ "kind": "OBJECT",
2125
+ "name": "PolicyRuleTrackingAlert",
2126
+ "possibleTypes": null
2127
+ },
2128
+ "indexType": "object",
2129
+ "kind": [
2130
+ "NON_NULL",
2131
+ "OBJECT"
2132
+ ],
2133
+ "name": "PolicyRuleTrackingAlert",
2134
+ "non_null": false
2135
+ },
2136
+ "varName": "policyRuleTrackingAlert"
2137
+ }
2138
+ },
2139
+ "inputFields": null,
2140
+ "interfaces": {},
2141
+ "kind": "OBJECT",
2142
+ "name": "RemotePortFwdRule",
2143
+ "possibleTypes": null
2144
+ },
2145
+ "indexType": "object",
2146
+ "kind": [
2147
+ "NON_NULL",
2148
+ "OBJECT"
2149
+ ],
2150
+ "name": "RemotePortFwdRule",
2151
+ "non_null": false
2152
+ },
2153
+ "varName": "remotePortFwdRule"
2154
+ }
2155
+ },
2156
+ "inputFields": null,
2157
+ "interfaces": {},
2158
+ "kind": "OBJECT",
2159
+ "name": "RemotePortFwdRulePayload",
2160
+ "possibleTypes": null
2161
+ },
2162
+ "indexType": "object",
2163
+ "kind": [
2164
+ "NON_NULL",
2165
+ "LIST",
2166
+ "NON_NULL",
2167
+ "OBJECT"
2168
+ ],
2169
+ "name": "RemotePortFwdRulePayload",
2170
+ "non_null": false
2171
+ },
2172
+ "varName": "remotePortFwdRulePayload"
2173
+ },
2174
+ "sections": {
2175
+ "args": {},
2176
+ "deprecationReason": null,
2177
+ "description": null,
2178
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections",
2179
+ "isDeprecated": false,
2180
+ "name": "sections",
2181
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections",
2182
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
2183
+ "required": true,
2184
+ "responseStr": "sections:$policySectionPayload ",
2185
+ "type": {
2186
+ "definition": {
2187
+ "description": null,
2188
+ "enumValues": null,
2189
+ "fields": {
2190
+ "audit": {
2191
+ "alias": "policyElementAuditAudit: audit",
2192
+ "args": {},
2193
+ "deprecationReason": null,
2194
+ "description": null,
2195
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___audit",
2196
+ "isDeprecated": false,
2197
+ "name": "audit",
2198
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.audit",
2199
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
2200
+ "required": true,
2201
+ "responseStr": "audit:$policyElementAudit ",
2202
+ "type": {
2203
+ "definition": {
2204
+ "description": null,
2205
+ "enumValues": null,
2206
+ "fields": {
2207
+ "updatedBy": {
2208
+ "args": {},
2209
+ "deprecationReason": null,
2210
+ "description": "The admin, or the API-key, that performed the last update",
2211
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___audit___updatedBy",
2212
+ "isDeprecated": false,
2213
+ "name": "updatedBy",
2214
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.audit.updatedBy",
2215
+ "requestStr": "$updatedBy:String! ",
2216
+ "required": true,
2217
+ "responseStr": "updatedBy:$updatedBy ",
2218
+ "type": {
2219
+ "kind": [
2220
+ "NON_NULL",
2221
+ "SCALAR"
2222
+ ],
2223
+ "name": "String",
2224
+ "non_null": false
2225
+ },
2226
+ "varName": "updatedBy"
2227
+ },
2228
+ "updatedTime": {
2229
+ "args": {},
2230
+ "deprecationReason": null,
2231
+ "description": "The last date and time the rule was updated",
2232
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___audit___updatedTime",
2233
+ "isDeprecated": false,
2234
+ "name": "updatedTime",
2235
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.audit.updatedTime",
2236
+ "requestStr": "$updatedTime:DateTime! ",
2237
+ "required": true,
2238
+ "responseStr": "updatedTime:$updatedTime ",
2239
+ "type": {
2240
+ "kind": [
2241
+ "NON_NULL",
2242
+ "SCALAR"
2243
+ ],
2244
+ "name": "DateTime",
2245
+ "non_null": false
2246
+ },
2247
+ "varName": "updatedTime"
2248
+ }
2249
+ },
2250
+ "inputFields": null,
2251
+ "interfaces": {},
2252
+ "kind": "OBJECT",
2253
+ "name": "PolicyElementAudit",
2254
+ "possibleTypes": null
2255
+ },
2256
+ "indexType": "object",
2257
+ "kind": [
2258
+ "NON_NULL",
2259
+ "OBJECT"
2260
+ ],
2261
+ "name": "PolicyElementAudit",
2262
+ "non_null": false
2263
+ },
2264
+ "varName": "policyElementAudit"
2265
+ },
2266
+ "properties": {
2267
+ "alias": "policyElementPropertiesEnumProperties: properties",
2268
+ "args": {},
2269
+ "deprecationReason": null,
2270
+ "description": null,
2271
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___properties",
2272
+ "isDeprecated": false,
2273
+ "name": "properties",
2274
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.properties",
2275
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
2276
+ "required": true,
2277
+ "responseStr": "properties:$properties ",
2278
+ "type": {
2279
+ "definition": {
2280
+ "description": "Attributes describing the rule state or type",
2281
+ "enumValues": [
2282
+ {
2283
+ "deprecationReason": null,
2284
+ "description": "New (added) rule",
2285
+ "isDeprecated": false,
2286
+ "name": "ADDED"
2287
+ },
2288
+ {
2289
+ "deprecationReason": null,
2290
+ "description": "Updated (modified) existing rule",
2291
+ "isDeprecated": false,
2292
+ "name": "UPDATED"
2293
+ },
2294
+ {
2295
+ "deprecationReason": null,
2296
+ "description": "Removed (deleted) rule",
2297
+ "isDeprecated": false,
2298
+ "name": "REMOVED"
2299
+ },
2300
+ {
2301
+ "deprecationReason": null,
2302
+ "description": "A rule moved to a different position",
2303
+ "isDeprecated": false,
2304
+ "name": "MOVED"
2305
+ },
2306
+ {
2307
+ "deprecationReason": null,
2308
+ "description": "A rule locked for changes by other admins",
2309
+ "isDeprecated": false,
2310
+ "name": "LOCKED"
2311
+ },
2312
+ {
2313
+ "deprecationReason": null,
2314
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
2315
+ "isDeprecated": false,
2316
+ "name": "ANCHORED"
2317
+ },
2318
+ {
2319
+ "deprecationReason": null,
2320
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
2321
+ "isDeprecated": false,
2322
+ "name": "SYSTEM"
2323
+ }
2324
+ ],
2325
+ "fields": null,
2326
+ "inputFields": null,
2327
+ "interfaces": null,
2328
+ "kind": "ENUM",
2329
+ "name": "PolicyElementPropertiesEnum",
2330
+ "possibleTypes": null
2331
+ },
2332
+ "indexType": "enum",
2333
+ "kind": [
2334
+ "NON_NULL",
2335
+ "LIST",
2336
+ "NON_NULL",
2337
+ "ENUM"
2338
+ ],
2339
+ "name": "PolicyElementPropertiesEnum",
2340
+ "non_null": false
2341
+ },
2342
+ "varName": "properties"
2343
+ },
2344
+ "section": {
2345
+ "alias": "policySectionInfoSection: section",
2346
+ "args": {},
2347
+ "deprecationReason": null,
2348
+ "description": null,
2349
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___section",
2350
+ "isDeprecated": false,
2351
+ "name": "section",
2352
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.section",
2353
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
2354
+ "required": true,
2355
+ "responseStr": "section:$policySectionInfo ",
2356
+ "type": {
2357
+ "definition": {
2358
+ "description": "Define settings for a policy section",
2359
+ "enumValues": null,
2360
+ "fields": {
2361
+ "id": {
2362
+ "args": {},
2363
+ "deprecationReason": null,
2364
+ "description": null,
2365
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___section___id",
2366
+ "isDeprecated": false,
2367
+ "name": "id",
2368
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.section.id",
2369
+ "requestStr": "$id:ID! ",
2370
+ "required": true,
2371
+ "responseStr": "id:$id ",
2372
+ "type": {
2373
+ "kind": [
2374
+ "NON_NULL",
2375
+ "SCALAR"
2376
+ ],
2377
+ "name": "ID",
2378
+ "non_null": false
2379
+ },
2380
+ "varName": "id"
2381
+ },
2382
+ "name": {
2383
+ "args": {},
2384
+ "deprecationReason": null,
2385
+ "description": null,
2386
+ "id_str": "remotePortFwd___discardPolicyRevision___policy___sections___section___name",
2387
+ "isDeprecated": false,
2388
+ "name": "name",
2389
+ "path": "remotePortFwd.discardPolicyRevision.policy.sections.section.name",
2390
+ "requestStr": "$name:String! ",
2391
+ "required": true,
2392
+ "responseStr": "name:$name ",
2393
+ "type": {
2394
+ "kind": [
2395
+ "NON_NULL",
2396
+ "SCALAR"
2397
+ ],
2398
+ "name": "String",
2399
+ "non_null": false
2400
+ },
2401
+ "varName": "name"
2402
+ }
2403
+ },
2404
+ "inputFields": null,
2405
+ "interfaces": {},
2406
+ "kind": "OBJECT",
2407
+ "name": "PolicySectionInfo",
2408
+ "possibleTypes": null
2409
+ },
2410
+ "indexType": "object",
2411
+ "kind": [
2412
+ "NON_NULL",
2413
+ "OBJECT"
2414
+ ],
2415
+ "name": "PolicySectionInfo",
2416
+ "non_null": false
2417
+ },
2418
+ "varName": "policySectionInfo"
2419
+ }
2420
+ },
2421
+ "inputFields": null,
2422
+ "interfaces": {},
2423
+ "kind": "OBJECT",
2424
+ "name": "PolicySectionPayload",
2425
+ "possibleTypes": null
2426
+ },
2427
+ "indexType": "object",
2428
+ "kind": [
2429
+ "NON_NULL",
2430
+ "LIST",
2431
+ "NON_NULL",
2432
+ "OBJECT"
2433
+ ],
2434
+ "name": "PolicySectionPayload",
2435
+ "non_null": false
2436
+ },
2437
+ "varName": "policySectionPayload"
2438
+ }
2439
+ },
2440
+ "inputFields": null,
2441
+ "interfaces": {},
2442
+ "kind": "OBJECT",
2443
+ "name": "RemotePortFwdPolicy",
2444
+ "possibleTypes": null
2445
+ },
2446
+ "indexType": "object",
2447
+ "kind": [
2448
+ "OBJECT"
2449
+ ],
2450
+ "name": "RemotePortFwdPolicy",
2451
+ "non_null": false
2452
+ },
2453
+ "varName": "remotePortFwdPolicy"
2454
+ },
2455
+ "status": {
2456
+ "alias": "policyMutationStatusStatus: status",
2457
+ "args": {},
2458
+ "deprecationReason": null,
2459
+ "description": null,
2460
+ "id_str": "remotePortFwd___discardPolicyRevision___status",
2461
+ "isDeprecated": false,
2462
+ "name": "status",
2463
+ "path": "remotePortFwd.discardPolicyRevision.status",
2464
+ "requestStr": "$status:PolicyMutationStatus! ",
2465
+ "required": true,
2466
+ "responseStr": "status:$status ",
2467
+ "type": {
2468
+ "definition": {
2469
+ "description": "Enum for the status of a policy mutation",
2470
+ "enumValues": [
2471
+ {
2472
+ "deprecationReason": null,
2473
+ "description": null,
2474
+ "isDeprecated": false,
2475
+ "name": "SUCCESS"
2476
+ },
2477
+ {
2478
+ "deprecationReason": null,
2479
+ "description": null,
2480
+ "isDeprecated": false,
2481
+ "name": "FAILURE"
2482
+ }
2483
+ ],
2484
+ "fields": null,
2485
+ "inputFields": null,
2486
+ "interfaces": null,
2487
+ "kind": "ENUM",
2488
+ "name": "PolicyMutationStatus",
2489
+ "possibleTypes": null
2490
+ },
2491
+ "indexType": "enum",
2492
+ "kind": [
2493
+ "NON_NULL",
2494
+ "ENUM"
2495
+ ],
2496
+ "name": "PolicyMutationStatus",
2497
+ "non_null": false
2498
+ },
2499
+ "varName": "status"
2500
+ }
2501
+ },
2502
+ "inputFields": null,
2503
+ "interfaces": {},
2504
+ "kind": "OBJECT",
2505
+ "name": "RemotePortFwdPolicyMutationPayload",
2506
+ "possibleTypes": null
2507
+ },
2508
+ "indexType": "object",
2509
+ "kind": [
2510
+ "NON_NULL",
2511
+ "OBJECT"
2512
+ ],
2513
+ "name": "RemotePortFwdPolicyMutationPayload",
2514
+ "non_null": false
2515
+ },
2516
+ "varName": "remotePortFwdPolicyMutationPayload"
2517
+ }
2518
+ },
2519
+ "inputFields": null,
2520
+ "interfaces": {},
2521
+ "kind": "OBJECT",
2522
+ "name": "RemotePortFwdPolicyMutations",
2523
+ "possibleTypes": null
2524
+ },
2525
+ "indexType": "object",
2526
+ "kind": [
2527
+ "OBJECT"
2528
+ ],
2529
+ "name": "RemotePortFwdPolicyMutations",
2530
+ "non_null": false
2531
+ },
2532
+ "varName": "remotePortFwdPolicyMutations"
2533
+ }
2534
+ },
2535
+ "inputFields": null,
2536
+ "interfaces": [],
2537
+ "kind": "OBJECT",
2538
+ "name": "PolicyMutations",
2539
+ "possibleTypes": null
2540
+ },
2541
+ "indexType": "object",
2542
+ "kind": [
2543
+ "OBJECT"
2544
+ ],
2545
+ "name": "PolicyMutations",
2546
+ "non_null": false
2547
+ },
2548
+ "variablesPayload": {
2549
+ "policyDiscardRevisionInput": {
2550
+ "id": {
2551
+ "id": "ID"
2552
+ }
2553
+ },
2554
+ "remotePortFwdPolicyMutationInput": {
2555
+ "policyMutationRevisionInput": {
2556
+ "id": {
2557
+ "id": "ID"
2558
+ }
2559
+ }
2560
+ }
2561
+ }
2562
+ }