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