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,2554 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "updateServicePrincipalAdmin": {
25
+ "args": {
26
+ "updateServicePrincipalAdmin___adminID": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateServicePrincipalAdmin___adminID",
30
+ "name": "adminID",
31
+ "path": "updateServicePrincipalAdmin.adminID",
32
+ "requestStr": "$adminID:ID! ",
33
+ "required": true,
34
+ "responseStr": "adminID:$adminID ",
35
+ "type": {
36
+ "kind": [
37
+ "NON_NULL",
38
+ "SCALAR"
39
+ ],
40
+ "name": "ID",
41
+ "non_null": false
42
+ },
43
+ "varName": "adminID"
44
+ },
45
+ "updateServicePrincipalAdmin___input": {
46
+ "defaultValue": null,
47
+ "description": null,
48
+ "id_str": "updateServicePrincipalAdmin___input",
49
+ "name": "input",
50
+ "path": "updateServicePrincipalAdmin.input",
51
+ "requestStr": "$updateServicePrincipalAdminInput:UpdateServicePrincipalAdminInput! ",
52
+ "required": true,
53
+ "responseStr": "input:$updateServicePrincipalAdminInput ",
54
+ "type": {
55
+ "definition": {
56
+ "description": null,
57
+ "enumValues": null,
58
+ "fields": null,
59
+ "inputFields": {
60
+ "managedRoles": {
61
+ "defaultValue": null,
62
+ "description": null,
63
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles",
64
+ "name": "managedRoles",
65
+ "path": "updateServicePrincipalAdmin.input.managedRoles",
66
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
67
+ "required": false,
68
+ "responseStr": "managedRoles:$updateAdminRoleInput ",
69
+ "type": {
70
+ "definition": {
71
+ "description": null,
72
+ "enumValues": null,
73
+ "fields": null,
74
+ "inputFields": {
75
+ "allowedAccounts": {
76
+ "defaultValue": null,
77
+ "description": null,
78
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedAccounts",
79
+ "name": "allowedAccounts",
80
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedAccounts",
81
+ "requestStr": "$allowedAccounts:[ID] ",
82
+ "required": false,
83
+ "responseStr": "allowedAccounts:$allowedAccounts ",
84
+ "type": {
85
+ "kind": [
86
+ "LIST",
87
+ "NON_NULL",
88
+ "SCALAR"
89
+ ],
90
+ "name": "ID",
91
+ "non_null": false
92
+ },
93
+ "varName": "allowedAccounts"
94
+ },
95
+ "allowedEntities": {
96
+ "defaultValue": null,
97
+ "description": null,
98
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities",
99
+ "name": "allowedEntities",
100
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities",
101
+ "requestStr": "$entityInput:[EntityInput] ",
102
+ "required": false,
103
+ "responseStr": "allowedEntities:$entityInput ",
104
+ "type": {
105
+ "definition": {
106
+ "description": null,
107
+ "enumValues": null,
108
+ "fields": null,
109
+ "inputFields": {
110
+ "id": {
111
+ "defaultValue": null,
112
+ "description": null,
113
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___id",
114
+ "name": "id",
115
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.id",
116
+ "requestStr": "$id:ID! ",
117
+ "required": true,
118
+ "responseStr": "id:$id ",
119
+ "type": {
120
+ "kind": [
121
+ "NON_NULL",
122
+ "SCALAR"
123
+ ],
124
+ "name": "ID",
125
+ "non_null": false
126
+ },
127
+ "varName": "id"
128
+ },
129
+ "name": {
130
+ "defaultValue": null,
131
+ "description": null,
132
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___name",
133
+ "name": "name",
134
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.name",
135
+ "requestStr": "$name:String ",
136
+ "required": false,
137
+ "responseStr": "name:$name ",
138
+ "type": {
139
+ "kind": [
140
+ "SCALAR"
141
+ ],
142
+ "name": "String",
143
+ "non_null": false
144
+ },
145
+ "varName": "name"
146
+ },
147
+ "type": {
148
+ "defaultValue": null,
149
+ "description": null,
150
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___type",
151
+ "name": "type",
152
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.type",
153
+ "requestStr": "$type:EntityType! ",
154
+ "required": true,
155
+ "responseStr": "type:$type ",
156
+ "type": {
157
+ "definition": {
158
+ "description": null,
159
+ "enumValues": [
160
+ {
161
+ "deprecationReason": null,
162
+ "description": "A reference to a configured Account under reseller",
163
+ "isDeprecated": false,
164
+ "name": "account"
165
+ },
166
+ {
167
+ "deprecationReason": null,
168
+ "description": "A reference to a configured Site within Account",
169
+ "isDeprecated": false,
170
+ "name": "site"
171
+ },
172
+ {
173
+ "deprecationReason": null,
174
+ "description": "A reference to the configured VPN User within Account",
175
+ "isDeprecated": false,
176
+ "name": "vpnUser"
177
+ },
178
+ {
179
+ "deprecationReason": null,
180
+ "description": "Geographical and political entity recognized internationally",
181
+ "isDeprecated": false,
182
+ "name": "country"
183
+ },
184
+ {
185
+ "deprecationReason": null,
186
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
187
+ "isDeprecated": false,
188
+ "name": "countryState"
189
+ },
190
+ {
191
+ "deprecationReason": null,
192
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
193
+ "isDeprecated": false,
194
+ "name": "timezone"
195
+ },
196
+ {
197
+ "deprecationReason": null,
198
+ "description": "A reference to the configured Host within Site",
199
+ "isDeprecated": false,
200
+ "name": "host"
201
+ },
202
+ {
203
+ "deprecationReason": null,
204
+ "description": "Any entity (matches everything)",
205
+ "isDeprecated": false,
206
+ "name": "any"
207
+ },
208
+ {
209
+ "deprecationReason": null,
210
+ "description": "A reference to the configured Network Interface within Site",
211
+ "isDeprecated": false,
212
+ "name": "networkInterface"
213
+ },
214
+ {
215
+ "deprecationReason": null,
216
+ "description": null,
217
+ "isDeprecated": false,
218
+ "name": "location"
219
+ },
220
+ {
221
+ "deprecationReason": null,
222
+ "description": "An account administrator (user in Cato Console)",
223
+ "isDeprecated": false,
224
+ "name": "admin"
225
+ },
226
+ {
227
+ "deprecationReason": null,
228
+ "description": "A reference to Local Routing Rule within Site",
229
+ "isDeprecated": false,
230
+ "name": "localRouting"
231
+ },
232
+ {
233
+ "deprecationReason": null,
234
+ "description": "A reference to LAN Firewall Rule within Site",
235
+ "isDeprecated": false,
236
+ "name": "lanFirewall"
237
+ },
238
+ {
239
+ "deprecationReason": null,
240
+ "description": "An external IP address in a specific PoP reserved for the account",
241
+ "isDeprecated": false,
242
+ "name": "allocatedIP"
243
+ },
244
+ {
245
+ "deprecationReason": null,
246
+ "description": "union of the globalRange and a Subnet",
247
+ "isDeprecated": false,
248
+ "name": "siteRange"
249
+ },
250
+ {
251
+ "deprecationReason": null,
252
+ "description": "l4 services for LAN firewall rules",
253
+ "isDeprecated": false,
254
+ "name": "simpleService"
255
+ },
256
+ {
257
+ "deprecationReason": null,
258
+ "description": "Site licenses available for use",
259
+ "isDeprecated": false,
260
+ "name": "availableSiteUsage"
261
+ },
262
+ {
263
+ "deprecationReason": null,
264
+ "description": "Pooled licenses available for use",
265
+ "isDeprecated": false,
266
+ "name": "availablePooledUsage"
267
+ },
268
+ {
269
+ "deprecationReason": null,
270
+ "description": "A reference to DHCP Relay Group within account",
271
+ "isDeprecated": false,
272
+ "name": "dhcpRelayGroup"
273
+ },
274
+ {
275
+ "deprecationReason": null,
276
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
277
+ "isDeprecated": false,
278
+ "name": "portProtocol"
279
+ },
280
+ {
281
+ "deprecationReason": null,
282
+ "description": "A settlement with over 1K population",
283
+ "isDeprecated": false,
284
+ "name": "city"
285
+ },
286
+ {
287
+ "deprecationReason": null,
288
+ "description": null,
289
+ "isDeprecated": false,
290
+ "name": "groupSubscription"
291
+ },
292
+ {
293
+ "deprecationReason": null,
294
+ "description": null,
295
+ "isDeprecated": false,
296
+ "name": "mailingListSubscription"
297
+ },
298
+ {
299
+ "deprecationReason": null,
300
+ "description": null,
301
+ "isDeprecated": false,
302
+ "name": "webhookSubscription"
303
+ }
304
+ ],
305
+ "fields": null,
306
+ "inputFields": null,
307
+ "interfaces": null,
308
+ "kind": "ENUM",
309
+ "name": "EntityType",
310
+ "possibleTypes": null
311
+ },
312
+ "indexType": "enum",
313
+ "kind": [
314
+ "NON_NULL",
315
+ "ENUM"
316
+ ],
317
+ "name": "EntityType",
318
+ "non_null": false
319
+ },
320
+ "varName": "type"
321
+ }
322
+ },
323
+ "interfaces": null,
324
+ "kind": "INPUT_OBJECT",
325
+ "name": "EntityInput",
326
+ "possibleTypes": null
327
+ },
328
+ "indexType": "input_object",
329
+ "kind": [
330
+ "LIST",
331
+ "NON_NULL",
332
+ "INPUT_OBJECT"
333
+ ],
334
+ "name": "EntityInput",
335
+ "non_null": false
336
+ },
337
+ "varName": "entityInput"
338
+ },
339
+ "role": {
340
+ "defaultValue": null,
341
+ "description": null,
342
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role",
343
+ "name": "role",
344
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role",
345
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
346
+ "required": true,
347
+ "responseStr": "role:$updateAccountRoleInput ",
348
+ "type": {
349
+ "definition": {
350
+ "description": null,
351
+ "enumValues": null,
352
+ "fields": null,
353
+ "inputFields": {
354
+ "id": {
355
+ "defaultValue": null,
356
+ "description": null,
357
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___id",
358
+ "name": "id",
359
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.id",
360
+ "requestStr": "$id:ID! ",
361
+ "required": true,
362
+ "responseStr": "id:$id ",
363
+ "type": {
364
+ "kind": [
365
+ "NON_NULL",
366
+ "SCALAR"
367
+ ],
368
+ "name": "ID",
369
+ "non_null": false
370
+ },
371
+ "varName": "id"
372
+ },
373
+ "name": {
374
+ "defaultValue": null,
375
+ "description": null,
376
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___name",
377
+ "name": "name",
378
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.name",
379
+ "requestStr": "$name:String ",
380
+ "required": false,
381
+ "responseStr": "name:$name ",
382
+ "type": {
383
+ "kind": [
384
+ "SCALAR"
385
+ ],
386
+ "name": "String",
387
+ "non_null": false
388
+ },
389
+ "varName": "name"
390
+ }
391
+ },
392
+ "interfaces": null,
393
+ "kind": "INPUT_OBJECT",
394
+ "name": "UpdateAccountRoleInput",
395
+ "possibleTypes": null
396
+ },
397
+ "indexType": "input_object",
398
+ "kind": [
399
+ "NON_NULL",
400
+ "INPUT_OBJECT"
401
+ ],
402
+ "name": "UpdateAccountRoleInput",
403
+ "non_null": false
404
+ },
405
+ "varName": "updateAccountRoleInput"
406
+ }
407
+ },
408
+ "interfaces": null,
409
+ "kind": "INPUT_OBJECT",
410
+ "name": "UpdateAdminRoleInput",
411
+ "possibleTypes": null
412
+ },
413
+ "indexType": "input_object",
414
+ "kind": [
415
+ "LIST",
416
+ "NON_NULL",
417
+ "INPUT_OBJECT"
418
+ ],
419
+ "name": "UpdateAdminRoleInput",
420
+ "non_null": false
421
+ },
422
+ "varName": "updateAdminRoleInput"
423
+ },
424
+ "name": {
425
+ "defaultValue": null,
426
+ "description": null,
427
+ "id_str": "updateServicePrincipalAdmin___input___name",
428
+ "name": "name",
429
+ "path": "updateServicePrincipalAdmin.input.name",
430
+ "requestStr": "$name:String ",
431
+ "required": false,
432
+ "responseStr": "name:$name ",
433
+ "type": {
434
+ "kind": [
435
+ "SCALAR"
436
+ ],
437
+ "name": "String",
438
+ "non_null": false
439
+ },
440
+ "varName": "name"
441
+ },
442
+ "resellerRoles": {
443
+ "defaultValue": null,
444
+ "description": null,
445
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles",
446
+ "name": "resellerRoles",
447
+ "path": "updateServicePrincipalAdmin.input.resellerRoles",
448
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
449
+ "required": false,
450
+ "responseStr": "resellerRoles:$updateAdminRoleInput ",
451
+ "type": {
452
+ "definition": {
453
+ "description": null,
454
+ "enumValues": null,
455
+ "fields": null,
456
+ "inputFields": {
457
+ "allowedAccounts": {
458
+ "defaultValue": null,
459
+ "description": null,
460
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedAccounts",
461
+ "name": "allowedAccounts",
462
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedAccounts",
463
+ "requestStr": "$allowedAccounts:[ID] ",
464
+ "required": false,
465
+ "responseStr": "allowedAccounts:$allowedAccounts ",
466
+ "type": {
467
+ "kind": [
468
+ "LIST",
469
+ "NON_NULL",
470
+ "SCALAR"
471
+ ],
472
+ "name": "ID",
473
+ "non_null": false
474
+ },
475
+ "varName": "allowedAccounts"
476
+ },
477
+ "allowedEntities": {
478
+ "defaultValue": null,
479
+ "description": null,
480
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities",
481
+ "name": "allowedEntities",
482
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities",
483
+ "requestStr": "$entityInput:[EntityInput] ",
484
+ "required": false,
485
+ "responseStr": "allowedEntities:$entityInput ",
486
+ "type": {
487
+ "definition": {
488
+ "description": null,
489
+ "enumValues": null,
490
+ "fields": null,
491
+ "inputFields": {
492
+ "id": {
493
+ "defaultValue": null,
494
+ "description": null,
495
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___id",
496
+ "name": "id",
497
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.id",
498
+ "requestStr": "$id:ID! ",
499
+ "required": true,
500
+ "responseStr": "id:$id ",
501
+ "type": {
502
+ "kind": [
503
+ "NON_NULL",
504
+ "SCALAR"
505
+ ],
506
+ "name": "ID",
507
+ "non_null": false
508
+ },
509
+ "varName": "id"
510
+ },
511
+ "name": {
512
+ "defaultValue": null,
513
+ "description": null,
514
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___name",
515
+ "name": "name",
516
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.name",
517
+ "requestStr": "$name:String ",
518
+ "required": false,
519
+ "responseStr": "name:$name ",
520
+ "type": {
521
+ "kind": [
522
+ "SCALAR"
523
+ ],
524
+ "name": "String",
525
+ "non_null": false
526
+ },
527
+ "varName": "name"
528
+ },
529
+ "type": {
530
+ "defaultValue": null,
531
+ "description": null,
532
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___type",
533
+ "name": "type",
534
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.type",
535
+ "requestStr": "$type:EntityType! ",
536
+ "required": true,
537
+ "responseStr": "type:$type ",
538
+ "type": {
539
+ "definition": {
540
+ "description": null,
541
+ "enumValues": [
542
+ {
543
+ "deprecationReason": null,
544
+ "description": "A reference to a configured Account under reseller",
545
+ "isDeprecated": false,
546
+ "name": "account"
547
+ },
548
+ {
549
+ "deprecationReason": null,
550
+ "description": "A reference to a configured Site within Account",
551
+ "isDeprecated": false,
552
+ "name": "site"
553
+ },
554
+ {
555
+ "deprecationReason": null,
556
+ "description": "A reference to the configured VPN User within Account",
557
+ "isDeprecated": false,
558
+ "name": "vpnUser"
559
+ },
560
+ {
561
+ "deprecationReason": null,
562
+ "description": "Geographical and political entity recognized internationally",
563
+ "isDeprecated": false,
564
+ "name": "country"
565
+ },
566
+ {
567
+ "deprecationReason": null,
568
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
569
+ "isDeprecated": false,
570
+ "name": "countryState"
571
+ },
572
+ {
573
+ "deprecationReason": null,
574
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
575
+ "isDeprecated": false,
576
+ "name": "timezone"
577
+ },
578
+ {
579
+ "deprecationReason": null,
580
+ "description": "A reference to the configured Host within Site",
581
+ "isDeprecated": false,
582
+ "name": "host"
583
+ },
584
+ {
585
+ "deprecationReason": null,
586
+ "description": "Any entity (matches everything)",
587
+ "isDeprecated": false,
588
+ "name": "any"
589
+ },
590
+ {
591
+ "deprecationReason": null,
592
+ "description": "A reference to the configured Network Interface within Site",
593
+ "isDeprecated": false,
594
+ "name": "networkInterface"
595
+ },
596
+ {
597
+ "deprecationReason": null,
598
+ "description": null,
599
+ "isDeprecated": false,
600
+ "name": "location"
601
+ },
602
+ {
603
+ "deprecationReason": null,
604
+ "description": "An account administrator (user in Cato Console)",
605
+ "isDeprecated": false,
606
+ "name": "admin"
607
+ },
608
+ {
609
+ "deprecationReason": null,
610
+ "description": "A reference to Local Routing Rule within Site",
611
+ "isDeprecated": false,
612
+ "name": "localRouting"
613
+ },
614
+ {
615
+ "deprecationReason": null,
616
+ "description": "A reference to LAN Firewall Rule within Site",
617
+ "isDeprecated": false,
618
+ "name": "lanFirewall"
619
+ },
620
+ {
621
+ "deprecationReason": null,
622
+ "description": "An external IP address in a specific PoP reserved for the account",
623
+ "isDeprecated": false,
624
+ "name": "allocatedIP"
625
+ },
626
+ {
627
+ "deprecationReason": null,
628
+ "description": "union of the globalRange and a Subnet",
629
+ "isDeprecated": false,
630
+ "name": "siteRange"
631
+ },
632
+ {
633
+ "deprecationReason": null,
634
+ "description": "l4 services for LAN firewall rules",
635
+ "isDeprecated": false,
636
+ "name": "simpleService"
637
+ },
638
+ {
639
+ "deprecationReason": null,
640
+ "description": "Site licenses available for use",
641
+ "isDeprecated": false,
642
+ "name": "availableSiteUsage"
643
+ },
644
+ {
645
+ "deprecationReason": null,
646
+ "description": "Pooled licenses available for use",
647
+ "isDeprecated": false,
648
+ "name": "availablePooledUsage"
649
+ },
650
+ {
651
+ "deprecationReason": null,
652
+ "description": "A reference to DHCP Relay Group within account",
653
+ "isDeprecated": false,
654
+ "name": "dhcpRelayGroup"
655
+ },
656
+ {
657
+ "deprecationReason": null,
658
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
659
+ "isDeprecated": false,
660
+ "name": "portProtocol"
661
+ },
662
+ {
663
+ "deprecationReason": null,
664
+ "description": "A settlement with over 1K population",
665
+ "isDeprecated": false,
666
+ "name": "city"
667
+ },
668
+ {
669
+ "deprecationReason": null,
670
+ "description": null,
671
+ "isDeprecated": false,
672
+ "name": "groupSubscription"
673
+ },
674
+ {
675
+ "deprecationReason": null,
676
+ "description": null,
677
+ "isDeprecated": false,
678
+ "name": "mailingListSubscription"
679
+ },
680
+ {
681
+ "deprecationReason": null,
682
+ "description": null,
683
+ "isDeprecated": false,
684
+ "name": "webhookSubscription"
685
+ }
686
+ ],
687
+ "fields": null,
688
+ "inputFields": null,
689
+ "interfaces": null,
690
+ "kind": "ENUM",
691
+ "name": "EntityType",
692
+ "possibleTypes": null
693
+ },
694
+ "indexType": "enum",
695
+ "kind": [
696
+ "NON_NULL",
697
+ "ENUM"
698
+ ],
699
+ "name": "EntityType",
700
+ "non_null": false
701
+ },
702
+ "varName": "type"
703
+ }
704
+ },
705
+ "interfaces": null,
706
+ "kind": "INPUT_OBJECT",
707
+ "name": "EntityInput",
708
+ "possibleTypes": null
709
+ },
710
+ "indexType": "input_object",
711
+ "kind": [
712
+ "LIST",
713
+ "NON_NULL",
714
+ "INPUT_OBJECT"
715
+ ],
716
+ "name": "EntityInput",
717
+ "non_null": false
718
+ },
719
+ "varName": "entityInput"
720
+ },
721
+ "role": {
722
+ "defaultValue": null,
723
+ "description": null,
724
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role",
725
+ "name": "role",
726
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role",
727
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
728
+ "required": true,
729
+ "responseStr": "role:$updateAccountRoleInput ",
730
+ "type": {
731
+ "definition": {
732
+ "description": null,
733
+ "enumValues": null,
734
+ "fields": null,
735
+ "inputFields": {
736
+ "id": {
737
+ "defaultValue": null,
738
+ "description": null,
739
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___id",
740
+ "name": "id",
741
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.id",
742
+ "requestStr": "$id:ID! ",
743
+ "required": true,
744
+ "responseStr": "id:$id ",
745
+ "type": {
746
+ "kind": [
747
+ "NON_NULL",
748
+ "SCALAR"
749
+ ],
750
+ "name": "ID",
751
+ "non_null": false
752
+ },
753
+ "varName": "id"
754
+ },
755
+ "name": {
756
+ "defaultValue": null,
757
+ "description": null,
758
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___name",
759
+ "name": "name",
760
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.name",
761
+ "requestStr": "$name:String ",
762
+ "required": false,
763
+ "responseStr": "name:$name ",
764
+ "type": {
765
+ "kind": [
766
+ "SCALAR"
767
+ ],
768
+ "name": "String",
769
+ "non_null": false
770
+ },
771
+ "varName": "name"
772
+ }
773
+ },
774
+ "interfaces": null,
775
+ "kind": "INPUT_OBJECT",
776
+ "name": "UpdateAccountRoleInput",
777
+ "possibleTypes": null
778
+ },
779
+ "indexType": "input_object",
780
+ "kind": [
781
+ "NON_NULL",
782
+ "INPUT_OBJECT"
783
+ ],
784
+ "name": "UpdateAccountRoleInput",
785
+ "non_null": false
786
+ },
787
+ "varName": "updateAccountRoleInput"
788
+ }
789
+ },
790
+ "interfaces": null,
791
+ "kind": "INPUT_OBJECT",
792
+ "name": "UpdateAdminRoleInput",
793
+ "possibleTypes": null
794
+ },
795
+ "indexType": "input_object",
796
+ "kind": [
797
+ "LIST",
798
+ "NON_NULL",
799
+ "INPUT_OBJECT"
800
+ ],
801
+ "name": "UpdateAdminRoleInput",
802
+ "non_null": false
803
+ },
804
+ "varName": "updateAdminRoleInput"
805
+ }
806
+ },
807
+ "interfaces": null,
808
+ "kind": "INPUT_OBJECT",
809
+ "name": "UpdateServicePrincipalAdminInput",
810
+ "possibleTypes": null
811
+ },
812
+ "indexType": "input_object",
813
+ "kind": [
814
+ "NON_NULL",
815
+ "INPUT_OBJECT"
816
+ ],
817
+ "name": "UpdateServicePrincipalAdminInput",
818
+ "non_null": false
819
+ },
820
+ "varName": "updateServicePrincipalAdminInput"
821
+ }
822
+ },
823
+ "deprecationReason": null,
824
+ "description": null,
825
+ "isDeprecated": false,
826
+ "name": "updateServicePrincipalAdmin",
827
+ "type": {
828
+ "kind": "OBJECT",
829
+ "name": "UpdateServicePrincipalAdminPayload",
830
+ "ofType": null
831
+ }
832
+ }
833
+ },
834
+ "deprecationReason": null,
835
+ "description": null,
836
+ "fieldTypes": {
837
+ "EntityInput": true,
838
+ "EntityType": true,
839
+ "UpdateAccountRoleInput": true,
840
+ "UpdateAdminRoleInput": true,
841
+ "UpdateServicePrincipalAdminPayload": true
842
+ },
843
+ "isDeprecated": false,
844
+ "name": "admin",
845
+ "operationArgs": {
846
+ "accountId": {
847
+ "defaultValue": null,
848
+ "description": null,
849
+ "id_str": "accountId",
850
+ "name": "accountId",
851
+ "path": "accountId",
852
+ "requestStr": "$accountId:ID! ",
853
+ "required": true,
854
+ "responseStr": "accountId:$accountId ",
855
+ "type": {
856
+ "kind": [
857
+ "NON_NULL",
858
+ "SCALAR"
859
+ ],
860
+ "name": "ID",
861
+ "non_null": false
862
+ },
863
+ "varName": "accountId"
864
+ },
865
+ "adminID": {
866
+ "defaultValue": null,
867
+ "description": null,
868
+ "id_str": "updateServicePrincipalAdmin___adminID",
869
+ "name": "adminID",
870
+ "path": "updateServicePrincipalAdmin.adminID",
871
+ "requestStr": "$adminID:ID! ",
872
+ "required": true,
873
+ "responseStr": "adminID:$adminID ",
874
+ "type": {
875
+ "kind": [
876
+ "NON_NULL",
877
+ "SCALAR"
878
+ ],
879
+ "name": "ID",
880
+ "non_null": false
881
+ },
882
+ "varName": "adminID"
883
+ },
884
+ "updateServicePrincipalAdminInput": {
885
+ "defaultValue": null,
886
+ "description": null,
887
+ "id_str": "updateServicePrincipalAdmin___input",
888
+ "name": "input",
889
+ "path": "updateServicePrincipalAdmin.input",
890
+ "requestStr": "$updateServicePrincipalAdminInput:UpdateServicePrincipalAdminInput! ",
891
+ "required": true,
892
+ "responseStr": "input:$updateServicePrincipalAdminInput ",
893
+ "type": {
894
+ "definition": {
895
+ "description": null,
896
+ "enumValues": null,
897
+ "fields": null,
898
+ "inputFields": {
899
+ "managedRoles": {
900
+ "defaultValue": null,
901
+ "description": null,
902
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles",
903
+ "name": "managedRoles",
904
+ "path": "updateServicePrincipalAdmin.input.managedRoles",
905
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
906
+ "required": false,
907
+ "responseStr": "managedRoles:$updateAdminRoleInput ",
908
+ "type": {
909
+ "definition": {
910
+ "description": null,
911
+ "enumValues": null,
912
+ "fields": null,
913
+ "inputFields": {
914
+ "allowedAccounts": {
915
+ "defaultValue": null,
916
+ "description": null,
917
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedAccounts",
918
+ "name": "allowedAccounts",
919
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedAccounts",
920
+ "requestStr": "$allowedAccounts:[ID] ",
921
+ "required": false,
922
+ "responseStr": "allowedAccounts:$allowedAccounts ",
923
+ "type": {
924
+ "kind": [
925
+ "LIST",
926
+ "NON_NULL",
927
+ "SCALAR"
928
+ ],
929
+ "name": "ID",
930
+ "non_null": false
931
+ },
932
+ "varName": "allowedAccounts"
933
+ },
934
+ "allowedEntities": {
935
+ "defaultValue": null,
936
+ "description": null,
937
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities",
938
+ "name": "allowedEntities",
939
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities",
940
+ "requestStr": "$entityInput:[EntityInput] ",
941
+ "required": false,
942
+ "responseStr": "allowedEntities:$entityInput ",
943
+ "type": {
944
+ "definition": {
945
+ "description": null,
946
+ "enumValues": null,
947
+ "fields": null,
948
+ "inputFields": {
949
+ "id": {
950
+ "defaultValue": null,
951
+ "description": null,
952
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___id",
953
+ "name": "id",
954
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.id",
955
+ "requestStr": "$id:ID! ",
956
+ "required": true,
957
+ "responseStr": "id:$id ",
958
+ "type": {
959
+ "kind": [
960
+ "NON_NULL",
961
+ "SCALAR"
962
+ ],
963
+ "name": "ID",
964
+ "non_null": false
965
+ },
966
+ "varName": "id"
967
+ },
968
+ "name": {
969
+ "defaultValue": null,
970
+ "description": null,
971
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___name",
972
+ "name": "name",
973
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.name",
974
+ "requestStr": "$name:String ",
975
+ "required": false,
976
+ "responseStr": "name:$name ",
977
+ "type": {
978
+ "kind": [
979
+ "SCALAR"
980
+ ],
981
+ "name": "String",
982
+ "non_null": false
983
+ },
984
+ "varName": "name"
985
+ },
986
+ "type": {
987
+ "defaultValue": null,
988
+ "description": null,
989
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___type",
990
+ "name": "type",
991
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.type",
992
+ "requestStr": "$type:EntityType! ",
993
+ "required": true,
994
+ "responseStr": "type:$type ",
995
+ "type": {
996
+ "definition": {
997
+ "description": null,
998
+ "enumValues": [
999
+ {
1000
+ "deprecationReason": null,
1001
+ "description": "A reference to a configured Account under reseller",
1002
+ "isDeprecated": false,
1003
+ "name": "account"
1004
+ },
1005
+ {
1006
+ "deprecationReason": null,
1007
+ "description": "A reference to a configured Site within Account",
1008
+ "isDeprecated": false,
1009
+ "name": "site"
1010
+ },
1011
+ {
1012
+ "deprecationReason": null,
1013
+ "description": "A reference to the configured VPN User within Account",
1014
+ "isDeprecated": false,
1015
+ "name": "vpnUser"
1016
+ },
1017
+ {
1018
+ "deprecationReason": null,
1019
+ "description": "Geographical and political entity recognized internationally",
1020
+ "isDeprecated": false,
1021
+ "name": "country"
1022
+ },
1023
+ {
1024
+ "deprecationReason": null,
1025
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
1026
+ "isDeprecated": false,
1027
+ "name": "countryState"
1028
+ },
1029
+ {
1030
+ "deprecationReason": null,
1031
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
1032
+ "isDeprecated": false,
1033
+ "name": "timezone"
1034
+ },
1035
+ {
1036
+ "deprecationReason": null,
1037
+ "description": "A reference to the configured Host within Site",
1038
+ "isDeprecated": false,
1039
+ "name": "host"
1040
+ },
1041
+ {
1042
+ "deprecationReason": null,
1043
+ "description": "Any entity (matches everything)",
1044
+ "isDeprecated": false,
1045
+ "name": "any"
1046
+ },
1047
+ {
1048
+ "deprecationReason": null,
1049
+ "description": "A reference to the configured Network Interface within Site",
1050
+ "isDeprecated": false,
1051
+ "name": "networkInterface"
1052
+ },
1053
+ {
1054
+ "deprecationReason": null,
1055
+ "description": null,
1056
+ "isDeprecated": false,
1057
+ "name": "location"
1058
+ },
1059
+ {
1060
+ "deprecationReason": null,
1061
+ "description": "An account administrator (user in Cato Console)",
1062
+ "isDeprecated": false,
1063
+ "name": "admin"
1064
+ },
1065
+ {
1066
+ "deprecationReason": null,
1067
+ "description": "A reference to Local Routing Rule within Site",
1068
+ "isDeprecated": false,
1069
+ "name": "localRouting"
1070
+ },
1071
+ {
1072
+ "deprecationReason": null,
1073
+ "description": "A reference to LAN Firewall Rule within Site",
1074
+ "isDeprecated": false,
1075
+ "name": "lanFirewall"
1076
+ },
1077
+ {
1078
+ "deprecationReason": null,
1079
+ "description": "An external IP address in a specific PoP reserved for the account",
1080
+ "isDeprecated": false,
1081
+ "name": "allocatedIP"
1082
+ },
1083
+ {
1084
+ "deprecationReason": null,
1085
+ "description": "union of the globalRange and a Subnet",
1086
+ "isDeprecated": false,
1087
+ "name": "siteRange"
1088
+ },
1089
+ {
1090
+ "deprecationReason": null,
1091
+ "description": "l4 services for LAN firewall rules",
1092
+ "isDeprecated": false,
1093
+ "name": "simpleService"
1094
+ },
1095
+ {
1096
+ "deprecationReason": null,
1097
+ "description": "Site licenses available for use",
1098
+ "isDeprecated": false,
1099
+ "name": "availableSiteUsage"
1100
+ },
1101
+ {
1102
+ "deprecationReason": null,
1103
+ "description": "Pooled licenses available for use",
1104
+ "isDeprecated": false,
1105
+ "name": "availablePooledUsage"
1106
+ },
1107
+ {
1108
+ "deprecationReason": null,
1109
+ "description": "A reference to DHCP Relay Group within account",
1110
+ "isDeprecated": false,
1111
+ "name": "dhcpRelayGroup"
1112
+ },
1113
+ {
1114
+ "deprecationReason": null,
1115
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
1116
+ "isDeprecated": false,
1117
+ "name": "portProtocol"
1118
+ },
1119
+ {
1120
+ "deprecationReason": null,
1121
+ "description": "A settlement with over 1K population",
1122
+ "isDeprecated": false,
1123
+ "name": "city"
1124
+ },
1125
+ {
1126
+ "deprecationReason": null,
1127
+ "description": null,
1128
+ "isDeprecated": false,
1129
+ "name": "groupSubscription"
1130
+ },
1131
+ {
1132
+ "deprecationReason": null,
1133
+ "description": null,
1134
+ "isDeprecated": false,
1135
+ "name": "mailingListSubscription"
1136
+ },
1137
+ {
1138
+ "deprecationReason": null,
1139
+ "description": null,
1140
+ "isDeprecated": false,
1141
+ "name": "webhookSubscription"
1142
+ }
1143
+ ],
1144
+ "fields": null,
1145
+ "inputFields": null,
1146
+ "interfaces": null,
1147
+ "kind": "ENUM",
1148
+ "name": "EntityType",
1149
+ "possibleTypes": null
1150
+ },
1151
+ "indexType": "enum",
1152
+ "kind": [
1153
+ "NON_NULL",
1154
+ "ENUM"
1155
+ ],
1156
+ "name": "EntityType",
1157
+ "non_null": false
1158
+ },
1159
+ "varName": "type"
1160
+ }
1161
+ },
1162
+ "interfaces": null,
1163
+ "kind": "INPUT_OBJECT",
1164
+ "name": "EntityInput",
1165
+ "possibleTypes": null
1166
+ },
1167
+ "indexType": "input_object",
1168
+ "kind": [
1169
+ "LIST",
1170
+ "NON_NULL",
1171
+ "INPUT_OBJECT"
1172
+ ],
1173
+ "name": "EntityInput",
1174
+ "non_null": false
1175
+ },
1176
+ "varName": "entityInput"
1177
+ },
1178
+ "role": {
1179
+ "defaultValue": null,
1180
+ "description": null,
1181
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role",
1182
+ "name": "role",
1183
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role",
1184
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
1185
+ "required": true,
1186
+ "responseStr": "role:$updateAccountRoleInput ",
1187
+ "type": {
1188
+ "definition": {
1189
+ "description": null,
1190
+ "enumValues": null,
1191
+ "fields": null,
1192
+ "inputFields": {
1193
+ "id": {
1194
+ "defaultValue": null,
1195
+ "description": null,
1196
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___id",
1197
+ "name": "id",
1198
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.id",
1199
+ "requestStr": "$id:ID! ",
1200
+ "required": true,
1201
+ "responseStr": "id:$id ",
1202
+ "type": {
1203
+ "kind": [
1204
+ "NON_NULL",
1205
+ "SCALAR"
1206
+ ],
1207
+ "name": "ID",
1208
+ "non_null": false
1209
+ },
1210
+ "varName": "id"
1211
+ },
1212
+ "name": {
1213
+ "defaultValue": null,
1214
+ "description": null,
1215
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___name",
1216
+ "name": "name",
1217
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.name",
1218
+ "requestStr": "$name:String ",
1219
+ "required": false,
1220
+ "responseStr": "name:$name ",
1221
+ "type": {
1222
+ "kind": [
1223
+ "SCALAR"
1224
+ ],
1225
+ "name": "String",
1226
+ "non_null": false
1227
+ },
1228
+ "varName": "name"
1229
+ }
1230
+ },
1231
+ "interfaces": null,
1232
+ "kind": "INPUT_OBJECT",
1233
+ "name": "UpdateAccountRoleInput",
1234
+ "possibleTypes": null
1235
+ },
1236
+ "indexType": "input_object",
1237
+ "kind": [
1238
+ "NON_NULL",
1239
+ "INPUT_OBJECT"
1240
+ ],
1241
+ "name": "UpdateAccountRoleInput",
1242
+ "non_null": false
1243
+ },
1244
+ "varName": "updateAccountRoleInput"
1245
+ }
1246
+ },
1247
+ "interfaces": null,
1248
+ "kind": "INPUT_OBJECT",
1249
+ "name": "UpdateAdminRoleInput",
1250
+ "possibleTypes": null
1251
+ },
1252
+ "indexType": "input_object",
1253
+ "kind": [
1254
+ "LIST",
1255
+ "NON_NULL",
1256
+ "INPUT_OBJECT"
1257
+ ],
1258
+ "name": "UpdateAdminRoleInput",
1259
+ "non_null": false
1260
+ },
1261
+ "varName": "updateAdminRoleInput"
1262
+ },
1263
+ "name": {
1264
+ "defaultValue": null,
1265
+ "description": null,
1266
+ "id_str": "updateServicePrincipalAdmin___input___name",
1267
+ "name": "name",
1268
+ "path": "updateServicePrincipalAdmin.input.name",
1269
+ "requestStr": "$name:String ",
1270
+ "required": false,
1271
+ "responseStr": "name:$name ",
1272
+ "type": {
1273
+ "kind": [
1274
+ "SCALAR"
1275
+ ],
1276
+ "name": "String",
1277
+ "non_null": false
1278
+ },
1279
+ "varName": "name"
1280
+ },
1281
+ "resellerRoles": {
1282
+ "defaultValue": null,
1283
+ "description": null,
1284
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles",
1285
+ "name": "resellerRoles",
1286
+ "path": "updateServicePrincipalAdmin.input.resellerRoles",
1287
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
1288
+ "required": false,
1289
+ "responseStr": "resellerRoles:$updateAdminRoleInput ",
1290
+ "type": {
1291
+ "definition": {
1292
+ "description": null,
1293
+ "enumValues": null,
1294
+ "fields": null,
1295
+ "inputFields": {
1296
+ "allowedAccounts": {
1297
+ "defaultValue": null,
1298
+ "description": null,
1299
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedAccounts",
1300
+ "name": "allowedAccounts",
1301
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedAccounts",
1302
+ "requestStr": "$allowedAccounts:[ID] ",
1303
+ "required": false,
1304
+ "responseStr": "allowedAccounts:$allowedAccounts ",
1305
+ "type": {
1306
+ "kind": [
1307
+ "LIST",
1308
+ "NON_NULL",
1309
+ "SCALAR"
1310
+ ],
1311
+ "name": "ID",
1312
+ "non_null": false
1313
+ },
1314
+ "varName": "allowedAccounts"
1315
+ },
1316
+ "allowedEntities": {
1317
+ "defaultValue": null,
1318
+ "description": null,
1319
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities",
1320
+ "name": "allowedEntities",
1321
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities",
1322
+ "requestStr": "$entityInput:[EntityInput] ",
1323
+ "required": false,
1324
+ "responseStr": "allowedEntities:$entityInput ",
1325
+ "type": {
1326
+ "definition": {
1327
+ "description": null,
1328
+ "enumValues": null,
1329
+ "fields": null,
1330
+ "inputFields": {
1331
+ "id": {
1332
+ "defaultValue": null,
1333
+ "description": null,
1334
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___id",
1335
+ "name": "id",
1336
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.id",
1337
+ "requestStr": "$id:ID! ",
1338
+ "required": true,
1339
+ "responseStr": "id:$id ",
1340
+ "type": {
1341
+ "kind": [
1342
+ "NON_NULL",
1343
+ "SCALAR"
1344
+ ],
1345
+ "name": "ID",
1346
+ "non_null": false
1347
+ },
1348
+ "varName": "id"
1349
+ },
1350
+ "name": {
1351
+ "defaultValue": null,
1352
+ "description": null,
1353
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___name",
1354
+ "name": "name",
1355
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.name",
1356
+ "requestStr": "$name:String ",
1357
+ "required": false,
1358
+ "responseStr": "name:$name ",
1359
+ "type": {
1360
+ "kind": [
1361
+ "SCALAR"
1362
+ ],
1363
+ "name": "String",
1364
+ "non_null": false
1365
+ },
1366
+ "varName": "name"
1367
+ },
1368
+ "type": {
1369
+ "defaultValue": null,
1370
+ "description": null,
1371
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___type",
1372
+ "name": "type",
1373
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.type",
1374
+ "requestStr": "$type:EntityType! ",
1375
+ "required": true,
1376
+ "responseStr": "type:$type ",
1377
+ "type": {
1378
+ "definition": {
1379
+ "description": null,
1380
+ "enumValues": [
1381
+ {
1382
+ "deprecationReason": null,
1383
+ "description": "A reference to a configured Account under reseller",
1384
+ "isDeprecated": false,
1385
+ "name": "account"
1386
+ },
1387
+ {
1388
+ "deprecationReason": null,
1389
+ "description": "A reference to a configured Site within Account",
1390
+ "isDeprecated": false,
1391
+ "name": "site"
1392
+ },
1393
+ {
1394
+ "deprecationReason": null,
1395
+ "description": "A reference to the configured VPN User within Account",
1396
+ "isDeprecated": false,
1397
+ "name": "vpnUser"
1398
+ },
1399
+ {
1400
+ "deprecationReason": null,
1401
+ "description": "Geographical and political entity recognized internationally",
1402
+ "isDeprecated": false,
1403
+ "name": "country"
1404
+ },
1405
+ {
1406
+ "deprecationReason": null,
1407
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
1408
+ "isDeprecated": false,
1409
+ "name": "countryState"
1410
+ },
1411
+ {
1412
+ "deprecationReason": null,
1413
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
1414
+ "isDeprecated": false,
1415
+ "name": "timezone"
1416
+ },
1417
+ {
1418
+ "deprecationReason": null,
1419
+ "description": "A reference to the configured Host within Site",
1420
+ "isDeprecated": false,
1421
+ "name": "host"
1422
+ },
1423
+ {
1424
+ "deprecationReason": null,
1425
+ "description": "Any entity (matches everything)",
1426
+ "isDeprecated": false,
1427
+ "name": "any"
1428
+ },
1429
+ {
1430
+ "deprecationReason": null,
1431
+ "description": "A reference to the configured Network Interface within Site",
1432
+ "isDeprecated": false,
1433
+ "name": "networkInterface"
1434
+ },
1435
+ {
1436
+ "deprecationReason": null,
1437
+ "description": null,
1438
+ "isDeprecated": false,
1439
+ "name": "location"
1440
+ },
1441
+ {
1442
+ "deprecationReason": null,
1443
+ "description": "An account administrator (user in Cato Console)",
1444
+ "isDeprecated": false,
1445
+ "name": "admin"
1446
+ },
1447
+ {
1448
+ "deprecationReason": null,
1449
+ "description": "A reference to Local Routing Rule within Site",
1450
+ "isDeprecated": false,
1451
+ "name": "localRouting"
1452
+ },
1453
+ {
1454
+ "deprecationReason": null,
1455
+ "description": "A reference to LAN Firewall Rule within Site",
1456
+ "isDeprecated": false,
1457
+ "name": "lanFirewall"
1458
+ },
1459
+ {
1460
+ "deprecationReason": null,
1461
+ "description": "An external IP address in a specific PoP reserved for the account",
1462
+ "isDeprecated": false,
1463
+ "name": "allocatedIP"
1464
+ },
1465
+ {
1466
+ "deprecationReason": null,
1467
+ "description": "union of the globalRange and a Subnet",
1468
+ "isDeprecated": false,
1469
+ "name": "siteRange"
1470
+ },
1471
+ {
1472
+ "deprecationReason": null,
1473
+ "description": "l4 services for LAN firewall rules",
1474
+ "isDeprecated": false,
1475
+ "name": "simpleService"
1476
+ },
1477
+ {
1478
+ "deprecationReason": null,
1479
+ "description": "Site licenses available for use",
1480
+ "isDeprecated": false,
1481
+ "name": "availableSiteUsage"
1482
+ },
1483
+ {
1484
+ "deprecationReason": null,
1485
+ "description": "Pooled licenses available for use",
1486
+ "isDeprecated": false,
1487
+ "name": "availablePooledUsage"
1488
+ },
1489
+ {
1490
+ "deprecationReason": null,
1491
+ "description": "A reference to DHCP Relay Group within account",
1492
+ "isDeprecated": false,
1493
+ "name": "dhcpRelayGroup"
1494
+ },
1495
+ {
1496
+ "deprecationReason": null,
1497
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
1498
+ "isDeprecated": false,
1499
+ "name": "portProtocol"
1500
+ },
1501
+ {
1502
+ "deprecationReason": null,
1503
+ "description": "A settlement with over 1K population",
1504
+ "isDeprecated": false,
1505
+ "name": "city"
1506
+ },
1507
+ {
1508
+ "deprecationReason": null,
1509
+ "description": null,
1510
+ "isDeprecated": false,
1511
+ "name": "groupSubscription"
1512
+ },
1513
+ {
1514
+ "deprecationReason": null,
1515
+ "description": null,
1516
+ "isDeprecated": false,
1517
+ "name": "mailingListSubscription"
1518
+ },
1519
+ {
1520
+ "deprecationReason": null,
1521
+ "description": null,
1522
+ "isDeprecated": false,
1523
+ "name": "webhookSubscription"
1524
+ }
1525
+ ],
1526
+ "fields": null,
1527
+ "inputFields": null,
1528
+ "interfaces": null,
1529
+ "kind": "ENUM",
1530
+ "name": "EntityType",
1531
+ "possibleTypes": null
1532
+ },
1533
+ "indexType": "enum",
1534
+ "kind": [
1535
+ "NON_NULL",
1536
+ "ENUM"
1537
+ ],
1538
+ "name": "EntityType",
1539
+ "non_null": false
1540
+ },
1541
+ "varName": "type"
1542
+ }
1543
+ },
1544
+ "interfaces": null,
1545
+ "kind": "INPUT_OBJECT",
1546
+ "name": "EntityInput",
1547
+ "possibleTypes": null
1548
+ },
1549
+ "indexType": "input_object",
1550
+ "kind": [
1551
+ "LIST",
1552
+ "NON_NULL",
1553
+ "INPUT_OBJECT"
1554
+ ],
1555
+ "name": "EntityInput",
1556
+ "non_null": false
1557
+ },
1558
+ "varName": "entityInput"
1559
+ },
1560
+ "role": {
1561
+ "defaultValue": null,
1562
+ "description": null,
1563
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role",
1564
+ "name": "role",
1565
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role",
1566
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
1567
+ "required": true,
1568
+ "responseStr": "role:$updateAccountRoleInput ",
1569
+ "type": {
1570
+ "definition": {
1571
+ "description": null,
1572
+ "enumValues": null,
1573
+ "fields": null,
1574
+ "inputFields": {
1575
+ "id": {
1576
+ "defaultValue": null,
1577
+ "description": null,
1578
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___id",
1579
+ "name": "id",
1580
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.id",
1581
+ "requestStr": "$id:ID! ",
1582
+ "required": true,
1583
+ "responseStr": "id:$id ",
1584
+ "type": {
1585
+ "kind": [
1586
+ "NON_NULL",
1587
+ "SCALAR"
1588
+ ],
1589
+ "name": "ID",
1590
+ "non_null": false
1591
+ },
1592
+ "varName": "id"
1593
+ },
1594
+ "name": {
1595
+ "defaultValue": null,
1596
+ "description": null,
1597
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___name",
1598
+ "name": "name",
1599
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.name",
1600
+ "requestStr": "$name:String ",
1601
+ "required": false,
1602
+ "responseStr": "name:$name ",
1603
+ "type": {
1604
+ "kind": [
1605
+ "SCALAR"
1606
+ ],
1607
+ "name": "String",
1608
+ "non_null": false
1609
+ },
1610
+ "varName": "name"
1611
+ }
1612
+ },
1613
+ "interfaces": null,
1614
+ "kind": "INPUT_OBJECT",
1615
+ "name": "UpdateAccountRoleInput",
1616
+ "possibleTypes": null
1617
+ },
1618
+ "indexType": "input_object",
1619
+ "kind": [
1620
+ "NON_NULL",
1621
+ "INPUT_OBJECT"
1622
+ ],
1623
+ "name": "UpdateAccountRoleInput",
1624
+ "non_null": false
1625
+ },
1626
+ "varName": "updateAccountRoleInput"
1627
+ }
1628
+ },
1629
+ "interfaces": null,
1630
+ "kind": "INPUT_OBJECT",
1631
+ "name": "UpdateAdminRoleInput",
1632
+ "possibleTypes": null
1633
+ },
1634
+ "indexType": "input_object",
1635
+ "kind": [
1636
+ "LIST",
1637
+ "NON_NULL",
1638
+ "INPUT_OBJECT"
1639
+ ],
1640
+ "name": "UpdateAdminRoleInput",
1641
+ "non_null": false
1642
+ },
1643
+ "varName": "updateAdminRoleInput"
1644
+ }
1645
+ },
1646
+ "interfaces": null,
1647
+ "kind": "INPUT_OBJECT",
1648
+ "name": "UpdateServicePrincipalAdminInput",
1649
+ "possibleTypes": null
1650
+ },
1651
+ "indexType": "input_object",
1652
+ "kind": [
1653
+ "NON_NULL",
1654
+ "INPUT_OBJECT"
1655
+ ],
1656
+ "name": "UpdateServicePrincipalAdminInput",
1657
+ "non_null": false
1658
+ },
1659
+ "varName": "updateServicePrincipalAdminInput"
1660
+ }
1661
+ },
1662
+ "path": "mutation.admin.updateServicePrincipalAdmin",
1663
+ "type": {
1664
+ "definition": {
1665
+ "description": null,
1666
+ "enumValues": null,
1667
+ "fields": {
1668
+ "updateServicePrincipalAdmin": {
1669
+ "args": {
1670
+ "updateServicePrincipalAdmin___adminID": {
1671
+ "defaultValue": null,
1672
+ "description": null,
1673
+ "id_str": "updateServicePrincipalAdmin___adminID",
1674
+ "name": "adminID",
1675
+ "path": "updateServicePrincipalAdmin.adminID",
1676
+ "requestStr": "$adminID:ID! ",
1677
+ "required": true,
1678
+ "responseStr": "adminID:$adminID ",
1679
+ "type": {
1680
+ "kind": [
1681
+ "NON_NULL",
1682
+ "SCALAR"
1683
+ ],
1684
+ "name": "ID",
1685
+ "non_null": false
1686
+ },
1687
+ "varName": "adminID"
1688
+ },
1689
+ "updateServicePrincipalAdmin___input": {
1690
+ "defaultValue": null,
1691
+ "description": null,
1692
+ "id_str": "updateServicePrincipalAdmin___input",
1693
+ "name": "input",
1694
+ "path": "updateServicePrincipalAdmin.input",
1695
+ "requestStr": "$updateServicePrincipalAdminInput:UpdateServicePrincipalAdminInput! ",
1696
+ "required": true,
1697
+ "responseStr": "input:$updateServicePrincipalAdminInput ",
1698
+ "type": {
1699
+ "definition": {
1700
+ "description": null,
1701
+ "enumValues": null,
1702
+ "fields": null,
1703
+ "inputFields": {
1704
+ "managedRoles": {
1705
+ "defaultValue": null,
1706
+ "description": null,
1707
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles",
1708
+ "name": "managedRoles",
1709
+ "path": "updateServicePrincipalAdmin.input.managedRoles",
1710
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
1711
+ "required": false,
1712
+ "responseStr": "managedRoles:$updateAdminRoleInput ",
1713
+ "type": {
1714
+ "definition": {
1715
+ "description": null,
1716
+ "enumValues": null,
1717
+ "fields": null,
1718
+ "inputFields": {
1719
+ "allowedAccounts": {
1720
+ "defaultValue": null,
1721
+ "description": null,
1722
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedAccounts",
1723
+ "name": "allowedAccounts",
1724
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedAccounts",
1725
+ "requestStr": "$allowedAccounts:[ID] ",
1726
+ "required": false,
1727
+ "responseStr": "allowedAccounts:$allowedAccounts ",
1728
+ "type": {
1729
+ "kind": [
1730
+ "LIST",
1731
+ "NON_NULL",
1732
+ "SCALAR"
1733
+ ],
1734
+ "name": "ID",
1735
+ "non_null": false
1736
+ },
1737
+ "varName": "allowedAccounts"
1738
+ },
1739
+ "allowedEntities": {
1740
+ "defaultValue": null,
1741
+ "description": null,
1742
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities",
1743
+ "name": "allowedEntities",
1744
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities",
1745
+ "requestStr": "$entityInput:[EntityInput] ",
1746
+ "required": false,
1747
+ "responseStr": "allowedEntities:$entityInput ",
1748
+ "type": {
1749
+ "definition": {
1750
+ "description": null,
1751
+ "enumValues": null,
1752
+ "fields": null,
1753
+ "inputFields": {
1754
+ "id": {
1755
+ "defaultValue": null,
1756
+ "description": null,
1757
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___id",
1758
+ "name": "id",
1759
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.id",
1760
+ "requestStr": "$id:ID! ",
1761
+ "required": true,
1762
+ "responseStr": "id:$id ",
1763
+ "type": {
1764
+ "kind": [
1765
+ "NON_NULL",
1766
+ "SCALAR"
1767
+ ],
1768
+ "name": "ID",
1769
+ "non_null": false
1770
+ },
1771
+ "varName": "id"
1772
+ },
1773
+ "name": {
1774
+ "defaultValue": null,
1775
+ "description": null,
1776
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___name",
1777
+ "name": "name",
1778
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.name",
1779
+ "requestStr": "$name:String ",
1780
+ "required": false,
1781
+ "responseStr": "name:$name ",
1782
+ "type": {
1783
+ "kind": [
1784
+ "SCALAR"
1785
+ ],
1786
+ "name": "String",
1787
+ "non_null": false
1788
+ },
1789
+ "varName": "name"
1790
+ },
1791
+ "type": {
1792
+ "defaultValue": null,
1793
+ "description": null,
1794
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___allowedEntities___type",
1795
+ "name": "type",
1796
+ "path": "updateServicePrincipalAdmin.input.managedRoles.allowedEntities.type",
1797
+ "requestStr": "$type:EntityType! ",
1798
+ "required": true,
1799
+ "responseStr": "type:$type ",
1800
+ "type": {
1801
+ "definition": {
1802
+ "description": null,
1803
+ "enumValues": [
1804
+ {
1805
+ "deprecationReason": null,
1806
+ "description": "A reference to a configured Account under reseller",
1807
+ "isDeprecated": false,
1808
+ "name": "account"
1809
+ },
1810
+ {
1811
+ "deprecationReason": null,
1812
+ "description": "A reference to a configured Site within Account",
1813
+ "isDeprecated": false,
1814
+ "name": "site"
1815
+ },
1816
+ {
1817
+ "deprecationReason": null,
1818
+ "description": "A reference to the configured VPN User within Account",
1819
+ "isDeprecated": false,
1820
+ "name": "vpnUser"
1821
+ },
1822
+ {
1823
+ "deprecationReason": null,
1824
+ "description": "Geographical and political entity recognized internationally",
1825
+ "isDeprecated": false,
1826
+ "name": "country"
1827
+ },
1828
+ {
1829
+ "deprecationReason": null,
1830
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
1831
+ "isDeprecated": false,
1832
+ "name": "countryState"
1833
+ },
1834
+ {
1835
+ "deprecationReason": null,
1836
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
1837
+ "isDeprecated": false,
1838
+ "name": "timezone"
1839
+ },
1840
+ {
1841
+ "deprecationReason": null,
1842
+ "description": "A reference to the configured Host within Site",
1843
+ "isDeprecated": false,
1844
+ "name": "host"
1845
+ },
1846
+ {
1847
+ "deprecationReason": null,
1848
+ "description": "Any entity (matches everything)",
1849
+ "isDeprecated": false,
1850
+ "name": "any"
1851
+ },
1852
+ {
1853
+ "deprecationReason": null,
1854
+ "description": "A reference to the configured Network Interface within Site",
1855
+ "isDeprecated": false,
1856
+ "name": "networkInterface"
1857
+ },
1858
+ {
1859
+ "deprecationReason": null,
1860
+ "description": null,
1861
+ "isDeprecated": false,
1862
+ "name": "location"
1863
+ },
1864
+ {
1865
+ "deprecationReason": null,
1866
+ "description": "An account administrator (user in Cato Console)",
1867
+ "isDeprecated": false,
1868
+ "name": "admin"
1869
+ },
1870
+ {
1871
+ "deprecationReason": null,
1872
+ "description": "A reference to Local Routing Rule within Site",
1873
+ "isDeprecated": false,
1874
+ "name": "localRouting"
1875
+ },
1876
+ {
1877
+ "deprecationReason": null,
1878
+ "description": "A reference to LAN Firewall Rule within Site",
1879
+ "isDeprecated": false,
1880
+ "name": "lanFirewall"
1881
+ },
1882
+ {
1883
+ "deprecationReason": null,
1884
+ "description": "An external IP address in a specific PoP reserved for the account",
1885
+ "isDeprecated": false,
1886
+ "name": "allocatedIP"
1887
+ },
1888
+ {
1889
+ "deprecationReason": null,
1890
+ "description": "union of the globalRange and a Subnet",
1891
+ "isDeprecated": false,
1892
+ "name": "siteRange"
1893
+ },
1894
+ {
1895
+ "deprecationReason": null,
1896
+ "description": "l4 services for LAN firewall rules",
1897
+ "isDeprecated": false,
1898
+ "name": "simpleService"
1899
+ },
1900
+ {
1901
+ "deprecationReason": null,
1902
+ "description": "Site licenses available for use",
1903
+ "isDeprecated": false,
1904
+ "name": "availableSiteUsage"
1905
+ },
1906
+ {
1907
+ "deprecationReason": null,
1908
+ "description": "Pooled licenses available for use",
1909
+ "isDeprecated": false,
1910
+ "name": "availablePooledUsage"
1911
+ },
1912
+ {
1913
+ "deprecationReason": null,
1914
+ "description": "A reference to DHCP Relay Group within account",
1915
+ "isDeprecated": false,
1916
+ "name": "dhcpRelayGroup"
1917
+ },
1918
+ {
1919
+ "deprecationReason": null,
1920
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
1921
+ "isDeprecated": false,
1922
+ "name": "portProtocol"
1923
+ },
1924
+ {
1925
+ "deprecationReason": null,
1926
+ "description": "A settlement with over 1K population",
1927
+ "isDeprecated": false,
1928
+ "name": "city"
1929
+ },
1930
+ {
1931
+ "deprecationReason": null,
1932
+ "description": null,
1933
+ "isDeprecated": false,
1934
+ "name": "groupSubscription"
1935
+ },
1936
+ {
1937
+ "deprecationReason": null,
1938
+ "description": null,
1939
+ "isDeprecated": false,
1940
+ "name": "mailingListSubscription"
1941
+ },
1942
+ {
1943
+ "deprecationReason": null,
1944
+ "description": null,
1945
+ "isDeprecated": false,
1946
+ "name": "webhookSubscription"
1947
+ }
1948
+ ],
1949
+ "fields": null,
1950
+ "inputFields": null,
1951
+ "interfaces": null,
1952
+ "kind": "ENUM",
1953
+ "name": "EntityType",
1954
+ "possibleTypes": null
1955
+ },
1956
+ "indexType": "enum",
1957
+ "kind": [
1958
+ "NON_NULL",
1959
+ "ENUM"
1960
+ ],
1961
+ "name": "EntityType",
1962
+ "non_null": false
1963
+ },
1964
+ "varName": "type"
1965
+ }
1966
+ },
1967
+ "interfaces": null,
1968
+ "kind": "INPUT_OBJECT",
1969
+ "name": "EntityInput",
1970
+ "possibleTypes": null
1971
+ },
1972
+ "indexType": "input_object",
1973
+ "kind": [
1974
+ "LIST",
1975
+ "NON_NULL",
1976
+ "INPUT_OBJECT"
1977
+ ],
1978
+ "name": "EntityInput",
1979
+ "non_null": false
1980
+ },
1981
+ "varName": "entityInput"
1982
+ },
1983
+ "role": {
1984
+ "defaultValue": null,
1985
+ "description": null,
1986
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role",
1987
+ "name": "role",
1988
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role",
1989
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
1990
+ "required": true,
1991
+ "responseStr": "role:$updateAccountRoleInput ",
1992
+ "type": {
1993
+ "definition": {
1994
+ "description": null,
1995
+ "enumValues": null,
1996
+ "fields": null,
1997
+ "inputFields": {
1998
+ "id": {
1999
+ "defaultValue": null,
2000
+ "description": null,
2001
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___id",
2002
+ "name": "id",
2003
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.id",
2004
+ "requestStr": "$id:ID! ",
2005
+ "required": true,
2006
+ "responseStr": "id:$id ",
2007
+ "type": {
2008
+ "kind": [
2009
+ "NON_NULL",
2010
+ "SCALAR"
2011
+ ],
2012
+ "name": "ID",
2013
+ "non_null": false
2014
+ },
2015
+ "varName": "id"
2016
+ },
2017
+ "name": {
2018
+ "defaultValue": null,
2019
+ "description": null,
2020
+ "id_str": "updateServicePrincipalAdmin___input___managedRoles___role___name",
2021
+ "name": "name",
2022
+ "path": "updateServicePrincipalAdmin.input.managedRoles.role.name",
2023
+ "requestStr": "$name:String ",
2024
+ "required": false,
2025
+ "responseStr": "name:$name ",
2026
+ "type": {
2027
+ "kind": [
2028
+ "SCALAR"
2029
+ ],
2030
+ "name": "String",
2031
+ "non_null": false
2032
+ },
2033
+ "varName": "name"
2034
+ }
2035
+ },
2036
+ "interfaces": null,
2037
+ "kind": "INPUT_OBJECT",
2038
+ "name": "UpdateAccountRoleInput",
2039
+ "possibleTypes": null
2040
+ },
2041
+ "indexType": "input_object",
2042
+ "kind": [
2043
+ "NON_NULL",
2044
+ "INPUT_OBJECT"
2045
+ ],
2046
+ "name": "UpdateAccountRoleInput",
2047
+ "non_null": false
2048
+ },
2049
+ "varName": "updateAccountRoleInput"
2050
+ }
2051
+ },
2052
+ "interfaces": null,
2053
+ "kind": "INPUT_OBJECT",
2054
+ "name": "UpdateAdminRoleInput",
2055
+ "possibleTypes": null
2056
+ },
2057
+ "indexType": "input_object",
2058
+ "kind": [
2059
+ "LIST",
2060
+ "NON_NULL",
2061
+ "INPUT_OBJECT"
2062
+ ],
2063
+ "name": "UpdateAdminRoleInput",
2064
+ "non_null": false
2065
+ },
2066
+ "varName": "updateAdminRoleInput"
2067
+ },
2068
+ "name": {
2069
+ "defaultValue": null,
2070
+ "description": null,
2071
+ "id_str": "updateServicePrincipalAdmin___input___name",
2072
+ "name": "name",
2073
+ "path": "updateServicePrincipalAdmin.input.name",
2074
+ "requestStr": "$name:String ",
2075
+ "required": false,
2076
+ "responseStr": "name:$name ",
2077
+ "type": {
2078
+ "kind": [
2079
+ "SCALAR"
2080
+ ],
2081
+ "name": "String",
2082
+ "non_null": false
2083
+ },
2084
+ "varName": "name"
2085
+ },
2086
+ "resellerRoles": {
2087
+ "defaultValue": null,
2088
+ "description": null,
2089
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles",
2090
+ "name": "resellerRoles",
2091
+ "path": "updateServicePrincipalAdmin.input.resellerRoles",
2092
+ "requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
2093
+ "required": false,
2094
+ "responseStr": "resellerRoles:$updateAdminRoleInput ",
2095
+ "type": {
2096
+ "definition": {
2097
+ "description": null,
2098
+ "enumValues": null,
2099
+ "fields": null,
2100
+ "inputFields": {
2101
+ "allowedAccounts": {
2102
+ "defaultValue": null,
2103
+ "description": null,
2104
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedAccounts",
2105
+ "name": "allowedAccounts",
2106
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedAccounts",
2107
+ "requestStr": "$allowedAccounts:[ID] ",
2108
+ "required": false,
2109
+ "responseStr": "allowedAccounts:$allowedAccounts ",
2110
+ "type": {
2111
+ "kind": [
2112
+ "LIST",
2113
+ "NON_NULL",
2114
+ "SCALAR"
2115
+ ],
2116
+ "name": "ID",
2117
+ "non_null": false
2118
+ },
2119
+ "varName": "allowedAccounts"
2120
+ },
2121
+ "allowedEntities": {
2122
+ "defaultValue": null,
2123
+ "description": null,
2124
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities",
2125
+ "name": "allowedEntities",
2126
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities",
2127
+ "requestStr": "$entityInput:[EntityInput] ",
2128
+ "required": false,
2129
+ "responseStr": "allowedEntities:$entityInput ",
2130
+ "type": {
2131
+ "definition": {
2132
+ "description": null,
2133
+ "enumValues": null,
2134
+ "fields": null,
2135
+ "inputFields": {
2136
+ "id": {
2137
+ "defaultValue": null,
2138
+ "description": null,
2139
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___id",
2140
+ "name": "id",
2141
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.id",
2142
+ "requestStr": "$id:ID! ",
2143
+ "required": true,
2144
+ "responseStr": "id:$id ",
2145
+ "type": {
2146
+ "kind": [
2147
+ "NON_NULL",
2148
+ "SCALAR"
2149
+ ],
2150
+ "name": "ID",
2151
+ "non_null": false
2152
+ },
2153
+ "varName": "id"
2154
+ },
2155
+ "name": {
2156
+ "defaultValue": null,
2157
+ "description": null,
2158
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___name",
2159
+ "name": "name",
2160
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.name",
2161
+ "requestStr": "$name:String ",
2162
+ "required": false,
2163
+ "responseStr": "name:$name ",
2164
+ "type": {
2165
+ "kind": [
2166
+ "SCALAR"
2167
+ ],
2168
+ "name": "String",
2169
+ "non_null": false
2170
+ },
2171
+ "varName": "name"
2172
+ },
2173
+ "type": {
2174
+ "defaultValue": null,
2175
+ "description": null,
2176
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___allowedEntities___type",
2177
+ "name": "type",
2178
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.allowedEntities.type",
2179
+ "requestStr": "$type:EntityType! ",
2180
+ "required": true,
2181
+ "responseStr": "type:$type ",
2182
+ "type": {
2183
+ "definition": {
2184
+ "description": null,
2185
+ "enumValues": [
2186
+ {
2187
+ "deprecationReason": null,
2188
+ "description": "A reference to a configured Account under reseller",
2189
+ "isDeprecated": false,
2190
+ "name": "account"
2191
+ },
2192
+ {
2193
+ "deprecationReason": null,
2194
+ "description": "A reference to a configured Site within Account",
2195
+ "isDeprecated": false,
2196
+ "name": "site"
2197
+ },
2198
+ {
2199
+ "deprecationReason": null,
2200
+ "description": "A reference to the configured VPN User within Account",
2201
+ "isDeprecated": false,
2202
+ "name": "vpnUser"
2203
+ },
2204
+ {
2205
+ "deprecationReason": null,
2206
+ "description": "Geographical and political entity recognized internationally",
2207
+ "isDeprecated": false,
2208
+ "name": "country"
2209
+ },
2210
+ {
2211
+ "deprecationReason": null,
2212
+ "description": "Represents a state or territory within a country. It is a sub-division of the country",
2213
+ "isDeprecated": false,
2214
+ "name": "countryState"
2215
+ },
2216
+ {
2217
+ "deprecationReason": null,
2218
+ "description": "Time zone, which is a geographical region where clocks are set to the same time",
2219
+ "isDeprecated": false,
2220
+ "name": "timezone"
2221
+ },
2222
+ {
2223
+ "deprecationReason": null,
2224
+ "description": "A reference to the configured Host within Site",
2225
+ "isDeprecated": false,
2226
+ "name": "host"
2227
+ },
2228
+ {
2229
+ "deprecationReason": null,
2230
+ "description": "Any entity (matches everything)",
2231
+ "isDeprecated": false,
2232
+ "name": "any"
2233
+ },
2234
+ {
2235
+ "deprecationReason": null,
2236
+ "description": "A reference to the configured Network Interface within Site",
2237
+ "isDeprecated": false,
2238
+ "name": "networkInterface"
2239
+ },
2240
+ {
2241
+ "deprecationReason": null,
2242
+ "description": null,
2243
+ "isDeprecated": false,
2244
+ "name": "location"
2245
+ },
2246
+ {
2247
+ "deprecationReason": null,
2248
+ "description": "An account administrator (user in Cato Console)",
2249
+ "isDeprecated": false,
2250
+ "name": "admin"
2251
+ },
2252
+ {
2253
+ "deprecationReason": null,
2254
+ "description": "A reference to Local Routing Rule within Site",
2255
+ "isDeprecated": false,
2256
+ "name": "localRouting"
2257
+ },
2258
+ {
2259
+ "deprecationReason": null,
2260
+ "description": "A reference to LAN Firewall Rule within Site",
2261
+ "isDeprecated": false,
2262
+ "name": "lanFirewall"
2263
+ },
2264
+ {
2265
+ "deprecationReason": null,
2266
+ "description": "An external IP address in a specific PoP reserved for the account",
2267
+ "isDeprecated": false,
2268
+ "name": "allocatedIP"
2269
+ },
2270
+ {
2271
+ "deprecationReason": null,
2272
+ "description": "union of the globalRange and a Subnet",
2273
+ "isDeprecated": false,
2274
+ "name": "siteRange"
2275
+ },
2276
+ {
2277
+ "deprecationReason": null,
2278
+ "description": "l4 services for LAN firewall rules",
2279
+ "isDeprecated": false,
2280
+ "name": "simpleService"
2281
+ },
2282
+ {
2283
+ "deprecationReason": null,
2284
+ "description": "Site licenses available for use",
2285
+ "isDeprecated": false,
2286
+ "name": "availableSiteUsage"
2287
+ },
2288
+ {
2289
+ "deprecationReason": null,
2290
+ "description": "Pooled licenses available for use",
2291
+ "isDeprecated": false,
2292
+ "name": "availablePooledUsage"
2293
+ },
2294
+ {
2295
+ "deprecationReason": null,
2296
+ "description": "A reference to DHCP Relay Group within account",
2297
+ "isDeprecated": false,
2298
+ "name": "dhcpRelayGroup"
2299
+ },
2300
+ {
2301
+ "deprecationReason": null,
2302
+ "description": "Combination of protocol (TCP, UDP, TCP/UDP, ICMP) and port number",
2303
+ "isDeprecated": false,
2304
+ "name": "portProtocol"
2305
+ },
2306
+ {
2307
+ "deprecationReason": null,
2308
+ "description": "A settlement with over 1K population",
2309
+ "isDeprecated": false,
2310
+ "name": "city"
2311
+ },
2312
+ {
2313
+ "deprecationReason": null,
2314
+ "description": null,
2315
+ "isDeprecated": false,
2316
+ "name": "groupSubscription"
2317
+ },
2318
+ {
2319
+ "deprecationReason": null,
2320
+ "description": null,
2321
+ "isDeprecated": false,
2322
+ "name": "mailingListSubscription"
2323
+ },
2324
+ {
2325
+ "deprecationReason": null,
2326
+ "description": null,
2327
+ "isDeprecated": false,
2328
+ "name": "webhookSubscription"
2329
+ }
2330
+ ],
2331
+ "fields": null,
2332
+ "inputFields": null,
2333
+ "interfaces": null,
2334
+ "kind": "ENUM",
2335
+ "name": "EntityType",
2336
+ "possibleTypes": null
2337
+ },
2338
+ "indexType": "enum",
2339
+ "kind": [
2340
+ "NON_NULL",
2341
+ "ENUM"
2342
+ ],
2343
+ "name": "EntityType",
2344
+ "non_null": false
2345
+ },
2346
+ "varName": "type"
2347
+ }
2348
+ },
2349
+ "interfaces": null,
2350
+ "kind": "INPUT_OBJECT",
2351
+ "name": "EntityInput",
2352
+ "possibleTypes": null
2353
+ },
2354
+ "indexType": "input_object",
2355
+ "kind": [
2356
+ "LIST",
2357
+ "NON_NULL",
2358
+ "INPUT_OBJECT"
2359
+ ],
2360
+ "name": "EntityInput",
2361
+ "non_null": false
2362
+ },
2363
+ "varName": "entityInput"
2364
+ },
2365
+ "role": {
2366
+ "defaultValue": null,
2367
+ "description": null,
2368
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role",
2369
+ "name": "role",
2370
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role",
2371
+ "requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
2372
+ "required": true,
2373
+ "responseStr": "role:$updateAccountRoleInput ",
2374
+ "type": {
2375
+ "definition": {
2376
+ "description": null,
2377
+ "enumValues": null,
2378
+ "fields": null,
2379
+ "inputFields": {
2380
+ "id": {
2381
+ "defaultValue": null,
2382
+ "description": null,
2383
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___id",
2384
+ "name": "id",
2385
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.id",
2386
+ "requestStr": "$id:ID! ",
2387
+ "required": true,
2388
+ "responseStr": "id:$id ",
2389
+ "type": {
2390
+ "kind": [
2391
+ "NON_NULL",
2392
+ "SCALAR"
2393
+ ],
2394
+ "name": "ID",
2395
+ "non_null": false
2396
+ },
2397
+ "varName": "id"
2398
+ },
2399
+ "name": {
2400
+ "defaultValue": null,
2401
+ "description": null,
2402
+ "id_str": "updateServicePrincipalAdmin___input___resellerRoles___role___name",
2403
+ "name": "name",
2404
+ "path": "updateServicePrincipalAdmin.input.resellerRoles.role.name",
2405
+ "requestStr": "$name:String ",
2406
+ "required": false,
2407
+ "responseStr": "name:$name ",
2408
+ "type": {
2409
+ "kind": [
2410
+ "SCALAR"
2411
+ ],
2412
+ "name": "String",
2413
+ "non_null": false
2414
+ },
2415
+ "varName": "name"
2416
+ }
2417
+ },
2418
+ "interfaces": null,
2419
+ "kind": "INPUT_OBJECT",
2420
+ "name": "UpdateAccountRoleInput",
2421
+ "possibleTypes": null
2422
+ },
2423
+ "indexType": "input_object",
2424
+ "kind": [
2425
+ "NON_NULL",
2426
+ "INPUT_OBJECT"
2427
+ ],
2428
+ "name": "UpdateAccountRoleInput",
2429
+ "non_null": false
2430
+ },
2431
+ "varName": "updateAccountRoleInput"
2432
+ }
2433
+ },
2434
+ "interfaces": null,
2435
+ "kind": "INPUT_OBJECT",
2436
+ "name": "UpdateAdminRoleInput",
2437
+ "possibleTypes": null
2438
+ },
2439
+ "indexType": "input_object",
2440
+ "kind": [
2441
+ "LIST",
2442
+ "NON_NULL",
2443
+ "INPUT_OBJECT"
2444
+ ],
2445
+ "name": "UpdateAdminRoleInput",
2446
+ "non_null": false
2447
+ },
2448
+ "varName": "updateAdminRoleInput"
2449
+ }
2450
+ },
2451
+ "interfaces": null,
2452
+ "kind": "INPUT_OBJECT",
2453
+ "name": "UpdateServicePrincipalAdminInput",
2454
+ "possibleTypes": null
2455
+ },
2456
+ "indexType": "input_object",
2457
+ "kind": [
2458
+ "NON_NULL",
2459
+ "INPUT_OBJECT"
2460
+ ],
2461
+ "name": "UpdateServicePrincipalAdminInput",
2462
+ "non_null": false
2463
+ },
2464
+ "varName": "updateServicePrincipalAdminInput"
2465
+ }
2466
+ },
2467
+ "deprecationReason": null,
2468
+ "description": null,
2469
+ "id_str": "updateServicePrincipalAdmin",
2470
+ "isDeprecated": false,
2471
+ "name": "updateServicePrincipalAdmin",
2472
+ "path": "updateServicePrincipalAdmin",
2473
+ "requestStr": "$updateServicePrincipalAdminPayload:UpdateServicePrincipalAdminPayload ",
2474
+ "required": false,
2475
+ "responseStr": "updateServicePrincipalAdmin:$updateServicePrincipalAdminPayload ",
2476
+ "type": {
2477
+ "definition": {
2478
+ "description": null,
2479
+ "enumValues": null,
2480
+ "fields": {
2481
+ "adminID": {
2482
+ "args": {},
2483
+ "deprecationReason": null,
2484
+ "description": null,
2485
+ "id_str": "updateServicePrincipalAdmin___adminID",
2486
+ "isDeprecated": false,
2487
+ "name": "adminID",
2488
+ "path": "updateServicePrincipalAdmin.adminID",
2489
+ "requestStr": "$adminID:ID! ",
2490
+ "required": true,
2491
+ "responseStr": "adminID:$adminID ",
2492
+ "type": {
2493
+ "kind": [
2494
+ "NON_NULL",
2495
+ "SCALAR"
2496
+ ],
2497
+ "name": "ID",
2498
+ "non_null": false
2499
+ },
2500
+ "varName": "adminID"
2501
+ }
2502
+ },
2503
+ "inputFields": null,
2504
+ "interfaces": {},
2505
+ "kind": "OBJECT",
2506
+ "name": "UpdateServicePrincipalAdminPayload",
2507
+ "possibleTypes": null
2508
+ },
2509
+ "indexType": "object",
2510
+ "kind": [
2511
+ "OBJECT"
2512
+ ],
2513
+ "name": "UpdateServicePrincipalAdminPayload",
2514
+ "non_null": false
2515
+ },
2516
+ "varName": "updateServicePrincipalAdminPayload"
2517
+ }
2518
+ },
2519
+ "inputFields": null,
2520
+ "interfaces": [],
2521
+ "kind": "OBJECT",
2522
+ "name": "AdminMutations",
2523
+ "possibleTypes": null
2524
+ },
2525
+ "indexType": "object",
2526
+ "kind": [
2527
+ "NON_NULL",
2528
+ "OBJECT"
2529
+ ],
2530
+ "name": "AdminMutations",
2531
+ "non_null": false
2532
+ },
2533
+ "variablesPayload": {
2534
+ "adminID": "id",
2535
+ "updateServicePrincipalAdminInput": {
2536
+ "name": "string",
2537
+ "updateAdminRoleInput": {
2538
+ "allowedAccounts": [
2539
+ "id1",
2540
+ "id2"
2541
+ ],
2542
+ "allowedEntities": {
2543
+ "id": "id",
2544
+ "name": "string",
2545
+ "type": "account"
2546
+ },
2547
+ "role": {
2548
+ "id": "id",
2549
+ "name": "string"
2550
+ }
2551
+ }
2552
+ }
2553
+ }
2554
+ }