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