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