catocli 1.0.18__py3-none-any.whl → 1.0.20__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 (102) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/parserApiClient.py +6 -6
  43. catocli/parsers/query_accountMetrics/README.md +2 -1
  44. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  45. catocli/parsers/query_eventsFeed/README.md +1 -1
  46. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  47. catocli/parsers/query_policy/README.md +2 -1
  48. catocli/parsers/query_sandbox/README.md +17 -0
  49. catocli/parsers/query_sandbox/__init__.py +17 -0
  50. catocli/parsers/query_siteLocation/README.md +1 -1
  51. catocli/parsers/query_xdr_story/README.md +1 -1
  52. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  53. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
  54. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  55. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  56. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  57. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  58. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  59. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  60. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  61. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  62. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  63. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  64. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  65. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  66. models/mutation.sandbox.deleteReport.json +302 -0
  67. models/mutation.sandbox.uploadFile.json +301 -0
  68. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  69. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  70. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  71. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  72. models/mutation.site.addSocketSite.json +72 -15
  73. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  74. models/mutation.site.updateNetworkRange.json +3 -3
  75. models/mutation.site.updateSocketInterface.json +126 -18
  76. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  77. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  78. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  79. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  80. models/mutation.sites.addSocketSite.json +72 -15
  81. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  82. models/mutation.sites.updateNetworkRange.json +3 -3
  83. models/mutation.sites.updateSocketInterface.json +126 -18
  84. models/mutation.xdr.addStoryComment.json +622 -0
  85. models/mutation.xdr.analystFeedback.json +28820 -0
  86. models/mutation.xdr.deleteStoryComment.json +622 -0
  87. models/query.accountMetrics.json +341 -0
  88. models/query.accountSnapshot.json +120 -0
  89. models/query.appStatsTimeSeries.json +37 -0
  90. models/query.auditFeed.json +292 -52
  91. models/query.events.json +1196 -236
  92. models/query.eventsFeed.json +292 -52
  93. models/query.eventsTimeSeries.json +941 -184
  94. models/query.policy.json +2047 -156
  95. models/query.sandbox.json +2047 -0
  96. models/query.xdr.stories.json +134 -4
  97. models/query.xdr.story.json +116 -4
  98. schema/catolib.py +4 -5
  99. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  100. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  101. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  102. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/top_level.txt +0 -0
models/query.policy.json CHANGED
@@ -42,6 +42,12 @@
42
42
  "DayOfWeek": true,
43
43
  "DeviceAttributes": true,
44
44
  "DeviceProfileRef": true,
45
+ "DynamicIpAllocationPolicy": true,
46
+ "DynamicIpAllocationPolicyQueries": true,
47
+ "DynamicIpAllocationRange": true,
48
+ "DynamicIpAllocationRule": true,
49
+ "DynamicIpAllocationRulePayload": true,
50
+ "DynamicIpAllocationSource": true,
45
51
  "FloatingSubnetRef": true,
46
52
  "FqdnContainerRef": true,
47
53
  "GlobalIpRangeRef": true,
@@ -250,6 +256,126 @@
250
256
  },
251
257
  "varName": "appTenantRestrictionPolicyInput"
252
258
  },
259
+ "dynamicIpAllocationPolicyInput": {
260
+ "defaultValue": null,
261
+ "description": null,
262
+ "id_str": "policy___input",
263
+ "name": "input",
264
+ "path": "policy.input",
265
+ "requestStr": "$dynamicIpAllocationPolicyInput:DynamicIpAllocationPolicyInput ",
266
+ "required": false,
267
+ "responseStr": "input:$dynamicIpAllocationPolicyInput ",
268
+ "type": {
269
+ "definition": {
270
+ "description": null,
271
+ "enumValues": null,
272
+ "fields": null,
273
+ "inputFields": {
274
+ "revision": {
275
+ "defaultValue": null,
276
+ "description": "A revision is a specific instance of the policy.\n Unpublished revisions are working copies of the policy available to a specific\n admin or a set of admins\n Published revisions are revisions that were applied to the account network.\n The last published revision is the active policy.",
277
+ "id_str": "policy___input___revision",
278
+ "name": "revision",
279
+ "path": "policy.input.revision",
280
+ "requestStr": "$policyRevisionInput:PolicyRevisionInput ",
281
+ "required": false,
282
+ "responseStr": "revision:$policyRevisionInput ",
283
+ "type": {
284
+ "definition": {
285
+ "description": "Input for specifying a policy revision",
286
+ "enumValues": null,
287
+ "fields": null,
288
+ "inputFields": {
289
+ "id": {
290
+ "defaultValue": null,
291
+ "description": null,
292
+ "id_str": "policy___input___revision___id",
293
+ "name": "id",
294
+ "path": "policy.input.revision.id",
295
+ "requestStr": "$id:ID ",
296
+ "required": false,
297
+ "responseStr": "id:$id ",
298
+ "type": {
299
+ "kind": [
300
+ "SCALAR"
301
+ ],
302
+ "name": "ID",
303
+ "non_null": false
304
+ },
305
+ "varName": "id"
306
+ },
307
+ "type": {
308
+ "defaultValue": "PRIVATE",
309
+ "description": null,
310
+ "id_str": "policy___input___revision___type",
311
+ "name": "type",
312
+ "path": "policy.input.revision.type",
313
+ "requestStr": "$type:PolicyRevisionType ",
314
+ "required": false,
315
+ "responseStr": "type:$type ",
316
+ "type": {
317
+ "definition": {
318
+ "description": "Enum for the type of a policy revision",
319
+ "enumValues": [
320
+ {
321
+ "deprecationReason": null,
322
+ "description": null,
323
+ "isDeprecated": false,
324
+ "name": "PRIVATE"
325
+ },
326
+ {
327
+ "deprecationReason": null,
328
+ "description": null,
329
+ "isDeprecated": false,
330
+ "name": "PUBLIC"
331
+ }
332
+ ],
333
+ "fields": null,
334
+ "inputFields": null,
335
+ "interfaces": null,
336
+ "kind": "ENUM",
337
+ "name": "PolicyRevisionType",
338
+ "possibleTypes": null
339
+ },
340
+ "indexType": "enum",
341
+ "kind": [
342
+ "ENUM"
343
+ ],
344
+ "name": "PolicyRevisionType",
345
+ "non_null": false
346
+ },
347
+ "varName": "type"
348
+ }
349
+ },
350
+ "interfaces": null,
351
+ "kind": "INPUT_OBJECT",
352
+ "name": "PolicyRevisionInput",
353
+ "possibleTypes": null
354
+ },
355
+ "indexType": "input_object",
356
+ "kind": [
357
+ "INPUT_OBJECT"
358
+ ],
359
+ "name": "PolicyRevisionInput",
360
+ "non_null": false
361
+ },
362
+ "varName": "policyRevisionInput"
363
+ }
364
+ },
365
+ "interfaces": null,
366
+ "kind": "INPUT_OBJECT",
367
+ "name": "DynamicIpAllocationPolicyInput",
368
+ "possibleTypes": null
369
+ },
370
+ "indexType": "input_object",
371
+ "kind": [
372
+ "INPUT_OBJECT"
373
+ ],
374
+ "name": "DynamicIpAllocationPolicyInput",
375
+ "non_null": false
376
+ },
377
+ "varName": "dynamicIpAllocationPolicyInput"
378
+ },
253
379
  "internetFirewallPolicyInput": {
254
380
  "defaultValue": null,
255
381
  "description": null,
@@ -2633,14 +2759,1762 @@
2633
2759
  "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2634
2760
  "args": {},
2635
2761
  "deprecationReason": null,
2636
- "description": "GlobalRange + InterfaceSubnet",
2637
- "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet",
2762
+ "description": "GlobalRange + InterfaceSubnet",
2763
+ "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet",
2764
+ "isDeprecated": false,
2765
+ "name": "siteNetworkSubnet",
2766
+ "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet",
2767
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
2768
+ "required": true,
2769
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2770
+ "type": {
2771
+ "definition": {
2772
+ "description": null,
2773
+ "enumValues": null,
2774
+ "fields": {
2775
+ "id": {
2776
+ "args": {},
2777
+ "deprecationReason": null,
2778
+ "description": null,
2779
+ "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet___id",
2780
+ "isDeprecated": false,
2781
+ "name": "id",
2782
+ "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet.id",
2783
+ "requestStr": "$id:ID! ",
2784
+ "required": true,
2785
+ "responseStr": "id:$id ",
2786
+ "type": {
2787
+ "kind": [
2788
+ "NON_NULL",
2789
+ "SCALAR"
2790
+ ],
2791
+ "name": "ID",
2792
+ "non_null": false
2793
+ },
2794
+ "varName": "id"
2795
+ },
2796
+ "name": {
2797
+ "args": {},
2798
+ "deprecationReason": null,
2799
+ "description": null,
2800
+ "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet___name",
2801
+ "isDeprecated": false,
2802
+ "name": "name",
2803
+ "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet.name",
2804
+ "requestStr": "$name:String! ",
2805
+ "required": true,
2806
+ "responseStr": "name:$name ",
2807
+ "type": {
2808
+ "kind": [
2809
+ "NON_NULL",
2810
+ "SCALAR"
2811
+ ],
2812
+ "name": "String",
2813
+ "non_null": false
2814
+ },
2815
+ "varName": "name"
2816
+ }
2817
+ },
2818
+ "inputFields": null,
2819
+ "interfaces": {},
2820
+ "kind": "OBJECT",
2821
+ "name": "SiteNetworkSubnetRef",
2822
+ "possibleTypes": null
2823
+ },
2824
+ "indexType": "object",
2825
+ "kind": [
2826
+ "NON_NULL",
2827
+ "LIST",
2828
+ "NON_NULL",
2829
+ "OBJECT"
2830
+ ],
2831
+ "name": "SiteNetworkSubnetRef",
2832
+ "non_null": false
2833
+ },
2834
+ "varName": "siteNetworkSubnetRef"
2835
+ },
2836
+ "subnet": {
2837
+ "args": {},
2838
+ "deprecationReason": null,
2839
+ "description": "Subnets and network ranges defined for the LAN interfaces of a site",
2840
+ "id_str": "appTenantRestriction___policy___rules___rule___source___subnet",
2841
+ "isDeprecated": false,
2842
+ "name": "subnet",
2843
+ "path": "appTenantRestriction.policy.rules.rule.source.subnet",
2844
+ "requestStr": "$subnet:[NetworkSubnet]! ",
2845
+ "required": true,
2846
+ "responseStr": "subnet:$subnet ",
2847
+ "type": {
2848
+ "kind": [
2849
+ "NON_NULL",
2850
+ "LIST",
2851
+ "NON_NULL",
2852
+ "SCALAR"
2853
+ ],
2854
+ "name": "NetworkSubnet",
2855
+ "non_null": false
2856
+ },
2857
+ "varName": "subnet"
2858
+ },
2859
+ "systemGroup": {
2860
+ "alias": "systemGroupRefSystemGroup: systemGroup",
2861
+ "args": {},
2862
+ "deprecationReason": null,
2863
+ "description": "Predefined Cato groups",
2864
+ "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup",
2865
+ "isDeprecated": false,
2866
+ "name": "systemGroup",
2867
+ "path": "appTenantRestriction.policy.rules.rule.source.systemGroup",
2868
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
2869
+ "required": true,
2870
+ "responseStr": "systemGroup:$systemGroupRef ",
2871
+ "type": {
2872
+ "definition": {
2873
+ "description": null,
2874
+ "enumValues": null,
2875
+ "fields": {
2876
+ "id": {
2877
+ "args": {},
2878
+ "deprecationReason": null,
2879
+ "description": null,
2880
+ "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup___id",
2881
+ "isDeprecated": false,
2882
+ "name": "id",
2883
+ "path": "appTenantRestriction.policy.rules.rule.source.systemGroup.id",
2884
+ "requestStr": "$id:ID! ",
2885
+ "required": true,
2886
+ "responseStr": "id:$id ",
2887
+ "type": {
2888
+ "kind": [
2889
+ "NON_NULL",
2890
+ "SCALAR"
2891
+ ],
2892
+ "name": "ID",
2893
+ "non_null": false
2894
+ },
2895
+ "varName": "id"
2896
+ },
2897
+ "name": {
2898
+ "args": {},
2899
+ "deprecationReason": null,
2900
+ "description": null,
2901
+ "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup___name",
2902
+ "isDeprecated": false,
2903
+ "name": "name",
2904
+ "path": "appTenantRestriction.policy.rules.rule.source.systemGroup.name",
2905
+ "requestStr": "$name:String! ",
2906
+ "required": true,
2907
+ "responseStr": "name:$name ",
2908
+ "type": {
2909
+ "kind": [
2910
+ "NON_NULL",
2911
+ "SCALAR"
2912
+ ],
2913
+ "name": "String",
2914
+ "non_null": false
2915
+ },
2916
+ "varName": "name"
2917
+ }
2918
+ },
2919
+ "inputFields": null,
2920
+ "interfaces": {},
2921
+ "kind": "OBJECT",
2922
+ "name": "SystemGroupRef",
2923
+ "possibleTypes": null
2924
+ },
2925
+ "indexType": "object",
2926
+ "kind": [
2927
+ "NON_NULL",
2928
+ "LIST",
2929
+ "NON_NULL",
2930
+ "OBJECT"
2931
+ ],
2932
+ "name": "SystemGroupRef",
2933
+ "non_null": false
2934
+ },
2935
+ "varName": "systemGroupRef"
2936
+ },
2937
+ "user": {
2938
+ "alias": "userRefUser: user",
2939
+ "args": {},
2940
+ "deprecationReason": null,
2941
+ "description": "Individual users defined for the account",
2942
+ "id_str": "appTenantRestriction___policy___rules___rule___source___user",
2943
+ "isDeprecated": false,
2944
+ "name": "user",
2945
+ "path": "appTenantRestriction.policy.rules.rule.source.user",
2946
+ "requestStr": "$userRef:[UserRef]! ",
2947
+ "required": true,
2948
+ "responseStr": "user:$userRef ",
2949
+ "type": {
2950
+ "definition": {
2951
+ "description": null,
2952
+ "enumValues": null,
2953
+ "fields": {
2954
+ "id": {
2955
+ "args": {},
2956
+ "deprecationReason": null,
2957
+ "description": null,
2958
+ "id_str": "appTenantRestriction___policy___rules___rule___source___user___id",
2959
+ "isDeprecated": false,
2960
+ "name": "id",
2961
+ "path": "appTenantRestriction.policy.rules.rule.source.user.id",
2962
+ "requestStr": "$id:ID! ",
2963
+ "required": true,
2964
+ "responseStr": "id:$id ",
2965
+ "type": {
2966
+ "kind": [
2967
+ "NON_NULL",
2968
+ "SCALAR"
2969
+ ],
2970
+ "name": "ID",
2971
+ "non_null": false
2972
+ },
2973
+ "varName": "id"
2974
+ },
2975
+ "name": {
2976
+ "args": {},
2977
+ "deprecationReason": null,
2978
+ "description": null,
2979
+ "id_str": "appTenantRestriction___policy___rules___rule___source___user___name",
2980
+ "isDeprecated": false,
2981
+ "name": "name",
2982
+ "path": "appTenantRestriction.policy.rules.rule.source.user.name",
2983
+ "requestStr": "$name:String! ",
2984
+ "required": true,
2985
+ "responseStr": "name:$name ",
2986
+ "type": {
2987
+ "kind": [
2988
+ "NON_NULL",
2989
+ "SCALAR"
2990
+ ],
2991
+ "name": "String",
2992
+ "non_null": false
2993
+ },
2994
+ "varName": "name"
2995
+ }
2996
+ },
2997
+ "inputFields": null,
2998
+ "interfaces": {},
2999
+ "kind": "OBJECT",
3000
+ "name": "UserRef",
3001
+ "possibleTypes": null
3002
+ },
3003
+ "indexType": "object",
3004
+ "kind": [
3005
+ "NON_NULL",
3006
+ "LIST",
3007
+ "NON_NULL",
3008
+ "OBJECT"
3009
+ ],
3010
+ "name": "UserRef",
3011
+ "non_null": false
3012
+ },
3013
+ "varName": "userRef"
3014
+ },
3015
+ "usersGroup": {
3016
+ "alias": "usersGroupRefUsersGroup: usersGroup",
3017
+ "args": {},
3018
+ "deprecationReason": null,
3019
+ "description": "Group of users",
3020
+ "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup",
3021
+ "isDeprecated": false,
3022
+ "name": "usersGroup",
3023
+ "path": "appTenantRestriction.policy.rules.rule.source.usersGroup",
3024
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
3025
+ "required": true,
3026
+ "responseStr": "usersGroup:$usersGroupRef ",
3027
+ "type": {
3028
+ "definition": {
3029
+ "description": null,
3030
+ "enumValues": null,
3031
+ "fields": {
3032
+ "id": {
3033
+ "args": {},
3034
+ "deprecationReason": null,
3035
+ "description": null,
3036
+ "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup___id",
3037
+ "isDeprecated": false,
3038
+ "name": "id",
3039
+ "path": "appTenantRestriction.policy.rules.rule.source.usersGroup.id",
3040
+ "requestStr": "$id:ID! ",
3041
+ "required": true,
3042
+ "responseStr": "id:$id ",
3043
+ "type": {
3044
+ "kind": [
3045
+ "NON_NULL",
3046
+ "SCALAR"
3047
+ ],
3048
+ "name": "ID",
3049
+ "non_null": false
3050
+ },
3051
+ "varName": "id"
3052
+ },
3053
+ "name": {
3054
+ "args": {},
3055
+ "deprecationReason": null,
3056
+ "description": null,
3057
+ "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup___name",
3058
+ "isDeprecated": false,
3059
+ "name": "name",
3060
+ "path": "appTenantRestriction.policy.rules.rule.source.usersGroup.name",
3061
+ "requestStr": "$name:String! ",
3062
+ "required": true,
3063
+ "responseStr": "name:$name ",
3064
+ "type": {
3065
+ "kind": [
3066
+ "NON_NULL",
3067
+ "SCALAR"
3068
+ ],
3069
+ "name": "String",
3070
+ "non_null": false
3071
+ },
3072
+ "varName": "name"
3073
+ }
3074
+ },
3075
+ "inputFields": null,
3076
+ "interfaces": {},
3077
+ "kind": "OBJECT",
3078
+ "name": "UsersGroupRef",
3079
+ "possibleTypes": null
3080
+ },
3081
+ "indexType": "object",
3082
+ "kind": [
3083
+ "NON_NULL",
3084
+ "LIST",
3085
+ "NON_NULL",
3086
+ "OBJECT"
3087
+ ],
3088
+ "name": "UsersGroupRef",
3089
+ "non_null": false
3090
+ },
3091
+ "varName": "usersGroupRef"
3092
+ }
3093
+ },
3094
+ "inputFields": null,
3095
+ "interfaces": {},
3096
+ "kind": "OBJECT",
3097
+ "name": "AppTenantRestrictionSource",
3098
+ "possibleTypes": null
3099
+ },
3100
+ "indexType": "object",
3101
+ "kind": [
3102
+ "NON_NULL",
3103
+ "OBJECT"
3104
+ ],
3105
+ "name": "AppTenantRestrictionSource",
3106
+ "non_null": false
3107
+ },
3108
+ "varName": "appTenantRestrictionSource"
3109
+ }
3110
+ },
3111
+ "inputFields": null,
3112
+ "interfaces": {},
3113
+ "kind": "OBJECT",
3114
+ "name": "AppTenantRestrictionRule",
3115
+ "possibleTypes": null
3116
+ },
3117
+ "indexType": "object",
3118
+ "kind": [
3119
+ "NON_NULL",
3120
+ "OBJECT"
3121
+ ],
3122
+ "name": "AppTenantRestrictionRule",
3123
+ "non_null": false
3124
+ },
3125
+ "varName": "appTenantRestrictionRule"
3126
+ }
3127
+ },
3128
+ "inputFields": null,
3129
+ "interfaces": {},
3130
+ "kind": "OBJECT",
3131
+ "name": "AppTenantRestrictionRulePayload",
3132
+ "possibleTypes": null
3133
+ },
3134
+ "indexType": "object",
3135
+ "kind": [
3136
+ "NON_NULL",
3137
+ "LIST",
3138
+ "NON_NULL",
3139
+ "OBJECT"
3140
+ ],
3141
+ "name": "AppTenantRestrictionRulePayload",
3142
+ "non_null": false
3143
+ },
3144
+ "varName": "appTenantRestrictionRulePayload"
3145
+ },
3146
+ "sections": {
3147
+ "alias": "policySectionPayloadSections: sections",
3148
+ "args": {},
3149
+ "deprecationReason": null,
3150
+ "description": null,
3151
+ "id_str": "appTenantRestriction___policy___sections",
3152
+ "isDeprecated": false,
3153
+ "name": "sections",
3154
+ "path": "appTenantRestriction.policy.sections",
3155
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
3156
+ "required": true,
3157
+ "responseStr": "sections:$policySectionPayload ",
3158
+ "type": {
3159
+ "definition": {
3160
+ "description": null,
3161
+ "enumValues": null,
3162
+ "fields": {
3163
+ "audit": {
3164
+ "alias": "policyElementAuditAudit: audit",
3165
+ "args": {},
3166
+ "deprecationReason": null,
3167
+ "description": null,
3168
+ "id_str": "appTenantRestriction___policy___sections___audit",
3169
+ "isDeprecated": false,
3170
+ "name": "audit",
3171
+ "path": "appTenantRestriction.policy.sections.audit",
3172
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
3173
+ "required": true,
3174
+ "responseStr": "audit:$policyElementAudit ",
3175
+ "type": {
3176
+ "definition": {
3177
+ "description": null,
3178
+ "enumValues": null,
3179
+ "fields": {
3180
+ "updatedBy": {
3181
+ "args": {},
3182
+ "deprecationReason": null,
3183
+ "description": "The admin, or the API-key, that performed the last update",
3184
+ "id_str": "appTenantRestriction___policy___sections___audit___updatedBy",
3185
+ "isDeprecated": false,
3186
+ "name": "updatedBy",
3187
+ "path": "appTenantRestriction.policy.sections.audit.updatedBy",
3188
+ "requestStr": "$updatedBy:String! ",
3189
+ "required": true,
3190
+ "responseStr": "updatedBy:$updatedBy ",
3191
+ "type": {
3192
+ "kind": [
3193
+ "NON_NULL",
3194
+ "SCALAR"
3195
+ ],
3196
+ "name": "String",
3197
+ "non_null": false
3198
+ },
3199
+ "varName": "updatedBy"
3200
+ },
3201
+ "updatedTime": {
3202
+ "args": {},
3203
+ "deprecationReason": null,
3204
+ "description": "The last date and time the rule was updated",
3205
+ "id_str": "appTenantRestriction___policy___sections___audit___updatedTime",
3206
+ "isDeprecated": false,
3207
+ "name": "updatedTime",
3208
+ "path": "appTenantRestriction.policy.sections.audit.updatedTime",
3209
+ "requestStr": "$updatedTime:DateTime! ",
3210
+ "required": true,
3211
+ "responseStr": "updatedTime:$updatedTime ",
3212
+ "type": {
3213
+ "kind": [
3214
+ "NON_NULL",
3215
+ "SCALAR"
3216
+ ],
3217
+ "name": "DateTime",
3218
+ "non_null": false
3219
+ },
3220
+ "varName": "updatedTime"
3221
+ }
3222
+ },
3223
+ "inputFields": null,
3224
+ "interfaces": {},
3225
+ "kind": "OBJECT",
3226
+ "name": "PolicyElementAudit",
3227
+ "possibleTypes": null
3228
+ },
3229
+ "indexType": "object",
3230
+ "kind": [
3231
+ "NON_NULL",
3232
+ "OBJECT"
3233
+ ],
3234
+ "name": "PolicyElementAudit",
3235
+ "non_null": false
3236
+ },
3237
+ "varName": "policyElementAudit"
3238
+ },
3239
+ "properties": {
3240
+ "alias": "policyElementPropertiesEnumProperties: properties",
3241
+ "args": {},
3242
+ "deprecationReason": null,
3243
+ "description": null,
3244
+ "id_str": "appTenantRestriction___policy___sections___properties",
3245
+ "isDeprecated": false,
3246
+ "name": "properties",
3247
+ "path": "appTenantRestriction.policy.sections.properties",
3248
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
3249
+ "required": true,
3250
+ "responseStr": "properties:$properties ",
3251
+ "type": {
3252
+ "definition": {
3253
+ "description": "Attributes describing the rule state or type",
3254
+ "enumValues": [
3255
+ {
3256
+ "deprecationReason": null,
3257
+ "description": "New (added) rule",
3258
+ "isDeprecated": false,
3259
+ "name": "ADDED"
3260
+ },
3261
+ {
3262
+ "deprecationReason": null,
3263
+ "description": "Updated (modified) existing rule",
3264
+ "isDeprecated": false,
3265
+ "name": "UPDATED"
3266
+ },
3267
+ {
3268
+ "deprecationReason": null,
3269
+ "description": "Removed (deleted) rule",
3270
+ "isDeprecated": false,
3271
+ "name": "REMOVED"
3272
+ },
3273
+ {
3274
+ "deprecationReason": null,
3275
+ "description": "A rule moved to a different position",
3276
+ "isDeprecated": false,
3277
+ "name": "MOVED"
3278
+ },
3279
+ {
3280
+ "deprecationReason": null,
3281
+ "description": "A rule locked for changes by other admins",
3282
+ "isDeprecated": false,
3283
+ "name": "LOCKED"
3284
+ },
3285
+ {
3286
+ "deprecationReason": null,
3287
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
3288
+ "isDeprecated": false,
3289
+ "name": "ANCHORED"
3290
+ },
3291
+ {
3292
+ "deprecationReason": null,
3293
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
3294
+ "isDeprecated": false,
3295
+ "name": "SYSTEM"
3296
+ }
3297
+ ],
3298
+ "fields": null,
3299
+ "inputFields": null,
3300
+ "interfaces": null,
3301
+ "kind": "ENUM",
3302
+ "name": "PolicyElementPropertiesEnum",
3303
+ "possibleTypes": null
3304
+ },
3305
+ "indexType": "enum",
3306
+ "kind": [
3307
+ "NON_NULL",
3308
+ "LIST",
3309
+ "NON_NULL",
3310
+ "ENUM"
3311
+ ],
3312
+ "name": "PolicyElementPropertiesEnum",
3313
+ "non_null": false
3314
+ },
3315
+ "varName": "properties"
3316
+ },
3317
+ "section": {
3318
+ "alias": "policySectionInfoSection: section",
3319
+ "args": {},
3320
+ "deprecationReason": null,
3321
+ "description": null,
3322
+ "id_str": "appTenantRestriction___policy___sections___section",
3323
+ "isDeprecated": false,
3324
+ "name": "section",
3325
+ "path": "appTenantRestriction.policy.sections.section",
3326
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
3327
+ "required": true,
3328
+ "responseStr": "section:$policySectionInfo ",
3329
+ "type": {
3330
+ "definition": {
3331
+ "description": "Define settings for a policy section",
3332
+ "enumValues": null,
3333
+ "fields": {
3334
+ "id": {
3335
+ "args": {},
3336
+ "deprecationReason": null,
3337
+ "description": null,
3338
+ "id_str": "appTenantRestriction___policy___sections___section___id",
3339
+ "isDeprecated": false,
3340
+ "name": "id",
3341
+ "path": "appTenantRestriction.policy.sections.section.id",
3342
+ "requestStr": "$id:ID! ",
3343
+ "required": true,
3344
+ "responseStr": "id:$id ",
3345
+ "type": {
3346
+ "kind": [
3347
+ "NON_NULL",
3348
+ "SCALAR"
3349
+ ],
3350
+ "name": "ID",
3351
+ "non_null": false
3352
+ },
3353
+ "varName": "id"
3354
+ },
3355
+ "name": {
3356
+ "args": {},
3357
+ "deprecationReason": null,
3358
+ "description": null,
3359
+ "id_str": "appTenantRestriction___policy___sections___section___name",
3360
+ "isDeprecated": false,
3361
+ "name": "name",
3362
+ "path": "appTenantRestriction.policy.sections.section.name",
3363
+ "requestStr": "$name:String! ",
3364
+ "required": true,
3365
+ "responseStr": "name:$name ",
3366
+ "type": {
3367
+ "kind": [
3368
+ "NON_NULL",
3369
+ "SCALAR"
3370
+ ],
3371
+ "name": "String",
3372
+ "non_null": false
3373
+ },
3374
+ "varName": "name"
3375
+ }
3376
+ },
3377
+ "inputFields": null,
3378
+ "interfaces": {},
3379
+ "kind": "OBJECT",
3380
+ "name": "PolicySectionInfo",
3381
+ "possibleTypes": null
3382
+ },
3383
+ "indexType": "object",
3384
+ "kind": [
3385
+ "NON_NULL",
3386
+ "OBJECT"
3387
+ ],
3388
+ "name": "PolicySectionInfo",
3389
+ "non_null": false
3390
+ },
3391
+ "varName": "policySectionInfo"
3392
+ }
3393
+ },
3394
+ "inputFields": null,
3395
+ "interfaces": {},
3396
+ "kind": "OBJECT",
3397
+ "name": "PolicySectionPayload",
3398
+ "possibleTypes": null
3399
+ },
3400
+ "indexType": "object",
3401
+ "kind": [
3402
+ "NON_NULL",
3403
+ "LIST",
3404
+ "NON_NULL",
3405
+ "OBJECT"
3406
+ ],
3407
+ "name": "PolicySectionPayload",
3408
+ "non_null": false
3409
+ },
3410
+ "varName": "policySectionPayload"
3411
+ }
3412
+ },
3413
+ "inputFields": null,
3414
+ "interfaces": {},
3415
+ "kind": "OBJECT",
3416
+ "name": "AppTenantRestrictionPolicy",
3417
+ "possibleTypes": null
3418
+ },
3419
+ "indexType": "object",
3420
+ "kind": [
3421
+ "NON_NULL",
3422
+ "OBJECT"
3423
+ ],
3424
+ "name": "AppTenantRestrictionPolicy",
3425
+ "non_null": false
3426
+ },
3427
+ "varName": "appTenantRestrictionPolicy"
3428
+ },
3429
+ "revisions": {
3430
+ "args": {},
3431
+ "deprecationReason": null,
3432
+ "description": null,
3433
+ "id_str": "appTenantRestriction___revisions",
3434
+ "isDeprecated": false,
3435
+ "name": "revisions",
3436
+ "path": "appTenantRestriction.revisions",
3437
+ "requestStr": "$policyRevisionsPayload:PolicyRevisionsPayload ",
3438
+ "required": false,
3439
+ "responseStr": "revisions:$policyRevisionsPayload ",
3440
+ "type": {
3441
+ "definition": {
3442
+ "description": "Returns data for publishing the policy",
3443
+ "enumValues": null,
3444
+ "fields": {
3445
+ "revision": {
3446
+ "args": {},
3447
+ "deprecationReason": null,
3448
+ "description": null,
3449
+ "id_str": "appTenantRestriction___revisions___revision",
3450
+ "isDeprecated": false,
3451
+ "name": "revision",
3452
+ "path": "appTenantRestriction.revisions.revision",
3453
+ "requestStr": "$policyRevision:[PolicyRevision]! ",
3454
+ "required": true,
3455
+ "responseStr": "revision:$policyRevision ",
3456
+ "type": {
3457
+ "definition": {
3458
+ "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
3459
+ "enumValues": null,
3460
+ "fields": {
3461
+ "changes": {
3462
+ "args": {},
3463
+ "deprecationReason": null,
3464
+ "description": null,
3465
+ "id_str": "appTenantRestriction___revisions___revision___changes",
3466
+ "isDeprecated": false,
3467
+ "name": "changes",
3468
+ "path": "appTenantRestriction.revisions.revision.changes",
3469
+ "requestStr": "$changes:Int! ",
3470
+ "required": true,
3471
+ "responseStr": "changes:$changes ",
3472
+ "type": {
3473
+ "kind": [
3474
+ "NON_NULL",
3475
+ "SCALAR"
3476
+ ],
3477
+ "name": "Int",
3478
+ "non_null": false
3479
+ },
3480
+ "varName": "changes"
3481
+ },
3482
+ "createdTime": {
3483
+ "args": {},
3484
+ "deprecationReason": null,
3485
+ "description": null,
3486
+ "id_str": "appTenantRestriction___revisions___revision___createdTime",
3487
+ "isDeprecated": false,
3488
+ "name": "createdTime",
3489
+ "path": "appTenantRestriction.revisions.revision.createdTime",
3490
+ "requestStr": "$createdTime:DateTime! ",
3491
+ "required": true,
3492
+ "responseStr": "createdTime:$createdTime ",
3493
+ "type": {
3494
+ "kind": [
3495
+ "NON_NULL",
3496
+ "SCALAR"
3497
+ ],
3498
+ "name": "DateTime",
3499
+ "non_null": false
3500
+ },
3501
+ "varName": "createdTime"
3502
+ },
3503
+ "description": {
3504
+ "args": {},
3505
+ "deprecationReason": null,
3506
+ "description": null,
3507
+ "id_str": "appTenantRestriction___revisions___revision___description",
3508
+ "isDeprecated": false,
3509
+ "name": "description",
3510
+ "path": "appTenantRestriction.revisions.revision.description",
3511
+ "requestStr": "$description:String! ",
3512
+ "required": true,
3513
+ "responseStr": "description:$description ",
3514
+ "type": {
3515
+ "kind": [
3516
+ "NON_NULL",
3517
+ "SCALAR"
3518
+ ],
3519
+ "name": "String",
3520
+ "non_null": false
3521
+ },
3522
+ "varName": "description"
3523
+ },
3524
+ "id": {
3525
+ "args": {},
3526
+ "deprecationReason": null,
3527
+ "description": null,
3528
+ "id_str": "appTenantRestriction___revisions___revision___id",
3529
+ "isDeprecated": false,
3530
+ "name": "id",
3531
+ "path": "appTenantRestriction.revisions.revision.id",
3532
+ "requestStr": "$id:ID! ",
3533
+ "required": true,
3534
+ "responseStr": "id:$id ",
3535
+ "type": {
3536
+ "kind": [
3537
+ "NON_NULL",
3538
+ "SCALAR"
3539
+ ],
3540
+ "name": "ID",
3541
+ "non_null": false
3542
+ },
3543
+ "varName": "id"
3544
+ },
3545
+ "name": {
3546
+ "args": {},
3547
+ "deprecationReason": null,
3548
+ "description": null,
3549
+ "id_str": "appTenantRestriction___revisions___revision___name",
3550
+ "isDeprecated": false,
3551
+ "name": "name",
3552
+ "path": "appTenantRestriction.revisions.revision.name",
3553
+ "requestStr": "$name:String! ",
3554
+ "required": true,
3555
+ "responseStr": "name:$name ",
3556
+ "type": {
3557
+ "kind": [
3558
+ "NON_NULL",
3559
+ "SCALAR"
3560
+ ],
3561
+ "name": "String",
3562
+ "non_null": false
3563
+ },
3564
+ "varName": "name"
3565
+ },
3566
+ "updatedTime": {
3567
+ "args": {},
3568
+ "deprecationReason": null,
3569
+ "description": null,
3570
+ "id_str": "appTenantRestriction___revisions___revision___updatedTime",
3571
+ "isDeprecated": false,
3572
+ "name": "updatedTime",
3573
+ "path": "appTenantRestriction.revisions.revision.updatedTime",
3574
+ "requestStr": "$updatedTime:DateTime! ",
3575
+ "required": true,
3576
+ "responseStr": "updatedTime:$updatedTime ",
3577
+ "type": {
3578
+ "kind": [
3579
+ "NON_NULL",
3580
+ "SCALAR"
3581
+ ],
3582
+ "name": "DateTime",
3583
+ "non_null": false
3584
+ },
3585
+ "varName": "updatedTime"
3586
+ }
3587
+ },
3588
+ "inputFields": null,
3589
+ "interfaces": {},
3590
+ "kind": "OBJECT",
3591
+ "name": "PolicyRevision",
3592
+ "possibleTypes": null
3593
+ },
3594
+ "indexType": "object",
3595
+ "kind": [
3596
+ "NON_NULL",
3597
+ "LIST",
3598
+ "NON_NULL",
3599
+ "OBJECT"
3600
+ ],
3601
+ "name": "PolicyRevision",
3602
+ "non_null": false
3603
+ },
3604
+ "varName": "policyRevision"
3605
+ }
3606
+ },
3607
+ "inputFields": null,
3608
+ "interfaces": {},
3609
+ "kind": "OBJECT",
3610
+ "name": "PolicyRevisionsPayload",
3611
+ "possibleTypes": null
3612
+ },
3613
+ "indexType": "object",
3614
+ "kind": [
3615
+ "OBJECT"
3616
+ ],
3617
+ "name": "PolicyRevisionsPayload",
3618
+ "non_null": false
3619
+ },
3620
+ "varName": "policyRevisionsPayload"
3621
+ }
3622
+ },
3623
+ "inputFields": null,
3624
+ "interfaces": {},
3625
+ "kind": "OBJECT",
3626
+ "name": "AppTenantRestrictionPolicyQueries",
3627
+ "possibleTypes": null
3628
+ },
3629
+ "indexType": "object",
3630
+ "kind": [
3631
+ "OBJECT"
3632
+ ],
3633
+ "name": "AppTenantRestrictionPolicyQueries",
3634
+ "non_null": false
3635
+ },
3636
+ "varName": "appTenantRestrictionPolicyQueries"
3637
+ },
3638
+ "dynamicIpAllocation": {
3639
+ "args": {},
3640
+ "deprecationReason": null,
3641
+ "description": null,
3642
+ "id_str": "dynamicIpAllocation",
3643
+ "isDeprecated": false,
3644
+ "name": "dynamicIpAllocation",
3645
+ "path": "dynamicIpAllocation",
3646
+ "requestStr": "$dynamicIpAllocationPolicyQueries:DynamicIpAllocationPolicyQueries ",
3647
+ "required": false,
3648
+ "responseStr": "dynamicIpAllocation:$dynamicIpAllocationPolicyQueries ",
3649
+ "type": {
3650
+ "definition": {
3651
+ "description": null,
3652
+ "enumValues": null,
3653
+ "fields": {
3654
+ "policy": {
3655
+ "args": {
3656
+ "policy___input": {
3657
+ "defaultValue": null,
3658
+ "description": null,
3659
+ "id_str": "policy___input",
3660
+ "name": "input",
3661
+ "path": "policy.input",
3662
+ "requestStr": "$dynamicIpAllocationPolicyInput:DynamicIpAllocationPolicyInput ",
3663
+ "required": false,
3664
+ "responseStr": "input:$dynamicIpAllocationPolicyInput ",
3665
+ "type": {
3666
+ "definition": {
3667
+ "description": null,
3668
+ "enumValues": null,
3669
+ "fields": null,
3670
+ "inputFields": {
3671
+ "revision": {
3672
+ "defaultValue": null,
3673
+ "description": "A revision is a specific instance of the policy.\n Unpublished revisions are working copies of the policy available to a specific\n admin or a set of admins\n Published revisions are revisions that were applied to the account network.\n The last published revision is the active policy.",
3674
+ "id_str": "policy___input___revision",
3675
+ "name": "revision",
3676
+ "path": "policy.input.revision",
3677
+ "requestStr": "$policyRevisionInput:PolicyRevisionInput ",
3678
+ "required": false,
3679
+ "responseStr": "revision:$policyRevisionInput ",
3680
+ "type": {
3681
+ "definition": {
3682
+ "description": "Input for specifying a policy revision",
3683
+ "enumValues": null,
3684
+ "fields": null,
3685
+ "inputFields": {
3686
+ "id": {
3687
+ "defaultValue": null,
3688
+ "description": null,
3689
+ "id_str": "policy___input___revision___id",
3690
+ "name": "id",
3691
+ "path": "policy.input.revision.id",
3692
+ "requestStr": "$id:ID ",
3693
+ "required": false,
3694
+ "responseStr": "id:$id ",
3695
+ "type": {
3696
+ "kind": [
3697
+ "SCALAR"
3698
+ ],
3699
+ "name": "ID",
3700
+ "non_null": false
3701
+ },
3702
+ "varName": "id"
3703
+ },
3704
+ "type": {
3705
+ "defaultValue": "PRIVATE",
3706
+ "description": null,
3707
+ "id_str": "policy___input___revision___type",
3708
+ "name": "type",
3709
+ "path": "policy.input.revision.type",
3710
+ "requestStr": "$type:PolicyRevisionType ",
3711
+ "required": false,
3712
+ "responseStr": "type:$type ",
3713
+ "type": {
3714
+ "definition": {
3715
+ "description": "Enum for the type of a policy revision",
3716
+ "enumValues": [
3717
+ {
3718
+ "deprecationReason": null,
3719
+ "description": null,
3720
+ "isDeprecated": false,
3721
+ "name": "PRIVATE"
3722
+ },
3723
+ {
3724
+ "deprecationReason": null,
3725
+ "description": null,
3726
+ "isDeprecated": false,
3727
+ "name": "PUBLIC"
3728
+ }
3729
+ ],
3730
+ "fields": null,
3731
+ "inputFields": null,
3732
+ "interfaces": null,
3733
+ "kind": "ENUM",
3734
+ "name": "PolicyRevisionType",
3735
+ "possibleTypes": null
3736
+ },
3737
+ "indexType": "enum",
3738
+ "kind": [
3739
+ "ENUM"
3740
+ ],
3741
+ "name": "PolicyRevisionType",
3742
+ "non_null": false
3743
+ },
3744
+ "varName": "type"
3745
+ }
3746
+ },
3747
+ "interfaces": null,
3748
+ "kind": "INPUT_OBJECT",
3749
+ "name": "PolicyRevisionInput",
3750
+ "possibleTypes": null
3751
+ },
3752
+ "indexType": "input_object",
3753
+ "kind": [
3754
+ "INPUT_OBJECT"
3755
+ ],
3756
+ "name": "PolicyRevisionInput",
3757
+ "non_null": false
3758
+ },
3759
+ "varName": "policyRevisionInput"
3760
+ }
3761
+ },
3762
+ "interfaces": null,
3763
+ "kind": "INPUT_OBJECT",
3764
+ "name": "DynamicIpAllocationPolicyInput",
3765
+ "possibleTypes": null
3766
+ },
3767
+ "indexType": "input_object",
3768
+ "kind": [
3769
+ "INPUT_OBJECT"
3770
+ ],
3771
+ "name": "DynamicIpAllocationPolicyInput",
3772
+ "non_null": false
3773
+ },
3774
+ "varName": "dynamicIpAllocationPolicyInput"
3775
+ }
3776
+ },
3777
+ "deprecationReason": null,
3778
+ "description": null,
3779
+ "id_str": "dynamicIpAllocation___policy",
3780
+ "isDeprecated": false,
3781
+ "name": "policy",
3782
+ "path": "dynamicIpAllocation.policy",
3783
+ "requestStr": "$dynamicIpAllocationPolicy:DynamicIpAllocationPolicy! ",
3784
+ "required": true,
3785
+ "responseStr": "policy:$dynamicIpAllocationPolicy ",
3786
+ "type": {
3787
+ "definition": {
3788
+ "description": null,
3789
+ "enumValues": null,
3790
+ "fields": {
3791
+ "audit": {
3792
+ "alias": "policyAuditAudit: audit",
3793
+ "args": {},
3794
+ "deprecationReason": null,
3795
+ "description": null,
3796
+ "id_str": "dynamicIpAllocation___policy___audit",
3797
+ "isDeprecated": false,
3798
+ "name": "audit",
3799
+ "path": "dynamicIpAllocation.policy.audit",
3800
+ "requestStr": "$policyAudit:PolicyAudit ",
3801
+ "required": false,
3802
+ "responseStr": "audit:$policyAudit ",
3803
+ "type": {
3804
+ "definition": {
3805
+ "description": null,
3806
+ "enumValues": null,
3807
+ "fields": {
3808
+ "publishedBy": {
3809
+ "args": {},
3810
+ "deprecationReason": null,
3811
+ "description": null,
3812
+ "id_str": "dynamicIpAllocation___policy___audit___publishedBy",
3813
+ "isDeprecated": false,
3814
+ "name": "publishedBy",
3815
+ "path": "dynamicIpAllocation.policy.audit.publishedBy",
3816
+ "requestStr": "$publishedBy:String! ",
3817
+ "required": true,
3818
+ "responseStr": "publishedBy:$publishedBy ",
3819
+ "type": {
3820
+ "kind": [
3821
+ "NON_NULL",
3822
+ "SCALAR"
3823
+ ],
3824
+ "name": "String",
3825
+ "non_null": false
3826
+ },
3827
+ "varName": "publishedBy"
3828
+ },
3829
+ "publishedTime": {
3830
+ "args": {},
3831
+ "deprecationReason": null,
3832
+ "description": null,
3833
+ "id_str": "dynamicIpAllocation___policy___audit___publishedTime",
3834
+ "isDeprecated": false,
3835
+ "name": "publishedTime",
3836
+ "path": "dynamicIpAllocation.policy.audit.publishedTime",
3837
+ "requestStr": "$publishedTime:DateTime! ",
3838
+ "required": true,
3839
+ "responseStr": "publishedTime:$publishedTime ",
3840
+ "type": {
3841
+ "kind": [
3842
+ "NON_NULL",
3843
+ "SCALAR"
3844
+ ],
3845
+ "name": "DateTime",
3846
+ "non_null": false
3847
+ },
3848
+ "varName": "publishedTime"
3849
+ }
3850
+ },
3851
+ "inputFields": null,
3852
+ "interfaces": {},
3853
+ "kind": "OBJECT",
3854
+ "name": "PolicyAudit",
3855
+ "possibleTypes": null
3856
+ },
3857
+ "indexType": "object",
3858
+ "kind": [
3859
+ "OBJECT"
3860
+ ],
3861
+ "name": "PolicyAudit",
3862
+ "non_null": false
3863
+ },
3864
+ "varName": "policyAudit"
3865
+ },
3866
+ "enabled": {
3867
+ "args": {},
3868
+ "deprecationReason": null,
3869
+ "description": null,
3870
+ "id_str": "dynamicIpAllocation___policy___enabled",
3871
+ "isDeprecated": false,
3872
+ "name": "enabled",
3873
+ "path": "dynamicIpAllocation.policy.enabled",
3874
+ "requestStr": "$enabled:Boolean! ",
3875
+ "required": true,
3876
+ "responseStr": "enabled:$enabled ",
3877
+ "type": {
3878
+ "kind": [
3879
+ "NON_NULL",
3880
+ "SCALAR"
3881
+ ],
3882
+ "name": "Boolean",
3883
+ "non_null": false
3884
+ },
3885
+ "varName": "enabled"
3886
+ },
3887
+ "revision": {
3888
+ "alias": "policyRevisionRevision: revision",
3889
+ "args": {},
3890
+ "deprecationReason": null,
3891
+ "description": null,
3892
+ "id_str": "dynamicIpAllocation___policy___revision",
3893
+ "isDeprecated": false,
3894
+ "name": "revision",
3895
+ "path": "dynamicIpAllocation.policy.revision",
3896
+ "requestStr": "$policyRevision:PolicyRevision ",
3897
+ "required": false,
3898
+ "responseStr": "revision:$policyRevision ",
3899
+ "type": {
3900
+ "definition": {
3901
+ "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
3902
+ "enumValues": null,
3903
+ "fields": {
3904
+ "changes": {
3905
+ "args": {},
3906
+ "deprecationReason": null,
3907
+ "description": null,
3908
+ "id_str": "dynamicIpAllocation___policy___revision___changes",
3909
+ "isDeprecated": false,
3910
+ "name": "changes",
3911
+ "path": "dynamicIpAllocation.policy.revision.changes",
3912
+ "requestStr": "$changes:Int! ",
3913
+ "required": true,
3914
+ "responseStr": "changes:$changes ",
3915
+ "type": {
3916
+ "kind": [
3917
+ "NON_NULL",
3918
+ "SCALAR"
3919
+ ],
3920
+ "name": "Int",
3921
+ "non_null": false
3922
+ },
3923
+ "varName": "changes"
3924
+ },
3925
+ "createdTime": {
3926
+ "args": {},
3927
+ "deprecationReason": null,
3928
+ "description": null,
3929
+ "id_str": "dynamicIpAllocation___policy___revision___createdTime",
3930
+ "isDeprecated": false,
3931
+ "name": "createdTime",
3932
+ "path": "dynamicIpAllocation.policy.revision.createdTime",
3933
+ "requestStr": "$createdTime:DateTime! ",
3934
+ "required": true,
3935
+ "responseStr": "createdTime:$createdTime ",
3936
+ "type": {
3937
+ "kind": [
3938
+ "NON_NULL",
3939
+ "SCALAR"
3940
+ ],
3941
+ "name": "DateTime",
3942
+ "non_null": false
3943
+ },
3944
+ "varName": "createdTime"
3945
+ },
3946
+ "description": {
3947
+ "args": {},
3948
+ "deprecationReason": null,
3949
+ "description": null,
3950
+ "id_str": "dynamicIpAllocation___policy___revision___description",
3951
+ "isDeprecated": false,
3952
+ "name": "description",
3953
+ "path": "dynamicIpAllocation.policy.revision.description",
3954
+ "requestStr": "$description:String! ",
3955
+ "required": true,
3956
+ "responseStr": "description:$description ",
3957
+ "type": {
3958
+ "kind": [
3959
+ "NON_NULL",
3960
+ "SCALAR"
3961
+ ],
3962
+ "name": "String",
3963
+ "non_null": false
3964
+ },
3965
+ "varName": "description"
3966
+ },
3967
+ "id": {
3968
+ "args": {},
3969
+ "deprecationReason": null,
3970
+ "description": null,
3971
+ "id_str": "dynamicIpAllocation___policy___revision___id",
3972
+ "isDeprecated": false,
3973
+ "name": "id",
3974
+ "path": "dynamicIpAllocation.policy.revision.id",
3975
+ "requestStr": "$id:ID! ",
3976
+ "required": true,
3977
+ "responseStr": "id:$id ",
3978
+ "type": {
3979
+ "kind": [
3980
+ "NON_NULL",
3981
+ "SCALAR"
3982
+ ],
3983
+ "name": "ID",
3984
+ "non_null": false
3985
+ },
3986
+ "varName": "id"
3987
+ },
3988
+ "name": {
3989
+ "args": {},
3990
+ "deprecationReason": null,
3991
+ "description": null,
3992
+ "id_str": "dynamicIpAllocation___policy___revision___name",
3993
+ "isDeprecated": false,
3994
+ "name": "name",
3995
+ "path": "dynamicIpAllocation.policy.revision.name",
3996
+ "requestStr": "$name:String! ",
3997
+ "required": true,
3998
+ "responseStr": "name:$name ",
3999
+ "type": {
4000
+ "kind": [
4001
+ "NON_NULL",
4002
+ "SCALAR"
4003
+ ],
4004
+ "name": "String",
4005
+ "non_null": false
4006
+ },
4007
+ "varName": "name"
4008
+ },
4009
+ "updatedTime": {
4010
+ "args": {},
4011
+ "deprecationReason": null,
4012
+ "description": null,
4013
+ "id_str": "dynamicIpAllocation___policy___revision___updatedTime",
4014
+ "isDeprecated": false,
4015
+ "name": "updatedTime",
4016
+ "path": "dynamicIpAllocation.policy.revision.updatedTime",
4017
+ "requestStr": "$updatedTime:DateTime! ",
4018
+ "required": true,
4019
+ "responseStr": "updatedTime:$updatedTime ",
4020
+ "type": {
4021
+ "kind": [
4022
+ "NON_NULL",
4023
+ "SCALAR"
4024
+ ],
4025
+ "name": "DateTime",
4026
+ "non_null": false
4027
+ },
4028
+ "varName": "updatedTime"
4029
+ }
4030
+ },
4031
+ "inputFields": null,
4032
+ "interfaces": {},
4033
+ "kind": "OBJECT",
4034
+ "name": "PolicyRevision",
4035
+ "possibleTypes": null
4036
+ },
4037
+ "indexType": "object",
4038
+ "kind": [
4039
+ "OBJECT"
4040
+ ],
4041
+ "name": "PolicyRevision",
4042
+ "non_null": false
4043
+ },
4044
+ "varName": "policyRevision"
4045
+ },
4046
+ "rules": {
4047
+ "alias": "dynamicIpAllocationRulePayloadRules: rules",
4048
+ "args": {},
4049
+ "deprecationReason": null,
4050
+ "description": null,
4051
+ "id_str": "dynamicIpAllocation___policy___rules",
4052
+ "isDeprecated": false,
4053
+ "name": "rules",
4054
+ "path": "dynamicIpAllocation.policy.rules",
4055
+ "requestStr": "$dynamicIpAllocationRulePayload:[DynamicIpAllocationRulePayload]! ",
4056
+ "required": true,
4057
+ "responseStr": "rules:$dynamicIpAllocationRulePayload ",
4058
+ "type": {
4059
+ "definition": {
4060
+ "description": null,
4061
+ "enumValues": null,
4062
+ "fields": {
4063
+ "audit": {
4064
+ "alias": "policyElementAuditAudit: audit",
4065
+ "args": {},
4066
+ "deprecationReason": null,
4067
+ "description": null,
4068
+ "id_str": "dynamicIpAllocation___policy___rules___audit",
4069
+ "isDeprecated": false,
4070
+ "name": "audit",
4071
+ "path": "dynamicIpAllocation.policy.rules.audit",
4072
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
4073
+ "required": true,
4074
+ "responseStr": "audit:$policyElementAudit ",
4075
+ "type": {
4076
+ "definition": {
4077
+ "description": null,
4078
+ "enumValues": null,
4079
+ "fields": {
4080
+ "updatedBy": {
4081
+ "args": {},
4082
+ "deprecationReason": null,
4083
+ "description": "The admin, or the API-key, that performed the last update",
4084
+ "id_str": "dynamicIpAllocation___policy___rules___audit___updatedBy",
4085
+ "isDeprecated": false,
4086
+ "name": "updatedBy",
4087
+ "path": "dynamicIpAllocation.policy.rules.audit.updatedBy",
4088
+ "requestStr": "$updatedBy:String! ",
4089
+ "required": true,
4090
+ "responseStr": "updatedBy:$updatedBy ",
4091
+ "type": {
4092
+ "kind": [
4093
+ "NON_NULL",
4094
+ "SCALAR"
4095
+ ],
4096
+ "name": "String",
4097
+ "non_null": false
4098
+ },
4099
+ "varName": "updatedBy"
4100
+ },
4101
+ "updatedTime": {
4102
+ "args": {},
4103
+ "deprecationReason": null,
4104
+ "description": "The last date and time the rule was updated",
4105
+ "id_str": "dynamicIpAllocation___policy___rules___audit___updatedTime",
4106
+ "isDeprecated": false,
4107
+ "name": "updatedTime",
4108
+ "path": "dynamicIpAllocation.policy.rules.audit.updatedTime",
4109
+ "requestStr": "$updatedTime:DateTime! ",
4110
+ "required": true,
4111
+ "responseStr": "updatedTime:$updatedTime ",
4112
+ "type": {
4113
+ "kind": [
4114
+ "NON_NULL",
4115
+ "SCALAR"
4116
+ ],
4117
+ "name": "DateTime",
4118
+ "non_null": false
4119
+ },
4120
+ "varName": "updatedTime"
4121
+ }
4122
+ },
4123
+ "inputFields": null,
4124
+ "interfaces": {},
4125
+ "kind": "OBJECT",
4126
+ "name": "PolicyElementAudit",
4127
+ "possibleTypes": null
4128
+ },
4129
+ "indexType": "object",
4130
+ "kind": [
4131
+ "NON_NULL",
4132
+ "OBJECT"
4133
+ ],
4134
+ "name": "PolicyElementAudit",
4135
+ "non_null": false
4136
+ },
4137
+ "varName": "policyElementAudit"
4138
+ },
4139
+ "properties": {
4140
+ "alias": "policyElementPropertiesEnumProperties: properties",
4141
+ "args": {},
4142
+ "deprecationReason": null,
4143
+ "description": null,
4144
+ "id_str": "dynamicIpAllocation___policy___rules___properties",
4145
+ "isDeprecated": false,
4146
+ "name": "properties",
4147
+ "path": "dynamicIpAllocation.policy.rules.properties",
4148
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
4149
+ "required": true,
4150
+ "responseStr": "properties:$properties ",
4151
+ "type": {
4152
+ "definition": {
4153
+ "description": "Attributes describing the rule state or type",
4154
+ "enumValues": [
4155
+ {
4156
+ "deprecationReason": null,
4157
+ "description": "New (added) rule",
4158
+ "isDeprecated": false,
4159
+ "name": "ADDED"
4160
+ },
4161
+ {
4162
+ "deprecationReason": null,
4163
+ "description": "Updated (modified) existing rule",
4164
+ "isDeprecated": false,
4165
+ "name": "UPDATED"
4166
+ },
4167
+ {
4168
+ "deprecationReason": null,
4169
+ "description": "Removed (deleted) rule",
4170
+ "isDeprecated": false,
4171
+ "name": "REMOVED"
4172
+ },
4173
+ {
4174
+ "deprecationReason": null,
4175
+ "description": "A rule moved to a different position",
4176
+ "isDeprecated": false,
4177
+ "name": "MOVED"
4178
+ },
4179
+ {
4180
+ "deprecationReason": null,
4181
+ "description": "A rule locked for changes by other admins",
4182
+ "isDeprecated": false,
4183
+ "name": "LOCKED"
4184
+ },
4185
+ {
4186
+ "deprecationReason": null,
4187
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
4188
+ "isDeprecated": false,
4189
+ "name": "ANCHORED"
4190
+ },
4191
+ {
4192
+ "deprecationReason": null,
4193
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
4194
+ "isDeprecated": false,
4195
+ "name": "SYSTEM"
4196
+ }
4197
+ ],
4198
+ "fields": null,
4199
+ "inputFields": null,
4200
+ "interfaces": null,
4201
+ "kind": "ENUM",
4202
+ "name": "PolicyElementPropertiesEnum",
4203
+ "possibleTypes": null
4204
+ },
4205
+ "indexType": "enum",
4206
+ "kind": [
4207
+ "NON_NULL",
4208
+ "LIST",
4209
+ "NON_NULL",
4210
+ "ENUM"
4211
+ ],
4212
+ "name": "PolicyElementPropertiesEnum",
4213
+ "non_null": false
4214
+ },
4215
+ "varName": "properties"
4216
+ },
4217
+ "rule": {
4218
+ "alias": "dynamicIpAllocationRuleRule: rule",
4219
+ "args": {},
4220
+ "deprecationReason": null,
4221
+ "description": null,
4222
+ "id_str": "dynamicIpAllocation___policy___rules___rule",
4223
+ "isDeprecated": false,
4224
+ "name": "rule",
4225
+ "path": "dynamicIpAllocation.policy.rules.rule",
4226
+ "requestStr": "$dynamicIpAllocationRule:DynamicIpAllocationRule! ",
4227
+ "required": true,
4228
+ "responseStr": "rule:$dynamicIpAllocationRule ",
4229
+ "type": {
4230
+ "definition": {
4231
+ "description": null,
4232
+ "enumValues": null,
4233
+ "fields": {
4234
+ "country": {
4235
+ "alias": "countryRefCountry: country",
4236
+ "args": {},
4237
+ "deprecationReason": null,
4238
+ "description": null,
4239
+ "id_str": "dynamicIpAllocation___policy___rules___rule___country",
4240
+ "isDeprecated": false,
4241
+ "name": "country",
4242
+ "path": "dynamicIpAllocation.policy.rules.rule.country",
4243
+ "requestStr": "$countryRef:[CountryRef]! ",
4244
+ "required": true,
4245
+ "responseStr": "country:$countryRef ",
4246
+ "type": {
4247
+ "definition": {
4248
+ "description": null,
4249
+ "enumValues": null,
4250
+ "fields": {
4251
+ "id": {
4252
+ "args": {},
4253
+ "deprecationReason": null,
4254
+ "description": null,
4255
+ "id_str": "dynamicIpAllocation___policy___rules___rule___country___id",
4256
+ "isDeprecated": false,
4257
+ "name": "id",
4258
+ "path": "dynamicIpAllocation.policy.rules.rule.country.id",
4259
+ "requestStr": "$id:ID! ",
4260
+ "required": true,
4261
+ "responseStr": "id:$id ",
4262
+ "type": {
4263
+ "kind": [
4264
+ "NON_NULL",
4265
+ "SCALAR"
4266
+ ],
4267
+ "name": "ID",
4268
+ "non_null": false
4269
+ },
4270
+ "varName": "id"
4271
+ },
4272
+ "name": {
4273
+ "args": {},
4274
+ "deprecationReason": null,
4275
+ "description": null,
4276
+ "id_str": "dynamicIpAllocation___policy___rules___rule___country___name",
4277
+ "isDeprecated": false,
4278
+ "name": "name",
4279
+ "path": "dynamicIpAllocation.policy.rules.rule.country.name",
4280
+ "requestStr": "$name:String! ",
4281
+ "required": true,
4282
+ "responseStr": "name:$name ",
4283
+ "type": {
4284
+ "kind": [
4285
+ "NON_NULL",
4286
+ "SCALAR"
4287
+ ],
4288
+ "name": "String",
4289
+ "non_null": false
4290
+ },
4291
+ "varName": "name"
4292
+ }
4293
+ },
4294
+ "inputFields": null,
4295
+ "interfaces": {},
4296
+ "kind": "OBJECT",
4297
+ "name": "CountryRef",
4298
+ "possibleTypes": null
4299
+ },
4300
+ "indexType": "object",
4301
+ "kind": [
4302
+ "NON_NULL",
4303
+ "LIST",
4304
+ "NON_NULL",
4305
+ "OBJECT"
4306
+ ],
4307
+ "name": "CountryRef",
4308
+ "non_null": false
4309
+ },
4310
+ "varName": "countryRef"
4311
+ },
4312
+ "description": {
4313
+ "args": {},
4314
+ "deprecationReason": null,
4315
+ "description": "Description for the rule",
4316
+ "id_str": "dynamicIpAllocation___policy___rules___rule___description",
4317
+ "isDeprecated": false,
4318
+ "name": "description",
4319
+ "path": "dynamicIpAllocation.policy.rules.rule.description",
4320
+ "requestStr": "$description:String! ",
4321
+ "required": true,
4322
+ "responseStr": "description:$description ",
4323
+ "type": {
4324
+ "kind": [
4325
+ "NON_NULL",
4326
+ "SCALAR"
4327
+ ],
4328
+ "name": "String",
4329
+ "non_null": false
4330
+ },
4331
+ "varName": "description"
4332
+ },
4333
+ "enabled": {
4334
+ "args": {},
4335
+ "deprecationReason": null,
4336
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
4337
+ "id_str": "dynamicIpAllocation___policy___rules___rule___enabled",
4338
+ "isDeprecated": false,
4339
+ "name": "enabled",
4340
+ "path": "dynamicIpAllocation.policy.rules.rule.enabled",
4341
+ "requestStr": "$enabled:Boolean! ",
4342
+ "required": true,
4343
+ "responseStr": "enabled:$enabled ",
4344
+ "type": {
4345
+ "kind": [
4346
+ "NON_NULL",
4347
+ "SCALAR"
4348
+ ],
4349
+ "name": "Boolean",
4350
+ "non_null": false
4351
+ },
4352
+ "varName": "enabled"
4353
+ },
4354
+ "id": {
4355
+ "args": {},
4356
+ "deprecationReason": null,
4357
+ "description": "Rule ID",
4358
+ "id_str": "dynamicIpAllocation___policy___rules___rule___id",
4359
+ "isDeprecated": false,
4360
+ "name": "id",
4361
+ "path": "dynamicIpAllocation.policy.rules.rule.id",
4362
+ "requestStr": "$id:ID! ",
4363
+ "required": true,
4364
+ "responseStr": "id:$id ",
4365
+ "type": {
4366
+ "kind": [
4367
+ "NON_NULL",
4368
+ "SCALAR"
4369
+ ],
4370
+ "name": "ID",
4371
+ "non_null": false
4372
+ },
4373
+ "varName": "id"
4374
+ },
4375
+ "index": {
4376
+ "args": {},
4377
+ "deprecationReason": null,
4378
+ "description": "Position / priority of rule",
4379
+ "id_str": "dynamicIpAllocation___policy___rules___rule___index",
4380
+ "isDeprecated": false,
4381
+ "name": "index",
4382
+ "path": "dynamicIpAllocation.policy.rules.rule.index",
4383
+ "requestStr": "$index:Int! ",
4384
+ "required": true,
4385
+ "responseStr": "index:$index ",
4386
+ "type": {
4387
+ "kind": [
4388
+ "NON_NULL",
4389
+ "SCALAR"
4390
+ ],
4391
+ "name": "Int",
4392
+ "non_null": false
4393
+ },
4394
+ "varName": "index"
4395
+ },
4396
+ "name": {
4397
+ "args": {},
4398
+ "deprecationReason": null,
4399
+ "description": "Name of the rule",
4400
+ "id_str": "dynamicIpAllocation___policy___rules___rule___name",
4401
+ "isDeprecated": false,
4402
+ "name": "name",
4403
+ "path": "dynamicIpAllocation.policy.rules.rule.name",
4404
+ "requestStr": "$name:String! ",
4405
+ "required": true,
4406
+ "responseStr": "name:$name ",
4407
+ "type": {
4408
+ "kind": [
4409
+ "NON_NULL",
4410
+ "SCALAR"
4411
+ ],
4412
+ "name": "String",
4413
+ "non_null": false
4414
+ },
4415
+ "varName": "name"
4416
+ },
4417
+ "platform": {
4418
+ "alias": "operatingSystemPlatform: platform",
4419
+ "args": {},
4420
+ "deprecationReason": null,
4421
+ "description": null,
4422
+ "id_str": "dynamicIpAllocation___policy___rules___rule___platform",
4423
+ "isDeprecated": false,
4424
+ "name": "platform",
4425
+ "path": "dynamicIpAllocation.policy.rules.rule.platform",
4426
+ "requestStr": "$platform:[OperatingSystem]! ",
4427
+ "required": true,
4428
+ "responseStr": "platform:$platform ",
4429
+ "type": {
4430
+ "definition": {
4431
+ "description": null,
4432
+ "enumValues": [
4433
+ {
4434
+ "deprecationReason": null,
4435
+ "description": null,
4436
+ "isDeprecated": false,
4437
+ "name": "WINDOWS"
4438
+ },
4439
+ {
4440
+ "deprecationReason": null,
4441
+ "description": null,
4442
+ "isDeprecated": false,
4443
+ "name": "MACOS"
4444
+ },
4445
+ {
4446
+ "deprecationReason": null,
4447
+ "description": null,
4448
+ "isDeprecated": false,
4449
+ "name": "IOS"
4450
+ },
4451
+ {
4452
+ "deprecationReason": null,
4453
+ "description": null,
4454
+ "isDeprecated": false,
4455
+ "name": "ANDROID"
4456
+ },
4457
+ {
4458
+ "deprecationReason": null,
4459
+ "description": null,
4460
+ "isDeprecated": false,
4461
+ "name": "LINUX"
4462
+ },
4463
+ {
4464
+ "deprecationReason": null,
4465
+ "description": null,
4466
+ "isDeprecated": false,
4467
+ "name": "EMBEDDED"
4468
+ }
4469
+ ],
4470
+ "fields": null,
4471
+ "inputFields": null,
4472
+ "interfaces": null,
4473
+ "kind": "ENUM",
4474
+ "name": "OperatingSystem",
4475
+ "possibleTypes": null
4476
+ },
4477
+ "indexType": "enum",
4478
+ "kind": [
4479
+ "NON_NULL",
4480
+ "LIST",
4481
+ "NON_NULL",
4482
+ "ENUM"
4483
+ ],
4484
+ "name": "OperatingSystem",
4485
+ "non_null": false
4486
+ },
4487
+ "varName": "platform"
4488
+ },
4489
+ "range": {
4490
+ "alias": "dynamicIpAllocationRangeRange: range",
4491
+ "args": {},
4492
+ "deprecationReason": null,
4493
+ "description": null,
4494
+ "id_str": "dynamicIpAllocation___policy___rules___rule___range",
4495
+ "isDeprecated": false,
4496
+ "name": "range",
4497
+ "path": "dynamicIpAllocation.policy.rules.rule.range",
4498
+ "requestStr": "$dynamicIpAllocationRange:DynamicIpAllocationRange! ",
4499
+ "required": true,
4500
+ "responseStr": "range:$dynamicIpAllocationRange ",
4501
+ "type": {
4502
+ "definition": {
4503
+ "description": null,
4504
+ "enumValues": null,
4505
+ "fields": {
4506
+ "globalIpRange": {
4507
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
4508
+ "args": {},
4509
+ "deprecationReason": null,
4510
+ "description": null,
4511
+ "id_str": "dynamicIpAllocation___policy___rules___rule___range___globalIpRange",
2638
4512
  "isDeprecated": false,
2639
- "name": "siteNetworkSubnet",
2640
- "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet",
2641
- "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
4513
+ "name": "globalIpRange",
4514
+ "path": "dynamicIpAllocation.policy.rules.rule.range.globalIpRange",
4515
+ "requestStr": "$globalIpRangeRef:GlobalIpRangeRef! ",
2642
4516
  "required": true,
2643
- "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
4517
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2644
4518
  "type": {
2645
4519
  "definition": {
2646
4520
  "description": null,
@@ -2650,10 +4524,10 @@
2650
4524
  "args": {},
2651
4525
  "deprecationReason": null,
2652
4526
  "description": null,
2653
- "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet___id",
4527
+ "id_str": "dynamicIpAllocation___policy___rules___rule___range___globalIpRange___id",
2654
4528
  "isDeprecated": false,
2655
4529
  "name": "id",
2656
- "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet.id",
4530
+ "path": "dynamicIpAllocation.policy.rules.rule.range.globalIpRange.id",
2657
4531
  "requestStr": "$id:ID! ",
2658
4532
  "required": true,
2659
4533
  "responseStr": "id:$id ",
@@ -2671,10 +4545,10 @@
2671
4545
  "args": {},
2672
4546
  "deprecationReason": null,
2673
4547
  "description": null,
2674
- "id_str": "appTenantRestriction___policy___rules___rule___source___siteNetworkSubnet___name",
4548
+ "id_str": "dynamicIpAllocation___policy___rules___rule___range___globalIpRange___name",
2675
4549
  "isDeprecated": false,
2676
4550
  "name": "name",
2677
- "path": "appTenantRestriction.policy.rules.rule.source.siteNetworkSubnet.name",
4551
+ "path": "dynamicIpAllocation.policy.rules.rule.range.globalIpRange.name",
2678
4552
  "requestStr": "$name:String! ",
2679
4553
  "required": true,
2680
4554
  "responseStr": "name:$name ",
@@ -2692,131 +4566,138 @@
2692
4566
  "inputFields": null,
2693
4567
  "interfaces": {},
2694
4568
  "kind": "OBJECT",
2695
- "name": "SiteNetworkSubnetRef",
4569
+ "name": "GlobalIpRangeRef",
2696
4570
  "possibleTypes": null
2697
4571
  },
2698
4572
  "indexType": "object",
2699
4573
  "kind": [
2700
- "NON_NULL",
2701
- "LIST",
2702
4574
  "NON_NULL",
2703
4575
  "OBJECT"
2704
4576
  ],
2705
- "name": "SiteNetworkSubnetRef",
4577
+ "name": "GlobalIpRangeRef",
2706
4578
  "non_null": false
2707
4579
  },
2708
- "varName": "siteNetworkSubnetRef"
2709
- },
2710
- "subnet": {
4580
+ "varName": "globalIpRangeRef"
4581
+ }
4582
+ },
4583
+ "inputFields": null,
4584
+ "interfaces": {},
4585
+ "kind": "OBJECT",
4586
+ "name": "DynamicIpAllocationRange",
4587
+ "possibleTypes": null
4588
+ },
4589
+ "indexType": "object",
4590
+ "kind": [
4591
+ "NON_NULL",
4592
+ "OBJECT"
4593
+ ],
4594
+ "name": "DynamicIpAllocationRange",
4595
+ "non_null": false
4596
+ },
4597
+ "varName": "dynamicIpAllocationRange"
4598
+ },
4599
+ "section": {
4600
+ "alias": "policySectionInfoSection: section",
4601
+ "args": {},
4602
+ "deprecationReason": null,
4603
+ "description": "Policy section where the rule is located",
4604
+ "id_str": "dynamicIpAllocation___policy___rules___rule___section",
4605
+ "isDeprecated": false,
4606
+ "name": "section",
4607
+ "path": "dynamicIpAllocation.policy.rules.rule.section",
4608
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
4609
+ "required": true,
4610
+ "responseStr": "section:$policySectionInfo ",
4611
+ "type": {
4612
+ "definition": {
4613
+ "description": "Define settings for a policy section",
4614
+ "enumValues": null,
4615
+ "fields": {
4616
+ "id": {
2711
4617
  "args": {},
2712
4618
  "deprecationReason": null,
2713
- "description": "Subnets and network ranges defined for the LAN interfaces of a site",
2714
- "id_str": "appTenantRestriction___policy___rules___rule___source___subnet",
4619
+ "description": null,
4620
+ "id_str": "dynamicIpAllocation___policy___rules___rule___section___id",
2715
4621
  "isDeprecated": false,
2716
- "name": "subnet",
2717
- "path": "appTenantRestriction.policy.rules.rule.source.subnet",
2718
- "requestStr": "$subnet:[NetworkSubnet]! ",
4622
+ "name": "id",
4623
+ "path": "dynamicIpAllocation.policy.rules.rule.section.id",
4624
+ "requestStr": "$id:ID! ",
2719
4625
  "required": true,
2720
- "responseStr": "subnet:$subnet ",
4626
+ "responseStr": "id:$id ",
2721
4627
  "type": {
2722
4628
  "kind": [
2723
- "NON_NULL",
2724
- "LIST",
2725
4629
  "NON_NULL",
2726
4630
  "SCALAR"
2727
4631
  ],
2728
- "name": "NetworkSubnet",
4632
+ "name": "ID",
2729
4633
  "non_null": false
2730
4634
  },
2731
- "varName": "subnet"
4635
+ "varName": "id"
2732
4636
  },
2733
- "systemGroup": {
2734
- "alias": "systemGroupRefSystemGroup: systemGroup",
4637
+ "name": {
2735
4638
  "args": {},
2736
4639
  "deprecationReason": null,
2737
- "description": "Predefined Cato groups",
2738
- "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup",
4640
+ "description": null,
4641
+ "id_str": "dynamicIpAllocation___policy___rules___rule___section___name",
2739
4642
  "isDeprecated": false,
2740
- "name": "systemGroup",
2741
- "path": "appTenantRestriction.policy.rules.rule.source.systemGroup",
2742
- "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
4643
+ "name": "name",
4644
+ "path": "dynamicIpAllocation.policy.rules.rule.section.name",
4645
+ "requestStr": "$name:String! ",
2743
4646
  "required": true,
2744
- "responseStr": "systemGroup:$systemGroupRef ",
4647
+ "responseStr": "name:$name ",
2745
4648
  "type": {
2746
- "definition": {
2747
- "description": null,
2748
- "enumValues": null,
2749
- "fields": {
2750
- "id": {
2751
- "args": {},
2752
- "deprecationReason": null,
2753
- "description": null,
2754
- "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup___id",
2755
- "isDeprecated": false,
2756
- "name": "id",
2757
- "path": "appTenantRestriction.policy.rules.rule.source.systemGroup.id",
2758
- "requestStr": "$id:ID! ",
2759
- "required": true,
2760
- "responseStr": "id:$id ",
2761
- "type": {
2762
- "kind": [
2763
- "NON_NULL",
2764
- "SCALAR"
2765
- ],
2766
- "name": "ID",
2767
- "non_null": false
2768
- },
2769
- "varName": "id"
2770
- },
2771
- "name": {
2772
- "args": {},
2773
- "deprecationReason": null,
2774
- "description": null,
2775
- "id_str": "appTenantRestriction___policy___rules___rule___source___systemGroup___name",
2776
- "isDeprecated": false,
2777
- "name": "name",
2778
- "path": "appTenantRestriction.policy.rules.rule.source.systemGroup.name",
2779
- "requestStr": "$name:String! ",
2780
- "required": true,
2781
- "responseStr": "name:$name ",
2782
- "type": {
2783
- "kind": [
2784
- "NON_NULL",
2785
- "SCALAR"
2786
- ],
2787
- "name": "String",
2788
- "non_null": false
2789
- },
2790
- "varName": "name"
2791
- }
2792
- },
2793
- "inputFields": null,
2794
- "interfaces": {},
2795
- "kind": "OBJECT",
2796
- "name": "SystemGroupRef",
2797
- "possibleTypes": null
2798
- },
2799
- "indexType": "object",
2800
4649
  "kind": [
2801
4650
  "NON_NULL",
2802
- "LIST",
2803
- "NON_NULL",
2804
- "OBJECT"
4651
+ "SCALAR"
2805
4652
  ],
2806
- "name": "SystemGroupRef",
4653
+ "name": "String",
2807
4654
  "non_null": false
2808
4655
  },
2809
- "varName": "systemGroupRef"
2810
- },
4656
+ "varName": "name"
4657
+ }
4658
+ },
4659
+ "inputFields": null,
4660
+ "interfaces": {},
4661
+ "kind": "OBJECT",
4662
+ "name": "PolicySectionInfo",
4663
+ "possibleTypes": null
4664
+ },
4665
+ "indexType": "object",
4666
+ "kind": [
4667
+ "NON_NULL",
4668
+ "OBJECT"
4669
+ ],
4670
+ "name": "PolicySectionInfo",
4671
+ "non_null": false
4672
+ },
4673
+ "varName": "policySectionInfo"
4674
+ },
4675
+ "source": {
4676
+ "alias": "dynamicIpAllocationSourceSource: source",
4677
+ "args": {},
4678
+ "deprecationReason": null,
4679
+ "description": null,
4680
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source",
4681
+ "isDeprecated": false,
4682
+ "name": "source",
4683
+ "path": "dynamicIpAllocation.policy.rules.rule.source",
4684
+ "requestStr": "$dynamicIpAllocationSource:DynamicIpAllocationSource! ",
4685
+ "required": true,
4686
+ "responseStr": "source:$dynamicIpAllocationSource ",
4687
+ "type": {
4688
+ "definition": {
4689
+ "description": null,
4690
+ "enumValues": null,
4691
+ "fields": {
2811
4692
  "user": {
2812
4693
  "alias": "userRefUser: user",
2813
4694
  "args": {},
2814
4695
  "deprecationReason": null,
2815
- "description": "Individual users defined for the account",
2816
- "id_str": "appTenantRestriction___policy___rules___rule___source___user",
4696
+ "description": null,
4697
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___user",
2817
4698
  "isDeprecated": false,
2818
4699
  "name": "user",
2819
- "path": "appTenantRestriction.policy.rules.rule.source.user",
4700
+ "path": "dynamicIpAllocation.policy.rules.rule.source.user",
2820
4701
  "requestStr": "$userRef:[UserRef]! ",
2821
4702
  "required": true,
2822
4703
  "responseStr": "user:$userRef ",
@@ -2829,10 +4710,10 @@
2829
4710
  "args": {},
2830
4711
  "deprecationReason": null,
2831
4712
  "description": null,
2832
- "id_str": "appTenantRestriction___policy___rules___rule___source___user___id",
4713
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___user___id",
2833
4714
  "isDeprecated": false,
2834
4715
  "name": "id",
2835
- "path": "appTenantRestriction.policy.rules.rule.source.user.id",
4716
+ "path": "dynamicIpAllocation.policy.rules.rule.source.user.id",
2836
4717
  "requestStr": "$id:ID! ",
2837
4718
  "required": true,
2838
4719
  "responseStr": "id:$id ",
@@ -2850,10 +4731,10 @@
2850
4731
  "args": {},
2851
4732
  "deprecationReason": null,
2852
4733
  "description": null,
2853
- "id_str": "appTenantRestriction___policy___rules___rule___source___user___name",
4734
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___user___name",
2854
4735
  "isDeprecated": false,
2855
4736
  "name": "name",
2856
- "path": "appTenantRestriction.policy.rules.rule.source.user.name",
4737
+ "path": "dynamicIpAllocation.policy.rules.rule.source.user.name",
2857
4738
  "requestStr": "$name:String! ",
2858
4739
  "required": true,
2859
4740
  "responseStr": "name:$name ",
@@ -2890,11 +4771,11 @@
2890
4771
  "alias": "usersGroupRefUsersGroup: usersGroup",
2891
4772
  "args": {},
2892
4773
  "deprecationReason": null,
2893
- "description": "Group of users",
2894
- "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup",
4774
+ "description": null,
4775
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___usersGroup",
2895
4776
  "isDeprecated": false,
2896
4777
  "name": "usersGroup",
2897
- "path": "appTenantRestriction.policy.rules.rule.source.usersGroup",
4778
+ "path": "dynamicIpAllocation.policy.rules.rule.source.usersGroup",
2898
4779
  "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
2899
4780
  "required": true,
2900
4781
  "responseStr": "usersGroup:$usersGroupRef ",
@@ -2907,10 +4788,10 @@
2907
4788
  "args": {},
2908
4789
  "deprecationReason": null,
2909
4790
  "description": null,
2910
- "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup___id",
4791
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___usersGroup___id",
2911
4792
  "isDeprecated": false,
2912
4793
  "name": "id",
2913
- "path": "appTenantRestriction.policy.rules.rule.source.usersGroup.id",
4794
+ "path": "dynamicIpAllocation.policy.rules.rule.source.usersGroup.id",
2914
4795
  "requestStr": "$id:ID! ",
2915
4796
  "required": true,
2916
4797
  "responseStr": "id:$id ",
@@ -2928,10 +4809,10 @@
2928
4809
  "args": {},
2929
4810
  "deprecationReason": null,
2930
4811
  "description": null,
2931
- "id_str": "appTenantRestriction___policy___rules___rule___source___usersGroup___name",
4812
+ "id_str": "dynamicIpAllocation___policy___rules___rule___source___usersGroup___name",
2932
4813
  "isDeprecated": false,
2933
4814
  "name": "name",
2934
- "path": "appTenantRestriction.policy.rules.rule.source.usersGroup.name",
4815
+ "path": "dynamicIpAllocation.policy.rules.rule.source.usersGroup.name",
2935
4816
  "requestStr": "$name:String! ",
2936
4817
  "required": true,
2937
4818
  "responseStr": "name:$name ",
@@ -2968,7 +4849,7 @@
2968
4849
  "inputFields": null,
2969
4850
  "interfaces": {},
2970
4851
  "kind": "OBJECT",
2971
- "name": "AppTenantRestrictionSource",
4852
+ "name": "DynamicIpAllocationSource",
2972
4853
  "possibleTypes": null
2973
4854
  },
2974
4855
  "indexType": "object",
@@ -2976,16 +4857,16 @@
2976
4857
  "NON_NULL",
2977
4858
  "OBJECT"
2978
4859
  ],
2979
- "name": "AppTenantRestrictionSource",
4860
+ "name": "DynamicIpAllocationSource",
2980
4861
  "non_null": false
2981
4862
  },
2982
- "varName": "appTenantRestrictionSource"
4863
+ "varName": "dynamicIpAllocationSource"
2983
4864
  }
2984
4865
  },
2985
4866
  "inputFields": null,
2986
4867
  "interfaces": {},
2987
4868
  "kind": "OBJECT",
2988
- "name": "AppTenantRestrictionRule",
4869
+ "name": "DynamicIpAllocationRule",
2989
4870
  "possibleTypes": null
2990
4871
  },
2991
4872
  "indexType": "object",
@@ -2993,16 +4874,16 @@
2993
4874
  "NON_NULL",
2994
4875
  "OBJECT"
2995
4876
  ],
2996
- "name": "AppTenantRestrictionRule",
4877
+ "name": "DynamicIpAllocationRule",
2997
4878
  "non_null": false
2998
4879
  },
2999
- "varName": "appTenantRestrictionRule"
4880
+ "varName": "dynamicIpAllocationRule"
3000
4881
  }
3001
4882
  },
3002
4883
  "inputFields": null,
3003
4884
  "interfaces": {},
3004
4885
  "kind": "OBJECT",
3005
- "name": "AppTenantRestrictionRulePayload",
4886
+ "name": "DynamicIpAllocationRulePayload",
3006
4887
  "possibleTypes": null
3007
4888
  },
3008
4889
  "indexType": "object",
@@ -3012,20 +4893,20 @@
3012
4893
  "NON_NULL",
3013
4894
  "OBJECT"
3014
4895
  ],
3015
- "name": "AppTenantRestrictionRulePayload",
4896
+ "name": "DynamicIpAllocationRulePayload",
3016
4897
  "non_null": false
3017
4898
  },
3018
- "varName": "appTenantRestrictionRulePayload"
4899
+ "varName": "dynamicIpAllocationRulePayload"
3019
4900
  },
3020
4901
  "sections": {
3021
4902
  "alias": "policySectionPayloadSections: sections",
3022
4903
  "args": {},
3023
4904
  "deprecationReason": null,
3024
4905
  "description": null,
3025
- "id_str": "appTenantRestriction___policy___sections",
4906
+ "id_str": "dynamicIpAllocation___policy___sections",
3026
4907
  "isDeprecated": false,
3027
4908
  "name": "sections",
3028
- "path": "appTenantRestriction.policy.sections",
4909
+ "path": "dynamicIpAllocation.policy.sections",
3029
4910
  "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
3030
4911
  "required": true,
3031
4912
  "responseStr": "sections:$policySectionPayload ",
@@ -3039,10 +4920,10 @@
3039
4920
  "args": {},
3040
4921
  "deprecationReason": null,
3041
4922
  "description": null,
3042
- "id_str": "appTenantRestriction___policy___sections___audit",
4923
+ "id_str": "dynamicIpAllocation___policy___sections___audit",
3043
4924
  "isDeprecated": false,
3044
4925
  "name": "audit",
3045
- "path": "appTenantRestriction.policy.sections.audit",
4926
+ "path": "dynamicIpAllocation.policy.sections.audit",
3046
4927
  "requestStr": "$policyElementAudit:PolicyElementAudit! ",
3047
4928
  "required": true,
3048
4929
  "responseStr": "audit:$policyElementAudit ",
@@ -3055,10 +4936,10 @@
3055
4936
  "args": {},
3056
4937
  "deprecationReason": null,
3057
4938
  "description": "The admin, or the API-key, that performed the last update",
3058
- "id_str": "appTenantRestriction___policy___sections___audit___updatedBy",
4939
+ "id_str": "dynamicIpAllocation___policy___sections___audit___updatedBy",
3059
4940
  "isDeprecated": false,
3060
4941
  "name": "updatedBy",
3061
- "path": "appTenantRestriction.policy.sections.audit.updatedBy",
4942
+ "path": "dynamicIpAllocation.policy.sections.audit.updatedBy",
3062
4943
  "requestStr": "$updatedBy:String! ",
3063
4944
  "required": true,
3064
4945
  "responseStr": "updatedBy:$updatedBy ",
@@ -3076,10 +4957,10 @@
3076
4957
  "args": {},
3077
4958
  "deprecationReason": null,
3078
4959
  "description": "The last date and time the rule was updated",
3079
- "id_str": "appTenantRestriction___policy___sections___audit___updatedTime",
4960
+ "id_str": "dynamicIpAllocation___policy___sections___audit___updatedTime",
3080
4961
  "isDeprecated": false,
3081
4962
  "name": "updatedTime",
3082
- "path": "appTenantRestriction.policy.sections.audit.updatedTime",
4963
+ "path": "dynamicIpAllocation.policy.sections.audit.updatedTime",
3083
4964
  "requestStr": "$updatedTime:DateTime! ",
3084
4965
  "required": true,
3085
4966
  "responseStr": "updatedTime:$updatedTime ",
@@ -3115,10 +4996,10 @@
3115
4996
  "args": {},
3116
4997
  "deprecationReason": null,
3117
4998
  "description": null,
3118
- "id_str": "appTenantRestriction___policy___sections___properties",
4999
+ "id_str": "dynamicIpAllocation___policy___sections___properties",
3119
5000
  "isDeprecated": false,
3120
5001
  "name": "properties",
3121
- "path": "appTenantRestriction.policy.sections.properties",
5002
+ "path": "dynamicIpAllocation.policy.sections.properties",
3122
5003
  "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
3123
5004
  "required": true,
3124
5005
  "responseStr": "properties:$properties ",
@@ -3193,10 +5074,10 @@
3193
5074
  "args": {},
3194
5075
  "deprecationReason": null,
3195
5076
  "description": null,
3196
- "id_str": "appTenantRestriction___policy___sections___section",
5077
+ "id_str": "dynamicIpAllocation___policy___sections___section",
3197
5078
  "isDeprecated": false,
3198
5079
  "name": "section",
3199
- "path": "appTenantRestriction.policy.sections.section",
5080
+ "path": "dynamicIpAllocation.policy.sections.section",
3200
5081
  "requestStr": "$policySectionInfo:PolicySectionInfo! ",
3201
5082
  "required": true,
3202
5083
  "responseStr": "section:$policySectionInfo ",
@@ -3209,10 +5090,10 @@
3209
5090
  "args": {},
3210
5091
  "deprecationReason": null,
3211
5092
  "description": null,
3212
- "id_str": "appTenantRestriction___policy___sections___section___id",
5093
+ "id_str": "dynamicIpAllocation___policy___sections___section___id",
3213
5094
  "isDeprecated": false,
3214
5095
  "name": "id",
3215
- "path": "appTenantRestriction.policy.sections.section.id",
5096
+ "path": "dynamicIpAllocation.policy.sections.section.id",
3216
5097
  "requestStr": "$id:ID! ",
3217
5098
  "required": true,
3218
5099
  "responseStr": "id:$id ",
@@ -3230,10 +5111,10 @@
3230
5111
  "args": {},
3231
5112
  "deprecationReason": null,
3232
5113
  "description": null,
3233
- "id_str": "appTenantRestriction___policy___sections___section___name",
5114
+ "id_str": "dynamicIpAllocation___policy___sections___section___name",
3234
5115
  "isDeprecated": false,
3235
5116
  "name": "name",
3236
- "path": "appTenantRestriction.policy.sections.section.name",
5117
+ "path": "dynamicIpAllocation.policy.sections.section.name",
3237
5118
  "requestStr": "$name:String! ",
3238
5119
  "required": true,
3239
5120
  "responseStr": "name:$name ",
@@ -3287,7 +5168,7 @@
3287
5168
  "inputFields": null,
3288
5169
  "interfaces": {},
3289
5170
  "kind": "OBJECT",
3290
- "name": "AppTenantRestrictionPolicy",
5171
+ "name": "DynamicIpAllocationPolicy",
3291
5172
  "possibleTypes": null
3292
5173
  },
3293
5174
  "indexType": "object",
@@ -3295,19 +5176,19 @@
3295
5176
  "NON_NULL",
3296
5177
  "OBJECT"
3297
5178
  ],
3298
- "name": "AppTenantRestrictionPolicy",
5179
+ "name": "DynamicIpAllocationPolicy",
3299
5180
  "non_null": false
3300
5181
  },
3301
- "varName": "appTenantRestrictionPolicy"
5182
+ "varName": "dynamicIpAllocationPolicy"
3302
5183
  },
3303
5184
  "revisions": {
3304
5185
  "args": {},
3305
5186
  "deprecationReason": null,
3306
5187
  "description": null,
3307
- "id_str": "appTenantRestriction___revisions",
5188
+ "id_str": "dynamicIpAllocation___revisions",
3308
5189
  "isDeprecated": false,
3309
5190
  "name": "revisions",
3310
- "path": "appTenantRestriction.revisions",
5191
+ "path": "dynamicIpAllocation.revisions",
3311
5192
  "requestStr": "$policyRevisionsPayload:PolicyRevisionsPayload ",
3312
5193
  "required": false,
3313
5194
  "responseStr": "revisions:$policyRevisionsPayload ",
@@ -3320,10 +5201,10 @@
3320
5201
  "args": {},
3321
5202
  "deprecationReason": null,
3322
5203
  "description": null,
3323
- "id_str": "appTenantRestriction___revisions___revision",
5204
+ "id_str": "dynamicIpAllocation___revisions___revision",
3324
5205
  "isDeprecated": false,
3325
5206
  "name": "revision",
3326
- "path": "appTenantRestriction.revisions.revision",
5207
+ "path": "dynamicIpAllocation.revisions.revision",
3327
5208
  "requestStr": "$policyRevision:[PolicyRevision]! ",
3328
5209
  "required": true,
3329
5210
  "responseStr": "revision:$policyRevision ",
@@ -3336,10 +5217,10 @@
3336
5217
  "args": {},
3337
5218
  "deprecationReason": null,
3338
5219
  "description": null,
3339
- "id_str": "appTenantRestriction___revisions___revision___changes",
5220
+ "id_str": "dynamicIpAllocation___revisions___revision___changes",
3340
5221
  "isDeprecated": false,
3341
5222
  "name": "changes",
3342
- "path": "appTenantRestriction.revisions.revision.changes",
5223
+ "path": "dynamicIpAllocation.revisions.revision.changes",
3343
5224
  "requestStr": "$changes:Int! ",
3344
5225
  "required": true,
3345
5226
  "responseStr": "changes:$changes ",
@@ -3357,10 +5238,10 @@
3357
5238
  "args": {},
3358
5239
  "deprecationReason": null,
3359
5240
  "description": null,
3360
- "id_str": "appTenantRestriction___revisions___revision___createdTime",
5241
+ "id_str": "dynamicIpAllocation___revisions___revision___createdTime",
3361
5242
  "isDeprecated": false,
3362
5243
  "name": "createdTime",
3363
- "path": "appTenantRestriction.revisions.revision.createdTime",
5244
+ "path": "dynamicIpAllocation.revisions.revision.createdTime",
3364
5245
  "requestStr": "$createdTime:DateTime! ",
3365
5246
  "required": true,
3366
5247
  "responseStr": "createdTime:$createdTime ",
@@ -3378,10 +5259,10 @@
3378
5259
  "args": {},
3379
5260
  "deprecationReason": null,
3380
5261
  "description": null,
3381
- "id_str": "appTenantRestriction___revisions___revision___description",
5262
+ "id_str": "dynamicIpAllocation___revisions___revision___description",
3382
5263
  "isDeprecated": false,
3383
5264
  "name": "description",
3384
- "path": "appTenantRestriction.revisions.revision.description",
5265
+ "path": "dynamicIpAllocation.revisions.revision.description",
3385
5266
  "requestStr": "$description:String! ",
3386
5267
  "required": true,
3387
5268
  "responseStr": "description:$description ",
@@ -3399,10 +5280,10 @@
3399
5280
  "args": {},
3400
5281
  "deprecationReason": null,
3401
5282
  "description": null,
3402
- "id_str": "appTenantRestriction___revisions___revision___id",
5283
+ "id_str": "dynamicIpAllocation___revisions___revision___id",
3403
5284
  "isDeprecated": false,
3404
5285
  "name": "id",
3405
- "path": "appTenantRestriction.revisions.revision.id",
5286
+ "path": "dynamicIpAllocation.revisions.revision.id",
3406
5287
  "requestStr": "$id:ID! ",
3407
5288
  "required": true,
3408
5289
  "responseStr": "id:$id ",
@@ -3420,10 +5301,10 @@
3420
5301
  "args": {},
3421
5302
  "deprecationReason": null,
3422
5303
  "description": null,
3423
- "id_str": "appTenantRestriction___revisions___revision___name",
5304
+ "id_str": "dynamicIpAllocation___revisions___revision___name",
3424
5305
  "isDeprecated": false,
3425
5306
  "name": "name",
3426
- "path": "appTenantRestriction.revisions.revision.name",
5307
+ "path": "dynamicIpAllocation.revisions.revision.name",
3427
5308
  "requestStr": "$name:String! ",
3428
5309
  "required": true,
3429
5310
  "responseStr": "name:$name ",
@@ -3441,10 +5322,10 @@
3441
5322
  "args": {},
3442
5323
  "deprecationReason": null,
3443
5324
  "description": null,
3444
- "id_str": "appTenantRestriction___revisions___revision___updatedTime",
5325
+ "id_str": "dynamicIpAllocation___revisions___revision___updatedTime",
3445
5326
  "isDeprecated": false,
3446
5327
  "name": "updatedTime",
3447
- "path": "appTenantRestriction.revisions.revision.updatedTime",
5328
+ "path": "dynamicIpAllocation.revisions.revision.updatedTime",
3448
5329
  "requestStr": "$updatedTime:DateTime! ",
3449
5330
  "required": true,
3450
5331
  "responseStr": "updatedTime:$updatedTime ",
@@ -3497,17 +5378,17 @@
3497
5378
  "inputFields": null,
3498
5379
  "interfaces": {},
3499
5380
  "kind": "OBJECT",
3500
- "name": "AppTenantRestrictionPolicyQueries",
5381
+ "name": "DynamicIpAllocationPolicyQueries",
3501
5382
  "possibleTypes": null
3502
5383
  },
3503
5384
  "indexType": "object",
3504
5385
  "kind": [
3505
5386
  "OBJECT"
3506
5387
  ],
3507
- "name": "AppTenantRestrictionPolicyQueries",
5388
+ "name": "DynamicIpAllocationPolicyQueries",
3508
5389
  "non_null": false
3509
5390
  },
3510
- "varName": "appTenantRestrictionPolicyQueries"
5391
+ "varName": "dynamicIpAllocationPolicyQueries"
3511
5392
  },
3512
5393
  "internetFirewall": {
3513
5394
  "args": {},
@@ -22116,6 +23997,16 @@
22116
23997
  }
22117
23998
  }
22118
23999
  },
24000
+ "dynamicIpAllocationPolicyInput": {
24001
+ "policyRevisionInput": {
24002
+ "id": {
24003
+ "id": "ID"
24004
+ },
24005
+ "type": {
24006
+ "type": "enum(PolicyRevisionType)"
24007
+ }
24008
+ }
24009
+ },
22119
24010
  "internetFirewallPolicyInput": {
22120
24011
  "policyRevisionInput": {
22121
24012
  "id": {