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