catocli 2.1.1__py3-none-any.whl → 2.1.3__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 (564) hide show
  1. catocli/Utils/clidriver.py +207 -211
  2. catocli/Utils/cliutils.py +178 -0
  3. catocli/__init__.py +1 -1
  4. catocli/parsers/custom/customLib.py +1 -1
  5. catocli/parsers/custom/export_sites/export_sites.py +121 -133
  6. catocli/parsers/customParserApiClient.py +1195 -0
  7. catocli/parsers/custom_private/__init__.py +2 -14
  8. catocli/parsers/mutation_accountManagement/__init__.py +45 -58
  9. catocli/parsers/mutation_accountManagement_addAccount/README.md +7 -5
  10. catocli/parsers/mutation_accountManagement_removeAccount/README.md +4 -5
  11. catocli/parsers/mutation_accountManagement_updateAccount/README.md +7 -5
  12. catocli/parsers/mutation_admin/__init__.py +84 -45
  13. catocli/parsers/mutation_admin_addAdmin/README.md +7 -5
  14. catocli/parsers/mutation_admin_addServicePrincipalAdmin/README.md +19 -0
  15. catocli/parsers/mutation_admin_removeAdmin/README.md +7 -5
  16. catocli/parsers/mutation_admin_removeServicePrincipalAdmin/README.md +19 -0
  17. catocli/parsers/mutation_admin_updateAdmin/README.md +8 -6
  18. catocli/parsers/mutation_admin_updateServicePrincipalAdmin/README.md +20 -0
  19. catocli/parsers/mutation_container/__init__.py +135 -135
  20. catocli/parsers/mutation_container_delete/README.md +7 -5
  21. catocli/parsers/mutation_container_fqdn_addValues/README.md +7 -5
  22. catocli/parsers/mutation_container_fqdn_createFromFile/README.md +7 -5
  23. catocli/parsers/mutation_container_fqdn_removeValues/README.md +7 -5
  24. catocli/parsers/mutation_container_fqdn_updateFromFile/README.md +7 -5
  25. catocli/parsers/mutation_container_ipAddressRange_addValues/README.md +7 -5
  26. catocli/parsers/mutation_container_ipAddressRange_createFromFile/README.md +7 -5
  27. catocli/parsers/mutation_container_ipAddressRange_removeValues/README.md +7 -5
  28. catocli/parsers/mutation_container_ipAddressRange_updateFromFile/README.md +7 -5
  29. catocli/parsers/mutation_enterpriseDirectory/README.md +7 -0
  30. catocli/parsers/mutation_enterpriseDirectory/__init__.py +61 -0
  31. catocli/parsers/mutation_enterpriseDirectory_archiveLocation/README.md +19 -0
  32. catocli/parsers/mutation_enterpriseDirectory_createLocation/README.md +19 -0
  33. catocli/parsers/mutation_enterpriseDirectory_restoreLocation/README.md +19 -0
  34. catocli/parsers/mutation_enterpriseDirectory_updateLocation/README.md +19 -0
  35. catocli/parsers/mutation_groups/__init__.py +45 -45
  36. catocli/parsers/mutation_groups_createGroup/README.md +8 -6
  37. catocli/parsers/mutation_groups_deleteGroup/README.md +8 -6
  38. catocli/parsers/mutation_groups_updateGroup/README.md +8 -6
  39. catocli/parsers/mutation_hardware/__init__.py +16 -16
  40. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +7 -5
  41. catocli/parsers/mutation_policy/__init__.py +1302 -1302
  42. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +8 -6
  43. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +8 -6
  44. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +8 -6
  45. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +8 -6
  46. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +8 -6
  47. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +8 -6
  48. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +8 -6
  49. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +8 -6
  50. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +8 -6
  51. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +8 -6
  52. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +8 -6
  53. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +8 -6
  54. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +8 -6
  55. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +8 -6
  56. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +8 -6
  57. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +8 -6
  58. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +8 -6
  59. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +8 -6
  60. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +8 -6
  61. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +8 -6
  62. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +8 -6
  63. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +8 -6
  64. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +8 -6
  65. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +8 -6
  66. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +8 -6
  67. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +8 -6
  68. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +8 -6
  69. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +8 -6
  70. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +8 -6
  71. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +8 -6
  72. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +8 -6
  73. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +8 -6
  74. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +8 -6
  75. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +8 -6
  76. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +8 -6
  77. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +8 -6
  78. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +8 -6
  79. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +8 -6
  80. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +8 -6
  81. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +8 -6
  82. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +8 -6
  83. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +8 -6
  84. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +8 -6
  85. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +8 -6
  86. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +8 -6
  87. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +8 -6
  88. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +8 -6
  89. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +8 -6
  90. catocli/parsers/mutation_policy_socketLan_addRule/README.md +8 -6
  91. catocli/parsers/mutation_policy_socketLan_addSection/README.md +8 -6
  92. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +8 -6
  93. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +8 -6
  94. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +8 -6
  95. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +8 -6
  96. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +8 -6
  97. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +8 -6
  98. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +8 -6
  99. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +8 -6
  100. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +8 -6
  101. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +8 -6
  102. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +8 -6
  103. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +8 -6
  104. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +8 -6
  105. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +8 -6
  106. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +8 -6
  107. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +8 -6
  108. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +8 -6
  109. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +8 -6
  110. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +8 -6
  111. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +8 -6
  112. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +8 -6
  113. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +8 -6
  114. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +8 -6
  115. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +8 -6
  116. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +8 -6
  117. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +8 -6
  118. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +8 -6
  119. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +8 -6
  120. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +8 -6
  121. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +8 -6
  122. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +8 -6
  123. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +8 -6
  124. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +8 -6
  125. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +8 -6
  126. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +8 -6
  127. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +8 -6
  128. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +8 -6
  129. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +8 -6
  130. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +8 -6
  131. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +8 -6
  132. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +8 -6
  133. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +8 -6
  134. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +8 -6
  135. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +8 -6
  136. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +8 -6
  137. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +8 -6
  138. catocli/parsers/mutation_sandbox/__init__.py +27 -27
  139. catocli/parsers/mutation_sandbox_deleteReport/README.md +7 -5
  140. catocli/parsers/mutation_sandbox_uploadFile/README.md +7 -5
  141. catocli/parsers/mutation_site/__init__.py +474 -474
  142. catocli/parsers/mutation_site_addBgpPeer/README.md +7 -5
  143. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +7 -5
  144. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +7 -5
  145. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +7 -5
  146. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +8 -6
  147. catocli/parsers/mutation_site_addNetworkRange/README.md +8 -6
  148. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +7 -5
  149. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +7 -5
  150. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +7 -5
  151. catocli/parsers/mutation_site_addSocketSite/README.md +7 -5
  152. catocli/parsers/mutation_site_addStaticHost/README.md +8 -6
  153. catocli/parsers/mutation_site_assignSiteBwLicense/README.md +7 -5
  154. catocli/parsers/mutation_site_removeBgpPeer/README.md +7 -5
  155. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  156. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  157. catocli/parsers/mutation_site_removeNetworkRange/README.md +7 -5
  158. catocli/parsers/mutation_site_removeSecondaryAwsVSocket/README.md +7 -5
  159. catocli/parsers/mutation_site_removeSecondaryAzureVSocket/README.md +7 -5
  160. catocli/parsers/mutation_site_removeSite/README.md +7 -5
  161. catocli/parsers/mutation_site_removeSiteBwLicense/README.md +7 -5
  162. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +7 -5
  163. catocli/parsers/mutation_site_removeStaticHost/README.md +7 -5
  164. catocli/parsers/mutation_site_replaceSiteBwLicense/README.md +7 -5
  165. catocli/parsers/mutation_site_startSiteUpgrade/README.md +7 -5
  166. catocli/parsers/mutation_site_updateBgpPeer/README.md +7 -5
  167. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  168. catocli/parsers/mutation_site_updateHa/README.md +8 -6
  169. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  170. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  171. catocli/parsers/mutation_site_updateNetworkRange/README.md +8 -6
  172. catocli/parsers/mutation_site_updateSecondaryAwsVSocket/README.md +7 -5
  173. catocli/parsers/mutation_site_updateSecondaryAzureVSocket/README.md +7 -5
  174. catocli/parsers/mutation_site_updateSiteBwLicense/README.md +7 -5
  175. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +8 -6
  176. catocli/parsers/mutation_site_updateSocketInterface/README.md +9 -7
  177. catocli/parsers/mutation_site_updateStaticHost/README.md +8 -6
  178. catocli/parsers/mutation_sites/__init__.py +474 -474
  179. catocli/parsers/mutation_sites_addBgpPeer/README.md +7 -5
  180. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +7 -5
  181. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +7 -5
  182. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +7 -5
  183. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +8 -6
  184. catocli/parsers/mutation_sites_addNetworkRange/README.md +8 -6
  185. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +7 -5
  186. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +7 -5
  187. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +7 -5
  188. catocli/parsers/mutation_sites_addSocketSite/README.md +7 -5
  189. catocli/parsers/mutation_sites_addStaticHost/README.md +8 -6
  190. catocli/parsers/mutation_sites_assignSiteBwLicense/README.md +7 -5
  191. catocli/parsers/mutation_sites_removeBgpPeer/README.md +7 -5
  192. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +7 -5
  193. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +8 -6
  194. catocli/parsers/mutation_sites_removeNetworkRange/README.md +7 -5
  195. catocli/parsers/mutation_sites_removeSecondaryAwsVSocket/README.md +7 -5
  196. catocli/parsers/mutation_sites_removeSecondaryAzureVSocket/README.md +7 -5
  197. catocli/parsers/mutation_sites_removeSite/README.md +7 -5
  198. catocli/parsers/mutation_sites_removeSiteBwLicense/README.md +7 -5
  199. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +7 -5
  200. catocli/parsers/mutation_sites_removeStaticHost/README.md +7 -5
  201. catocli/parsers/mutation_sites_replaceSiteBwLicense/README.md +7 -5
  202. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +7 -5
  203. catocli/parsers/mutation_sites_updateBgpPeer/README.md +7 -5
  204. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +7 -5
  205. catocli/parsers/mutation_sites_updateHa/README.md +8 -6
  206. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +8 -6
  207. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +8 -6
  208. catocli/parsers/mutation_sites_updateNetworkRange/README.md +8 -6
  209. catocli/parsers/mutation_sites_updateSecondaryAwsVSocket/README.md +7 -5
  210. catocli/parsers/mutation_sites_updateSecondaryAzureVSocket/README.md +7 -5
  211. catocli/parsers/mutation_sites_updateSiteBwLicense/README.md +7 -5
  212. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +8 -6
  213. catocli/parsers/mutation_sites_updateSocketInterface/README.md +9 -7
  214. catocli/parsers/mutation_sites_updateStaticHost/README.md +8 -6
  215. catocli/parsers/mutation_xdr/__init__.py +45 -45
  216. catocli/parsers/mutation_xdr_addStoryComment/README.md +7 -5
  217. catocli/parsers/mutation_xdr_analystFeedback/README.md +7 -6
  218. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +7 -5
  219. catocli/parsers/query_accountBySubdomain/README.md +7 -5
  220. catocli/parsers/query_accountBySubdomain/__init__.py +12 -12
  221. catocli/parsers/query_accountManagement/README.md +4 -5
  222. catocli/parsers/query_accountManagement/__init__.py +12 -12
  223. catocli/parsers/query_accountMetrics/README.md +20 -18
  224. catocli/parsers/query_accountMetrics/__init__.py +12 -12
  225. catocli/parsers/query_accountRoles/README.md +7 -5
  226. catocli/parsers/query_accountRoles/__init__.py +12 -12
  227. catocli/parsers/query_accountSnapshot/README.md +8 -6
  228. catocli/parsers/query_accountSnapshot/__init__.py +12 -12
  229. catocli/parsers/query_admin/README.md +7 -5
  230. catocli/parsers/query_admin/__init__.py +12 -12
  231. catocli/parsers/query_admins/README.md +11 -9
  232. catocli/parsers/query_admins/__init__.py +12 -12
  233. catocli/parsers/query_appStats/README.md +20 -11
  234. catocli/parsers/query_appStats/__init__.py +12 -12
  235. catocli/parsers/query_appStatsTimeSeries/README.md +21 -12
  236. catocli/parsers/query_appStatsTimeSeries/__init__.py +12 -12
  237. catocli/parsers/query_auditFeed/README.md +10 -8
  238. catocli/parsers/query_auditFeed/__init__.py +12 -12
  239. catocli/parsers/query_catalogs/README.md +9 -7
  240. catocli/parsers/query_catalogs/__init__.py +12 -12
  241. catocli/parsers/query_container/README.md +13 -11
  242. catocli/parsers/query_container/__init__.py +12 -12
  243. catocli/parsers/query_devices/README.md +10 -8
  244. catocli/parsers/query_devices/__init__.py +12 -12
  245. catocli/parsers/query_enterpriseDirectory/README.md +19 -0
  246. catocli/parsers/query_enterpriseDirectory/__init__.py +16 -0
  247. catocli/parsers/query_entityLookup/README.md +19 -17
  248. catocli/parsers/query_entityLookup/__init__.py +12 -12
  249. catocli/parsers/query_events/README.md +13 -11
  250. catocli/parsers/query_events/__init__.py +12 -12
  251. catocli/parsers/query_eventsFeed/README.md +9 -7
  252. catocli/parsers/query_eventsFeed/__init__.py +12 -12
  253. catocli/parsers/query_eventsTimeSeries/README.md +14 -12
  254. catocli/parsers/query_eventsTimeSeries/__init__.py +12 -12
  255. catocli/parsers/query_groups/__init__.py +51 -51
  256. catocli/parsers/query_groups_groupList/README.md +8 -6
  257. catocli/parsers/query_groups_group_members/README.md +8 -6
  258. catocli/parsers/query_groups_whereUsed/README.md +7 -5
  259. catocli/parsers/query_hardware/README.md +7 -5
  260. catocli/parsers/query_hardware/__init__.py +12 -12
  261. catocli/parsers/query_hardwareManagement/README.md +7 -5
  262. catocli/parsers/query_hardwareManagement/__init__.py +12 -12
  263. catocli/parsers/query_licensing/README.md +4 -5
  264. catocli/parsers/query_licensing/__init__.py +12 -12
  265. catocli/parsers/query_policy/__init__.py +158 -158
  266. catocli/parsers/query_policy_appTenantRestriction_policy/README.md +7 -5
  267. catocli/parsers/query_policy_dynamicIpAllocation_policy/README.md +7 -5
  268. catocli/parsers/query_policy_internetFirewall_policy/README.md +7 -5
  269. catocli/parsers/query_policy_remotePortFwd_policy/README.md +7 -5
  270. catocli/parsers/query_policy_socketLan_policy/README.md +7 -5
  271. catocli/parsers/query_policy_terminalServer_policy/README.md +7 -5
  272. catocli/parsers/query_policy_wanFirewall_policy/README.md +7 -5
  273. catocli/parsers/query_policy_wanNetwork_policy/README.md +7 -5
  274. catocli/parsers/query_popLocations/README.md +7 -5
  275. catocli/parsers/query_popLocations/__init__.py +12 -12
  276. catocli/parsers/query_sandbox/README.md +7 -5
  277. catocli/parsers/query_sandbox/__init__.py +12 -12
  278. catocli/parsers/query_servicePrincipalAdmin/README.md +19 -0
  279. catocli/parsers/query_servicePrincipalAdmin/__init__.py +16 -0
  280. catocli/parsers/query_site/__init__.py +123 -123
  281. catocli/parsers/query_siteLocation/__init__.py +10 -10
  282. catocli/parsers/query_site_availableVersionList/README.md +7 -5
  283. catocli/parsers/query_site_bgpPeer/README.md +7 -5
  284. catocli/parsers/query_site_bgpPeerList/README.md +7 -5
  285. catocli/parsers/query_site_cloudInterconnectConnectionConnectivity/README.md +7 -5
  286. catocli/parsers/query_site_cloudInterconnectPhysicalConnection/README.md +7 -5
  287. catocli/parsers/query_site_cloudInterconnectPhysicalConnectionId/README.md +7 -5
  288. catocli/parsers/query_site_secondaryAwsVSocket/README.md +7 -5
  289. catocli/parsers/query_site_secondaryAzureVSocket/README.md +7 -5
  290. catocli/parsers/query_site_siteBgpStatus/README.md +7 -5
  291. catocli/parsers/query_socketPortMetrics/README.md +13 -11
  292. catocli/parsers/query_socketPortMetrics/__init__.py +12 -12
  293. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +14 -12
  294. catocli/parsers/query_socketPortMetricsTimeSeries/__init__.py +12 -12
  295. catocli/parsers/query_subDomains/README.md +7 -5
  296. catocli/parsers/query_subDomains/__init__.py +12 -12
  297. catocli/parsers/query_xdr/__init__.py +27 -27
  298. catocli/parsers/query_xdr_stories/README.md +7 -6
  299. catocli/parsers/query_xdr_story/README.md +9 -8
  300. catocli/parsers/raw/__init__.py +9 -9
  301. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/METADATA +1 -1
  302. catocli-2.1.3.dist-info/RECORD +660 -0
  303. models/mutation.accountManagement.addAccount.json +5 -15
  304. models/mutation.accountManagement.updateAccount.json +1 -3
  305. models/mutation.admin.addAdmin.json +14 -35
  306. models/mutation.admin.addServicePrincipalAdmin.json +2554 -0
  307. models/mutation.admin.removeAdmin.json +1 -1
  308. models/mutation.admin.removeServicePrincipalAdmin.json +201 -0
  309. models/mutation.admin.updateAdmin.json +13 -30
  310. models/mutation.admin.updateServicePrincipalAdmin.json +2554 -0
  311. models/mutation.container.delete.json +9 -435
  312. models/mutation.container.fqdn.addValues.json +6 -11
  313. models/mutation.container.fqdn.createFromFile.json +4 -12
  314. models/mutation.container.fqdn.removeValues.json +6 -11
  315. models/mutation.container.fqdn.updateFromFile.json +5 -15
  316. models/mutation.container.ipAddressRange.addValues.json +4 -12
  317. models/mutation.container.ipAddressRange.createFromFile.json +4 -12
  318. models/mutation.container.ipAddressRange.removeValues.json +4 -12
  319. models/mutation.container.ipAddressRange.updateFromFile.json +5 -15
  320. models/mutation.enterpriseDirectory.archiveLocation.json +1046 -0
  321. models/mutation.enterpriseDirectory.createLocation.json +2521 -0
  322. models/mutation.enterpriseDirectory.restoreLocation.json +1046 -0
  323. models/mutation.enterpriseDirectory.updateLocation.json +2567 -0
  324. models/mutation.groups.createGroup.json +39 -171
  325. models/mutation.groups.deleteGroup.json +36 -162
  326. models/mutation.groups.updateGroup.json +41 -177
  327. models/mutation.hardware.updateHardwareShipping.json +18 -47
  328. models/mutation.policy.appTenantRestriction.addRule.json +50 -136
  329. models/mutation.policy.appTenantRestriction.addSection.json +4 -12
  330. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3 -9
  331. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +2 -6
  332. models/mutation.policy.appTenantRestriction.moveRule.json +4 -12
  333. models/mutation.policy.appTenantRestriction.moveSection.json +4 -12
  334. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3 -9
  335. models/mutation.policy.appTenantRestriction.removeRule.json +2 -6
  336. models/mutation.policy.appTenantRestriction.removeSection.json +2 -6
  337. models/mutation.policy.appTenantRestriction.updatePolicy.json +2 -6
  338. models/mutation.policy.appTenantRestriction.updateRule.json +49 -133
  339. models/mutation.policy.appTenantRestriction.updateSection.json +3 -9
  340. models/mutation.policy.dynamicIpAllocation.addRule.json +15 -45
  341. models/mutation.policy.dynamicIpAllocation.addSection.json +4 -12
  342. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +3 -9
  343. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2 -6
  344. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -12
  345. models/mutation.policy.dynamicIpAllocation.moveSection.json +4 -12
  346. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +3 -9
  347. models/mutation.policy.dynamicIpAllocation.removeRule.json +2 -6
  348. models/mutation.policy.dynamicIpAllocation.removeSection.json +2 -6
  349. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2 -6
  350. models/mutation.policy.dynamicIpAllocation.updateRule.json +14 -42
  351. models/mutation.policy.dynamicIpAllocation.updateSection.json +3 -9
  352. models/mutation.policy.internetFirewall.addRule.json +248 -542
  353. models/mutation.policy.internetFirewall.addSection.json +4 -12
  354. models/mutation.policy.internetFirewall.createPolicyRevision.json +3 -9
  355. models/mutation.policy.internetFirewall.discardPolicyRevision.json +2 -6
  356. models/mutation.policy.internetFirewall.moveRule.json +4 -12
  357. models/mutation.policy.internetFirewall.moveSection.json +4 -12
  358. models/mutation.policy.internetFirewall.publishPolicyRevision.json +3 -9
  359. models/mutation.policy.internetFirewall.removeRule.json +2 -6
  360. models/mutation.policy.internetFirewall.removeSection.json +2 -6
  361. models/mutation.policy.internetFirewall.updatePolicy.json +2 -6
  362. models/mutation.policy.internetFirewall.updateRule.json +247 -539
  363. models/mutation.policy.internetFirewall.updateSection.json +3 -9
  364. models/mutation.policy.remotePortFwd.addRule.json +35 -91
  365. models/mutation.policy.remotePortFwd.addSection.json +4 -12
  366. models/mutation.policy.remotePortFwd.createPolicyRevision.json +3 -9
  367. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2 -6
  368. models/mutation.policy.remotePortFwd.moveRule.json +4 -12
  369. models/mutation.policy.remotePortFwd.moveSection.json +4 -12
  370. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +3 -9
  371. models/mutation.policy.remotePortFwd.removeRule.json +2 -6
  372. models/mutation.policy.remotePortFwd.removeSection.json +2 -6
  373. models/mutation.policy.remotePortFwd.updatePolicy.json +2 -6
  374. models/mutation.policy.remotePortFwd.updateRule.json +34 -88
  375. models/mutation.policy.remotePortFwd.updateSection.json +3 -9
  376. models/mutation.policy.socketLan.addRule.json +78 -185
  377. models/mutation.policy.socketLan.addSection.json +4 -12
  378. models/mutation.policy.socketLan.createPolicyRevision.json +3 -9
  379. models/mutation.policy.socketLan.discardPolicyRevision.json +2 -6
  380. models/mutation.policy.socketLan.moveRule.json +4 -12
  381. models/mutation.policy.socketLan.moveSection.json +4 -12
  382. models/mutation.policy.socketLan.publishPolicyRevision.json +3 -9
  383. models/mutation.policy.socketLan.removeRule.json +2 -6
  384. models/mutation.policy.socketLan.removeSection.json +2 -6
  385. models/mutation.policy.socketLan.updatePolicy.json +2 -6
  386. models/mutation.policy.socketLan.updateRule.json +77 -182
  387. models/mutation.policy.socketLan.updateSection.json +3 -9
  388. models/mutation.policy.terminalServer.addRule.json +10 -30
  389. models/mutation.policy.terminalServer.addSection.json +4 -12
  390. models/mutation.policy.terminalServer.createPolicyRevision.json +3 -9
  391. models/mutation.policy.terminalServer.discardPolicyRevision.json +2 -6
  392. models/mutation.policy.terminalServer.moveRule.json +4 -12
  393. models/mutation.policy.terminalServer.moveSection.json +4 -12
  394. models/mutation.policy.terminalServer.publishPolicyRevision.json +3 -9
  395. models/mutation.policy.terminalServer.removeRule.json +2 -6
  396. models/mutation.policy.terminalServer.removeSection.json +2 -6
  397. models/mutation.policy.terminalServer.updatePolicy.json +2 -6
  398. models/mutation.policy.terminalServer.updateRule.json +9 -27
  399. models/mutation.policy.terminalServer.updateSection.json +3 -9
  400. models/mutation.policy.wanFirewall.addRule.json +290 -654
  401. models/mutation.policy.wanFirewall.addSection.json +4 -12
  402. models/mutation.policy.wanFirewall.createPolicyRevision.json +3 -9
  403. models/mutation.policy.wanFirewall.discardPolicyRevision.json +2 -6
  404. models/mutation.policy.wanFirewall.moveRule.json +4 -12
  405. models/mutation.policy.wanFirewall.moveSection.json +4 -12
  406. models/mutation.policy.wanFirewall.publishPolicyRevision.json +3 -9
  407. models/mutation.policy.wanFirewall.removeRule.json +2 -6
  408. models/mutation.policy.wanFirewall.removeSection.json +2 -6
  409. models/mutation.policy.wanFirewall.updatePolicy.json +2 -6
  410. models/mutation.policy.wanFirewall.updateRule.json +289 -651
  411. models/mutation.policy.wanFirewall.updateSection.json +3 -9
  412. models/mutation.policy.wanNetwork.addRule.json +204 -514
  413. models/mutation.policy.wanNetwork.addSection.json +4 -12
  414. models/mutation.policy.wanNetwork.createPolicyRevision.json +3 -9
  415. models/mutation.policy.wanNetwork.discardPolicyRevision.json +2 -6
  416. models/mutation.policy.wanNetwork.moveRule.json +4 -12
  417. models/mutation.policy.wanNetwork.moveSection.json +4 -12
  418. models/mutation.policy.wanNetwork.publishPolicyRevision.json +3 -9
  419. models/mutation.policy.wanNetwork.removeRule.json +2 -6
  420. models/mutation.policy.wanNetwork.removeSection.json +2 -6
  421. models/mutation.policy.wanNetwork.updatePolicy.json +2 -6
  422. models/mutation.policy.wanNetwork.updateRule.json +203 -511
  423. models/mutation.policy.wanNetwork.updateSection.json +3 -9
  424. models/mutation.sandbox.deleteReport.json +1 -3
  425. models/mutation.sandbox.uploadFile.json +1 -3
  426. models/mutation.site.addBgpPeer.json +48 -123
  427. models/mutation.site.addCloudInterconnectPhysicalConnection.json +12 -36
  428. models/mutation.site.addCloudInterconnectSite.json +8 -24
  429. models/mutation.site.addIpsecIkeV2Site.json +10 -30
  430. models/mutation.site.addIpsecIkeV2SiteTunnels.json +14 -40
  431. models/mutation.site.addNetworkRange.json +15 -43
  432. models/mutation.site.addSecondaryAwsVSocket.json +5 -15
  433. models/mutation.site.addSecondaryAzureVSocket.json +4 -12
  434. models/mutation.site.addSocketAddOnCard.json +4 -12
  435. models/mutation.site.addSocketSite.json +12 -36
  436. models/mutation.site.addStaticHost.json +4 -10
  437. models/mutation.site.assignSiteBwLicense.json +120 -11782
  438. models/mutation.site.removeBgpPeer.json +1 -3
  439. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +1 -3
  440. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -4
  441. models/mutation.site.removeNetworkRange.json +1 -1
  442. models/mutation.site.removeSecondaryAwsVSocket.json +1 -1
  443. models/mutation.site.removeSecondaryAzureVSocket.json +1 -1
  444. models/mutation.site.removeSite.json +1 -1
  445. models/mutation.site.removeSiteBwLicense.json +119 -11779
  446. models/mutation.site.removeSocketAddOnCard.json +3 -9
  447. models/mutation.site.removeStaticHost.json +1 -1
  448. models/mutation.site.replaceSiteBwLicense.json +121 -11785
  449. models/mutation.site.startSiteUpgrade.json +3 -9
  450. models/mutation.site.updateBgpPeer.json +47 -120
  451. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +10 -30
  452. models/mutation.site.updateHa.json +4 -10
  453. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  454. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +15 -43
  455. models/mutation.site.updateNetworkRange.json +15 -43
  456. models/mutation.site.updateSecondaryAwsVSocket.json +4 -12
  457. models/mutation.site.updateSecondaryAzureVSocket.json +3 -9
  458. models/mutation.site.updateSiteBwLicense.json +120 -11782
  459. models/mutation.site.updateSiteGeneralDetails.json +14 -40
  460. models/mutation.site.updateSocketInterface.json +26 -74
  461. models/mutation.site.updateStaticHost.json +4 -10
  462. models/mutation.sites.addBgpPeer.json +48 -123
  463. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +12 -36
  464. models/mutation.sites.addCloudInterconnectSite.json +8 -24
  465. models/mutation.sites.addIpsecIkeV2Site.json +10 -30
  466. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +14 -40
  467. models/mutation.sites.addNetworkRange.json +15 -43
  468. models/mutation.sites.addSecondaryAwsVSocket.json +5 -15
  469. models/mutation.sites.addSecondaryAzureVSocket.json +4 -12
  470. models/mutation.sites.addSocketAddOnCard.json +4 -12
  471. models/mutation.sites.addSocketSite.json +12 -36
  472. models/mutation.sites.addStaticHost.json +4 -10
  473. models/mutation.sites.assignSiteBwLicense.json +120 -11782
  474. models/mutation.sites.removeBgpPeer.json +1 -3
  475. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +1 -3
  476. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -4
  477. models/mutation.sites.removeNetworkRange.json +1 -1
  478. models/mutation.sites.removeSecondaryAwsVSocket.json +1 -1
  479. models/mutation.sites.removeSecondaryAzureVSocket.json +1 -1
  480. models/mutation.sites.removeSite.json +1 -1
  481. models/mutation.sites.removeSiteBwLicense.json +119 -11779
  482. models/mutation.sites.removeSocketAddOnCard.json +3 -9
  483. models/mutation.sites.removeStaticHost.json +1 -1
  484. models/mutation.sites.replaceSiteBwLicense.json +121 -11785
  485. models/mutation.sites.startSiteUpgrade.json +3 -9
  486. models/mutation.sites.updateBgpPeer.json +47 -120
  487. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +10 -30
  488. models/mutation.sites.updateHa.json +4 -10
  489. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +11 -24
  490. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +15 -43
  491. models/mutation.sites.updateNetworkRange.json +15 -43
  492. models/mutation.sites.updateSecondaryAwsVSocket.json +4 -12
  493. models/mutation.sites.updateSecondaryAzureVSocket.json +3 -9
  494. models/mutation.sites.updateSiteBwLicense.json +120 -11782
  495. models/mutation.sites.updateSiteGeneralDetails.json +14 -40
  496. models/mutation.sites.updateSocketInterface.json +26 -74
  497. models/mutation.sites.updateStaticHost.json +4 -10
  498. models/mutation.xdr.addStoryComment.json +15 -113
  499. models/mutation.xdr.analystFeedback.json +229 -26307
  500. models/mutation.xdr.deleteStoryComment.json +15 -113
  501. models/query.accountBySubdomain.json +2 -1
  502. models/query.accountMetrics.json +15 -12
  503. models/query.accountRoles.json +1 -1
  504. models/query.accountSnapshot.json +4 -2
  505. models/query.admin.json +1 -1
  506. models/query.admins.json +7 -10
  507. models/query.appStats.json +633 -33
  508. models/query.appStatsTimeSeries.json +15 -28
  509. models/query.auditFeed.json +225 -16
  510. models/query.catalogs.json +106 -215
  511. models/query.container.json +21 -471
  512. models/query.devices.json +333 -620
  513. models/query.enterpriseDirectory.json +3596 -0
  514. models/query.entityLookup.json +15 -27
  515. models/query.events.json +1875 -33
  516. models/query.eventsFeed.json +30 -14
  517. models/query.eventsTimeSeries.json +15 -28
  518. models/query.groups.group.members.json +23 -55
  519. models/query.groups.groupList.json +87 -266
  520. models/query.groups.whereUsed.json +2 -6
  521. models/query.hardware.json +92 -192
  522. models/query.hardwareManagement.json +21 -63
  523. models/query.licensing.json +76 -11721
  524. models/query.policy.appTenantRestriction.policy.json +2 -6
  525. models/query.policy.dynamicIpAllocation.policy.json +2 -6
  526. models/query.policy.internetFirewall.policy.json +2 -6
  527. models/query.policy.remotePortFwd.policy.json +2 -6
  528. models/query.policy.socketLan.policy.json +2 -6
  529. models/query.policy.terminalServer.policy.json +2 -6
  530. models/query.policy.wanFirewall.policy.json +2 -6
  531. models/query.policy.wanNetwork.policy.json +2 -6
  532. models/query.popLocations.json +34 -74
  533. models/query.sandbox.json +44 -83
  534. models/query.servicePrincipalAdmin.json +1098 -0
  535. models/query.site.availableVersionList.json +4 -5
  536. models/query.site.bgpPeer.json +2 -6
  537. models/query.site.bgpPeerList.json +2 -6
  538. models/query.site.cloudInterconnectConnectionConnectivity.json +1 -3
  539. models/query.site.cloudInterconnectPhysicalConnection.json +1 -3
  540. models/query.site.cloudInterconnectPhysicalConnectionId.json +3 -9
  541. models/query.site.secondaryAwsVSocket.json +1 -1
  542. models/query.site.secondaryAzureVSocket.json +1 -1
  543. models/query.site.siteBgpStatus.json +2 -6
  544. models/query.socketPortMetrics.json +465 -33
  545. models/query.socketPortMetricsTimeSeries.json +15 -28
  546. models/query.subDomains.json +1 -1
  547. models/query.xdr.stories.json +306 -26440
  548. models/query.xdr.story.json +40 -26100
  549. schema/catolib.py +1255 -972
  550. schema/importSchema.py +53 -48
  551. catocli/parsers/mutation/README.md +0 -4
  552. catocli/parsers/mutation_accountManagement_disableAccount/README.md +0 -16
  553. catocli/parsers/parserApiClient.py +0 -948
  554. catocli/parsers/query/README.md +0 -3
  555. catocli-2.1.1.dist-info/RECORD +0 -645
  556. models/mutation.accountManagement.disableAccount.json +0 -545
  557. models/query.policy.json +0 -40899
  558. models/query.site.json +0 -5688
  559. schema/remove_policyid.py +0 -89
  560. schema/remove_policyid_mutations.py +0 -89
  561. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/WHEEL +0 -0
  562. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/entry_points.txt +0 -0
  563. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/licenses/LICENSE +0 -0
  564. {catocli-2.1.1.dist-info → catocli-2.1.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1098 @@
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
+ "adminID": {
23
+ "defaultValue": null,
24
+ "description": null,
25
+ "id_str": "adminID",
26
+ "name": "adminID",
27
+ "path": "adminID",
28
+ "requestStr": "$adminID:ID! ",
29
+ "required": true,
30
+ "responseStr": "adminID:$adminID ",
31
+ "type": {
32
+ "kind": [
33
+ "NON_NULL",
34
+ "SCALAR"
35
+ ],
36
+ "name": "ID",
37
+ "non_null": false
38
+ },
39
+ "varName": "adminID"
40
+ }
41
+ },
42
+ "deprecationReason": null,
43
+ "description": null,
44
+ "fieldTypes": {
45
+ "AdminRole": true,
46
+ "AdminType": true,
47
+ "Entity": true,
48
+ "EntityType": true,
49
+ "RBACRole": true
50
+ },
51
+ "isDeprecated": false,
52
+ "name": "servicePrincipalAdmin",
53
+ "operationArgs": {
54
+ "accountId": {
55
+ "defaultValue": null,
56
+ "description": null,
57
+ "id_str": "accountId",
58
+ "name": "accountId",
59
+ "path": "accountId",
60
+ "requestStr": "$accountId:ID! ",
61
+ "required": true,
62
+ "responseStr": "accountId:$accountId ",
63
+ "type": {
64
+ "kind": [
65
+ "NON_NULL",
66
+ "SCALAR"
67
+ ],
68
+ "name": "ID",
69
+ "non_null": false
70
+ },
71
+ "varName": "accountId"
72
+ },
73
+ "adminID": {
74
+ "defaultValue": null,
75
+ "description": null,
76
+ "id_str": "adminID",
77
+ "name": "adminID",
78
+ "path": "adminID",
79
+ "requestStr": "$adminID:ID! ",
80
+ "required": true,
81
+ "responseStr": "adminID:$adminID ",
82
+ "type": {
83
+ "kind": [
84
+ "NON_NULL",
85
+ "SCALAR"
86
+ ],
87
+ "name": "ID",
88
+ "non_null": false
89
+ },
90
+ "varName": "adminID"
91
+ }
92
+ },
93
+ "path": "query.servicePrincipalAdmin",
94
+ "type": {
95
+ "definition": {
96
+ "description": null,
97
+ "enumValues": null,
98
+ "fields": {
99
+ "adminType": {
100
+ "args": {},
101
+ "deprecationReason": null,
102
+ "description": null,
103
+ "id_str": "adminType",
104
+ "isDeprecated": false,
105
+ "name": "adminType",
106
+ "path": "adminType",
107
+ "requestStr": "$adminType:AdminType! ",
108
+ "required": true,
109
+ "responseStr": "adminType:$adminType ",
110
+ "type": {
111
+ "definition": {
112
+ "description": null,
113
+ "enumValues": [
114
+ {
115
+ "deprecationReason": null,
116
+ "description": null,
117
+ "isDeprecated": false,
118
+ "name": "LOGIN"
119
+ },
120
+ {
121
+ "deprecationReason": null,
122
+ "description": null,
123
+ "isDeprecated": false,
124
+ "name": "SERVICE_PRINCIPLE"
125
+ }
126
+ ],
127
+ "fields": null,
128
+ "inputFields": null,
129
+ "interfaces": null,
130
+ "kind": "ENUM",
131
+ "name": "AdminType",
132
+ "possibleTypes": null
133
+ },
134
+ "indexType": "enum",
135
+ "kind": [
136
+ "NON_NULL",
137
+ "ENUM"
138
+ ],
139
+ "name": "AdminType",
140
+ "non_null": false
141
+ },
142
+ "varName": "adminType"
143
+ },
144
+ "creationDate": {
145
+ "args": {},
146
+ "deprecationReason": null,
147
+ "description": null,
148
+ "id_str": "creationDate",
149
+ "isDeprecated": false,
150
+ "name": "creationDate",
151
+ "path": "creationDate",
152
+ "requestStr": "$creationDate:String! ",
153
+ "required": true,
154
+ "responseStr": "creationDate:$creationDate ",
155
+ "type": {
156
+ "kind": [
157
+ "NON_NULL",
158
+ "SCALAR"
159
+ ],
160
+ "name": "String",
161
+ "non_null": false
162
+ },
163
+ "varName": "creationDate"
164
+ },
165
+ "email": {
166
+ "args": {},
167
+ "deprecationReason": null,
168
+ "description": null,
169
+ "id_str": "email",
170
+ "isDeprecated": false,
171
+ "name": "email",
172
+ "path": "email",
173
+ "requestStr": "$email:String ",
174
+ "required": false,
175
+ "responseStr": "email:$email ",
176
+ "type": {
177
+ "kind": [
178
+ "SCALAR"
179
+ ],
180
+ "name": "String",
181
+ "non_null": false
182
+ },
183
+ "varName": "email"
184
+ },
185
+ "id": {
186
+ "args": {},
187
+ "deprecationReason": null,
188
+ "description": null,
189
+ "id_str": "id",
190
+ "isDeprecated": false,
191
+ "name": "id",
192
+ "path": "id",
193
+ "requestStr": "$id:ID! ",
194
+ "required": true,
195
+ "responseStr": "id:$id ",
196
+ "type": {
197
+ "kind": [
198
+ "NON_NULL",
199
+ "SCALAR"
200
+ ],
201
+ "name": "ID",
202
+ "non_null": false
203
+ },
204
+ "varName": "id"
205
+ },
206
+ "managedRoles": {
207
+ "args": {},
208
+ "deprecationReason": null,
209
+ "description": null,
210
+ "id_str": "managedRoles",
211
+ "isDeprecated": false,
212
+ "name": "managedRoles",
213
+ "path": "managedRoles",
214
+ "requestStr": "$adminRole:[AdminRole] ",
215
+ "required": false,
216
+ "responseStr": "managedRoles:$adminRole ",
217
+ "type": {
218
+ "definition": {
219
+ "description": null,
220
+ "enumValues": null,
221
+ "fields": {
222
+ "allowedAccounts": {
223
+ "args": {},
224
+ "deprecationReason": null,
225
+ "description": null,
226
+ "id_str": "managedRoles___allowedAccounts",
227
+ "isDeprecated": false,
228
+ "name": "allowedAccounts",
229
+ "path": "managedRoles.allowedAccounts",
230
+ "requestStr": "$allowedAccounts:[ID] ",
231
+ "required": false,
232
+ "responseStr": "allowedAccounts:$allowedAccounts ",
233
+ "type": {
234
+ "kind": [
235
+ "LIST",
236
+ "NON_NULL",
237
+ "SCALAR"
238
+ ],
239
+ "name": "ID",
240
+ "non_null": false
241
+ },
242
+ "varName": "allowedAccounts"
243
+ },
244
+ "allowedEntities": {
245
+ "alias": "allowedEntitiesAdminRole: allowedEntities",
246
+ "args": {},
247
+ "deprecationReason": null,
248
+ "description": null,
249
+ "id_str": "managedRoles___allowedEntities",
250
+ "isDeprecated": false,
251
+ "name": "allowedEntities",
252
+ "path": "managedRoles.allowedEntities",
253
+ "requestStr": "$entity:[Entity] ",
254
+ "required": false,
255
+ "responseStr": "allowedEntities:$entity ",
256
+ "type": {
257
+ "definition": {
258
+ "description": null,
259
+ "enumValues": null,
260
+ "fields": {
261
+ "id": {
262
+ "args": {},
263
+ "deprecationReason": null,
264
+ "description": null,
265
+ "id_str": "managedRoles___allowedEntities___id",
266
+ "isDeprecated": false,
267
+ "name": "id",
268
+ "path": "managedRoles.allowedEntities.id",
269
+ "requestStr": "$id:ID! ",
270
+ "required": true,
271
+ "responseStr": "id:$id ",
272
+ "type": {
273
+ "kind": [
274
+ "NON_NULL",
275
+ "SCALAR"
276
+ ],
277
+ "name": "ID",
278
+ "non_null": false
279
+ },
280
+ "varName": "id"
281
+ },
282
+ "name": {
283
+ "args": {},
284
+ "deprecationReason": null,
285
+ "description": null,
286
+ "id_str": "managedRoles___allowedEntities___name",
287
+ "isDeprecated": false,
288
+ "name": "name",
289
+ "path": "managedRoles.allowedEntities.name",
290
+ "requestStr": "$name:String ",
291
+ "required": false,
292
+ "responseStr": "name:$name ",
293
+ "type": {
294
+ "kind": [
295
+ "SCALAR"
296
+ ],
297
+ "name": "String",
298
+ "non_null": false
299
+ },
300
+ "varName": "name"
301
+ },
302
+ "type": {
303
+ "alias": "typeEntity: type",
304
+ "args": {},
305
+ "deprecationReason": null,
306
+ "description": null,
307
+ "id_str": "managedRoles___allowedEntities___type",
308
+ "isDeprecated": false,
309
+ "name": "type",
310
+ "path": "managedRoles.allowedEntities.type",
311
+ "requestStr": "$type:EntityType! ",
312
+ "required": true,
313
+ "responseStr": "type:$type ",
314
+ "type": {
315
+ "definition": {
316
+ "description": null,
317
+ "enumValues": [
318
+ {
319
+ "deprecationReason": null,
320
+ "description": "A reference to a configured Account under reseller",
321
+ "isDeprecated": false,
322
+ "name": "account"
323
+ },
324
+ {
325
+ "deprecationReason": null,
326
+ "description": "A reference to a configured Site within Account",
327
+ "isDeprecated": false,
328
+ "name": "site"
329
+ },
330
+ {
331
+ "deprecationReason": null,
332
+ "description": "A reference to the configured VPN User within Account",
333
+ "isDeprecated": false,
334
+ "name": "vpnUser"
335
+ },
336
+ {
337
+ "deprecationReason": null,
338
+ "description": "Geographical and political entity recognized internationally",
339
+ "isDeprecated": false,
340
+ "name": "country"
341
+ },
342
+ {
343
+ "deprecationReason": null,
344
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
345
+ "isDeprecated": false,
346
+ "name": "countryState"
347
+ },
348
+ {
349
+ "deprecationReason": null,
350
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
351
+ "isDeprecated": false,
352
+ "name": "timezone"
353
+ },
354
+ {
355
+ "deprecationReason": null,
356
+ "description": "A reference to the configured Host within Site",
357
+ "isDeprecated": false,
358
+ "name": "host"
359
+ },
360
+ {
361
+ "deprecationReason": null,
362
+ "description": "Any entity (matches everything)",
363
+ "isDeprecated": false,
364
+ "name": "any"
365
+ },
366
+ {
367
+ "deprecationReason": null,
368
+ "description": "A reference to the configured Network Interface within Site",
369
+ "isDeprecated": false,
370
+ "name": "networkInterface"
371
+ },
372
+ {
373
+ "deprecationReason": null,
374
+ "description": null,
375
+ "isDeprecated": false,
376
+ "name": "location"
377
+ },
378
+ {
379
+ "deprecationReason": null,
380
+ "description": "An account administrator (user in Cato Console)",
381
+ "isDeprecated": false,
382
+ "name": "admin"
383
+ },
384
+ {
385
+ "deprecationReason": null,
386
+ "description": "A reference to Local Routing Rule within Site",
387
+ "isDeprecated": false,
388
+ "name": "localRouting"
389
+ },
390
+ {
391
+ "deprecationReason": null,
392
+ "description": "A reference to LAN Firewall Rule within Site",
393
+ "isDeprecated": false,
394
+ "name": "lanFirewall"
395
+ },
396
+ {
397
+ "deprecationReason": null,
398
+ "description": "An external IP address in a specific PoP reserved for the account",
399
+ "isDeprecated": false,
400
+ "name": "allocatedIP"
401
+ },
402
+ {
403
+ "deprecationReason": null,
404
+ "description": "union of the globalRange and a Subnet",
405
+ "isDeprecated": false,
406
+ "name": "siteRange"
407
+ },
408
+ {
409
+ "deprecationReason": null,
410
+ "description": "l4 services for LAN firewall rules",
411
+ "isDeprecated": false,
412
+ "name": "simpleService"
413
+ },
414
+ {
415
+ "deprecationReason": null,
416
+ "description": "Site licenses available for use",
417
+ "isDeprecated": false,
418
+ "name": "availableSiteUsage"
419
+ },
420
+ {
421
+ "deprecationReason": null,
422
+ "description": "Pooled licenses available for use",
423
+ "isDeprecated": false,
424
+ "name": "availablePooledUsage"
425
+ },
426
+ {
427
+ "deprecationReason": null,
428
+ "description": "A reference to DHCP Relay Group within account",
429
+ "isDeprecated": false,
430
+ "name": "dhcpRelayGroup"
431
+ },
432
+ {
433
+ "deprecationReason": null,
434
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
435
+ "isDeprecated": false,
436
+ "name": "portProtocol"
437
+ },
438
+ {
439
+ "deprecationReason": null,
440
+ "description": "A settlement with over 1K population",
441
+ "isDeprecated": false,
442
+ "name": "city"
443
+ },
444
+ {
445
+ "deprecationReason": null,
446
+ "description": null,
447
+ "isDeprecated": false,
448
+ "name": "groupSubscription"
449
+ },
450
+ {
451
+ "deprecationReason": null,
452
+ "description": null,
453
+ "isDeprecated": false,
454
+ "name": "mailingListSubscription"
455
+ },
456
+ {
457
+ "deprecationReason": null,
458
+ "description": null,
459
+ "isDeprecated": false,
460
+ "name": "webhookSubscription"
461
+ }
462
+ ],
463
+ "fields": null,
464
+ "inputFields": null,
465
+ "interfaces": null,
466
+ "kind": "ENUM",
467
+ "name": "EntityType",
468
+ "possibleTypes": null
469
+ },
470
+ "indexType": "enum",
471
+ "kind": [
472
+ "NON_NULL",
473
+ "ENUM"
474
+ ],
475
+ "name": "EntityType",
476
+ "non_null": false
477
+ },
478
+ "varName": "type"
479
+ }
480
+ },
481
+ "inputFields": null,
482
+ "interfaces": {},
483
+ "kind": "OBJECT",
484
+ "name": "Entity",
485
+ "possibleTypes": null
486
+ },
487
+ "indexType": "object",
488
+ "kind": [
489
+ "LIST",
490
+ "NON_NULL",
491
+ "OBJECT"
492
+ ],
493
+ "name": "Entity",
494
+ "non_null": false
495
+ },
496
+ "varName": "entity"
497
+ },
498
+ "role": {
499
+ "alias": "roleAdminRole: role",
500
+ "args": {},
501
+ "deprecationReason": null,
502
+ "description": null,
503
+ "id_str": "managedRoles___role",
504
+ "isDeprecated": false,
505
+ "name": "role",
506
+ "path": "managedRoles.role",
507
+ "requestStr": "$rBACRole:RBACRole! ",
508
+ "required": true,
509
+ "responseStr": "role:$rBACRole ",
510
+ "type": {
511
+ "definition": {
512
+ "description": null,
513
+ "enumValues": null,
514
+ "fields": {
515
+ "description": {
516
+ "args": {},
517
+ "deprecationReason": null,
518
+ "description": null,
519
+ "id_str": "managedRoles___role___description",
520
+ "isDeprecated": false,
521
+ "name": "description",
522
+ "path": "managedRoles.role.description",
523
+ "requestStr": "$description:String ",
524
+ "required": false,
525
+ "responseStr": "description:$description ",
526
+ "type": {
527
+ "kind": [
528
+ "SCALAR"
529
+ ],
530
+ "name": "String",
531
+ "non_null": false
532
+ },
533
+ "varName": "description"
534
+ },
535
+ "id": {
536
+ "args": {},
537
+ "deprecationReason": null,
538
+ "description": null,
539
+ "id_str": "managedRoles___role___id",
540
+ "isDeprecated": false,
541
+ "name": "id",
542
+ "path": "managedRoles.role.id",
543
+ "requestStr": "$id:ID! ",
544
+ "required": true,
545
+ "responseStr": "id:$id ",
546
+ "type": {
547
+ "kind": [
548
+ "NON_NULL",
549
+ "SCALAR"
550
+ ],
551
+ "name": "ID",
552
+ "non_null": false
553
+ },
554
+ "varName": "id"
555
+ },
556
+ "isPredefined": {
557
+ "args": {},
558
+ "deprecationReason": null,
559
+ "description": null,
560
+ "id_str": "managedRoles___role___isPredefined",
561
+ "isDeprecated": false,
562
+ "name": "isPredefined",
563
+ "path": "managedRoles.role.isPredefined",
564
+ "requestStr": "$isPredefined:Boolean! ",
565
+ "required": true,
566
+ "responseStr": "isPredefined:$isPredefined ",
567
+ "type": {
568
+ "kind": [
569
+ "NON_NULL",
570
+ "SCALAR"
571
+ ],
572
+ "name": "Boolean",
573
+ "non_null": false
574
+ },
575
+ "varName": "isPredefined"
576
+ },
577
+ "name": {
578
+ "args": {},
579
+ "deprecationReason": null,
580
+ "description": null,
581
+ "id_str": "managedRoles___role___name",
582
+ "isDeprecated": false,
583
+ "name": "name",
584
+ "path": "managedRoles.role.name",
585
+ "requestStr": "$name:String! ",
586
+ "required": true,
587
+ "responseStr": "name:$name ",
588
+ "type": {
589
+ "kind": [
590
+ "NON_NULL",
591
+ "SCALAR"
592
+ ],
593
+ "name": "String",
594
+ "non_null": false
595
+ },
596
+ "varName": "name"
597
+ }
598
+ },
599
+ "inputFields": null,
600
+ "interfaces": {},
601
+ "kind": "OBJECT",
602
+ "name": "RBACRole",
603
+ "possibleTypes": null
604
+ },
605
+ "indexType": "object",
606
+ "kind": [
607
+ "NON_NULL",
608
+ "OBJECT"
609
+ ],
610
+ "name": "RBACRole",
611
+ "non_null": false
612
+ },
613
+ "varName": "rBACRole"
614
+ }
615
+ },
616
+ "inputFields": null,
617
+ "interfaces": {},
618
+ "kind": "OBJECT",
619
+ "name": "AdminRole",
620
+ "possibleTypes": null
621
+ },
622
+ "indexType": "object",
623
+ "kind": [
624
+ "LIST",
625
+ "NON_NULL",
626
+ "OBJECT"
627
+ ],
628
+ "name": "AdminRole",
629
+ "non_null": false
630
+ },
631
+ "varName": "adminRole"
632
+ },
633
+ "name": {
634
+ "args": {},
635
+ "deprecationReason": null,
636
+ "description": null,
637
+ "id_str": "name",
638
+ "isDeprecated": false,
639
+ "name": "name",
640
+ "path": "name",
641
+ "requestStr": "$name:String! ",
642
+ "required": true,
643
+ "responseStr": "name:$name ",
644
+ "type": {
645
+ "kind": [
646
+ "NON_NULL",
647
+ "SCALAR"
648
+ ],
649
+ "name": "String",
650
+ "non_null": false
651
+ },
652
+ "varName": "name"
653
+ },
654
+ "resellerRoles": {
655
+ "args": {},
656
+ "deprecationReason": null,
657
+ "description": null,
658
+ "id_str": "resellerRoles",
659
+ "isDeprecated": false,
660
+ "name": "resellerRoles",
661
+ "path": "resellerRoles",
662
+ "requestStr": "$adminRole:[AdminRole] ",
663
+ "required": false,
664
+ "responseStr": "resellerRoles:$adminRole ",
665
+ "type": {
666
+ "definition": {
667
+ "description": null,
668
+ "enumValues": null,
669
+ "fields": {
670
+ "allowedAccounts": {
671
+ "args": {},
672
+ "deprecationReason": null,
673
+ "description": null,
674
+ "id_str": "resellerRoles___allowedAccounts",
675
+ "isDeprecated": false,
676
+ "name": "allowedAccounts",
677
+ "path": "resellerRoles.allowedAccounts",
678
+ "requestStr": "$allowedAccounts:[ID] ",
679
+ "required": false,
680
+ "responseStr": "allowedAccounts:$allowedAccounts ",
681
+ "type": {
682
+ "kind": [
683
+ "LIST",
684
+ "NON_NULL",
685
+ "SCALAR"
686
+ ],
687
+ "name": "ID",
688
+ "non_null": false
689
+ },
690
+ "varName": "allowedAccounts"
691
+ },
692
+ "allowedEntities": {
693
+ "alias": "allowedEntitiesAdminRole: allowedEntities",
694
+ "args": {},
695
+ "deprecationReason": null,
696
+ "description": null,
697
+ "id_str": "resellerRoles___allowedEntities",
698
+ "isDeprecated": false,
699
+ "name": "allowedEntities",
700
+ "path": "resellerRoles.allowedEntities",
701
+ "requestStr": "$entity:[Entity] ",
702
+ "required": false,
703
+ "responseStr": "allowedEntities:$entity ",
704
+ "type": {
705
+ "definition": {
706
+ "description": null,
707
+ "enumValues": null,
708
+ "fields": {
709
+ "id": {
710
+ "args": {},
711
+ "deprecationReason": null,
712
+ "description": null,
713
+ "id_str": "resellerRoles___allowedEntities___id",
714
+ "isDeprecated": false,
715
+ "name": "id",
716
+ "path": "resellerRoles.allowedEntities.id",
717
+ "requestStr": "$id:ID! ",
718
+ "required": true,
719
+ "responseStr": "id:$id ",
720
+ "type": {
721
+ "kind": [
722
+ "NON_NULL",
723
+ "SCALAR"
724
+ ],
725
+ "name": "ID",
726
+ "non_null": false
727
+ },
728
+ "varName": "id"
729
+ },
730
+ "name": {
731
+ "args": {},
732
+ "deprecationReason": null,
733
+ "description": null,
734
+ "id_str": "resellerRoles___allowedEntities___name",
735
+ "isDeprecated": false,
736
+ "name": "name",
737
+ "path": "resellerRoles.allowedEntities.name",
738
+ "requestStr": "$name:String ",
739
+ "required": false,
740
+ "responseStr": "name:$name ",
741
+ "type": {
742
+ "kind": [
743
+ "SCALAR"
744
+ ],
745
+ "name": "String",
746
+ "non_null": false
747
+ },
748
+ "varName": "name"
749
+ },
750
+ "type": {
751
+ "alias": "typeEntity: type",
752
+ "args": {},
753
+ "deprecationReason": null,
754
+ "description": null,
755
+ "id_str": "resellerRoles___allowedEntities___type",
756
+ "isDeprecated": false,
757
+ "name": "type",
758
+ "path": "resellerRoles.allowedEntities.type",
759
+ "requestStr": "$type:EntityType! ",
760
+ "required": true,
761
+ "responseStr": "type:$type ",
762
+ "type": {
763
+ "definition": {
764
+ "description": null,
765
+ "enumValues": [
766
+ {
767
+ "deprecationReason": null,
768
+ "description": "A reference to a configured Account under reseller",
769
+ "isDeprecated": false,
770
+ "name": "account"
771
+ },
772
+ {
773
+ "deprecationReason": null,
774
+ "description": "A reference to a configured Site within Account",
775
+ "isDeprecated": false,
776
+ "name": "site"
777
+ },
778
+ {
779
+ "deprecationReason": null,
780
+ "description": "A reference to the configured VPN User within Account",
781
+ "isDeprecated": false,
782
+ "name": "vpnUser"
783
+ },
784
+ {
785
+ "deprecationReason": null,
786
+ "description": "Geographical and political entity recognized internationally",
787
+ "isDeprecated": false,
788
+ "name": "country"
789
+ },
790
+ {
791
+ "deprecationReason": null,
792
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
793
+ "isDeprecated": false,
794
+ "name": "countryState"
795
+ },
796
+ {
797
+ "deprecationReason": null,
798
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
799
+ "isDeprecated": false,
800
+ "name": "timezone"
801
+ },
802
+ {
803
+ "deprecationReason": null,
804
+ "description": "A reference to the configured Host within Site",
805
+ "isDeprecated": false,
806
+ "name": "host"
807
+ },
808
+ {
809
+ "deprecationReason": null,
810
+ "description": "Any entity (matches everything)",
811
+ "isDeprecated": false,
812
+ "name": "any"
813
+ },
814
+ {
815
+ "deprecationReason": null,
816
+ "description": "A reference to the configured Network Interface within Site",
817
+ "isDeprecated": false,
818
+ "name": "networkInterface"
819
+ },
820
+ {
821
+ "deprecationReason": null,
822
+ "description": null,
823
+ "isDeprecated": false,
824
+ "name": "location"
825
+ },
826
+ {
827
+ "deprecationReason": null,
828
+ "description": "An account administrator (user in Cato Console)",
829
+ "isDeprecated": false,
830
+ "name": "admin"
831
+ },
832
+ {
833
+ "deprecationReason": null,
834
+ "description": "A reference to Local Routing Rule within Site",
835
+ "isDeprecated": false,
836
+ "name": "localRouting"
837
+ },
838
+ {
839
+ "deprecationReason": null,
840
+ "description": "A reference to LAN Firewall Rule within Site",
841
+ "isDeprecated": false,
842
+ "name": "lanFirewall"
843
+ },
844
+ {
845
+ "deprecationReason": null,
846
+ "description": "An external IP address in a specific PoP reserved for the account",
847
+ "isDeprecated": false,
848
+ "name": "allocatedIP"
849
+ },
850
+ {
851
+ "deprecationReason": null,
852
+ "description": "union of the globalRange and a Subnet",
853
+ "isDeprecated": false,
854
+ "name": "siteRange"
855
+ },
856
+ {
857
+ "deprecationReason": null,
858
+ "description": "l4 services for LAN firewall rules",
859
+ "isDeprecated": false,
860
+ "name": "simpleService"
861
+ },
862
+ {
863
+ "deprecationReason": null,
864
+ "description": "Site licenses available for use",
865
+ "isDeprecated": false,
866
+ "name": "availableSiteUsage"
867
+ },
868
+ {
869
+ "deprecationReason": null,
870
+ "description": "Pooled licenses available for use",
871
+ "isDeprecated": false,
872
+ "name": "availablePooledUsage"
873
+ },
874
+ {
875
+ "deprecationReason": null,
876
+ "description": "A reference to DHCP Relay Group within account",
877
+ "isDeprecated": false,
878
+ "name": "dhcpRelayGroup"
879
+ },
880
+ {
881
+ "deprecationReason": null,
882
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
883
+ "isDeprecated": false,
884
+ "name": "portProtocol"
885
+ },
886
+ {
887
+ "deprecationReason": null,
888
+ "description": "A settlement with over 1K population",
889
+ "isDeprecated": false,
890
+ "name": "city"
891
+ },
892
+ {
893
+ "deprecationReason": null,
894
+ "description": null,
895
+ "isDeprecated": false,
896
+ "name": "groupSubscription"
897
+ },
898
+ {
899
+ "deprecationReason": null,
900
+ "description": null,
901
+ "isDeprecated": false,
902
+ "name": "mailingListSubscription"
903
+ },
904
+ {
905
+ "deprecationReason": null,
906
+ "description": null,
907
+ "isDeprecated": false,
908
+ "name": "webhookSubscription"
909
+ }
910
+ ],
911
+ "fields": null,
912
+ "inputFields": null,
913
+ "interfaces": null,
914
+ "kind": "ENUM",
915
+ "name": "EntityType",
916
+ "possibleTypes": null
917
+ },
918
+ "indexType": "enum",
919
+ "kind": [
920
+ "NON_NULL",
921
+ "ENUM"
922
+ ],
923
+ "name": "EntityType",
924
+ "non_null": false
925
+ },
926
+ "varName": "type"
927
+ }
928
+ },
929
+ "inputFields": null,
930
+ "interfaces": {},
931
+ "kind": "OBJECT",
932
+ "name": "Entity",
933
+ "possibleTypes": null
934
+ },
935
+ "indexType": "object",
936
+ "kind": [
937
+ "LIST",
938
+ "NON_NULL",
939
+ "OBJECT"
940
+ ],
941
+ "name": "Entity",
942
+ "non_null": false
943
+ },
944
+ "varName": "entity"
945
+ },
946
+ "role": {
947
+ "alias": "roleAdminRole: role",
948
+ "args": {},
949
+ "deprecationReason": null,
950
+ "description": null,
951
+ "id_str": "resellerRoles___role",
952
+ "isDeprecated": false,
953
+ "name": "role",
954
+ "path": "resellerRoles.role",
955
+ "requestStr": "$rBACRole:RBACRole! ",
956
+ "required": true,
957
+ "responseStr": "role:$rBACRole ",
958
+ "type": {
959
+ "definition": {
960
+ "description": null,
961
+ "enumValues": null,
962
+ "fields": {
963
+ "description": {
964
+ "args": {},
965
+ "deprecationReason": null,
966
+ "description": null,
967
+ "id_str": "resellerRoles___role___description",
968
+ "isDeprecated": false,
969
+ "name": "description",
970
+ "path": "resellerRoles.role.description",
971
+ "requestStr": "$description:String ",
972
+ "required": false,
973
+ "responseStr": "description:$description ",
974
+ "type": {
975
+ "kind": [
976
+ "SCALAR"
977
+ ],
978
+ "name": "String",
979
+ "non_null": false
980
+ },
981
+ "varName": "description"
982
+ },
983
+ "id": {
984
+ "args": {},
985
+ "deprecationReason": null,
986
+ "description": null,
987
+ "id_str": "resellerRoles___role___id",
988
+ "isDeprecated": false,
989
+ "name": "id",
990
+ "path": "resellerRoles.role.id",
991
+ "requestStr": "$id:ID! ",
992
+ "required": true,
993
+ "responseStr": "id:$id ",
994
+ "type": {
995
+ "kind": [
996
+ "NON_NULL",
997
+ "SCALAR"
998
+ ],
999
+ "name": "ID",
1000
+ "non_null": false
1001
+ },
1002
+ "varName": "id"
1003
+ },
1004
+ "isPredefined": {
1005
+ "args": {},
1006
+ "deprecationReason": null,
1007
+ "description": null,
1008
+ "id_str": "resellerRoles___role___isPredefined",
1009
+ "isDeprecated": false,
1010
+ "name": "isPredefined",
1011
+ "path": "resellerRoles.role.isPredefined",
1012
+ "requestStr": "$isPredefined:Boolean! ",
1013
+ "required": true,
1014
+ "responseStr": "isPredefined:$isPredefined ",
1015
+ "type": {
1016
+ "kind": [
1017
+ "NON_NULL",
1018
+ "SCALAR"
1019
+ ],
1020
+ "name": "Boolean",
1021
+ "non_null": false
1022
+ },
1023
+ "varName": "isPredefined"
1024
+ },
1025
+ "name": {
1026
+ "args": {},
1027
+ "deprecationReason": null,
1028
+ "description": null,
1029
+ "id_str": "resellerRoles___role___name",
1030
+ "isDeprecated": false,
1031
+ "name": "name",
1032
+ "path": "resellerRoles.role.name",
1033
+ "requestStr": "$name:String! ",
1034
+ "required": true,
1035
+ "responseStr": "name:$name ",
1036
+ "type": {
1037
+ "kind": [
1038
+ "NON_NULL",
1039
+ "SCALAR"
1040
+ ],
1041
+ "name": "String",
1042
+ "non_null": false
1043
+ },
1044
+ "varName": "name"
1045
+ }
1046
+ },
1047
+ "inputFields": null,
1048
+ "interfaces": {},
1049
+ "kind": "OBJECT",
1050
+ "name": "RBACRole",
1051
+ "possibleTypes": null
1052
+ },
1053
+ "indexType": "object",
1054
+ "kind": [
1055
+ "NON_NULL",
1056
+ "OBJECT"
1057
+ ],
1058
+ "name": "RBACRole",
1059
+ "non_null": false
1060
+ },
1061
+ "varName": "rBACRole"
1062
+ }
1063
+ },
1064
+ "inputFields": null,
1065
+ "interfaces": {},
1066
+ "kind": "OBJECT",
1067
+ "name": "AdminRole",
1068
+ "possibleTypes": null
1069
+ },
1070
+ "indexType": "object",
1071
+ "kind": [
1072
+ "LIST",
1073
+ "NON_NULL",
1074
+ "OBJECT"
1075
+ ],
1076
+ "name": "AdminRole",
1077
+ "non_null": false
1078
+ },
1079
+ "varName": "adminRole"
1080
+ }
1081
+ },
1082
+ "inputFields": null,
1083
+ "interfaces": [],
1084
+ "kind": "OBJECT",
1085
+ "name": "GetServicePrincipalAdminPayload",
1086
+ "possibleTypes": null
1087
+ },
1088
+ "indexType": "object",
1089
+ "kind": [
1090
+ "OBJECT"
1091
+ ],
1092
+ "name": "GetServicePrincipalAdminPayload",
1093
+ "non_null": false
1094
+ },
1095
+ "variablesPayload": {
1096
+ "adminID": "id"
1097
+ }
1098
+ }