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