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