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,3059 @@
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
+ "appTenantRestriction": {
25
+ "args": {
26
+ "appTenantRestriction___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "appTenantRestriction___input",
30
+ "name": "input",
31
+ "path": "appTenantRestriction.input",
32
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
33
+ "required": false,
34
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
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": "appTenantRestriction___input___revision",
45
+ "name": "revision",
46
+ "path": "appTenantRestriction.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": "appTenantRestriction___input___revision___id",
60
+ "name": "id",
61
+ "path": "appTenantRestriction.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": "AppTenantRestrictionPolicyMutationInput",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "input_object",
96
+ "kind": [
97
+ "INPUT_OBJECT"
98
+ ],
99
+ "name": "AppTenantRestrictionPolicyMutationInput",
100
+ "non_null": false
101
+ },
102
+ "varName": "appTenantRestrictionPolicyMutationInput"
103
+ }
104
+ },
105
+ "deprecationReason": null,
106
+ "description": null,
107
+ "isDeprecated": false,
108
+ "name": "appTenantRestriction",
109
+ "type": {
110
+ "kind": "OBJECT",
111
+ "name": "AppTenantRestrictionPolicyMutations",
112
+ "ofType": null
113
+ }
114
+ },
115
+ "moveRule": {
116
+ "args": {
117
+ "moveRule___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "moveRule___input",
121
+ "name": "input",
122
+ "path": "moveRule.input",
123
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$policyMoveRuleInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": "Move the rule to a different position in the policy",
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "id": {
133
+ "defaultValue": null,
134
+ "description": null,
135
+ "id_str": "moveRule___input___id",
136
+ "name": "id",
137
+ "path": "moveRule.input.id",
138
+ "requestStr": "$id:ID! ",
139
+ "required": true,
140
+ "responseStr": "id:$id ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "ID",
147
+ "non_null": false
148
+ },
149
+ "varName": "id"
150
+ },
151
+ "to": {
152
+ "defaultValue": null,
153
+ "description": null,
154
+ "id_str": "moveRule___input___to",
155
+ "name": "to",
156
+ "path": "moveRule.input.to",
157
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
158
+ "required": false,
159
+ "responseStr": "to:$policyRulePositionInput ",
160
+ "type": {
161
+ "definition": {
162
+ "description": "Parameters required to define the rule position",
163
+ "enumValues": null,
164
+ "fields": null,
165
+ "inputFields": {
166
+ "position": {
167
+ "defaultValue": null,
168
+ "description": "Position relative to a policy, a section or another rule",
169
+ "id_str": "moveRule___input___to___position",
170
+ "name": "position",
171
+ "path": "moveRule.input.to.position",
172
+ "requestStr": "$position:PolicyRulePositionEnum ",
173
+ "required": false,
174
+ "responseStr": "position:$position ",
175
+ "type": {
176
+ "definition": {
177
+ "description": "Enum for the position of a rule within a policy",
178
+ "enumValues": [
179
+ {
180
+ "deprecationReason": null,
181
+ "description": "The rule position is after the pre-existing specified rule",
182
+ "isDeprecated": false,
183
+ "name": "AFTER_RULE"
184
+ },
185
+ {
186
+ "deprecationReason": null,
187
+ "description": "The rule position is before the pre-existing specified rule",
188
+ "isDeprecated": false,
189
+ "name": "BEFORE_RULE"
190
+ },
191
+ {
192
+ "deprecationReason": null,
193
+ "description": "The rule position is first in the specified section",
194
+ "isDeprecated": false,
195
+ "name": "FIRST_IN_SECTION"
196
+ },
197
+ {
198
+ "deprecationReason": null,
199
+ "description": "The rule position is last in the specified section",
200
+ "isDeprecated": false,
201
+ "name": "LAST_IN_SECTION"
202
+ },
203
+ {
204
+ "deprecationReason": null,
205
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
206
+ "isDeprecated": false,
207
+ "name": "FIRST_IN_POLICY"
208
+ },
209
+ {
210
+ "deprecationReason": null,
211
+ "description": "The rule position is last in the policy",
212
+ "isDeprecated": false,
213
+ "name": "LAST_IN_POLICY"
214
+ }
215
+ ],
216
+ "fields": null,
217
+ "inputFields": null,
218
+ "interfaces": null,
219
+ "kind": "ENUM",
220
+ "name": "PolicyRulePositionEnum",
221
+ "possibleTypes": null
222
+ },
223
+ "indexType": "enum",
224
+ "kind": [
225
+ "ENUM"
226
+ ],
227
+ "name": "PolicyRulePositionEnum",
228
+ "non_null": false
229
+ },
230
+ "varName": "position"
231
+ },
232
+ "ref": {
233
+ "defaultValue": null,
234
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
235
+ "id_str": "moveRule___input___to___ref",
236
+ "name": "ref",
237
+ "path": "moveRule.input.to.ref",
238
+ "requestStr": "$ref:ID ",
239
+ "required": false,
240
+ "responseStr": "ref:$ref ",
241
+ "type": {
242
+ "kind": [
243
+ "SCALAR"
244
+ ],
245
+ "name": "ID",
246
+ "non_null": false
247
+ },
248
+ "varName": "ref"
249
+ }
250
+ },
251
+ "interfaces": null,
252
+ "kind": "INPUT_OBJECT",
253
+ "name": "PolicyRulePositionInput",
254
+ "possibleTypes": null
255
+ },
256
+ "indexType": "input_object",
257
+ "kind": [
258
+ "INPUT_OBJECT"
259
+ ],
260
+ "name": "PolicyRulePositionInput",
261
+ "non_null": false
262
+ },
263
+ "varName": "policyRulePositionInput"
264
+ }
265
+ },
266
+ "interfaces": null,
267
+ "kind": "INPUT_OBJECT",
268
+ "name": "PolicyMoveRuleInput",
269
+ "possibleTypes": null
270
+ },
271
+ "indexType": "input_object",
272
+ "kind": [
273
+ "NON_NULL",
274
+ "INPUT_OBJECT"
275
+ ],
276
+ "name": "PolicyMoveRuleInput",
277
+ "non_null": false
278
+ },
279
+ "varName": "policyMoveRuleInput"
280
+ }
281
+ },
282
+ "deprecationReason": null,
283
+ "description": null,
284
+ "isDeprecated": false,
285
+ "name": "moveRule",
286
+ "type": {
287
+ "kind": "NON_NULL",
288
+ "name": null,
289
+ "ofType": {
290
+ "kind": "OBJECT",
291
+ "name": "AppTenantRestrictionRuleMutationPayload",
292
+ "ofType": null
293
+ }
294
+ }
295
+ }
296
+ },
297
+ "deprecationReason": null,
298
+ "description": null,
299
+ "fieldTypes": {
300
+ "AppTenantRestrictionActionEnum": true,
301
+ "AppTenantRestrictionHeaderValue": true,
302
+ "AppTenantRestrictionPolicyMutations": true,
303
+ "AppTenantRestrictionRule": true,
304
+ "AppTenantRestrictionRuleMutationPayload": true,
305
+ "AppTenantRestrictionRulePayload": true,
306
+ "AppTenantRestrictionSeverityEnum": true,
307
+ "AppTenantRestrictionSource": true,
308
+ "ApplicationRef": true,
309
+ "CountryRef": true,
310
+ "DayOfWeek": true,
311
+ "FloatingSubnetRef": true,
312
+ "GlobalIpRangeRef": true,
313
+ "GroupRef": true,
314
+ "HostRef": true,
315
+ "IpAddressRange": true,
316
+ "NetworkInterfaceRef": true,
317
+ "PolicyActiveOnEnum": true,
318
+ "PolicyCustomRecurring": true,
319
+ "PolicyCustomTimeframe": true,
320
+ "PolicyElementAudit": true,
321
+ "PolicyElementPropertiesEnum": true,
322
+ "PolicyMutationError": true,
323
+ "PolicyMutationRevisionInput": true,
324
+ "PolicyMutationStatus": true,
325
+ "PolicyRulePositionEnum": true,
326
+ "PolicyRulePositionInput": true,
327
+ "PolicySchedule": true,
328
+ "PolicySectionInfo": true,
329
+ "SiteNetworkSubnetRef": true,
330
+ "SiteRef": true,
331
+ "SystemGroupRef": true,
332
+ "UserRef": true,
333
+ "UsersGroupRef": true
334
+ },
335
+ "isDeprecated": false,
336
+ "name": "policy",
337
+ "operationArgs": {
338
+ "accountId": {
339
+ "defaultValue": null,
340
+ "description": null,
341
+ "id_str": "accountId",
342
+ "name": "accountId",
343
+ "path": "accountId",
344
+ "requestStr": "$accountId:ID! ",
345
+ "required": true,
346
+ "responseStr": "accountId:$accountId ",
347
+ "type": {
348
+ "kind": [
349
+ "NON_NULL",
350
+ "SCALAR"
351
+ ],
352
+ "name": "ID",
353
+ "non_null": false
354
+ },
355
+ "varName": "accountId"
356
+ },
357
+ "appTenantRestrictionPolicyMutationInput": {
358
+ "defaultValue": null,
359
+ "description": null,
360
+ "id_str": "appTenantRestriction___input",
361
+ "name": "input",
362
+ "path": "appTenantRestriction.input",
363
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
364
+ "required": false,
365
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
366
+ "type": {
367
+ "definition": {
368
+ "description": null,
369
+ "enumValues": null,
370
+ "fields": null,
371
+ "inputFields": {
372
+ "revision": {
373
+ "defaultValue": null,
374
+ "description": null,
375
+ "id_str": "appTenantRestriction___input___revision",
376
+ "name": "revision",
377
+ "path": "appTenantRestriction.input.revision",
378
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
379
+ "required": false,
380
+ "responseStr": "revision:$policyMutationRevisionInput ",
381
+ "type": {
382
+ "definition": {
383
+ "description": null,
384
+ "enumValues": null,
385
+ "fields": null,
386
+ "inputFields": {
387
+ "id": {
388
+ "defaultValue": null,
389
+ "description": null,
390
+ "id_str": "appTenantRestriction___input___revision___id",
391
+ "name": "id",
392
+ "path": "appTenantRestriction.input.revision.id",
393
+ "requestStr": "$id:ID ",
394
+ "required": false,
395
+ "responseStr": "id:$id ",
396
+ "type": {
397
+ "kind": [
398
+ "SCALAR"
399
+ ],
400
+ "name": "ID",
401
+ "non_null": false
402
+ },
403
+ "varName": "id"
404
+ }
405
+ },
406
+ "interfaces": null,
407
+ "kind": "INPUT_OBJECT",
408
+ "name": "PolicyMutationRevisionInput",
409
+ "possibleTypes": null
410
+ },
411
+ "indexType": "input_object",
412
+ "kind": [
413
+ "INPUT_OBJECT"
414
+ ],
415
+ "name": "PolicyMutationRevisionInput",
416
+ "non_null": false
417
+ },
418
+ "varName": "policyMutationRevisionInput"
419
+ }
420
+ },
421
+ "interfaces": null,
422
+ "kind": "INPUT_OBJECT",
423
+ "name": "AppTenantRestrictionPolicyMutationInput",
424
+ "possibleTypes": null
425
+ },
426
+ "indexType": "input_object",
427
+ "kind": [
428
+ "INPUT_OBJECT"
429
+ ],
430
+ "name": "AppTenantRestrictionPolicyMutationInput",
431
+ "non_null": false
432
+ },
433
+ "varName": "appTenantRestrictionPolicyMutationInput"
434
+ },
435
+ "policyMoveRuleInput": {
436
+ "defaultValue": null,
437
+ "description": null,
438
+ "id_str": "moveRule___input",
439
+ "name": "input",
440
+ "path": "moveRule.input",
441
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
442
+ "required": true,
443
+ "responseStr": "input:$policyMoveRuleInput ",
444
+ "type": {
445
+ "definition": {
446
+ "description": "Move the rule to a different position in the policy",
447
+ "enumValues": null,
448
+ "fields": null,
449
+ "inputFields": {
450
+ "id": {
451
+ "defaultValue": null,
452
+ "description": null,
453
+ "id_str": "moveRule___input___id",
454
+ "name": "id",
455
+ "path": "moveRule.input.id",
456
+ "requestStr": "$id:ID! ",
457
+ "required": true,
458
+ "responseStr": "id:$id ",
459
+ "type": {
460
+ "kind": [
461
+ "NON_NULL",
462
+ "SCALAR"
463
+ ],
464
+ "name": "ID",
465
+ "non_null": false
466
+ },
467
+ "varName": "id"
468
+ },
469
+ "to": {
470
+ "defaultValue": null,
471
+ "description": null,
472
+ "id_str": "moveRule___input___to",
473
+ "name": "to",
474
+ "path": "moveRule.input.to",
475
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
476
+ "required": false,
477
+ "responseStr": "to:$policyRulePositionInput ",
478
+ "type": {
479
+ "definition": {
480
+ "description": "Parameters required to define the rule position",
481
+ "enumValues": null,
482
+ "fields": null,
483
+ "inputFields": {
484
+ "position": {
485
+ "defaultValue": null,
486
+ "description": "Position relative to a policy, a section or another rule",
487
+ "id_str": "moveRule___input___to___position",
488
+ "name": "position",
489
+ "path": "moveRule.input.to.position",
490
+ "requestStr": "$position:PolicyRulePositionEnum ",
491
+ "required": false,
492
+ "responseStr": "position:$position ",
493
+ "type": {
494
+ "definition": {
495
+ "description": "Enum for the position of a rule within a policy",
496
+ "enumValues": [
497
+ {
498
+ "deprecationReason": null,
499
+ "description": "The rule position is after the pre-existing specified rule",
500
+ "isDeprecated": false,
501
+ "name": "AFTER_RULE"
502
+ },
503
+ {
504
+ "deprecationReason": null,
505
+ "description": "The rule position is before the pre-existing specified rule",
506
+ "isDeprecated": false,
507
+ "name": "BEFORE_RULE"
508
+ },
509
+ {
510
+ "deprecationReason": null,
511
+ "description": "The rule position is first in the specified section",
512
+ "isDeprecated": false,
513
+ "name": "FIRST_IN_SECTION"
514
+ },
515
+ {
516
+ "deprecationReason": null,
517
+ "description": "The rule position is last in the specified section",
518
+ "isDeprecated": false,
519
+ "name": "LAST_IN_SECTION"
520
+ },
521
+ {
522
+ "deprecationReason": null,
523
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
524
+ "isDeprecated": false,
525
+ "name": "FIRST_IN_POLICY"
526
+ },
527
+ {
528
+ "deprecationReason": null,
529
+ "description": "The rule position is last in the policy",
530
+ "isDeprecated": false,
531
+ "name": "LAST_IN_POLICY"
532
+ }
533
+ ],
534
+ "fields": null,
535
+ "inputFields": null,
536
+ "interfaces": null,
537
+ "kind": "ENUM",
538
+ "name": "PolicyRulePositionEnum",
539
+ "possibleTypes": null
540
+ },
541
+ "indexType": "enum",
542
+ "kind": [
543
+ "ENUM"
544
+ ],
545
+ "name": "PolicyRulePositionEnum",
546
+ "non_null": false
547
+ },
548
+ "varName": "position"
549
+ },
550
+ "ref": {
551
+ "defaultValue": null,
552
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
553
+ "id_str": "moveRule___input___to___ref",
554
+ "name": "ref",
555
+ "path": "moveRule.input.to.ref",
556
+ "requestStr": "$ref:ID ",
557
+ "required": false,
558
+ "responseStr": "ref:$ref ",
559
+ "type": {
560
+ "kind": [
561
+ "SCALAR"
562
+ ],
563
+ "name": "ID",
564
+ "non_null": false
565
+ },
566
+ "varName": "ref"
567
+ }
568
+ },
569
+ "interfaces": null,
570
+ "kind": "INPUT_OBJECT",
571
+ "name": "PolicyRulePositionInput",
572
+ "possibleTypes": null
573
+ },
574
+ "indexType": "input_object",
575
+ "kind": [
576
+ "INPUT_OBJECT"
577
+ ],
578
+ "name": "PolicyRulePositionInput",
579
+ "non_null": false
580
+ },
581
+ "varName": "policyRulePositionInput"
582
+ }
583
+ },
584
+ "interfaces": null,
585
+ "kind": "INPUT_OBJECT",
586
+ "name": "PolicyMoveRuleInput",
587
+ "possibleTypes": null
588
+ },
589
+ "indexType": "input_object",
590
+ "kind": [
591
+ "NON_NULL",
592
+ "INPUT_OBJECT"
593
+ ],
594
+ "name": "PolicyMoveRuleInput",
595
+ "non_null": false
596
+ },
597
+ "varName": "policyMoveRuleInput"
598
+ }
599
+ },
600
+ "path": "mutation.policy.appTenantRestriction.moveRule",
601
+ "type": {
602
+ "definition": {
603
+ "description": "Policies that can be configured with mutation APIs.",
604
+ "enumValues": null,
605
+ "fields": {
606
+ "appTenantRestriction": {
607
+ "args": {
608
+ "appTenantRestriction___input": {
609
+ "defaultValue": null,
610
+ "description": null,
611
+ "id_str": "appTenantRestriction___input",
612
+ "name": "input",
613
+ "path": "appTenantRestriction.input",
614
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
615
+ "required": false,
616
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
617
+ "type": {
618
+ "definition": {
619
+ "description": null,
620
+ "enumValues": null,
621
+ "fields": null,
622
+ "inputFields": {
623
+ "revision": {
624
+ "defaultValue": null,
625
+ "description": null,
626
+ "id_str": "appTenantRestriction___input___revision",
627
+ "name": "revision",
628
+ "path": "appTenantRestriction.input.revision",
629
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
630
+ "required": false,
631
+ "responseStr": "revision:$policyMutationRevisionInput ",
632
+ "type": {
633
+ "definition": {
634
+ "description": null,
635
+ "enumValues": null,
636
+ "fields": null,
637
+ "inputFields": {
638
+ "id": {
639
+ "defaultValue": null,
640
+ "description": null,
641
+ "id_str": "appTenantRestriction___input___revision___id",
642
+ "name": "id",
643
+ "path": "appTenantRestriction.input.revision.id",
644
+ "requestStr": "$id:ID ",
645
+ "required": false,
646
+ "responseStr": "id:$id ",
647
+ "type": {
648
+ "kind": [
649
+ "SCALAR"
650
+ ],
651
+ "name": "ID",
652
+ "non_null": false
653
+ },
654
+ "varName": "id"
655
+ }
656
+ },
657
+ "interfaces": null,
658
+ "kind": "INPUT_OBJECT",
659
+ "name": "PolicyMutationRevisionInput",
660
+ "possibleTypes": null
661
+ },
662
+ "indexType": "input_object",
663
+ "kind": [
664
+ "INPUT_OBJECT"
665
+ ],
666
+ "name": "PolicyMutationRevisionInput",
667
+ "non_null": false
668
+ },
669
+ "varName": "policyMutationRevisionInput"
670
+ }
671
+ },
672
+ "interfaces": null,
673
+ "kind": "INPUT_OBJECT",
674
+ "name": "AppTenantRestrictionPolicyMutationInput",
675
+ "possibleTypes": null
676
+ },
677
+ "indexType": "input_object",
678
+ "kind": [
679
+ "INPUT_OBJECT"
680
+ ],
681
+ "name": "AppTenantRestrictionPolicyMutationInput",
682
+ "non_null": false
683
+ },
684
+ "varName": "appTenantRestrictionPolicyMutationInput"
685
+ }
686
+ },
687
+ "deprecationReason": null,
688
+ "description": null,
689
+ "id_str": "appTenantRestriction",
690
+ "isDeprecated": false,
691
+ "name": "appTenantRestriction",
692
+ "path": "appTenantRestriction",
693
+ "requestStr": "$appTenantRestrictionPolicyMutations:AppTenantRestrictionPolicyMutations ",
694
+ "required": false,
695
+ "responseStr": "appTenantRestriction:$appTenantRestrictionPolicyMutations ",
696
+ "type": {
697
+ "definition": {
698
+ "description": null,
699
+ "enumValues": null,
700
+ "fields": {
701
+ "moveRule": {
702
+ "args": {
703
+ "moveRule___input": {
704
+ "defaultValue": null,
705
+ "description": null,
706
+ "id_str": "moveRule___input",
707
+ "name": "input",
708
+ "path": "moveRule.input",
709
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
710
+ "required": true,
711
+ "responseStr": "input:$policyMoveRuleInput ",
712
+ "type": {
713
+ "definition": {
714
+ "description": "Move the rule to a different position in the policy",
715
+ "enumValues": null,
716
+ "fields": null,
717
+ "inputFields": {
718
+ "id": {
719
+ "defaultValue": null,
720
+ "description": null,
721
+ "id_str": "moveRule___input___id",
722
+ "name": "id",
723
+ "path": "moveRule.input.id",
724
+ "requestStr": "$id:ID! ",
725
+ "required": true,
726
+ "responseStr": "id:$id ",
727
+ "type": {
728
+ "kind": [
729
+ "NON_NULL",
730
+ "SCALAR"
731
+ ],
732
+ "name": "ID",
733
+ "non_null": false
734
+ },
735
+ "varName": "id"
736
+ },
737
+ "to": {
738
+ "defaultValue": null,
739
+ "description": null,
740
+ "id_str": "moveRule___input___to",
741
+ "name": "to",
742
+ "path": "moveRule.input.to",
743
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
744
+ "required": false,
745
+ "responseStr": "to:$policyRulePositionInput ",
746
+ "type": {
747
+ "definition": {
748
+ "description": "Parameters required to define the rule position",
749
+ "enumValues": null,
750
+ "fields": null,
751
+ "inputFields": {
752
+ "position": {
753
+ "defaultValue": null,
754
+ "description": "Position relative to a policy, a section or another rule",
755
+ "id_str": "moveRule___input___to___position",
756
+ "name": "position",
757
+ "path": "moveRule.input.to.position",
758
+ "requestStr": "$position:PolicyRulePositionEnum ",
759
+ "required": false,
760
+ "responseStr": "position:$position ",
761
+ "type": {
762
+ "definition": {
763
+ "description": "Enum for the position of a rule within a policy",
764
+ "enumValues": [
765
+ {
766
+ "deprecationReason": null,
767
+ "description": "The rule position is after the pre-existing specified rule",
768
+ "isDeprecated": false,
769
+ "name": "AFTER_RULE"
770
+ },
771
+ {
772
+ "deprecationReason": null,
773
+ "description": "The rule position is before the pre-existing specified rule",
774
+ "isDeprecated": false,
775
+ "name": "BEFORE_RULE"
776
+ },
777
+ {
778
+ "deprecationReason": null,
779
+ "description": "The rule position is first in the specified section",
780
+ "isDeprecated": false,
781
+ "name": "FIRST_IN_SECTION"
782
+ },
783
+ {
784
+ "deprecationReason": null,
785
+ "description": "The rule position is last in the specified section",
786
+ "isDeprecated": false,
787
+ "name": "LAST_IN_SECTION"
788
+ },
789
+ {
790
+ "deprecationReason": null,
791
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
792
+ "isDeprecated": false,
793
+ "name": "FIRST_IN_POLICY"
794
+ },
795
+ {
796
+ "deprecationReason": null,
797
+ "description": "The rule position is last in the policy",
798
+ "isDeprecated": false,
799
+ "name": "LAST_IN_POLICY"
800
+ }
801
+ ],
802
+ "fields": null,
803
+ "inputFields": null,
804
+ "interfaces": null,
805
+ "kind": "ENUM",
806
+ "name": "PolicyRulePositionEnum",
807
+ "possibleTypes": null
808
+ },
809
+ "indexType": "enum",
810
+ "kind": [
811
+ "ENUM"
812
+ ],
813
+ "name": "PolicyRulePositionEnum",
814
+ "non_null": false
815
+ },
816
+ "varName": "position"
817
+ },
818
+ "ref": {
819
+ "defaultValue": null,
820
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
821
+ "id_str": "moveRule___input___to___ref",
822
+ "name": "ref",
823
+ "path": "moveRule.input.to.ref",
824
+ "requestStr": "$ref:ID ",
825
+ "required": false,
826
+ "responseStr": "ref:$ref ",
827
+ "type": {
828
+ "kind": [
829
+ "SCALAR"
830
+ ],
831
+ "name": "ID",
832
+ "non_null": false
833
+ },
834
+ "varName": "ref"
835
+ }
836
+ },
837
+ "interfaces": null,
838
+ "kind": "INPUT_OBJECT",
839
+ "name": "PolicyRulePositionInput",
840
+ "possibleTypes": null
841
+ },
842
+ "indexType": "input_object",
843
+ "kind": [
844
+ "INPUT_OBJECT"
845
+ ],
846
+ "name": "PolicyRulePositionInput",
847
+ "non_null": false
848
+ },
849
+ "varName": "policyRulePositionInput"
850
+ }
851
+ },
852
+ "interfaces": null,
853
+ "kind": "INPUT_OBJECT",
854
+ "name": "PolicyMoveRuleInput",
855
+ "possibleTypes": null
856
+ },
857
+ "indexType": "input_object",
858
+ "kind": [
859
+ "NON_NULL",
860
+ "INPUT_OBJECT"
861
+ ],
862
+ "name": "PolicyMoveRuleInput",
863
+ "non_null": false
864
+ },
865
+ "varName": "policyMoveRuleInput"
866
+ }
867
+ },
868
+ "deprecationReason": null,
869
+ "description": null,
870
+ "id_str": "appTenantRestriction___moveRule",
871
+ "isDeprecated": false,
872
+ "name": "moveRule",
873
+ "path": "appTenantRestriction.moveRule",
874
+ "requestStr": "$appTenantRestrictionRuleMutationPayload:AppTenantRestrictionRuleMutationPayload! ",
875
+ "required": true,
876
+ "responseStr": "moveRule:$appTenantRestrictionRuleMutationPayload ",
877
+ "type": {
878
+ "definition": {
879
+ "description": null,
880
+ "enumValues": null,
881
+ "fields": {
882
+ "errors": {
883
+ "alias": "policyMutationErrorErrors: errors",
884
+ "args": {},
885
+ "deprecationReason": null,
886
+ "description": null,
887
+ "id_str": "appTenantRestriction___moveRule___errors",
888
+ "isDeprecated": false,
889
+ "name": "errors",
890
+ "path": "appTenantRestriction.moveRule.errors",
891
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
892
+ "required": true,
893
+ "responseStr": "errors:$policyMutationError ",
894
+ "type": {
895
+ "definition": {
896
+ "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\"",
897
+ "enumValues": null,
898
+ "fields": {
899
+ "errorCode": {
900
+ "args": {},
901
+ "deprecationReason": null,
902
+ "description": null,
903
+ "id_str": "appTenantRestriction___moveRule___errors___errorCode",
904
+ "isDeprecated": false,
905
+ "name": "errorCode",
906
+ "path": "appTenantRestriction.moveRule.errors.errorCode",
907
+ "requestStr": "$errorCode:String ",
908
+ "required": false,
909
+ "responseStr": "errorCode:$errorCode ",
910
+ "type": {
911
+ "kind": [
912
+ "SCALAR"
913
+ ],
914
+ "name": "String",
915
+ "non_null": false
916
+ },
917
+ "varName": "errorCode"
918
+ },
919
+ "errorMessage": {
920
+ "args": {},
921
+ "deprecationReason": null,
922
+ "description": null,
923
+ "id_str": "appTenantRestriction___moveRule___errors___errorMessage",
924
+ "isDeprecated": false,
925
+ "name": "errorMessage",
926
+ "path": "appTenantRestriction.moveRule.errors.errorMessage",
927
+ "requestStr": "$errorMessage:String ",
928
+ "required": false,
929
+ "responseStr": "errorMessage:$errorMessage ",
930
+ "type": {
931
+ "kind": [
932
+ "SCALAR"
933
+ ],
934
+ "name": "String",
935
+ "non_null": false
936
+ },
937
+ "varName": "errorMessage"
938
+ }
939
+ },
940
+ "inputFields": null,
941
+ "interfaces": {},
942
+ "kind": "OBJECT",
943
+ "name": "PolicyMutationError",
944
+ "possibleTypes": null
945
+ },
946
+ "indexType": "object",
947
+ "kind": [
948
+ "NON_NULL",
949
+ "LIST",
950
+ "NON_NULL",
951
+ "OBJECT"
952
+ ],
953
+ "name": "PolicyMutationError",
954
+ "non_null": false
955
+ },
956
+ "varName": "policyMutationError"
957
+ },
958
+ "rule": {
959
+ "alias": "appTenantRestrictionRulePayloadRule: rule",
960
+ "args": {},
961
+ "deprecationReason": null,
962
+ "description": null,
963
+ "id_str": "appTenantRestriction___moveRule___rule",
964
+ "isDeprecated": false,
965
+ "name": "rule",
966
+ "path": "appTenantRestriction.moveRule.rule",
967
+ "requestStr": "$appTenantRestrictionRulePayload:AppTenantRestrictionRulePayload ",
968
+ "required": false,
969
+ "responseStr": "rule:$appTenantRestrictionRulePayload ",
970
+ "type": {
971
+ "definition": {
972
+ "description": null,
973
+ "enumValues": null,
974
+ "fields": {
975
+ "audit": {
976
+ "args": {},
977
+ "deprecationReason": null,
978
+ "description": null,
979
+ "id_str": "appTenantRestriction___moveRule___rule___audit",
980
+ "isDeprecated": false,
981
+ "name": "audit",
982
+ "path": "appTenantRestriction.moveRule.rule.audit",
983
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
984
+ "required": true,
985
+ "responseStr": "audit:$policyElementAudit ",
986
+ "type": {
987
+ "definition": {
988
+ "description": null,
989
+ "enumValues": null,
990
+ "fields": {
991
+ "updatedBy": {
992
+ "args": {},
993
+ "deprecationReason": null,
994
+ "description": "The admin, or the API-key, that performed the last update",
995
+ "id_str": "appTenantRestriction___moveRule___rule___audit___updatedBy",
996
+ "isDeprecated": false,
997
+ "name": "updatedBy",
998
+ "path": "appTenantRestriction.moveRule.rule.audit.updatedBy",
999
+ "requestStr": "$updatedBy:String! ",
1000
+ "required": true,
1001
+ "responseStr": "updatedBy:$updatedBy ",
1002
+ "type": {
1003
+ "kind": [
1004
+ "NON_NULL",
1005
+ "SCALAR"
1006
+ ],
1007
+ "name": "String",
1008
+ "non_null": false
1009
+ },
1010
+ "varName": "updatedBy"
1011
+ },
1012
+ "updatedTime": {
1013
+ "args": {},
1014
+ "deprecationReason": null,
1015
+ "description": "The last date and time the rule was updated",
1016
+ "id_str": "appTenantRestriction___moveRule___rule___audit___updatedTime",
1017
+ "isDeprecated": false,
1018
+ "name": "updatedTime",
1019
+ "path": "appTenantRestriction.moveRule.rule.audit.updatedTime",
1020
+ "requestStr": "$updatedTime:DateTime! ",
1021
+ "required": true,
1022
+ "responseStr": "updatedTime:$updatedTime ",
1023
+ "type": {
1024
+ "kind": [
1025
+ "NON_NULL",
1026
+ "SCALAR"
1027
+ ],
1028
+ "name": "DateTime",
1029
+ "non_null": false
1030
+ },
1031
+ "varName": "updatedTime"
1032
+ }
1033
+ },
1034
+ "inputFields": null,
1035
+ "interfaces": {},
1036
+ "kind": "OBJECT",
1037
+ "name": "PolicyElementAudit",
1038
+ "possibleTypes": null
1039
+ },
1040
+ "indexType": "object",
1041
+ "kind": [
1042
+ "NON_NULL",
1043
+ "OBJECT"
1044
+ ],
1045
+ "name": "PolicyElementAudit",
1046
+ "non_null": false
1047
+ },
1048
+ "varName": "policyElementAudit"
1049
+ },
1050
+ "properties": {
1051
+ "args": {},
1052
+ "deprecationReason": null,
1053
+ "description": null,
1054
+ "id_str": "appTenantRestriction___moveRule___rule___properties",
1055
+ "isDeprecated": false,
1056
+ "name": "properties",
1057
+ "path": "appTenantRestriction.moveRule.rule.properties",
1058
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
1059
+ "required": true,
1060
+ "responseStr": "properties:$properties ",
1061
+ "type": {
1062
+ "definition": {
1063
+ "description": "Attributes describing the rule state or type",
1064
+ "enumValues": [
1065
+ {
1066
+ "deprecationReason": null,
1067
+ "description": "New (added) rule",
1068
+ "isDeprecated": false,
1069
+ "name": "ADDED"
1070
+ },
1071
+ {
1072
+ "deprecationReason": null,
1073
+ "description": "Updated (modified) existing rule",
1074
+ "isDeprecated": false,
1075
+ "name": "UPDATED"
1076
+ },
1077
+ {
1078
+ "deprecationReason": null,
1079
+ "description": "Removed (deleted) rule",
1080
+ "isDeprecated": false,
1081
+ "name": "REMOVED"
1082
+ },
1083
+ {
1084
+ "deprecationReason": null,
1085
+ "description": "A rule moved to a different position",
1086
+ "isDeprecated": false,
1087
+ "name": "MOVED"
1088
+ },
1089
+ {
1090
+ "deprecationReason": null,
1091
+ "description": "A rule locked for changes by other admins",
1092
+ "isDeprecated": false,
1093
+ "name": "LOCKED"
1094
+ },
1095
+ {
1096
+ "deprecationReason": null,
1097
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1098
+ "isDeprecated": false,
1099
+ "name": "ANCHORED"
1100
+ },
1101
+ {
1102
+ "deprecationReason": null,
1103
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1104
+ "isDeprecated": false,
1105
+ "name": "SYSTEM"
1106
+ }
1107
+ ],
1108
+ "fields": null,
1109
+ "inputFields": null,
1110
+ "interfaces": null,
1111
+ "kind": "ENUM",
1112
+ "name": "PolicyElementPropertiesEnum",
1113
+ "possibleTypes": null
1114
+ },
1115
+ "indexType": "enum",
1116
+ "kind": [
1117
+ "NON_NULL",
1118
+ "LIST",
1119
+ "NON_NULL",
1120
+ "ENUM"
1121
+ ],
1122
+ "name": "PolicyElementPropertiesEnum",
1123
+ "non_null": false
1124
+ },
1125
+ "varName": "properties"
1126
+ },
1127
+ "rule": {
1128
+ "args": {},
1129
+ "deprecationReason": null,
1130
+ "description": null,
1131
+ "id_str": "appTenantRestriction___moveRule___rule___rule",
1132
+ "isDeprecated": false,
1133
+ "name": "rule",
1134
+ "path": "appTenantRestriction.moveRule.rule.rule",
1135
+ "requestStr": "$appTenantRestrictionRule:AppTenantRestrictionRule! ",
1136
+ "required": true,
1137
+ "responseStr": "rule:$appTenantRestrictionRule ",
1138
+ "type": {
1139
+ "definition": {
1140
+ "description": null,
1141
+ "enumValues": null,
1142
+ "fields": {
1143
+ "action": {
1144
+ "alias": "appTenantRestrictionActionEnumAction: action",
1145
+ "args": {},
1146
+ "deprecationReason": null,
1147
+ "description": "The action applied by the App Tenant Restriction if the rule is matched",
1148
+ "id_str": "appTenantRestriction___moveRule___rule___rule___action",
1149
+ "isDeprecated": false,
1150
+ "name": "action",
1151
+ "path": "appTenantRestriction.moveRule.rule.rule.action",
1152
+ "requestStr": "$action:AppTenantRestrictionActionEnum! ",
1153
+ "required": true,
1154
+ "responseStr": "action:$action ",
1155
+ "type": {
1156
+ "definition": {
1157
+ "description": "Allowed actions",
1158
+ "enumValues": [
1159
+ {
1160
+ "deprecationReason": null,
1161
+ "description": "Inject Headers and Values for outgoing traffic",
1162
+ "isDeprecated": false,
1163
+ "name": "INJECT_HEADERS"
1164
+ },
1165
+ {
1166
+ "deprecationReason": null,
1167
+ "description": "Do not inject any Headers nor Values for outgoing traffic",
1168
+ "isDeprecated": false,
1169
+ "name": "BYPASS"
1170
+ }
1171
+ ],
1172
+ "fields": null,
1173
+ "inputFields": null,
1174
+ "interfaces": null,
1175
+ "kind": "ENUM",
1176
+ "name": "AppTenantRestrictionActionEnum",
1177
+ "possibleTypes": null
1178
+ },
1179
+ "indexType": "enum",
1180
+ "kind": [
1181
+ "NON_NULL",
1182
+ "ENUM"
1183
+ ],
1184
+ "name": "AppTenantRestrictionActionEnum",
1185
+ "non_null": false
1186
+ },
1187
+ "varName": "action"
1188
+ },
1189
+ "application": {
1190
+ "alias": "applicationRefApplication: application",
1191
+ "args": {},
1192
+ "deprecationReason": null,
1193
+ "description": "Applications for the rule (pre-defined)",
1194
+ "id_str": "appTenantRestriction___moveRule___rule___rule___application",
1195
+ "isDeprecated": false,
1196
+ "name": "application",
1197
+ "path": "appTenantRestriction.moveRule.rule.rule.application",
1198
+ "requestStr": "$applicationRef:ApplicationRef! ",
1199
+ "required": true,
1200
+ "responseStr": "application:$applicationRef ",
1201
+ "type": {
1202
+ "definition": {
1203
+ "description": null,
1204
+ "enumValues": null,
1205
+ "fields": {
1206
+ "id": {
1207
+ "args": {},
1208
+ "deprecationReason": null,
1209
+ "description": null,
1210
+ "id_str": "appTenantRestriction___moveRule___rule___rule___application___id",
1211
+ "isDeprecated": false,
1212
+ "name": "id",
1213
+ "path": "appTenantRestriction.moveRule.rule.rule.application.id",
1214
+ "requestStr": "$id:ID! ",
1215
+ "required": true,
1216
+ "responseStr": "id:$id ",
1217
+ "type": {
1218
+ "kind": [
1219
+ "NON_NULL",
1220
+ "SCALAR"
1221
+ ],
1222
+ "name": "ID",
1223
+ "non_null": false
1224
+ },
1225
+ "varName": "id"
1226
+ },
1227
+ "name": {
1228
+ "args": {},
1229
+ "deprecationReason": null,
1230
+ "description": null,
1231
+ "id_str": "appTenantRestriction___moveRule___rule___rule___application___name",
1232
+ "isDeprecated": false,
1233
+ "name": "name",
1234
+ "path": "appTenantRestriction.moveRule.rule.rule.application.name",
1235
+ "requestStr": "$name:String! ",
1236
+ "required": true,
1237
+ "responseStr": "name:$name ",
1238
+ "type": {
1239
+ "kind": [
1240
+ "NON_NULL",
1241
+ "SCALAR"
1242
+ ],
1243
+ "name": "String",
1244
+ "non_null": false
1245
+ },
1246
+ "varName": "name"
1247
+ }
1248
+ },
1249
+ "inputFields": null,
1250
+ "interfaces": {},
1251
+ "kind": "OBJECT",
1252
+ "name": "ApplicationRef",
1253
+ "possibleTypes": null
1254
+ },
1255
+ "indexType": "object",
1256
+ "kind": [
1257
+ "NON_NULL",
1258
+ "OBJECT"
1259
+ ],
1260
+ "name": "ApplicationRef",
1261
+ "non_null": false
1262
+ },
1263
+ "varName": "applicationRef"
1264
+ },
1265
+ "description": {
1266
+ "args": {},
1267
+ "deprecationReason": null,
1268
+ "description": "Description for the rule",
1269
+ "id_str": "appTenantRestriction___moveRule___rule___rule___description",
1270
+ "isDeprecated": false,
1271
+ "name": "description",
1272
+ "path": "appTenantRestriction.moveRule.rule.rule.description",
1273
+ "requestStr": "$description:String! ",
1274
+ "required": true,
1275
+ "responseStr": "description:$description ",
1276
+ "type": {
1277
+ "kind": [
1278
+ "NON_NULL",
1279
+ "SCALAR"
1280
+ ],
1281
+ "name": "String",
1282
+ "non_null": false
1283
+ },
1284
+ "varName": "description"
1285
+ },
1286
+ "enabled": {
1287
+ "args": {},
1288
+ "deprecationReason": null,
1289
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1290
+ "id_str": "appTenantRestriction___moveRule___rule___rule___enabled",
1291
+ "isDeprecated": false,
1292
+ "name": "enabled",
1293
+ "path": "appTenantRestriction.moveRule.rule.rule.enabled",
1294
+ "requestStr": "$enabled:Boolean! ",
1295
+ "required": true,
1296
+ "responseStr": "enabled:$enabled ",
1297
+ "type": {
1298
+ "kind": [
1299
+ "NON_NULL",
1300
+ "SCALAR"
1301
+ ],
1302
+ "name": "Boolean",
1303
+ "non_null": false
1304
+ },
1305
+ "varName": "enabled"
1306
+ },
1307
+ "headers": {
1308
+ "alias": "appTenantRestrictionHeaderValueHeaders: headers",
1309
+ "args": {},
1310
+ "deprecationReason": null,
1311
+ "description": "Headers and Values to Inject",
1312
+ "id_str": "appTenantRestriction___moveRule___rule___rule___headers",
1313
+ "isDeprecated": false,
1314
+ "name": "headers",
1315
+ "path": "appTenantRestriction.moveRule.rule.rule.headers",
1316
+ "requestStr": "$appTenantRestrictionHeaderValue:[AppTenantRestrictionHeaderValue]! ",
1317
+ "required": true,
1318
+ "responseStr": "headers:$appTenantRestrictionHeaderValue ",
1319
+ "type": {
1320
+ "definition": {
1321
+ "description": "pair of header name and value",
1322
+ "enumValues": null,
1323
+ "fields": {
1324
+ "name": {
1325
+ "args": {},
1326
+ "deprecationReason": null,
1327
+ "description": "Header to inject",
1328
+ "id_str": "appTenantRestriction___moveRule___rule___rule___headers___name",
1329
+ "isDeprecated": false,
1330
+ "name": "name",
1331
+ "path": "appTenantRestriction.moveRule.rule.rule.headers.name",
1332
+ "requestStr": "$name:HttpHeaderName! ",
1333
+ "required": true,
1334
+ "responseStr": "name:$name ",
1335
+ "type": {
1336
+ "kind": [
1337
+ "NON_NULL",
1338
+ "SCALAR"
1339
+ ],
1340
+ "name": "HttpHeaderName",
1341
+ "non_null": false
1342
+ },
1343
+ "varName": "name"
1344
+ },
1345
+ "value": {
1346
+ "args": {},
1347
+ "deprecationReason": null,
1348
+ "description": "Value to inject",
1349
+ "id_str": "appTenantRestriction___moveRule___rule___rule___headers___value",
1350
+ "isDeprecated": false,
1351
+ "name": "value",
1352
+ "path": "appTenantRestriction.moveRule.rule.rule.headers.value",
1353
+ "requestStr": "$value:HttpHeaderValue! ",
1354
+ "required": true,
1355
+ "responseStr": "value:$value ",
1356
+ "type": {
1357
+ "kind": [
1358
+ "NON_NULL",
1359
+ "SCALAR"
1360
+ ],
1361
+ "name": "HttpHeaderValue",
1362
+ "non_null": false
1363
+ },
1364
+ "varName": "value"
1365
+ }
1366
+ },
1367
+ "inputFields": null,
1368
+ "interfaces": {},
1369
+ "kind": "OBJECT",
1370
+ "name": "AppTenantRestrictionHeaderValue",
1371
+ "possibleTypes": null
1372
+ },
1373
+ "indexType": "object",
1374
+ "kind": [
1375
+ "NON_NULL",
1376
+ "LIST",
1377
+ "NON_NULL",
1378
+ "OBJECT"
1379
+ ],
1380
+ "name": "AppTenantRestrictionHeaderValue",
1381
+ "non_null": false
1382
+ },
1383
+ "varName": "appTenantRestrictionHeaderValue"
1384
+ },
1385
+ "id": {
1386
+ "args": {},
1387
+ "deprecationReason": null,
1388
+ "description": "Rule ID",
1389
+ "id_str": "appTenantRestriction___moveRule___rule___rule___id",
1390
+ "isDeprecated": false,
1391
+ "name": "id",
1392
+ "path": "appTenantRestriction.moveRule.rule.rule.id",
1393
+ "requestStr": "$id:ID! ",
1394
+ "required": true,
1395
+ "responseStr": "id:$id ",
1396
+ "type": {
1397
+ "kind": [
1398
+ "NON_NULL",
1399
+ "SCALAR"
1400
+ ],
1401
+ "name": "ID",
1402
+ "non_null": false
1403
+ },
1404
+ "varName": "id"
1405
+ },
1406
+ "index": {
1407
+ "args": {},
1408
+ "deprecationReason": null,
1409
+ "description": "Position / priority of rule",
1410
+ "id_str": "appTenantRestriction___moveRule___rule___rule___index",
1411
+ "isDeprecated": false,
1412
+ "name": "index",
1413
+ "path": "appTenantRestriction.moveRule.rule.rule.index",
1414
+ "requestStr": "$index:Int! ",
1415
+ "required": true,
1416
+ "responseStr": "index:$index ",
1417
+ "type": {
1418
+ "kind": [
1419
+ "NON_NULL",
1420
+ "SCALAR"
1421
+ ],
1422
+ "name": "Int",
1423
+ "non_null": false
1424
+ },
1425
+ "varName": "index"
1426
+ },
1427
+ "name": {
1428
+ "args": {},
1429
+ "deprecationReason": null,
1430
+ "description": "Name of the rule",
1431
+ "id_str": "appTenantRestriction___moveRule___rule___rule___name",
1432
+ "isDeprecated": false,
1433
+ "name": "name",
1434
+ "path": "appTenantRestriction.moveRule.rule.rule.name",
1435
+ "requestStr": "$name:String! ",
1436
+ "required": true,
1437
+ "responseStr": "name:$name ",
1438
+ "type": {
1439
+ "kind": [
1440
+ "NON_NULL",
1441
+ "SCALAR"
1442
+ ],
1443
+ "name": "String",
1444
+ "non_null": false
1445
+ },
1446
+ "varName": "name"
1447
+ },
1448
+ "schedule": {
1449
+ "alias": "policyScheduleSchedule: schedule",
1450
+ "args": {},
1451
+ "deprecationReason": null,
1452
+ "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
1453
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule",
1454
+ "isDeprecated": false,
1455
+ "name": "schedule",
1456
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule",
1457
+ "requestStr": "$policySchedule:PolicySchedule! ",
1458
+ "required": true,
1459
+ "responseStr": "schedule:$policySchedule ",
1460
+ "type": {
1461
+ "definition": {
1462
+ "description": null,
1463
+ "enumValues": null,
1464
+ "fields": {
1465
+ "activeOn": {
1466
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
1467
+ "args": {},
1468
+ "deprecationReason": null,
1469
+ "description": null,
1470
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___activeOn",
1471
+ "isDeprecated": false,
1472
+ "name": "activeOn",
1473
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.activeOn",
1474
+ "requestStr": "$activeOn:PolicyActiveOnEnum! ",
1475
+ "required": true,
1476
+ "responseStr": "activeOn:$activeOn ",
1477
+ "type": {
1478
+ "definition": {
1479
+ "description": "Enum for the type of time range a rule is active",
1480
+ "enumValues": [
1481
+ {
1482
+ "deprecationReason": null,
1483
+ "description": null,
1484
+ "isDeprecated": false,
1485
+ "name": "ALWAYS"
1486
+ },
1487
+ {
1488
+ "deprecationReason": null,
1489
+ "description": null,
1490
+ "isDeprecated": false,
1491
+ "name": "WORKING_HOURS"
1492
+ },
1493
+ {
1494
+ "deprecationReason": null,
1495
+ "description": null,
1496
+ "isDeprecated": false,
1497
+ "name": "CUSTOM_TIMEFRAME"
1498
+ },
1499
+ {
1500
+ "deprecationReason": null,
1501
+ "description": null,
1502
+ "isDeprecated": false,
1503
+ "name": "CUSTOM_RECURRING"
1504
+ }
1505
+ ],
1506
+ "fields": null,
1507
+ "inputFields": null,
1508
+ "interfaces": null,
1509
+ "kind": "ENUM",
1510
+ "name": "PolicyActiveOnEnum",
1511
+ "possibleTypes": null
1512
+ },
1513
+ "indexType": "enum",
1514
+ "kind": [
1515
+ "NON_NULL",
1516
+ "ENUM"
1517
+ ],
1518
+ "name": "PolicyActiveOnEnum",
1519
+ "non_null": false
1520
+ },
1521
+ "varName": "activeOn"
1522
+ },
1523
+ "customRecurring": {
1524
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
1525
+ "args": {},
1526
+ "deprecationReason": null,
1527
+ "description": null,
1528
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customRecurring",
1529
+ "isDeprecated": false,
1530
+ "name": "customRecurring",
1531
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customRecurring",
1532
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
1533
+ "required": false,
1534
+ "responseStr": "customRecurring:$policyCustomRecurring ",
1535
+ "type": {
1536
+ "definition": {
1537
+ "description": "Returns data for a custom recurring time range that a rule is active",
1538
+ "enumValues": null,
1539
+ "fields": {
1540
+ "days": {
1541
+ "args": {},
1542
+ "deprecationReason": null,
1543
+ "description": null,
1544
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customRecurring___days",
1545
+ "isDeprecated": false,
1546
+ "name": "days",
1547
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customRecurring.days",
1548
+ "requestStr": "$days:[DayOfWeek]! ",
1549
+ "required": true,
1550
+ "responseStr": "days:$days ",
1551
+ "type": {
1552
+ "definition": {
1553
+ "description": null,
1554
+ "enumValues": [
1555
+ {
1556
+ "deprecationReason": null,
1557
+ "description": null,
1558
+ "isDeprecated": false,
1559
+ "name": "SUNDAY"
1560
+ },
1561
+ {
1562
+ "deprecationReason": null,
1563
+ "description": null,
1564
+ "isDeprecated": false,
1565
+ "name": "MONDAY"
1566
+ },
1567
+ {
1568
+ "deprecationReason": null,
1569
+ "description": null,
1570
+ "isDeprecated": false,
1571
+ "name": "TUESDAY"
1572
+ },
1573
+ {
1574
+ "deprecationReason": null,
1575
+ "description": null,
1576
+ "isDeprecated": false,
1577
+ "name": "WEDNESDAY"
1578
+ },
1579
+ {
1580
+ "deprecationReason": null,
1581
+ "description": null,
1582
+ "isDeprecated": false,
1583
+ "name": "THURSDAY"
1584
+ },
1585
+ {
1586
+ "deprecationReason": null,
1587
+ "description": null,
1588
+ "isDeprecated": false,
1589
+ "name": "FRIDAY"
1590
+ },
1591
+ {
1592
+ "deprecationReason": null,
1593
+ "description": null,
1594
+ "isDeprecated": false,
1595
+ "name": "SATURDAY"
1596
+ }
1597
+ ],
1598
+ "fields": null,
1599
+ "inputFields": null,
1600
+ "interfaces": null,
1601
+ "kind": "ENUM",
1602
+ "name": "DayOfWeek",
1603
+ "possibleTypes": null
1604
+ },
1605
+ "indexType": "enum",
1606
+ "kind": [
1607
+ "NON_NULL",
1608
+ "LIST",
1609
+ "NON_NULL",
1610
+ "ENUM"
1611
+ ],
1612
+ "name": "DayOfWeek",
1613
+ "non_null": false
1614
+ },
1615
+ "varName": "days"
1616
+ },
1617
+ "from": {
1618
+ "args": {},
1619
+ "deprecationReason": null,
1620
+ "description": null,
1621
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customRecurring___from",
1622
+ "isDeprecated": false,
1623
+ "name": "from",
1624
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customRecurring.from",
1625
+ "requestStr": "$from:Time! ",
1626
+ "required": true,
1627
+ "responseStr": "from:$from ",
1628
+ "type": {
1629
+ "kind": [
1630
+ "NON_NULL",
1631
+ "SCALAR"
1632
+ ],
1633
+ "name": "Time",
1634
+ "non_null": false
1635
+ },
1636
+ "varName": "from"
1637
+ },
1638
+ "to": {
1639
+ "args": {},
1640
+ "deprecationReason": null,
1641
+ "description": null,
1642
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customRecurring___to",
1643
+ "isDeprecated": false,
1644
+ "name": "to",
1645
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customRecurring.to",
1646
+ "requestStr": "$to:Time! ",
1647
+ "required": true,
1648
+ "responseStr": "to:$to ",
1649
+ "type": {
1650
+ "kind": [
1651
+ "NON_NULL",
1652
+ "SCALAR"
1653
+ ],
1654
+ "name": "Time",
1655
+ "non_null": false
1656
+ },
1657
+ "varName": "to"
1658
+ }
1659
+ },
1660
+ "inputFields": null,
1661
+ "interfaces": {},
1662
+ "kind": "OBJECT",
1663
+ "name": "PolicyCustomRecurring",
1664
+ "possibleTypes": null
1665
+ },
1666
+ "indexType": "object",
1667
+ "kind": [
1668
+ "OBJECT"
1669
+ ],
1670
+ "name": "PolicyCustomRecurring",
1671
+ "non_null": false
1672
+ },
1673
+ "varName": "policyCustomRecurring"
1674
+ },
1675
+ "customTimeframe": {
1676
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
1677
+ "args": {},
1678
+ "deprecationReason": null,
1679
+ "description": null,
1680
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customTimeframe",
1681
+ "isDeprecated": false,
1682
+ "name": "customTimeframe",
1683
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customTimeframe",
1684
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
1685
+ "required": false,
1686
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
1687
+ "type": {
1688
+ "definition": {
1689
+ "description": "Returns data for a custom one-time time range that a rule is active",
1690
+ "enumValues": null,
1691
+ "fields": {
1692
+ "from": {
1693
+ "args": {},
1694
+ "deprecationReason": null,
1695
+ "description": null,
1696
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customTimeframe___from",
1697
+ "isDeprecated": false,
1698
+ "name": "from",
1699
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customTimeframe.from",
1700
+ "requestStr": "$from:DateTime! ",
1701
+ "required": true,
1702
+ "responseStr": "from:$from ",
1703
+ "type": {
1704
+ "kind": [
1705
+ "NON_NULL",
1706
+ "SCALAR"
1707
+ ],
1708
+ "name": "DateTime",
1709
+ "non_null": false
1710
+ },
1711
+ "varName": "from"
1712
+ },
1713
+ "to": {
1714
+ "args": {},
1715
+ "deprecationReason": null,
1716
+ "description": null,
1717
+ "id_str": "appTenantRestriction___moveRule___rule___rule___schedule___customTimeframe___to",
1718
+ "isDeprecated": false,
1719
+ "name": "to",
1720
+ "path": "appTenantRestriction.moveRule.rule.rule.schedule.customTimeframe.to",
1721
+ "requestStr": "$to:DateTime! ",
1722
+ "required": true,
1723
+ "responseStr": "to:$to ",
1724
+ "type": {
1725
+ "kind": [
1726
+ "NON_NULL",
1727
+ "SCALAR"
1728
+ ],
1729
+ "name": "DateTime",
1730
+ "non_null": false
1731
+ },
1732
+ "varName": "to"
1733
+ }
1734
+ },
1735
+ "inputFields": null,
1736
+ "interfaces": {},
1737
+ "kind": "OBJECT",
1738
+ "name": "PolicyCustomTimeframe",
1739
+ "possibleTypes": null
1740
+ },
1741
+ "indexType": "object",
1742
+ "kind": [
1743
+ "OBJECT"
1744
+ ],
1745
+ "name": "PolicyCustomTimeframe",
1746
+ "non_null": false
1747
+ },
1748
+ "varName": "policyCustomTimeframe"
1749
+ }
1750
+ },
1751
+ "inputFields": null,
1752
+ "interfaces": {},
1753
+ "kind": "OBJECT",
1754
+ "name": "PolicySchedule",
1755
+ "possibleTypes": null
1756
+ },
1757
+ "indexType": "object",
1758
+ "kind": [
1759
+ "NON_NULL",
1760
+ "OBJECT"
1761
+ ],
1762
+ "name": "PolicySchedule",
1763
+ "non_null": false
1764
+ },
1765
+ "varName": "policySchedule"
1766
+ },
1767
+ "section": {
1768
+ "alias": "policySectionInfoSection: section",
1769
+ "args": {},
1770
+ "deprecationReason": null,
1771
+ "description": "Policy section where the rule is located",
1772
+ "id_str": "appTenantRestriction___moveRule___rule___rule___section",
1773
+ "isDeprecated": false,
1774
+ "name": "section",
1775
+ "path": "appTenantRestriction.moveRule.rule.rule.section",
1776
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1777
+ "required": true,
1778
+ "responseStr": "section:$policySectionInfo ",
1779
+ "type": {
1780
+ "definition": {
1781
+ "description": "Define settings for a policy section",
1782
+ "enumValues": null,
1783
+ "fields": {
1784
+ "id": {
1785
+ "args": {},
1786
+ "deprecationReason": null,
1787
+ "description": null,
1788
+ "id_str": "appTenantRestriction___moveRule___rule___rule___section___id",
1789
+ "isDeprecated": false,
1790
+ "name": "id",
1791
+ "path": "appTenantRestriction.moveRule.rule.rule.section.id",
1792
+ "requestStr": "$id:ID! ",
1793
+ "required": true,
1794
+ "responseStr": "id:$id ",
1795
+ "type": {
1796
+ "kind": [
1797
+ "NON_NULL",
1798
+ "SCALAR"
1799
+ ],
1800
+ "name": "ID",
1801
+ "non_null": false
1802
+ },
1803
+ "varName": "id"
1804
+ },
1805
+ "name": {
1806
+ "args": {},
1807
+ "deprecationReason": null,
1808
+ "description": null,
1809
+ "id_str": "appTenantRestriction___moveRule___rule___rule___section___name",
1810
+ "isDeprecated": false,
1811
+ "name": "name",
1812
+ "path": "appTenantRestriction.moveRule.rule.rule.section.name",
1813
+ "requestStr": "$name:String! ",
1814
+ "required": true,
1815
+ "responseStr": "name:$name ",
1816
+ "type": {
1817
+ "kind": [
1818
+ "NON_NULL",
1819
+ "SCALAR"
1820
+ ],
1821
+ "name": "String",
1822
+ "non_null": false
1823
+ },
1824
+ "varName": "name"
1825
+ }
1826
+ },
1827
+ "inputFields": null,
1828
+ "interfaces": {},
1829
+ "kind": "OBJECT",
1830
+ "name": "PolicySectionInfo",
1831
+ "possibleTypes": null
1832
+ },
1833
+ "indexType": "object",
1834
+ "kind": [
1835
+ "NON_NULL",
1836
+ "OBJECT"
1837
+ ],
1838
+ "name": "PolicySectionInfo",
1839
+ "non_null": false
1840
+ },
1841
+ "varName": "policySectionInfo"
1842
+ },
1843
+ "severity": {
1844
+ "alias": "appTenantRestrictionSeverityEnumSeverity: severity",
1845
+ "args": {},
1846
+ "deprecationReason": null,
1847
+ "description": "Severity defined for the rule",
1848
+ "id_str": "appTenantRestriction___moveRule___rule___rule___severity",
1849
+ "isDeprecated": false,
1850
+ "name": "severity",
1851
+ "path": "appTenantRestriction.moveRule.rule.rule.severity",
1852
+ "requestStr": "$severity:AppTenantRestrictionSeverityEnum! ",
1853
+ "required": true,
1854
+ "responseStr": "severity:$severity ",
1855
+ "type": {
1856
+ "definition": {
1857
+ "description": "Severity options",
1858
+ "enumValues": [
1859
+ {
1860
+ "deprecationReason": null,
1861
+ "description": "High severity",
1862
+ "isDeprecated": false,
1863
+ "name": "HIGH"
1864
+ },
1865
+ {
1866
+ "deprecationReason": null,
1867
+ "description": "Medium severity",
1868
+ "isDeprecated": false,
1869
+ "name": "MEDIUM"
1870
+ },
1871
+ {
1872
+ "deprecationReason": null,
1873
+ "description": "Low severity",
1874
+ "isDeprecated": false,
1875
+ "name": "LOW"
1876
+ }
1877
+ ],
1878
+ "fields": null,
1879
+ "inputFields": null,
1880
+ "interfaces": null,
1881
+ "kind": "ENUM",
1882
+ "name": "AppTenantRestrictionSeverityEnum",
1883
+ "possibleTypes": null
1884
+ },
1885
+ "indexType": "enum",
1886
+ "kind": [
1887
+ "NON_NULL",
1888
+ "ENUM"
1889
+ ],
1890
+ "name": "AppTenantRestrictionSeverityEnum",
1891
+ "non_null": false
1892
+ },
1893
+ "varName": "severity"
1894
+ },
1895
+ "source": {
1896
+ "alias": "appTenantRestrictionSourceSource: source",
1897
+ "args": {},
1898
+ "deprecationReason": null,
1899
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1900
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source",
1901
+ "isDeprecated": false,
1902
+ "name": "source",
1903
+ "path": "appTenantRestriction.moveRule.rule.rule.source",
1904
+ "requestStr": "$appTenantRestrictionSource:AppTenantRestrictionSource! ",
1905
+ "required": true,
1906
+ "responseStr": "source:$appTenantRestrictionSource ",
1907
+ "type": {
1908
+ "definition": {
1909
+ "description": "Returns the settings for Source of an App Tenant Restriction rule",
1910
+ "enumValues": null,
1911
+ "fields": {
1912
+ "country": {
1913
+ "alias": "countryRefCountry: country",
1914
+ "args": {},
1915
+ "deprecationReason": null,
1916
+ "description": "Source country traffic matching criteria.",
1917
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___country",
1918
+ "isDeprecated": false,
1919
+ "name": "country",
1920
+ "path": "appTenantRestriction.moveRule.rule.rule.source.country",
1921
+ "requestStr": "$countryRef:[CountryRef]! ",
1922
+ "required": true,
1923
+ "responseStr": "country:$countryRef ",
1924
+ "type": {
1925
+ "definition": {
1926
+ "description": null,
1927
+ "enumValues": null,
1928
+ "fields": {
1929
+ "id": {
1930
+ "args": {},
1931
+ "deprecationReason": null,
1932
+ "description": null,
1933
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___country___id",
1934
+ "isDeprecated": false,
1935
+ "name": "id",
1936
+ "path": "appTenantRestriction.moveRule.rule.rule.source.country.id",
1937
+ "requestStr": "$id:ID! ",
1938
+ "required": true,
1939
+ "responseStr": "id:$id ",
1940
+ "type": {
1941
+ "kind": [
1942
+ "NON_NULL",
1943
+ "SCALAR"
1944
+ ],
1945
+ "name": "ID",
1946
+ "non_null": false
1947
+ },
1948
+ "varName": "id"
1949
+ },
1950
+ "name": {
1951
+ "args": {},
1952
+ "deprecationReason": null,
1953
+ "description": null,
1954
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___country___name",
1955
+ "isDeprecated": false,
1956
+ "name": "name",
1957
+ "path": "appTenantRestriction.moveRule.rule.rule.source.country.name",
1958
+ "requestStr": "$name:String! ",
1959
+ "required": true,
1960
+ "responseStr": "name:$name ",
1961
+ "type": {
1962
+ "kind": [
1963
+ "NON_NULL",
1964
+ "SCALAR"
1965
+ ],
1966
+ "name": "String",
1967
+ "non_null": false
1968
+ },
1969
+ "varName": "name"
1970
+ }
1971
+ },
1972
+ "inputFields": null,
1973
+ "interfaces": {},
1974
+ "kind": "OBJECT",
1975
+ "name": "CountryRef",
1976
+ "possibleTypes": null
1977
+ },
1978
+ "indexType": "object",
1979
+ "kind": [
1980
+ "NON_NULL",
1981
+ "LIST",
1982
+ "NON_NULL",
1983
+ "OBJECT"
1984
+ ],
1985
+ "name": "CountryRef",
1986
+ "non_null": false
1987
+ },
1988
+ "varName": "countryRef"
1989
+ },
1990
+ "floatingSubnet": {
1991
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1992
+ "args": {},
1993
+ "deprecationReason": null,
1994
+ "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
1995
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___floatingSubnet",
1996
+ "isDeprecated": false,
1997
+ "name": "floatingSubnet",
1998
+ "path": "appTenantRestriction.moveRule.rule.rule.source.floatingSubnet",
1999
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
2000
+ "required": true,
2001
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
2002
+ "type": {
2003
+ "definition": {
2004
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
2005
+ "enumValues": null,
2006
+ "fields": {
2007
+ "id": {
2008
+ "args": {},
2009
+ "deprecationReason": null,
2010
+ "description": "Unique Floating Subnet ID",
2011
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___floatingSubnet___id",
2012
+ "isDeprecated": false,
2013
+ "name": "id",
2014
+ "path": "appTenantRestriction.moveRule.rule.rule.source.floatingSubnet.id",
2015
+ "requestStr": "$id:ID! ",
2016
+ "required": true,
2017
+ "responseStr": "id:$id ",
2018
+ "type": {
2019
+ "kind": [
2020
+ "NON_NULL",
2021
+ "SCALAR"
2022
+ ],
2023
+ "name": "ID",
2024
+ "non_null": false
2025
+ },
2026
+ "varName": "id"
2027
+ },
2028
+ "name": {
2029
+ "args": {},
2030
+ "deprecationReason": null,
2031
+ "description": "Name for the Floating Subnet",
2032
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___floatingSubnet___name",
2033
+ "isDeprecated": false,
2034
+ "name": "name",
2035
+ "path": "appTenantRestriction.moveRule.rule.rule.source.floatingSubnet.name",
2036
+ "requestStr": "$name:String! ",
2037
+ "required": true,
2038
+ "responseStr": "name:$name ",
2039
+ "type": {
2040
+ "kind": [
2041
+ "NON_NULL",
2042
+ "SCALAR"
2043
+ ],
2044
+ "name": "String",
2045
+ "non_null": false
2046
+ },
2047
+ "varName": "name"
2048
+ }
2049
+ },
2050
+ "inputFields": null,
2051
+ "interfaces": {},
2052
+ "kind": "OBJECT",
2053
+ "name": "FloatingSubnetRef",
2054
+ "possibleTypes": null
2055
+ },
2056
+ "indexType": "object",
2057
+ "kind": [
2058
+ "NON_NULL",
2059
+ "LIST",
2060
+ "NON_NULL",
2061
+ "OBJECT"
2062
+ ],
2063
+ "name": "FloatingSubnetRef",
2064
+ "non_null": false
2065
+ },
2066
+ "varName": "floatingSubnetRef"
2067
+ },
2068
+ "globalIpRange": {
2069
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2070
+ "args": {},
2071
+ "deprecationReason": null,
2072
+ "description": "Globally defined IP range, IP and subnet objects",
2073
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___globalIpRange",
2074
+ "isDeprecated": false,
2075
+ "name": "globalIpRange",
2076
+ "path": "appTenantRestriction.moveRule.rule.rule.source.globalIpRange",
2077
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2078
+ "required": true,
2079
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2080
+ "type": {
2081
+ "definition": {
2082
+ "description": null,
2083
+ "enumValues": null,
2084
+ "fields": {
2085
+ "id": {
2086
+ "args": {},
2087
+ "deprecationReason": null,
2088
+ "description": null,
2089
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___globalIpRange___id",
2090
+ "isDeprecated": false,
2091
+ "name": "id",
2092
+ "path": "appTenantRestriction.moveRule.rule.rule.source.globalIpRange.id",
2093
+ "requestStr": "$id:ID! ",
2094
+ "required": true,
2095
+ "responseStr": "id:$id ",
2096
+ "type": {
2097
+ "kind": [
2098
+ "NON_NULL",
2099
+ "SCALAR"
2100
+ ],
2101
+ "name": "ID",
2102
+ "non_null": false
2103
+ },
2104
+ "varName": "id"
2105
+ },
2106
+ "name": {
2107
+ "args": {},
2108
+ "deprecationReason": null,
2109
+ "description": null,
2110
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___globalIpRange___name",
2111
+ "isDeprecated": false,
2112
+ "name": "name",
2113
+ "path": "appTenantRestriction.moveRule.rule.rule.source.globalIpRange.name",
2114
+ "requestStr": "$name:String! ",
2115
+ "required": true,
2116
+ "responseStr": "name:$name ",
2117
+ "type": {
2118
+ "kind": [
2119
+ "NON_NULL",
2120
+ "SCALAR"
2121
+ ],
2122
+ "name": "String",
2123
+ "non_null": false
2124
+ },
2125
+ "varName": "name"
2126
+ }
2127
+ },
2128
+ "inputFields": null,
2129
+ "interfaces": {},
2130
+ "kind": "OBJECT",
2131
+ "name": "GlobalIpRangeRef",
2132
+ "possibleTypes": null
2133
+ },
2134
+ "indexType": "object",
2135
+ "kind": [
2136
+ "NON_NULL",
2137
+ "LIST",
2138
+ "NON_NULL",
2139
+ "OBJECT"
2140
+ ],
2141
+ "name": "GlobalIpRangeRef",
2142
+ "non_null": false
2143
+ },
2144
+ "varName": "globalIpRangeRef"
2145
+ },
2146
+ "group": {
2147
+ "alias": "groupRefGroup: group",
2148
+ "args": {},
2149
+ "deprecationReason": null,
2150
+ "description": "Groups defined for your account",
2151
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___group",
2152
+ "isDeprecated": false,
2153
+ "name": "group",
2154
+ "path": "appTenantRestriction.moveRule.rule.rule.source.group",
2155
+ "requestStr": "$groupRef:[GroupRef]! ",
2156
+ "required": true,
2157
+ "responseStr": "group:$groupRef ",
2158
+ "type": {
2159
+ "definition": {
2160
+ "description": null,
2161
+ "enumValues": null,
2162
+ "fields": {
2163
+ "id": {
2164
+ "args": {},
2165
+ "deprecationReason": null,
2166
+ "description": null,
2167
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___group___id",
2168
+ "isDeprecated": false,
2169
+ "name": "id",
2170
+ "path": "appTenantRestriction.moveRule.rule.rule.source.group.id",
2171
+ "requestStr": "$id:ID! ",
2172
+ "required": true,
2173
+ "responseStr": "id:$id ",
2174
+ "type": {
2175
+ "kind": [
2176
+ "NON_NULL",
2177
+ "SCALAR"
2178
+ ],
2179
+ "name": "ID",
2180
+ "non_null": false
2181
+ },
2182
+ "varName": "id"
2183
+ },
2184
+ "name": {
2185
+ "args": {},
2186
+ "deprecationReason": null,
2187
+ "description": null,
2188
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___group___name",
2189
+ "isDeprecated": false,
2190
+ "name": "name",
2191
+ "path": "appTenantRestriction.moveRule.rule.rule.source.group.name",
2192
+ "requestStr": "$name:String! ",
2193
+ "required": true,
2194
+ "responseStr": "name:$name ",
2195
+ "type": {
2196
+ "kind": [
2197
+ "NON_NULL",
2198
+ "SCALAR"
2199
+ ],
2200
+ "name": "String",
2201
+ "non_null": false
2202
+ },
2203
+ "varName": "name"
2204
+ }
2205
+ },
2206
+ "inputFields": null,
2207
+ "interfaces": {},
2208
+ "kind": "OBJECT",
2209
+ "name": "GroupRef",
2210
+ "possibleTypes": null
2211
+ },
2212
+ "indexType": "object",
2213
+ "kind": [
2214
+ "NON_NULL",
2215
+ "LIST",
2216
+ "NON_NULL",
2217
+ "OBJECT"
2218
+ ],
2219
+ "name": "GroupRef",
2220
+ "non_null": false
2221
+ },
2222
+ "varName": "groupRef"
2223
+ },
2224
+ "host": {
2225
+ "alias": "hostRefHost: host",
2226
+ "args": {},
2227
+ "deprecationReason": null,
2228
+ "description": "Hosts and servers defined for your account",
2229
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___host",
2230
+ "isDeprecated": false,
2231
+ "name": "host",
2232
+ "path": "appTenantRestriction.moveRule.rule.rule.source.host",
2233
+ "requestStr": "$hostRef:[HostRef]! ",
2234
+ "required": true,
2235
+ "responseStr": "host:$hostRef ",
2236
+ "type": {
2237
+ "definition": {
2238
+ "description": null,
2239
+ "enumValues": null,
2240
+ "fields": {
2241
+ "id": {
2242
+ "args": {},
2243
+ "deprecationReason": null,
2244
+ "description": null,
2245
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___host___id",
2246
+ "isDeprecated": false,
2247
+ "name": "id",
2248
+ "path": "appTenantRestriction.moveRule.rule.rule.source.host.id",
2249
+ "requestStr": "$id:ID! ",
2250
+ "required": true,
2251
+ "responseStr": "id:$id ",
2252
+ "type": {
2253
+ "kind": [
2254
+ "NON_NULL",
2255
+ "SCALAR"
2256
+ ],
2257
+ "name": "ID",
2258
+ "non_null": false
2259
+ },
2260
+ "varName": "id"
2261
+ },
2262
+ "name": {
2263
+ "args": {},
2264
+ "deprecationReason": null,
2265
+ "description": null,
2266
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___host___name",
2267
+ "isDeprecated": false,
2268
+ "name": "name",
2269
+ "path": "appTenantRestriction.moveRule.rule.rule.source.host.name",
2270
+ "requestStr": "$name:String! ",
2271
+ "required": true,
2272
+ "responseStr": "name:$name ",
2273
+ "type": {
2274
+ "kind": [
2275
+ "NON_NULL",
2276
+ "SCALAR"
2277
+ ],
2278
+ "name": "String",
2279
+ "non_null": false
2280
+ },
2281
+ "varName": "name"
2282
+ }
2283
+ },
2284
+ "inputFields": null,
2285
+ "interfaces": {},
2286
+ "kind": "OBJECT",
2287
+ "name": "HostRef",
2288
+ "possibleTypes": null
2289
+ },
2290
+ "indexType": "object",
2291
+ "kind": [
2292
+ "NON_NULL",
2293
+ "LIST",
2294
+ "NON_NULL",
2295
+ "OBJECT"
2296
+ ],
2297
+ "name": "HostRef",
2298
+ "non_null": false
2299
+ },
2300
+ "varName": "hostRef"
2301
+ },
2302
+ "ip": {
2303
+ "args": {},
2304
+ "deprecationReason": null,
2305
+ "description": "IPv4 address",
2306
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___ip",
2307
+ "isDeprecated": false,
2308
+ "name": "ip",
2309
+ "path": "appTenantRestriction.moveRule.rule.rule.source.ip",
2310
+ "requestStr": "$ip:[IPAddress]! ",
2311
+ "required": true,
2312
+ "responseStr": "ip:$ip ",
2313
+ "type": {
2314
+ "kind": [
2315
+ "NON_NULL",
2316
+ "LIST",
2317
+ "NON_NULL",
2318
+ "SCALAR"
2319
+ ],
2320
+ "name": "IPAddress",
2321
+ "non_null": false
2322
+ },
2323
+ "varName": "ip"
2324
+ },
2325
+ "ipRange": {
2326
+ "alias": "ipAddressRangeIpRange: ipRange",
2327
+ "args": {},
2328
+ "deprecationReason": null,
2329
+ "description": "Multiple separate IP addresses or an IP range",
2330
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___ipRange",
2331
+ "isDeprecated": false,
2332
+ "name": "ipRange",
2333
+ "path": "appTenantRestriction.moveRule.rule.rule.source.ipRange",
2334
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
2335
+ "required": true,
2336
+ "responseStr": "ipRange:$ipAddressRange ",
2337
+ "type": {
2338
+ "definition": {
2339
+ "description": "Inclusive range of IPs",
2340
+ "enumValues": null,
2341
+ "fields": {
2342
+ "from": {
2343
+ "args": {},
2344
+ "deprecationReason": null,
2345
+ "description": null,
2346
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___ipRange___from",
2347
+ "isDeprecated": false,
2348
+ "name": "from",
2349
+ "path": "appTenantRestriction.moveRule.rule.rule.source.ipRange.from",
2350
+ "requestStr": "$from:IPAddress! ",
2351
+ "required": true,
2352
+ "responseStr": "from:$from ",
2353
+ "type": {
2354
+ "kind": [
2355
+ "NON_NULL",
2356
+ "SCALAR"
2357
+ ],
2358
+ "name": "IPAddress",
2359
+ "non_null": false
2360
+ },
2361
+ "varName": "from"
2362
+ },
2363
+ "to": {
2364
+ "args": {},
2365
+ "deprecationReason": null,
2366
+ "description": null,
2367
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___ipRange___to",
2368
+ "isDeprecated": false,
2369
+ "name": "to",
2370
+ "path": "appTenantRestriction.moveRule.rule.rule.source.ipRange.to",
2371
+ "requestStr": "$to:IPAddress! ",
2372
+ "required": true,
2373
+ "responseStr": "to:$to ",
2374
+ "type": {
2375
+ "kind": [
2376
+ "NON_NULL",
2377
+ "SCALAR"
2378
+ ],
2379
+ "name": "IPAddress",
2380
+ "non_null": false
2381
+ },
2382
+ "varName": "to"
2383
+ }
2384
+ },
2385
+ "inputFields": null,
2386
+ "interfaces": {},
2387
+ "kind": "OBJECT",
2388
+ "name": "IpAddressRange",
2389
+ "possibleTypes": null
2390
+ },
2391
+ "indexType": "object",
2392
+ "kind": [
2393
+ "NON_NULL",
2394
+ "LIST",
2395
+ "NON_NULL",
2396
+ "OBJECT"
2397
+ ],
2398
+ "name": "IpAddressRange",
2399
+ "non_null": false
2400
+ },
2401
+ "varName": "ipAddressRange"
2402
+ },
2403
+ "networkInterface": {
2404
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2405
+ "args": {},
2406
+ "deprecationReason": null,
2407
+ "description": "Network range defined for a site",
2408
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___networkInterface",
2409
+ "isDeprecated": false,
2410
+ "name": "networkInterface",
2411
+ "path": "appTenantRestriction.moveRule.rule.rule.source.networkInterface",
2412
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
2413
+ "required": true,
2414
+ "responseStr": "networkInterface:$networkInterfaceRef ",
2415
+ "type": {
2416
+ "definition": {
2417
+ "description": null,
2418
+ "enumValues": null,
2419
+ "fields": {
2420
+ "id": {
2421
+ "args": {},
2422
+ "deprecationReason": null,
2423
+ "description": null,
2424
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___networkInterface___id",
2425
+ "isDeprecated": false,
2426
+ "name": "id",
2427
+ "path": "appTenantRestriction.moveRule.rule.rule.source.networkInterface.id",
2428
+ "requestStr": "$id:ID! ",
2429
+ "required": true,
2430
+ "responseStr": "id:$id ",
2431
+ "type": {
2432
+ "kind": [
2433
+ "NON_NULL",
2434
+ "SCALAR"
2435
+ ],
2436
+ "name": "ID",
2437
+ "non_null": false
2438
+ },
2439
+ "varName": "id"
2440
+ },
2441
+ "name": {
2442
+ "args": {},
2443
+ "deprecationReason": null,
2444
+ "description": null,
2445
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___networkInterface___name",
2446
+ "isDeprecated": false,
2447
+ "name": "name",
2448
+ "path": "appTenantRestriction.moveRule.rule.rule.source.networkInterface.name",
2449
+ "requestStr": "$name:String! ",
2450
+ "required": true,
2451
+ "responseStr": "name:$name ",
2452
+ "type": {
2453
+ "kind": [
2454
+ "NON_NULL",
2455
+ "SCALAR"
2456
+ ],
2457
+ "name": "String",
2458
+ "non_null": false
2459
+ },
2460
+ "varName": "name"
2461
+ }
2462
+ },
2463
+ "inputFields": null,
2464
+ "interfaces": {},
2465
+ "kind": "OBJECT",
2466
+ "name": "NetworkInterfaceRef",
2467
+ "possibleTypes": null
2468
+ },
2469
+ "indexType": "object",
2470
+ "kind": [
2471
+ "NON_NULL",
2472
+ "LIST",
2473
+ "NON_NULL",
2474
+ "OBJECT"
2475
+ ],
2476
+ "name": "NetworkInterfaceRef",
2477
+ "non_null": false
2478
+ },
2479
+ "varName": "networkInterfaceRef"
2480
+ },
2481
+ "site": {
2482
+ "alias": "siteRefSite: site",
2483
+ "args": {},
2484
+ "deprecationReason": null,
2485
+ "description": "Site defined for the account",
2486
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___site",
2487
+ "isDeprecated": false,
2488
+ "name": "site",
2489
+ "path": "appTenantRestriction.moveRule.rule.rule.source.site",
2490
+ "requestStr": "$siteRef:[SiteRef]! ",
2491
+ "required": true,
2492
+ "responseStr": "site:$siteRef ",
2493
+ "type": {
2494
+ "definition": {
2495
+ "description": null,
2496
+ "enumValues": null,
2497
+ "fields": {
2498
+ "id": {
2499
+ "args": {},
2500
+ "deprecationReason": null,
2501
+ "description": null,
2502
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___site___id",
2503
+ "isDeprecated": false,
2504
+ "name": "id",
2505
+ "path": "appTenantRestriction.moveRule.rule.rule.source.site.id",
2506
+ "requestStr": "$id:ID! ",
2507
+ "required": true,
2508
+ "responseStr": "id:$id ",
2509
+ "type": {
2510
+ "kind": [
2511
+ "NON_NULL",
2512
+ "SCALAR"
2513
+ ],
2514
+ "name": "ID",
2515
+ "non_null": false
2516
+ },
2517
+ "varName": "id"
2518
+ },
2519
+ "name": {
2520
+ "args": {},
2521
+ "deprecationReason": null,
2522
+ "description": null,
2523
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___site___name",
2524
+ "isDeprecated": false,
2525
+ "name": "name",
2526
+ "path": "appTenantRestriction.moveRule.rule.rule.source.site.name",
2527
+ "requestStr": "$name:String! ",
2528
+ "required": true,
2529
+ "responseStr": "name:$name ",
2530
+ "type": {
2531
+ "kind": [
2532
+ "NON_NULL",
2533
+ "SCALAR"
2534
+ ],
2535
+ "name": "String",
2536
+ "non_null": false
2537
+ },
2538
+ "varName": "name"
2539
+ }
2540
+ },
2541
+ "inputFields": null,
2542
+ "interfaces": {},
2543
+ "kind": "OBJECT",
2544
+ "name": "SiteRef",
2545
+ "possibleTypes": null
2546
+ },
2547
+ "indexType": "object",
2548
+ "kind": [
2549
+ "NON_NULL",
2550
+ "LIST",
2551
+ "NON_NULL",
2552
+ "OBJECT"
2553
+ ],
2554
+ "name": "SiteRef",
2555
+ "non_null": false
2556
+ },
2557
+ "varName": "siteRef"
2558
+ },
2559
+ "siteNetworkSubnet": {
2560
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2561
+ "args": {},
2562
+ "deprecationReason": null,
2563
+ "description": "GlobalRange + InterfaceSubnet",
2564
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___siteNetworkSubnet",
2565
+ "isDeprecated": false,
2566
+ "name": "siteNetworkSubnet",
2567
+ "path": "appTenantRestriction.moveRule.rule.rule.source.siteNetworkSubnet",
2568
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
2569
+ "required": true,
2570
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2571
+ "type": {
2572
+ "definition": {
2573
+ "description": null,
2574
+ "enumValues": null,
2575
+ "fields": {
2576
+ "id": {
2577
+ "args": {},
2578
+ "deprecationReason": null,
2579
+ "description": null,
2580
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___siteNetworkSubnet___id",
2581
+ "isDeprecated": false,
2582
+ "name": "id",
2583
+ "path": "appTenantRestriction.moveRule.rule.rule.source.siteNetworkSubnet.id",
2584
+ "requestStr": "$id:ID! ",
2585
+ "required": true,
2586
+ "responseStr": "id:$id ",
2587
+ "type": {
2588
+ "kind": [
2589
+ "NON_NULL",
2590
+ "SCALAR"
2591
+ ],
2592
+ "name": "ID",
2593
+ "non_null": false
2594
+ },
2595
+ "varName": "id"
2596
+ },
2597
+ "name": {
2598
+ "args": {},
2599
+ "deprecationReason": null,
2600
+ "description": null,
2601
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___siteNetworkSubnet___name",
2602
+ "isDeprecated": false,
2603
+ "name": "name",
2604
+ "path": "appTenantRestriction.moveRule.rule.rule.source.siteNetworkSubnet.name",
2605
+ "requestStr": "$name:String! ",
2606
+ "required": true,
2607
+ "responseStr": "name:$name ",
2608
+ "type": {
2609
+ "kind": [
2610
+ "NON_NULL",
2611
+ "SCALAR"
2612
+ ],
2613
+ "name": "String",
2614
+ "non_null": false
2615
+ },
2616
+ "varName": "name"
2617
+ }
2618
+ },
2619
+ "inputFields": null,
2620
+ "interfaces": {},
2621
+ "kind": "OBJECT",
2622
+ "name": "SiteNetworkSubnetRef",
2623
+ "possibleTypes": null
2624
+ },
2625
+ "indexType": "object",
2626
+ "kind": [
2627
+ "NON_NULL",
2628
+ "LIST",
2629
+ "NON_NULL",
2630
+ "OBJECT"
2631
+ ],
2632
+ "name": "SiteNetworkSubnetRef",
2633
+ "non_null": false
2634
+ },
2635
+ "varName": "siteNetworkSubnetRef"
2636
+ },
2637
+ "subnet": {
2638
+ "args": {},
2639
+ "deprecationReason": null,
2640
+ "description": "Subnets and network ranges defined for the LAN interfaces of a site",
2641
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___subnet",
2642
+ "isDeprecated": false,
2643
+ "name": "subnet",
2644
+ "path": "appTenantRestriction.moveRule.rule.rule.source.subnet",
2645
+ "requestStr": "$subnet:[NetworkSubnet]! ",
2646
+ "required": true,
2647
+ "responseStr": "subnet:$subnet ",
2648
+ "type": {
2649
+ "kind": [
2650
+ "NON_NULL",
2651
+ "LIST",
2652
+ "NON_NULL",
2653
+ "SCALAR"
2654
+ ],
2655
+ "name": "NetworkSubnet",
2656
+ "non_null": false
2657
+ },
2658
+ "varName": "subnet"
2659
+ },
2660
+ "systemGroup": {
2661
+ "alias": "systemGroupRefSystemGroup: systemGroup",
2662
+ "args": {},
2663
+ "deprecationReason": null,
2664
+ "description": "Predefined Cato groups",
2665
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___systemGroup",
2666
+ "isDeprecated": false,
2667
+ "name": "systemGroup",
2668
+ "path": "appTenantRestriction.moveRule.rule.rule.source.systemGroup",
2669
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
2670
+ "required": true,
2671
+ "responseStr": "systemGroup:$systemGroupRef ",
2672
+ "type": {
2673
+ "definition": {
2674
+ "description": null,
2675
+ "enumValues": null,
2676
+ "fields": {
2677
+ "id": {
2678
+ "args": {},
2679
+ "deprecationReason": null,
2680
+ "description": null,
2681
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___systemGroup___id",
2682
+ "isDeprecated": false,
2683
+ "name": "id",
2684
+ "path": "appTenantRestriction.moveRule.rule.rule.source.systemGroup.id",
2685
+ "requestStr": "$id:ID! ",
2686
+ "required": true,
2687
+ "responseStr": "id:$id ",
2688
+ "type": {
2689
+ "kind": [
2690
+ "NON_NULL",
2691
+ "SCALAR"
2692
+ ],
2693
+ "name": "ID",
2694
+ "non_null": false
2695
+ },
2696
+ "varName": "id"
2697
+ },
2698
+ "name": {
2699
+ "args": {},
2700
+ "deprecationReason": null,
2701
+ "description": null,
2702
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___systemGroup___name",
2703
+ "isDeprecated": false,
2704
+ "name": "name",
2705
+ "path": "appTenantRestriction.moveRule.rule.rule.source.systemGroup.name",
2706
+ "requestStr": "$name:String! ",
2707
+ "required": true,
2708
+ "responseStr": "name:$name ",
2709
+ "type": {
2710
+ "kind": [
2711
+ "NON_NULL",
2712
+ "SCALAR"
2713
+ ],
2714
+ "name": "String",
2715
+ "non_null": false
2716
+ },
2717
+ "varName": "name"
2718
+ }
2719
+ },
2720
+ "inputFields": null,
2721
+ "interfaces": {},
2722
+ "kind": "OBJECT",
2723
+ "name": "SystemGroupRef",
2724
+ "possibleTypes": null
2725
+ },
2726
+ "indexType": "object",
2727
+ "kind": [
2728
+ "NON_NULL",
2729
+ "LIST",
2730
+ "NON_NULL",
2731
+ "OBJECT"
2732
+ ],
2733
+ "name": "SystemGroupRef",
2734
+ "non_null": false
2735
+ },
2736
+ "varName": "systemGroupRef"
2737
+ },
2738
+ "user": {
2739
+ "alias": "userRefUser: user",
2740
+ "args": {},
2741
+ "deprecationReason": null,
2742
+ "description": "Individual users defined for the account",
2743
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___user",
2744
+ "isDeprecated": false,
2745
+ "name": "user",
2746
+ "path": "appTenantRestriction.moveRule.rule.rule.source.user",
2747
+ "requestStr": "$userRef:[UserRef]! ",
2748
+ "required": true,
2749
+ "responseStr": "user:$userRef ",
2750
+ "type": {
2751
+ "definition": {
2752
+ "description": null,
2753
+ "enumValues": null,
2754
+ "fields": {
2755
+ "id": {
2756
+ "args": {},
2757
+ "deprecationReason": null,
2758
+ "description": null,
2759
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___user___id",
2760
+ "isDeprecated": false,
2761
+ "name": "id",
2762
+ "path": "appTenantRestriction.moveRule.rule.rule.source.user.id",
2763
+ "requestStr": "$id:ID! ",
2764
+ "required": true,
2765
+ "responseStr": "id:$id ",
2766
+ "type": {
2767
+ "kind": [
2768
+ "NON_NULL",
2769
+ "SCALAR"
2770
+ ],
2771
+ "name": "ID",
2772
+ "non_null": false
2773
+ },
2774
+ "varName": "id"
2775
+ },
2776
+ "name": {
2777
+ "args": {},
2778
+ "deprecationReason": null,
2779
+ "description": null,
2780
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___user___name",
2781
+ "isDeprecated": false,
2782
+ "name": "name",
2783
+ "path": "appTenantRestriction.moveRule.rule.rule.source.user.name",
2784
+ "requestStr": "$name:String! ",
2785
+ "required": true,
2786
+ "responseStr": "name:$name ",
2787
+ "type": {
2788
+ "kind": [
2789
+ "NON_NULL",
2790
+ "SCALAR"
2791
+ ],
2792
+ "name": "String",
2793
+ "non_null": false
2794
+ },
2795
+ "varName": "name"
2796
+ }
2797
+ },
2798
+ "inputFields": null,
2799
+ "interfaces": {},
2800
+ "kind": "OBJECT",
2801
+ "name": "UserRef",
2802
+ "possibleTypes": null
2803
+ },
2804
+ "indexType": "object",
2805
+ "kind": [
2806
+ "NON_NULL",
2807
+ "LIST",
2808
+ "NON_NULL",
2809
+ "OBJECT"
2810
+ ],
2811
+ "name": "UserRef",
2812
+ "non_null": false
2813
+ },
2814
+ "varName": "userRef"
2815
+ },
2816
+ "usersGroup": {
2817
+ "alias": "usersGroupRefUsersGroup: usersGroup",
2818
+ "args": {},
2819
+ "deprecationReason": null,
2820
+ "description": "Group of users",
2821
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___usersGroup",
2822
+ "isDeprecated": false,
2823
+ "name": "usersGroup",
2824
+ "path": "appTenantRestriction.moveRule.rule.rule.source.usersGroup",
2825
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
2826
+ "required": true,
2827
+ "responseStr": "usersGroup:$usersGroupRef ",
2828
+ "type": {
2829
+ "definition": {
2830
+ "description": null,
2831
+ "enumValues": null,
2832
+ "fields": {
2833
+ "id": {
2834
+ "args": {},
2835
+ "deprecationReason": null,
2836
+ "description": null,
2837
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___usersGroup___id",
2838
+ "isDeprecated": false,
2839
+ "name": "id",
2840
+ "path": "appTenantRestriction.moveRule.rule.rule.source.usersGroup.id",
2841
+ "requestStr": "$id:ID! ",
2842
+ "required": true,
2843
+ "responseStr": "id:$id ",
2844
+ "type": {
2845
+ "kind": [
2846
+ "NON_NULL",
2847
+ "SCALAR"
2848
+ ],
2849
+ "name": "ID",
2850
+ "non_null": false
2851
+ },
2852
+ "varName": "id"
2853
+ },
2854
+ "name": {
2855
+ "args": {},
2856
+ "deprecationReason": null,
2857
+ "description": null,
2858
+ "id_str": "appTenantRestriction___moveRule___rule___rule___source___usersGroup___name",
2859
+ "isDeprecated": false,
2860
+ "name": "name",
2861
+ "path": "appTenantRestriction.moveRule.rule.rule.source.usersGroup.name",
2862
+ "requestStr": "$name:String! ",
2863
+ "required": true,
2864
+ "responseStr": "name:$name ",
2865
+ "type": {
2866
+ "kind": [
2867
+ "NON_NULL",
2868
+ "SCALAR"
2869
+ ],
2870
+ "name": "String",
2871
+ "non_null": false
2872
+ },
2873
+ "varName": "name"
2874
+ }
2875
+ },
2876
+ "inputFields": null,
2877
+ "interfaces": {},
2878
+ "kind": "OBJECT",
2879
+ "name": "UsersGroupRef",
2880
+ "possibleTypes": null
2881
+ },
2882
+ "indexType": "object",
2883
+ "kind": [
2884
+ "NON_NULL",
2885
+ "LIST",
2886
+ "NON_NULL",
2887
+ "OBJECT"
2888
+ ],
2889
+ "name": "UsersGroupRef",
2890
+ "non_null": false
2891
+ },
2892
+ "varName": "usersGroupRef"
2893
+ }
2894
+ },
2895
+ "inputFields": null,
2896
+ "interfaces": {},
2897
+ "kind": "OBJECT",
2898
+ "name": "AppTenantRestrictionSource",
2899
+ "possibleTypes": null
2900
+ },
2901
+ "indexType": "object",
2902
+ "kind": [
2903
+ "NON_NULL",
2904
+ "OBJECT"
2905
+ ],
2906
+ "name": "AppTenantRestrictionSource",
2907
+ "non_null": false
2908
+ },
2909
+ "varName": "appTenantRestrictionSource"
2910
+ }
2911
+ },
2912
+ "inputFields": null,
2913
+ "interfaces": {},
2914
+ "kind": "OBJECT",
2915
+ "name": "AppTenantRestrictionRule",
2916
+ "possibleTypes": null
2917
+ },
2918
+ "indexType": "object",
2919
+ "kind": [
2920
+ "NON_NULL",
2921
+ "OBJECT"
2922
+ ],
2923
+ "name": "AppTenantRestrictionRule",
2924
+ "non_null": false
2925
+ },
2926
+ "varName": "appTenantRestrictionRule"
2927
+ }
2928
+ },
2929
+ "inputFields": null,
2930
+ "interfaces": {},
2931
+ "kind": "OBJECT",
2932
+ "name": "AppTenantRestrictionRulePayload",
2933
+ "possibleTypes": null
2934
+ },
2935
+ "indexType": "object",
2936
+ "kind": [
2937
+ "OBJECT"
2938
+ ],
2939
+ "name": "AppTenantRestrictionRulePayload",
2940
+ "non_null": false
2941
+ },
2942
+ "varName": "appTenantRestrictionRulePayload"
2943
+ },
2944
+ "status": {
2945
+ "alias": "policyMutationStatusStatus: status",
2946
+ "args": {},
2947
+ "deprecationReason": null,
2948
+ "description": null,
2949
+ "id_str": "appTenantRestriction___moveRule___status",
2950
+ "isDeprecated": false,
2951
+ "name": "status",
2952
+ "path": "appTenantRestriction.moveRule.status",
2953
+ "requestStr": "$status:PolicyMutationStatus! ",
2954
+ "required": true,
2955
+ "responseStr": "status:$status ",
2956
+ "type": {
2957
+ "definition": {
2958
+ "description": "Enum for the status of a policy mutation",
2959
+ "enumValues": [
2960
+ {
2961
+ "deprecationReason": null,
2962
+ "description": null,
2963
+ "isDeprecated": false,
2964
+ "name": "SUCCESS"
2965
+ },
2966
+ {
2967
+ "deprecationReason": null,
2968
+ "description": null,
2969
+ "isDeprecated": false,
2970
+ "name": "FAILURE"
2971
+ }
2972
+ ],
2973
+ "fields": null,
2974
+ "inputFields": null,
2975
+ "interfaces": null,
2976
+ "kind": "ENUM",
2977
+ "name": "PolicyMutationStatus",
2978
+ "possibleTypes": null
2979
+ },
2980
+ "indexType": "enum",
2981
+ "kind": [
2982
+ "NON_NULL",
2983
+ "ENUM"
2984
+ ],
2985
+ "name": "PolicyMutationStatus",
2986
+ "non_null": false
2987
+ },
2988
+ "varName": "status"
2989
+ }
2990
+ },
2991
+ "inputFields": null,
2992
+ "interfaces": {},
2993
+ "kind": "OBJECT",
2994
+ "name": "AppTenantRestrictionRuleMutationPayload",
2995
+ "possibleTypes": null
2996
+ },
2997
+ "indexType": "object",
2998
+ "kind": [
2999
+ "NON_NULL",
3000
+ "OBJECT"
3001
+ ],
3002
+ "name": "AppTenantRestrictionRuleMutationPayload",
3003
+ "non_null": false
3004
+ },
3005
+ "varName": "appTenantRestrictionRuleMutationPayload"
3006
+ }
3007
+ },
3008
+ "inputFields": null,
3009
+ "interfaces": {},
3010
+ "kind": "OBJECT",
3011
+ "name": "AppTenantRestrictionPolicyMutations",
3012
+ "possibleTypes": null
3013
+ },
3014
+ "indexType": "object",
3015
+ "kind": [
3016
+ "OBJECT"
3017
+ ],
3018
+ "name": "AppTenantRestrictionPolicyMutations",
3019
+ "non_null": false
3020
+ },
3021
+ "varName": "appTenantRestrictionPolicyMutations"
3022
+ }
3023
+ },
3024
+ "inputFields": null,
3025
+ "interfaces": [],
3026
+ "kind": "OBJECT",
3027
+ "name": "PolicyMutations",
3028
+ "possibleTypes": null
3029
+ },
3030
+ "indexType": "object",
3031
+ "kind": [
3032
+ "OBJECT"
3033
+ ],
3034
+ "name": "PolicyMutations",
3035
+ "non_null": false
3036
+ },
3037
+ "variablesPayload": {
3038
+ "appTenantRestrictionPolicyMutationInput": {
3039
+ "policyMutationRevisionInput": {
3040
+ "id": {
3041
+ "id": "ID"
3042
+ }
3043
+ }
3044
+ },
3045
+ "policyMoveRuleInput": {
3046
+ "id": {
3047
+ "id": "ID"
3048
+ },
3049
+ "policyRulePositionInput": {
3050
+ "position": {
3051
+ "position": "enum(PolicyRulePositionEnum)"
3052
+ },
3053
+ "ref": {
3054
+ "ref": "ID"
3055
+ }
3056
+ }
3057
+ }
3058
+ }
3059
+ }