catocli 1.0.15__py3-none-any.whl → 1.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

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