hfortix-fortios 0.5.0__py3-none-any.whl → 0.5.2__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.
Files changed (307) hide show
  1. hfortix_fortios/__init__.py +1 -1
  2. hfortix_fortios/__init__.pyi +83 -0
  3. hfortix_fortios/api/__init__.pyi +45 -0
  4. hfortix_fortios/api/v2/cmdb/__init__.pyi +37 -0
  5. hfortix_fortios/api/v2/cmdb/alertemail/__init__.pyi +17 -0
  6. hfortix_fortios/api/v2/cmdb/antivirus/__init__.pyi +23 -0
  7. hfortix_fortios/api/v2/cmdb/application/__init__.pyi +25 -0
  8. hfortix_fortios/api/v2/cmdb/authentication/__init__.pyi +21 -0
  9. hfortix_fortios/api/v2/cmdb/automation/__init__.pyi +17 -0
  10. hfortix_fortios/api/v2/cmdb/casb/__init__.pyi +23 -0
  11. hfortix_fortios/api/v2/cmdb/certificate/__init__.pyi +25 -0
  12. hfortix_fortios/api/v2/cmdb/diameter_filter/__init__.pyi +17 -0
  13. hfortix_fortios/api/v2/cmdb/dlp/__init__.pyi +31 -0
  14. hfortix_fortios/api/v2/cmdb/dnsfilter/__init__.pyi +19 -0
  15. hfortix_fortios/api/v2/cmdb/emailfilter/__init__.pyi +31 -0
  16. hfortix_fortios/api/v2/cmdb/endpoint_control/__init__.pyi +21 -0
  17. hfortix_fortios/api/v2/cmdb/ethernet_oam/__init__.pyi +17 -0
  18. hfortix_fortios/api/v2/cmdb/extension_controller/__init__.pyi +27 -0
  19. hfortix_fortios/api/v2/cmdb/file_filter/__init__.pyi +17 -0
  20. hfortix_fortios/api/v2/cmdb/firewall/__init__.pyi +173 -0
  21. hfortix_fortios/api/v2/cmdb/firewall/ipmacbinding/__init__.pyi +19 -0
  22. hfortix_fortios/api/v2/cmdb/firewall/policy.pyi +336 -0
  23. hfortix_fortios/api/v2/cmdb/firewall/schedule/__init__.pyi +21 -0
  24. hfortix_fortios/api/v2/cmdb/firewall/service/__init__.pyi +21 -0
  25. hfortix_fortios/api/v2/cmdb/firewall/shaper/__init__.pyi +19 -0
  26. hfortix_fortios/api/v2/cmdb/firewall/ssh/__init__.pyi +23 -0
  27. hfortix_fortios/api/v2/cmdb/firewall/ssl/__init__.pyi +17 -0
  28. hfortix_fortios/api/v2/cmdb/firewall/wildcard_fqdn/__init__.pyi +19 -0
  29. hfortix_fortios/api/v2/cmdb/ftp_proxy/__init__.pyi +17 -0
  30. hfortix_fortios/api/v2/cmdb/icap/__init__.pyi +21 -0
  31. hfortix_fortios/api/v2/cmdb/ips/__init__.pyi +31 -0
  32. hfortix_fortios/api/v2/cmdb/log/__init__.pyi +57 -0
  33. hfortix_fortios/api/v2/cmdb/log/disk/__init__.pyi +19 -0
  34. hfortix_fortios/api/v2/cmdb/log/fortianalyzer/__init__.pyi +23 -0
  35. hfortix_fortios/api/v2/cmdb/log/fortianalyzer2/__init__.pyi +23 -0
  36. hfortix_fortios/api/v2/cmdb/log/fortianalyzer3/__init__.pyi +23 -0
  37. hfortix_fortios/api/v2/cmdb/log/fortianalyzer_cloud/__init__.pyi +23 -0
  38. hfortix_fortios/api/v2/cmdb/log/fortiguard/__init__.pyi +23 -0
  39. hfortix_fortios/api/v2/cmdb/log/memory/__init__.pyi +21 -0
  40. hfortix_fortios/api/v2/cmdb/log/null_device/__init__.pyi +19 -0
  41. hfortix_fortios/api/v2/cmdb/log/syslogd/__init__.pyi +23 -0
  42. hfortix_fortios/api/v2/cmdb/log/syslogd2/__init__.pyi +23 -0
  43. hfortix_fortios/api/v2/cmdb/log/syslogd3/__init__.pyi +23 -0
  44. hfortix_fortios/api/v2/cmdb/log/syslogd4/__init__.pyi +23 -0
  45. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting/__init__.pyi +19 -0
  46. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting2/__init__.pyi +19 -0
  47. hfortix_fortios/api/v2/cmdb/log/tacacs_plus_accounting3/__init__.pyi +19 -0
  48. hfortix_fortios/api/v2/cmdb/log/webtrends/__init__.pyi +19 -0
  49. hfortix_fortios/api/v2/cmdb/monitoring/__init__.pyi +17 -0
  50. hfortix_fortios/api/v2/cmdb/report/__init__.pyi +19 -0
  51. hfortix_fortios/api/v2/cmdb/router/__init__.pyi +67 -0
  52. hfortix_fortios/api/v2/cmdb/rule/__init__.pyi +23 -0
  53. hfortix_fortios/api/v2/cmdb/sctp_filter/__init__.pyi +17 -0
  54. hfortix_fortios/api/v2/cmdb/switch_controller/__init__.pyi +93 -0
  55. hfortix_fortios/api/v2/cmdb/switch_controller/acl/__init__.pyi +19 -0
  56. hfortix_fortios/api/v2/cmdb/switch_controller/auto_config/__init__.pyi +21 -0
  57. hfortix_fortios/api/v2/cmdb/switch_controller/initial_config/__init__.pyi +19 -0
  58. hfortix_fortios/api/v2/cmdb/switch_controller/ptp/__init__.pyi +19 -0
  59. hfortix_fortios/api/v2/cmdb/switch_controller/qos/__init__.pyi +23 -0
  60. hfortix_fortios/api/v2/cmdb/switch_controller/security_policy/__init__.pyi +19 -0
  61. hfortix_fortios/api/v2/cmdb/system/__init__.pyi +275 -0
  62. hfortix_fortios/api/v2/cmdb/system/autoupdate/__init__.pyi +17 -0
  63. hfortix_fortios/api/v2/cmdb/system/dhcp/__init__.pyi +17 -0
  64. hfortix_fortios/api/v2/cmdb/system/dhcp6/__init__.pyi +17 -0
  65. hfortix_fortios/api/v2/cmdb/system/lldp/__init__.pyi +17 -0
  66. hfortix_fortios/api/v2/cmdb/system/replacemsg/__init__.pyi +39 -0
  67. hfortix_fortios/api/v2/cmdb/system/security_rating/__init__.pyi +19 -0
  68. hfortix_fortios/api/v2/cmdb/system/snmp/__init__.pyi +25 -0
  69. hfortix_fortios/api/v2/cmdb/system/x3g_modem/__init__.pyi +17 -0
  70. hfortix_fortios/api/v2/cmdb/user/__init__.pyi +63 -0
  71. hfortix_fortios/api/v2/cmdb/videofilter/__init__.pyi +21 -0
  72. hfortix_fortios/api/v2/cmdb/virtual_patch/__init__.pyi +17 -0
  73. hfortix_fortios/api/v2/cmdb/voip/__init__.pyi +17 -0
  74. hfortix_fortios/api/v2/cmdb/vpn/__init__.pyi +27 -0
  75. hfortix_fortios/api/v2/cmdb/vpn/certificate/__init__.pyi +29 -0
  76. hfortix_fortios/api/v2/cmdb/vpn/ipsec/__init__.pyi +31 -0
  77. hfortix_fortios/api/v2/cmdb/waf/__init__.pyi +21 -0
  78. hfortix_fortios/api/v2/cmdb/web_proxy/__init__.pyi +35 -0
  79. hfortix_fortios/api/v2/cmdb/webfilter/__init__.pyi +43 -0
  80. hfortix_fortios/api/v2/cmdb/wireless_controller/__init__.pyi +71 -0
  81. hfortix_fortios/api/v2/cmdb/wireless_controller/hotspot20/__init__.pyi +49 -0
  82. hfortix_fortios/api/v2/cmdb/ztna/__init__.pyi +25 -0
  83. hfortix_fortios/api/v2/log/__init__.pyi +13 -11
  84. hfortix_fortios/api/v2/monitor/__init__.pyi +32 -0
  85. hfortix_fortios/api/v2/monitor/azure/__init__.pyi +17 -0
  86. hfortix_fortios/api/v2/monitor/azure/application_list/__init__.pyi +17 -0
  87. hfortix_fortios/api/v2/monitor/azure/application_list.pyi +19 -0
  88. hfortix_fortios/api/v2/monitor/casb/__init__.pyi +17 -0
  89. hfortix_fortios/api/v2/monitor/endpoint_control/__init__.pyi +25 -0
  90. hfortix_fortios/api/v2/monitor/endpoint_control/avatar/__init__.pyi +17 -0
  91. hfortix_fortios/api/v2/monitor/endpoint_control/ems/__init__.pyi +23 -0
  92. hfortix_fortios/api/v2/monitor/endpoint_control/ems.pyi +19 -0
  93. hfortix_fortios/api/v2/monitor/endpoint_control/installer/__init__.pyi +17 -0
  94. hfortix_fortios/api/v2/monitor/endpoint_control/installer.pyi +87 -0
  95. hfortix_fortios/api/v2/monitor/extender_controller/__init__.pyi +17 -0
  96. hfortix_fortios/api/v2/monitor/extender_controller/extender/__init__.pyi +23 -0
  97. hfortix_fortios/api/v2/monitor/extender_controller/extender.pyi +19 -0
  98. hfortix_fortios/api/v2/monitor/extension_controller/__init__.pyi +19 -0
  99. hfortix_fortios/api/v2/monitor/firewall/__init__.pyi +101 -0
  100. hfortix_fortios/api/v2/monitor/firewall/acl/__init__.pyi +17 -0
  101. hfortix_fortios/api/v2/monitor/firewall/acl.pyi +19 -0
  102. hfortix_fortios/api/v2/monitor/firewall/acl6/__init__.pyi +17 -0
  103. hfortix_fortios/api/v2/monitor/firewall/acl6.pyi +19 -0
  104. hfortix_fortios/api/v2/monitor/firewall/central_snat_map/__init__.pyi +19 -0
  105. hfortix_fortios/api/v2/monitor/firewall/central_snat_map.pyi +19 -0
  106. hfortix_fortios/api/v2/monitor/firewall/clearpass_address/__init__.pyi +19 -0
  107. hfortix_fortios/api/v2/monitor/firewall/dnat/__init__.pyi +19 -0
  108. hfortix_fortios/api/v2/monitor/firewall/dnat.pyi +19 -0
  109. hfortix_fortios/api/v2/monitor/firewall/gtp/__init__.pyi +17 -0
  110. hfortix_fortios/api/v2/monitor/firewall/gtp.pyi +19 -0
  111. hfortix_fortios/api/v2/monitor/firewall/ippool/__init__.pyi +17 -0
  112. hfortix_fortios/api/v2/monitor/firewall/ippool.pyi +19 -0
  113. hfortix_fortios/api/v2/monitor/firewall/multicast_policy/__init__.pyi +19 -0
  114. hfortix_fortios/api/v2/monitor/firewall/multicast_policy.pyi +19 -0
  115. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6/__init__.pyi +19 -0
  116. hfortix_fortios/api/v2/monitor/firewall/multicast_policy6.pyi +19 -0
  117. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper/__init__.pyi +17 -0
  118. hfortix_fortios/api/v2/monitor/firewall/per_ip_shaper.pyi +19 -0
  119. hfortix_fortios/api/v2/monitor/firewall/policy/__init__.pyi +21 -0
  120. hfortix_fortios/api/v2/monitor/firewall/policy.pyi +19 -0
  121. hfortix_fortios/api/v2/monitor/firewall/proxy/__init__.pyi +17 -0
  122. hfortix_fortios/api/v2/monitor/firewall/proxy_policy/__init__.pyi +17 -0
  123. hfortix_fortios/api/v2/monitor/firewall/proxy_policy.pyi +19 -0
  124. hfortix_fortios/api/v2/monitor/firewall/security_policy/__init__.pyi +19 -0
  125. hfortix_fortios/api/v2/monitor/firewall/security_policy.pyi +19 -0
  126. hfortix_fortios/api/v2/monitor/firewall/session/__init__.pyi +21 -0
  127. hfortix_fortios/api/v2/monitor/firewall/session6/__init__.pyi +17 -0
  128. hfortix_fortios/api/v2/monitor/firewall/shaper/__init__.pyi +17 -0
  129. hfortix_fortios/api/v2/monitor/firewall/shaper.pyi +19 -0
  130. hfortix_fortios/api/v2/monitor/firewall/ztna_firewall_policy/__init__.pyi +17 -0
  131. hfortix_fortios/api/v2/monitor/firmware/__init__.pyi +17 -0
  132. hfortix_fortios/api/v2/monitor/fortiguard/__init__.pyi +21 -0
  133. hfortix_fortios/api/v2/monitor/fortiview/__init__.pyi +23 -0
  134. hfortix_fortios/api/v2/monitor/fortiview/session/__init__.pyi +17 -0
  135. hfortix_fortios/api/v2/monitor/geoip/__init__.pyi +17 -0
  136. hfortix_fortios/api/v2/monitor/geoip/geoip_query/__init__.pyi +17 -0
  137. hfortix_fortios/api/v2/monitor/ips/__init__.pyi +25 -0
  138. hfortix_fortios/api/v2/monitor/license/__init__.pyi +25 -0
  139. hfortix_fortios/api/v2/monitor/license/database/__init__.pyi +17 -0
  140. hfortix_fortios/api/v2/monitor/log/__init__.pyi +45 -0
  141. hfortix_fortios/api/v2/monitor/log/av_archive/__init__.pyi +17 -0
  142. hfortix_fortios/api/v2/monitor/log/forticloud_report/__init__.pyi +17 -0
  143. hfortix_fortios/api/v2/monitor/log/local_report/__init__.pyi +19 -0
  144. hfortix_fortios/api/v2/monitor/log/policy_archive/__init__.pyi +17 -0
  145. hfortix_fortios/api/v2/monitor/log/stats/__init__.pyi +17 -0
  146. hfortix_fortios/api/v2/monitor/log/stats.pyi +87 -0
  147. hfortix_fortios/api/v2/monitor/network/__init__.pyi +29 -0
  148. hfortix_fortios/api/v2/monitor/network/ddns/__init__.pyi +17 -0
  149. hfortix_fortios/api/v2/monitor/network/debug_flow/__init__.pyi +19 -0
  150. hfortix_fortios/api/v2/monitor/registration/__init__.pyi +21 -0
  151. hfortix_fortios/api/v2/monitor/registration/forticare/__init__.pyi +27 -0
  152. hfortix_fortios/api/v2/monitor/registration/forticloud/__init__.pyi +27 -0
  153. hfortix_fortios/api/v2/monitor/registration/vdom/__init__.pyi +17 -0
  154. hfortix_fortios/api/v2/monitor/router/__init__.pyi +37 -0
  155. hfortix_fortios/api/v2/monitor/router/bgp/__init__.pyi +21 -0
  156. hfortix_fortios/api/v2/monitor/router/bgp.pyi +87 -0
  157. hfortix_fortios/api/v2/monitor/router/lookup/__init__.pyi +17 -0
  158. hfortix_fortios/api/v2/monitor/router/lookup.pyi +87 -0
  159. hfortix_fortios/api/v2/monitor/sdwan/__init__.pyi +17 -0
  160. hfortix_fortios/api/v2/monitor/sdwan/link_monitor_metrics/__init__.pyi +17 -0
  161. hfortix_fortios/api/v2/monitor/service/__init__.pyi +17 -0
  162. hfortix_fortios/api/v2/monitor/switch_controller/__init__.pyi +33 -0
  163. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware/__init__.pyi +21 -0
  164. hfortix_fortios/api/v2/monitor/switch_controller/fsw_firmware.pyi +19 -0
  165. hfortix_fortios/api/v2/monitor/switch_controller/isl_lockdown/__init__.pyi +19 -0
  166. hfortix_fortios/api/v2/monitor/switch_controller/managed_switch/__init__.pyi +33 -0
  167. hfortix_fortios/api/v2/monitor/switch_controller/mclag_icl/__init__.pyi +23 -0
  168. hfortix_fortios/api/v2/monitor/switch_controller/recommendation/__init__.pyi +17 -0
  169. hfortix_fortios/api/v2/monitor/system/__init__.pyi +177 -0
  170. hfortix_fortios/api/v2/monitor/system/admin/__init__.pyi +17 -0
  171. hfortix_fortios/api/v2/monitor/system/api_user/__init__.pyi +17 -0
  172. hfortix_fortios/api/v2/monitor/system/automation_stitch/__init__.pyi +19 -0
  173. hfortix_fortios/api/v2/monitor/system/certificate/__init__.pyi +19 -0
  174. hfortix_fortios/api/v2/monitor/system/change_password/__init__.pyi +17 -0
  175. hfortix_fortios/api/v2/monitor/system/cluster/__init__.pyi +17 -0
  176. hfortix_fortios/api/v2/monitor/system/com_log/__init__.pyi +21 -0
  177. hfortix_fortios/api/v2/monitor/system/config/__init__.pyi +21 -0
  178. hfortix_fortios/api/v2/monitor/system/config.pyi +87 -0
  179. hfortix_fortios/api/v2/monitor/system/config_error_log/__init__.pyi +17 -0
  180. hfortix_fortios/api/v2/monitor/system/config_revision/__init__.pyi +25 -0
  181. hfortix_fortios/api/v2/monitor/system/config_revision.pyi +87 -0
  182. hfortix_fortios/api/v2/monitor/system/config_script/__init__.pyi +21 -0
  183. hfortix_fortios/api/v2/monitor/system/config_script.pyi +87 -0
  184. hfortix_fortios/api/v2/monitor/system/config_sync/__init__.pyi +17 -0
  185. hfortix_fortios/api/v2/monitor/system/crash_log/__init__.pyi +19 -0
  186. hfortix_fortios/api/v2/monitor/system/csf/__init__.pyi +17 -0
  187. hfortix_fortios/api/v2/monitor/system/csf.pyi +87 -0
  188. hfortix_fortios/api/v2/monitor/system/debug/__init__.pyi +17 -0
  189. hfortix_fortios/api/v2/monitor/system/dhcp/__init__.pyi +17 -0
  190. hfortix_fortios/api/v2/monitor/system/dhcp.pyi +87 -0
  191. hfortix_fortios/api/v2/monitor/system/dhcp6/__init__.pyi +17 -0
  192. hfortix_fortios/api/v2/monitor/system/disconnect_admins/__init__.pyi +17 -0
  193. hfortix_fortios/api/v2/monitor/system/external_resource/__init__.pyi +25 -0
  194. hfortix_fortios/api/v2/monitor/system/firmware/__init__.pyi +19 -0
  195. hfortix_fortios/api/v2/monitor/system/firmware.pyi +87 -0
  196. hfortix_fortios/api/v2/monitor/system/fortiguard/__init__.pyi +23 -0
  197. hfortix_fortios/api/v2/monitor/system/fortimanager/__init__.pyi +21 -0
  198. hfortix_fortios/api/v2/monitor/system/fsck/__init__.pyi +17 -0
  199. hfortix_fortios/api/v2/monitor/system/ha_peer/__init__.pyi +19 -0
  200. hfortix_fortios/api/v2/monitor/system/ha_peer.pyi +87 -0
  201. hfortix_fortios/api/v2/monitor/system/hscalefw_license/__init__.pyi +17 -0
  202. hfortix_fortios/api/v2/monitor/system/interface/__init__.pyi +31 -0
  203. hfortix_fortios/api/v2/monitor/system/interface.pyi +87 -0
  204. hfortix_fortios/api/v2/monitor/system/ipam/__init__.pyi +17 -0
  205. hfortix_fortios/api/v2/monitor/system/logdisk/__init__.pyi +17 -0
  206. hfortix_fortios/api/v2/monitor/system/lte_modem/__init__.pyi +21 -0
  207. hfortix_fortios/api/v2/monitor/system/modem/__init__.pyi +23 -0
  208. hfortix_fortios/api/v2/monitor/system/modem.pyi +87 -0
  209. hfortix_fortios/api/v2/monitor/system/object/__init__.pyi +17 -0
  210. hfortix_fortios/api/v2/monitor/system/os/__init__.pyi +19 -0
  211. hfortix_fortios/api/v2/monitor/system/password_policy_conform/__init__.pyi +17 -0
  212. hfortix_fortios/api/v2/monitor/system/private_data_encryption/__init__.pyi +17 -0
  213. hfortix_fortios/api/v2/monitor/system/process/__init__.pyi +17 -0
  214. hfortix_fortios/api/v2/monitor/system/sdn_connector/__init__.pyi +19 -0
  215. hfortix_fortios/api/v2/monitor/system/time/__init__.pyi +17 -0
  216. hfortix_fortios/api/v2/monitor/system/time.pyi +87 -0
  217. hfortix_fortios/api/v2/monitor/system/traffic_history/__init__.pyi +21 -0
  218. hfortix_fortios/api/v2/monitor/system/upgrade_report/__init__.pyi +19 -0
  219. hfortix_fortios/api/v2/monitor/system/usb_device/__init__.pyi +17 -0
  220. hfortix_fortios/api/v2/monitor/system/usb_log/__init__.pyi +19 -0
  221. hfortix_fortios/api/v2/monitor/system/usb_log.pyi +87 -0
  222. hfortix_fortios/api/v2/monitor/system/vmlicense/__init__.pyi +21 -0
  223. hfortix_fortios/api/v2/monitor/system/x5g_modem/__init__.pyi +17 -0
  224. hfortix_fortios/api/v2/monitor/user/__init__.pyi +47 -0
  225. hfortix_fortios/api/v2/monitor/user/banned/__init__.pyi +23 -0
  226. hfortix_fortios/api/v2/monitor/user/banned.pyi +87 -0
  227. hfortix_fortios/api/v2/monitor/user/device/__init__.pyi +23 -0
  228. hfortix_fortios/api/v2/monitor/user/firewall/__init__.pyi +19 -0
  229. hfortix_fortios/api/v2/monitor/user/firewall.pyi +87 -0
  230. hfortix_fortios/api/v2/monitor/user/fortitoken/__init__.pyi +29 -0
  231. hfortix_fortios/api/v2/monitor/user/fortitoken.pyi +87 -0
  232. hfortix_fortios/api/v2/monitor/user/fortitoken_cloud/__init__.pyi +17 -0
  233. hfortix_fortios/api/v2/monitor/user/fsso/__init__.pyi +17 -0
  234. hfortix_fortios/api/v2/monitor/user/fsso.pyi +87 -0
  235. hfortix_fortios/api/v2/monitor/user/guest/__init__.pyi +19 -0
  236. hfortix_fortios/api/v2/monitor/user/info/__init__.pyi +21 -0
  237. hfortix_fortios/api/v2/monitor/user/local/__init__.pyi +17 -0
  238. hfortix_fortios/api/v2/monitor/user/password_policy_conform/__init__.pyi +17 -0
  239. hfortix_fortios/api/v2/monitor/user/query/__init__.pyi +17 -0
  240. hfortix_fortios/api/v2/monitor/user/radius/__init__.pyi +19 -0
  241. hfortix_fortios/api/v2/monitor/user/scim/__init__.pyi +19 -0
  242. hfortix_fortios/api/v2/monitor/user/tacacs_plus/__init__.pyi +17 -0
  243. hfortix_fortios/api/v2/monitor/utm/__init__.pyi +25 -0
  244. hfortix_fortios/api/v2/monitor/utm/rating_lookup/__init__.pyi +17 -0
  245. hfortix_fortios/api/v2/monitor/videofilter/__init__.pyi +17 -0
  246. hfortix_fortios/api/v2/monitor/virtual_wan/__init__.pyi +25 -0
  247. hfortix_fortios/api/v2/monitor/vpn/__init__.pyi +21 -0
  248. hfortix_fortios/api/v2/monitor/vpn/ike/__init__.pyi +17 -0
  249. hfortix_fortios/api/v2/monitor/vpn/ipsec/__init__.pyi +21 -0
  250. hfortix_fortios/api/v2/monitor/vpn/ipsec.pyi +19 -0
  251. hfortix_fortios/api/v2/monitor/vpn/ssl/__init__.pyi +19 -0
  252. hfortix_fortios/api/v2/monitor/vpn/ssl.pyi +19 -0
  253. hfortix_fortios/api/v2/monitor/vpn_certificate/__init__.pyi +27 -0
  254. hfortix_fortios/api/v2/monitor/vpn_certificate/ca/__init__.pyi +17 -0
  255. hfortix_fortios/api/v2/monitor/vpn_certificate/crl/__init__.pyi +17 -0
  256. hfortix_fortios/api/v2/monitor/vpn_certificate/csr/__init__.pyi +17 -0
  257. hfortix_fortios/api/v2/monitor/vpn_certificate/local/__init__.pyi +19 -0
  258. hfortix_fortios/api/v2/monitor/vpn_certificate/remote/__init__.pyi +17 -0
  259. hfortix_fortios/api/v2/monitor/wanopt/__init__.pyi +21 -0
  260. hfortix_fortios/api/v2/monitor/wanopt/history/__init__.pyi +17 -0
  261. hfortix_fortios/api/v2/monitor/wanopt/history.pyi +19 -0
  262. hfortix_fortios/api/v2/monitor/wanopt/peer_stats/__init__.pyi +17 -0
  263. hfortix_fortios/api/v2/monitor/wanopt/peer_stats.pyi +19 -0
  264. hfortix_fortios/api/v2/monitor/wanopt/webcache/__init__.pyi +17 -0
  265. hfortix_fortios/api/v2/monitor/wanopt/webcache.pyi +19 -0
  266. hfortix_fortios/api/v2/monitor/web_ui/__init__.pyi +19 -0
  267. hfortix_fortios/api/v2/monitor/web_ui/custom_language/__init__.pyi +21 -0
  268. hfortix_fortios/api/v2/monitor/web_ui/language/__init__.pyi +17 -0
  269. hfortix_fortios/api/v2/monitor/webcache/__init__.pyi +17 -0
  270. hfortix_fortios/api/v2/monitor/webcache/stats/__init__.pyi +17 -0
  271. hfortix_fortios/api/v2/monitor/webcache/stats.pyi +19 -0
  272. hfortix_fortios/api/v2/monitor/webfilter/__init__.pyi +25 -0
  273. hfortix_fortios/api/v2/monitor/webfilter/category_quota/__init__.pyi +17 -0
  274. hfortix_fortios/api/v2/monitor/webfilter/category_quota.pyi +87 -0
  275. hfortix_fortios/api/v2/monitor/webfilter/override/__init__.pyi +17 -0
  276. hfortix_fortios/api/v2/monitor/webfilter/override.pyi +87 -0
  277. hfortix_fortios/api/v2/monitor/webproxy/__init__.pyi +17 -0
  278. hfortix_fortios/api/v2/monitor/webproxy/pacfile/__init__.pyi +19 -0
  279. hfortix_fortios/api/v2/monitor/wifi/__init__.pyi +57 -0
  280. hfortix_fortios/api/v2/monitor/wifi/ap_profile/__init__.pyi +17 -0
  281. hfortix_fortios/api/v2/monitor/wifi/client/__init__.pyi +17 -0
  282. hfortix_fortios/api/v2/monitor/wifi/client.pyi +19 -0
  283. hfortix_fortios/api/v2/monitor/wifi/euclid/__init__.pyi +17 -0
  284. hfortix_fortios/api/v2/monitor/wifi/euclid.pyi +19 -0
  285. hfortix_fortios/api/v2/monitor/wifi/firmware/__init__.pyi +21 -0
  286. hfortix_fortios/api/v2/monitor/wifi/firmware.pyi +19 -0
  287. hfortix_fortios/api/v2/monitor/wifi/managed_ap/__init__.pyi +21 -0
  288. hfortix_fortios/api/v2/monitor/wifi/managed_ap.pyi +19 -0
  289. hfortix_fortios/api/v2/monitor/wifi/network/__init__.pyi +23 -0
  290. hfortix_fortios/api/v2/monitor/wifi/region_image/__init__.pyi +17 -0
  291. hfortix_fortios/api/v2/monitor/wifi/region_image.pyi +19 -0
  292. hfortix_fortios/api/v2/monitor/wifi/rogue_ap/__init__.pyi +19 -0
  293. hfortix_fortios/api/v2/monitor/wifi/rogue_ap.pyi +19 -0
  294. hfortix_fortios/api/v2/monitor/wifi/spectrum/__init__.pyi +21 -0
  295. hfortix_fortios/api/v2/monitor/wifi/spectrum.pyi +19 -0
  296. hfortix_fortios/api/v2/monitor/wifi/ssid/__init__.pyi +17 -0
  297. hfortix_fortios/api/v2/monitor/wifi/vlan_probe/__init__.pyi +19 -0
  298. hfortix_fortios/api/v2/monitor/wifi/vlan_probe.pyi +19 -0
  299. hfortix_fortios/api/v2/service/__init__.pyi +3 -0
  300. hfortix_fortios/api/v2/service/security_rating/__init__.pyi +19 -0
  301. hfortix_fortios/api/v2/service/sniffer/__init__.pyi +27 -0
  302. hfortix_fortios/api/v2/service/system/__init__.pyi +21 -0
  303. hfortix_fortios/client.pyi +1 -51
  304. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/METADATA +2 -2
  305. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/RECORD +307 -11
  306. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/WHEEL +0 -0
  307. {hfortix_fortios-0.5.0.dist-info → hfortix_fortios-0.5.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,173 @@
1
+ """Type stubs for FIREWALL category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .DoS_policy import DosPolicy
10
+ from .DoS_policy6 import DosPolicy6
11
+ from .access_proxy import AccessProxy
12
+ from .access_proxy6 import AccessProxy6
13
+ from .access_proxy_ssh_client_cert import AccessProxySshClientCert
14
+ from .access_proxy_virtual_host import AccessProxyVirtualHost
15
+ from .address import Address
16
+ from .address6 import Address6
17
+ from .address6_template import Address6Template
18
+ from .addrgrp import Addrgrp
19
+ from .addrgrp6 import Addrgrp6
20
+ from .auth_portal import AuthPortal
21
+ from .central_snat_map import CentralSnatMap
22
+ from .city import City
23
+ from .country import Country
24
+ from .decrypted_traffic_mirror import DecryptedTrafficMirror
25
+ from .dnstranslation import Dnstranslation
26
+ from .global_setting import GlobalSetting
27
+ from .identity_based_route import IdentityBasedRoute
28
+ from .interface_policy import InterfacePolicy
29
+ from .interface_policy6 import InterfacePolicy6
30
+ from .internet_service import InternetService
31
+ from .internet_service_addition import InternetServiceAddition
32
+ from .internet_service_append import InternetServiceAppend
33
+ from .internet_service_botnet import InternetServiceBotnet
34
+ from .internet_service_custom import InternetServiceCustom
35
+ from .internet_service_custom_group import InternetServiceCustomGroup
36
+ from .internet_service_definition import InternetServiceDefinition
37
+ from .internet_service_extension import InternetServiceExtension
38
+ from .internet_service_fortiguard import InternetServiceFortiguard
39
+ from .internet_service_group import InternetServiceGroup
40
+ from .internet_service_ipbl_reason import InternetServiceIpblReason
41
+ from .internet_service_ipbl_vendor import InternetServiceIpblVendor
42
+ from .internet_service_list import InternetServiceList
43
+ from .internet_service_name import InternetServiceName
44
+ from .internet_service_owner import InternetServiceOwner
45
+ from .internet_service_reputation import InternetServiceReputation
46
+ from .internet_service_sld import InternetServiceSld
47
+ from .internet_service_subapp import InternetServiceSubapp
48
+ from .ip_translation import IpTranslation
49
+ from .ippool import Ippool
50
+ from .ippool6 import Ippool6
51
+ from .ldb_monitor import LdbMonitor
52
+ from .local_in_policy import LocalInPolicy
53
+ from .local_in_policy6 import LocalInPolicy6
54
+ from .multicast_address import MulticastAddress
55
+ from .multicast_address6 import MulticastAddress6
56
+ from .multicast_policy import MulticastPolicy
57
+ from .multicast_policy6 import MulticastPolicy6
58
+ from .network_service_dynamic import NetworkServiceDynamic
59
+ from .on_demand_sniffer import OnDemandSniffer
60
+ from .policy import Policy
61
+ from .profile_group import ProfileGroup
62
+ from .profile_protocol_options import ProfileProtocolOptions
63
+ from .proxy_address import ProxyAddress
64
+ from .proxy_addrgrp import ProxyAddrgrp
65
+ from .proxy_policy import ProxyPolicy
66
+ from .region import Region
67
+ from .security_policy import SecurityPolicy
68
+ from .shaping_policy import ShapingPolicy
69
+ from .shaping_profile import ShapingProfile
70
+ from .sniffer import Sniffer
71
+ from .ssl_server import SslServer
72
+ from .ssl_ssh_profile import SslSshProfile
73
+ from .traffic_class import TrafficClass
74
+ from .ttl_policy import TtlPolicy
75
+ from .vendor_mac import VendorMac
76
+ from .vendor_mac_summary import VendorMacSummary
77
+ from .vip import Vip
78
+ from .vip6 import Vip6
79
+ from .vipgrp import Vipgrp
80
+ from .vipgrp6 import Vipgrp6
81
+ from .ipmacbinding import Ipmacbinding
82
+ from .schedule import Schedule
83
+ from .service import Service
84
+ from .shaper import Shaper
85
+ from .ssh import Ssh
86
+ from .ssl import Ssl
87
+ from .wildcard_fqdn import WildcardFqdn
88
+
89
+
90
+ class Firewall:
91
+ """Type stub for Firewall."""
92
+
93
+ ipmacbinding: Ipmacbinding
94
+ schedule: Schedule
95
+ service: Service
96
+ shaper: Shaper
97
+ ssh: Ssh
98
+ ssl: Ssl
99
+ wildcard_fqdn: WildcardFqdn
100
+ DoS_policy: DosPolicy
101
+ DoS_policy6: DosPolicy6
102
+ access_proxy: AccessProxy
103
+ access_proxy6: AccessProxy6
104
+ access_proxy_ssh_client_cert: AccessProxySshClientCert
105
+ access_proxy_virtual_host: AccessProxyVirtualHost
106
+ address: Address
107
+ address6: Address6
108
+ address6_template: Address6Template
109
+ addrgrp: Addrgrp
110
+ addrgrp6: Addrgrp6
111
+ auth_portal: AuthPortal
112
+ central_snat_map: CentralSnatMap
113
+ city: City
114
+ country: Country
115
+ decrypted_traffic_mirror: DecryptedTrafficMirror
116
+ dnstranslation: Dnstranslation
117
+ global_setting: GlobalSetting
118
+ identity_based_route: IdentityBasedRoute
119
+ interface_policy: InterfacePolicy
120
+ interface_policy6: InterfacePolicy6
121
+ internet_service: InternetService
122
+ internet_service_addition: InternetServiceAddition
123
+ internet_service_append: InternetServiceAppend
124
+ internet_service_botnet: InternetServiceBotnet
125
+ internet_service_custom: InternetServiceCustom
126
+ internet_service_custom_group: InternetServiceCustomGroup
127
+ internet_service_definition: InternetServiceDefinition
128
+ internet_service_extension: InternetServiceExtension
129
+ internet_service_fortiguard: InternetServiceFortiguard
130
+ internet_service_group: InternetServiceGroup
131
+ internet_service_ipbl_reason: InternetServiceIpblReason
132
+ internet_service_ipbl_vendor: InternetServiceIpblVendor
133
+ internet_service_list: InternetServiceList
134
+ internet_service_name: InternetServiceName
135
+ internet_service_owner: InternetServiceOwner
136
+ internet_service_reputation: InternetServiceReputation
137
+ internet_service_sld: InternetServiceSld
138
+ internet_service_subapp: InternetServiceSubapp
139
+ ip_translation: IpTranslation
140
+ ippool: Ippool
141
+ ippool6: Ippool6
142
+ ldb_monitor: LdbMonitor
143
+ local_in_policy: LocalInPolicy
144
+ local_in_policy6: LocalInPolicy6
145
+ multicast_address: MulticastAddress
146
+ multicast_address6: MulticastAddress6
147
+ multicast_policy: MulticastPolicy
148
+ multicast_policy6: MulticastPolicy6
149
+ network_service_dynamic: NetworkServiceDynamic
150
+ on_demand_sniffer: OnDemandSniffer
151
+ policy: Policy
152
+ profile_group: ProfileGroup
153
+ profile_protocol_options: ProfileProtocolOptions
154
+ proxy_address: ProxyAddress
155
+ proxy_addrgrp: ProxyAddrgrp
156
+ proxy_policy: ProxyPolicy
157
+ region: Region
158
+ security_policy: SecurityPolicy
159
+ shaping_policy: ShapingPolicy
160
+ shaping_profile: ShapingProfile
161
+ sniffer: Sniffer
162
+ ssl_server: SslServer
163
+ ssl_ssh_profile: SslSshProfile
164
+ traffic_class: TrafficClass
165
+ ttl_policy: TtlPolicy
166
+ vendor_mac: VendorMac
167
+ vendor_mac_summary: VendorMacSummary
168
+ vip: Vip
169
+ vip6: Vip6
170
+ vipgrp: Vipgrp
171
+ vipgrp6: Vipgrp6
172
+
173
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for IPMACBINDING category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .setting import Setting
10
+ from .table import Table
11
+
12
+
13
+ class Ipmacbinding:
14
+ """Type stub for Ipmacbinding."""
15
+
16
+ setting: Setting
17
+ table: Table
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -245,6 +245,174 @@ class Policy:
245
245
  ztna_tags_match_logic: Literal["or", "and"] | None = ...,
246
246
  ztna_geo_tag: list[dict[str, Any]] | None = ...,
247
247
  internet_service: Literal["enable", "disable"] | None = ...,
248
+ internet_service_name: list[dict[str, Any]] | None = ...,
249
+ internet_service_group: list[dict[str, Any]] | None = ...,
250
+ internet_service_custom: list[dict[str, Any]] | None = ...,
251
+ network_service_dynamic: list[dict[str, Any]] | None = ...,
252
+ internet_service_custom_group: list[dict[str, Any]] | None = ...,
253
+ internet_service_src: Literal["enable", "disable"] | None = ...,
254
+ internet_service_src_name: list[dict[str, Any]] | None = ...,
255
+ internet_service_src_group: list[dict[str, Any]] | None = ...,
256
+ internet_service_src_custom: list[dict[str, Any]] | None = ...,
257
+ network_service_src_dynamic: list[dict[str, Any]] | None = ...,
258
+ internet_service_src_custom_group: list[dict[str, Any]] | None = ...,
259
+ reputation_minimum: int | None = ...,
260
+ reputation_direction: Literal["source", "destination"] | None = ...,
261
+ src_vendor_mac: list[dict[str, Any]] | None = ...,
262
+ internet_service6: Literal["enable", "disable"] | None = ...,
263
+ internet_service6_name: list[dict[str, Any]] | None = ...,
264
+ internet_service6_group: list[dict[str, Any]] | None = ...,
265
+ internet_service6_custom: list[dict[str, Any]] | None = ...,
266
+ internet_service6_custom_group: list[dict[str, Any]] | None = ...,
267
+ internet_service6_src: Literal["enable", "disable"] | None = ...,
268
+ internet_service6_src_name: list[dict[str, Any]] | None = ...,
269
+ internet_service6_src_group: list[dict[str, Any]] | None = ...,
270
+ internet_service6_src_custom: list[dict[str, Any]] | None = ...,
271
+ internet_service6_src_custom_group: list[dict[str, Any]] | None = ...,
272
+ reputation_minimum6: int | None = ...,
273
+ reputation_direction6: Literal["source", "destination"] | None = ...,
274
+ rtp_nat: Literal["disable", "enable"] | None = ...,
275
+ rtp_addr: list[dict[str, Any]] | None = ...,
276
+ send_deny_packet: Literal["disable", "enable"] | None = ...,
277
+ firewall_session_dirty: Literal["check-all", "check-new"] | None = ...,
278
+ schedule: str | None = ...,
279
+ schedule_timeout: Literal["enable", "disable"] | None = ...,
280
+ policy_expiry: Literal["enable", "disable"] | None = ...,
281
+ policy_expiry_date: str | None = ...,
282
+ policy_expiry_date_utc: str | None = ...,
283
+ service: list[dict[str, Any]] | None = ...,
284
+ tos_mask: str | None = ...,
285
+ tos: str | None = ...,
286
+ tos_negate: Literal["enable", "disable"] | None = ...,
287
+ anti_replay: Literal["enable", "disable"] | None = ...,
288
+ tcp_session_without_syn: Literal["all", "data-only", "disable"] | None = ...,
289
+ geoip_anycast: Literal["enable", "disable"] | None = ...,
290
+ geoip_match: Literal["physical-location", "registered-location"] | None = ...,
291
+ dynamic_shaping: Literal["enable", "disable"] | None = ...,
292
+ passive_wan_health_measurement: Literal["enable", "disable"] | None = ...,
293
+ app_monitor: Literal["enable", "disable"] | None = ...,
294
+ utm_status: Literal["enable", "disable"] | None = ...,
295
+ inspection_mode: Literal["proxy", "flow"] | None = ...,
296
+ http_policy_redirect: Literal["enable", "disable", "legacy"] | None = ...,
297
+ ssh_policy_redirect: Literal["enable", "disable"] | None = ...,
298
+ ztna_policy_redirect: Literal["enable", "disable"] | None = ...,
299
+ webproxy_profile: str | None = ...,
300
+ profile_type: Literal["single", "group"] | None = ...,
301
+ profile_group: str | None = ...,
302
+ profile_protocol_options: str | None = ...,
303
+ ssl_ssh_profile: str | None = ...,
304
+ av_profile: str | None = ...,
305
+ webfilter_profile: str | None = ...,
306
+ dnsfilter_profile: str | None = ...,
307
+ emailfilter_profile: str | None = ...,
308
+ dlp_profile: str | None = ...,
309
+ file_filter_profile: str | None = ...,
310
+ ips_sensor: str | None = ...,
311
+ application_list: str | None = ...,
312
+ voip_profile: str | None = ...,
313
+ ips_voip_filter: str | None = ...,
314
+ sctp_filter_profile: str | None = ...,
315
+ diameter_filter_profile: str | None = ...,
316
+ virtual_patch_profile: str | None = ...,
317
+ icap_profile: str | None = ...,
318
+ videofilter_profile: str | None = ...,
319
+ waf_profile: str | None = ...,
320
+ ssh_filter_profile: str | None = ...,
321
+ casb_profile: str | None = ...,
322
+ logtraffic: Literal["all", "utm", "disable"] | None = ...,
323
+ logtraffic_start: Literal["enable", "disable"] | None = ...,
324
+ log_http_transaction: Literal["enable", "disable"] | None = ...,
325
+ capture_packet: Literal["enable", "disable"] | None = ...,
326
+ auto_asic_offload: Literal["enable", "disable"] | None = ...,
327
+ wanopt: Literal["enable", "disable"] | None = ...,
328
+ wanopt_detection: Literal["active", "passive", "off"] | None = ...,
329
+ wanopt_passive_opt: Literal["default", "transparent", "non-transparent"] | None = ...,
330
+ wanopt_profile: str | None = ...,
331
+ wanopt_peer: str | None = ...,
332
+ webcache: Literal["enable", "disable"] | None = ...,
333
+ webcache_https: Literal["disable", "enable"] | None = ...,
334
+ webproxy_forward_server: str | None = ...,
335
+ traffic_shaper: str | None = ...,
336
+ traffic_shaper_reverse: str | None = ...,
337
+ per_ip_shaper: str | None = ...,
338
+ nat: Literal["enable", "disable"] | None = ...,
339
+ pcp_outbound: Literal["enable", "disable"] | None = ...,
340
+ pcp_inbound: Literal["enable", "disable"] | None = ...,
341
+ pcp_poolname: list[dict[str, Any]] | None = ...,
342
+ permit_any_host: Literal["enable", "disable"] | None = ...,
343
+ permit_stun_host: Literal["enable", "disable"] | None = ...,
344
+ fixedport: Literal["enable", "disable"] | None = ...,
345
+ port_preserve: Literal["enable", "disable"] | None = ...,
346
+ port_random: Literal["enable", "disable"] | None = ...,
347
+ ippool: Literal["enable", "disable"] | None = ...,
348
+ poolname: list[dict[str, Any]] | None = ...,
349
+ poolname6: list[dict[str, Any]] | None = ...,
350
+ session_ttl: str | None = ...,
351
+ vlan_cos_fwd: int | None = ...,
352
+ vlan_cos_rev: int | None = ...,
353
+ inbound: Literal["enable", "disable"] | None = ...,
354
+ outbound: Literal["enable", "disable"] | None = ...,
355
+ natinbound: Literal["enable", "disable"] | None = ...,
356
+ natoutbound: Literal["enable", "disable"] | None = ...,
357
+ fec: Literal["enable", "disable"] | None = ...,
358
+ wccp: Literal["enable", "disable"] | None = ...,
359
+ ntlm: Literal["enable", "disable"] | None = ...,
360
+ ntlm_guest: Literal["enable", "disable"] | None = ...,
361
+ ntlm_enabled_browsers: list[dict[str, Any]] | None = ...,
362
+ fsso_agent_for_ntlm: str | None = ...,
363
+ groups: list[dict[str, Any]] | None = ...,
364
+ users: list[dict[str, Any]] | None = ...,
365
+ fsso_groups: list[dict[str, Any]] | None = ...,
366
+ scim: Literal["enable", "disable"] | None = ...,
367
+ saml_server: str | None = ...,
368
+ scim_users: list[dict[str, Any]] | None = ...,
369
+ scim_groups: list[dict[str, Any]] | None = ...,
370
+ auth_path: Literal["enable", "disable"] | None = ...,
371
+ disclaimer: Literal["enable", "disable"] | None = ...,
372
+ email_collect: Literal["enable", "disable"] | None = ...,
373
+ vpntunnel: str | None = ...,
374
+ natip: str | None = ...,
375
+ match_vip: Literal["enable", "disable"] | None = ...,
376
+ match_vip_only: Literal["enable", "disable"] | None = ...,
377
+ diffserv_copy: Literal["enable", "disable"] | None = ...,
378
+ diffserv_forward: Literal["enable", "disable"] | None = ...,
379
+ diffserv_reverse: Literal["enable", "disable"] | None = ...,
380
+ diffservcode_forward: str | None = ...,
381
+ diffservcode_rev: str | None = ...,
382
+ tcp_mss_sender: int | None = ...,
383
+ tcp_mss_receiver: int | None = ...,
384
+ comments: str | None = ...,
385
+ auth_cert: str | None = ...,
386
+ auth_redirect_addr: str | None = ...,
387
+ redirect_url: str | None = ...,
388
+ identity_based_route: str | None = ...,
389
+ block_notification: Literal["enable", "disable"] | None = ...,
390
+ custom_log_fields: list[dict[str, Any]] | None = ...,
391
+ replacemsg_override_group: str | None = ...,
392
+ srcaddr_negate: Literal["enable", "disable"] | None = ...,
393
+ srcaddr6_negate: Literal["enable", "disable"] | None = ...,
394
+ dstaddr_negate: Literal["enable", "disable"] | None = ...,
395
+ dstaddr6_negate: Literal["enable", "disable"] | None = ...,
396
+ ztna_ems_tag_negate: Literal["enable", "disable"] | None = ...,
397
+ service_negate: Literal["enable", "disable"] | None = ...,
398
+ internet_service_negate: Literal["enable", "disable"] | None = ...,
399
+ internet_service_src_negate: Literal["enable", "disable"] | None = ...,
400
+ internet_service6_negate: Literal["enable", "disable"] | None = ...,
401
+ internet_service6_src_negate: Literal["enable", "disable"] | None = ...,
402
+ timeout_send_rst: Literal["enable", "disable"] | None = ...,
403
+ captive_portal_exempt: Literal["enable", "disable"] | None = ...,
404
+ decrypted_traffic_mirror: str | None = ...,
405
+ dsri: Literal["enable", "disable"] | None = ...,
406
+ radius_mac_auth_bypass: Literal["enable", "disable"] | None = ...,
407
+ radius_ip_auth_bypass: Literal["enable", "disable"] | None = ...,
408
+ delay_tcp_npu_session: Literal["enable", "disable"] | None = ...,
409
+ vlan_filter: str | None = ...,
410
+ sgt_check: Literal["enable", "disable"] | None = ...,
411
+ sgt: list[dict[str, Any]] | None = ...,
412
+ internet_service_fortiguard: list[dict[str, Any]] | None = ...,
413
+ internet_service_src_fortiguard: list[dict[str, Any]] | None = ...,
414
+ internet_service6_fortiguard: list[dict[str, Any]] | None = ...,
415
+ internet_service6_src_fortiguard: list[dict[str, Any]] | None = ...,
248
416
  vdom: str | bool | None = ...,
249
417
  raw_json: bool = ...,
250
418
  **kwargs: Any,
@@ -273,6 +441,174 @@ class Policy:
273
441
  ztna_tags_match_logic: Literal["or", "and"] | None = ...,
274
442
  ztna_geo_tag: list[dict[str, Any]] | None = ...,
275
443
  internet_service: Literal["enable", "disable"] | None = ...,
444
+ internet_service_name: list[dict[str, Any]] | None = ...,
445
+ internet_service_group: list[dict[str, Any]] | None = ...,
446
+ internet_service_custom: list[dict[str, Any]] | None = ...,
447
+ network_service_dynamic: list[dict[str, Any]] | None = ...,
448
+ internet_service_custom_group: list[dict[str, Any]] | None = ...,
449
+ internet_service_src: Literal["enable", "disable"] | None = ...,
450
+ internet_service_src_name: list[dict[str, Any]] | None = ...,
451
+ internet_service_src_group: list[dict[str, Any]] | None = ...,
452
+ internet_service_src_custom: list[dict[str, Any]] | None = ...,
453
+ network_service_src_dynamic: list[dict[str, Any]] | None = ...,
454
+ internet_service_src_custom_group: list[dict[str, Any]] | None = ...,
455
+ reputation_minimum: int | None = ...,
456
+ reputation_direction: Literal["source", "destination"] | None = ...,
457
+ src_vendor_mac: list[dict[str, Any]] | None = ...,
458
+ internet_service6: Literal["enable", "disable"] | None = ...,
459
+ internet_service6_name: list[dict[str, Any]] | None = ...,
460
+ internet_service6_group: list[dict[str, Any]] | None = ...,
461
+ internet_service6_custom: list[dict[str, Any]] | None = ...,
462
+ internet_service6_custom_group: list[dict[str, Any]] | None = ...,
463
+ internet_service6_src: Literal["enable", "disable"] | None = ...,
464
+ internet_service6_src_name: list[dict[str, Any]] | None = ...,
465
+ internet_service6_src_group: list[dict[str, Any]] | None = ...,
466
+ internet_service6_src_custom: list[dict[str, Any]] | None = ...,
467
+ internet_service6_src_custom_group: list[dict[str, Any]] | None = ...,
468
+ reputation_minimum6: int | None = ...,
469
+ reputation_direction6: Literal["source", "destination"] | None = ...,
470
+ rtp_nat: Literal["disable", "enable"] | None = ...,
471
+ rtp_addr: list[dict[str, Any]] | None = ...,
472
+ send_deny_packet: Literal["disable", "enable"] | None = ...,
473
+ firewall_session_dirty: Literal["check-all", "check-new"] | None = ...,
474
+ schedule: str | None = ...,
475
+ schedule_timeout: Literal["enable", "disable"] | None = ...,
476
+ policy_expiry: Literal["enable", "disable"] | None = ...,
477
+ policy_expiry_date: str | None = ...,
478
+ policy_expiry_date_utc: str | None = ...,
479
+ service: list[dict[str, Any]] | None = ...,
480
+ tos_mask: str | None = ...,
481
+ tos: str | None = ...,
482
+ tos_negate: Literal["enable", "disable"] | None = ...,
483
+ anti_replay: Literal["enable", "disable"] | None = ...,
484
+ tcp_session_without_syn: Literal["all", "data-only", "disable"] | None = ...,
485
+ geoip_anycast: Literal["enable", "disable"] | None = ...,
486
+ geoip_match: Literal["physical-location", "registered-location"] | None = ...,
487
+ dynamic_shaping: Literal["enable", "disable"] | None = ...,
488
+ passive_wan_health_measurement: Literal["enable", "disable"] | None = ...,
489
+ app_monitor: Literal["enable", "disable"] | None = ...,
490
+ utm_status: Literal["enable", "disable"] | None = ...,
491
+ inspection_mode: Literal["proxy", "flow"] | None = ...,
492
+ http_policy_redirect: Literal["enable", "disable", "legacy"] | None = ...,
493
+ ssh_policy_redirect: Literal["enable", "disable"] | None = ...,
494
+ ztna_policy_redirect: Literal["enable", "disable"] | None = ...,
495
+ webproxy_profile: str | None = ...,
496
+ profile_type: Literal["single", "group"] | None = ...,
497
+ profile_group: str | None = ...,
498
+ profile_protocol_options: str | None = ...,
499
+ ssl_ssh_profile: str | None = ...,
500
+ av_profile: str | None = ...,
501
+ webfilter_profile: str | None = ...,
502
+ dnsfilter_profile: str | None = ...,
503
+ emailfilter_profile: str | None = ...,
504
+ dlp_profile: str | None = ...,
505
+ file_filter_profile: str | None = ...,
506
+ ips_sensor: str | None = ...,
507
+ application_list: str | None = ...,
508
+ voip_profile: str | None = ...,
509
+ ips_voip_filter: str | None = ...,
510
+ sctp_filter_profile: str | None = ...,
511
+ diameter_filter_profile: str | None = ...,
512
+ virtual_patch_profile: str | None = ...,
513
+ icap_profile: str | None = ...,
514
+ videofilter_profile: str | None = ...,
515
+ waf_profile: str | None = ...,
516
+ ssh_filter_profile: str | None = ...,
517
+ casb_profile: str | None = ...,
518
+ logtraffic: Literal["all", "utm", "disable"] | None = ...,
519
+ logtraffic_start: Literal["enable", "disable"] | None = ...,
520
+ log_http_transaction: Literal["enable", "disable"] | None = ...,
521
+ capture_packet: Literal["enable", "disable"] | None = ...,
522
+ auto_asic_offload: Literal["enable", "disable"] | None = ...,
523
+ wanopt: Literal["enable", "disable"] | None = ...,
524
+ wanopt_detection: Literal["active", "passive", "off"] | None = ...,
525
+ wanopt_passive_opt: Literal["default", "transparent", "non-transparent"] | None = ...,
526
+ wanopt_profile: str | None = ...,
527
+ wanopt_peer: str | None = ...,
528
+ webcache: Literal["enable", "disable"] | None = ...,
529
+ webcache_https: Literal["disable", "enable"] | None = ...,
530
+ webproxy_forward_server: str | None = ...,
531
+ traffic_shaper: str | None = ...,
532
+ traffic_shaper_reverse: str | None = ...,
533
+ per_ip_shaper: str | None = ...,
534
+ nat: Literal["enable", "disable"] | None = ...,
535
+ pcp_outbound: Literal["enable", "disable"] | None = ...,
536
+ pcp_inbound: Literal["enable", "disable"] | None = ...,
537
+ pcp_poolname: list[dict[str, Any]] | None = ...,
538
+ permit_any_host: Literal["enable", "disable"] | None = ...,
539
+ permit_stun_host: Literal["enable", "disable"] | None = ...,
540
+ fixedport: Literal["enable", "disable"] | None = ...,
541
+ port_preserve: Literal["enable", "disable"] | None = ...,
542
+ port_random: Literal["enable", "disable"] | None = ...,
543
+ ippool: Literal["enable", "disable"] | None = ...,
544
+ poolname: list[dict[str, Any]] | None = ...,
545
+ poolname6: list[dict[str, Any]] | None = ...,
546
+ session_ttl: str | None = ...,
547
+ vlan_cos_fwd: int | None = ...,
548
+ vlan_cos_rev: int | None = ...,
549
+ inbound: Literal["enable", "disable"] | None = ...,
550
+ outbound: Literal["enable", "disable"] | None = ...,
551
+ natinbound: Literal["enable", "disable"] | None = ...,
552
+ natoutbound: Literal["enable", "disable"] | None = ...,
553
+ fec: Literal["enable", "disable"] | None = ...,
554
+ wccp: Literal["enable", "disable"] | None = ...,
555
+ ntlm: Literal["enable", "disable"] | None = ...,
556
+ ntlm_guest: Literal["enable", "disable"] | None = ...,
557
+ ntlm_enabled_browsers: list[dict[str, Any]] | None = ...,
558
+ fsso_agent_for_ntlm: str | None = ...,
559
+ groups: list[dict[str, Any]] | None = ...,
560
+ users: list[dict[str, Any]] | None = ...,
561
+ fsso_groups: list[dict[str, Any]] | None = ...,
562
+ scim: Literal["enable", "disable"] | None = ...,
563
+ saml_server: str | None = ...,
564
+ scim_users: list[dict[str, Any]] | None = ...,
565
+ scim_groups: list[dict[str, Any]] | None = ...,
566
+ auth_path: Literal["enable", "disable"] | None = ...,
567
+ disclaimer: Literal["enable", "disable"] | None = ...,
568
+ email_collect: Literal["enable", "disable"] | None = ...,
569
+ vpntunnel: str | None = ...,
570
+ natip: str | None = ...,
571
+ match_vip: Literal["enable", "disable"] | None = ...,
572
+ match_vip_only: Literal["enable", "disable"] | None = ...,
573
+ diffserv_copy: Literal["enable", "disable"] | None = ...,
574
+ diffserv_forward: Literal["enable", "disable"] | None = ...,
575
+ diffserv_reverse: Literal["enable", "disable"] | None = ...,
576
+ diffservcode_forward: str | None = ...,
577
+ diffservcode_rev: str | None = ...,
578
+ tcp_mss_sender: int | None = ...,
579
+ tcp_mss_receiver: int | None = ...,
580
+ comments: str | None = ...,
581
+ auth_cert: str | None = ...,
582
+ auth_redirect_addr: str | None = ...,
583
+ redirect_url: str | None = ...,
584
+ identity_based_route: str | None = ...,
585
+ block_notification: Literal["enable", "disable"] | None = ...,
586
+ custom_log_fields: list[dict[str, Any]] | None = ...,
587
+ replacemsg_override_group: str | None = ...,
588
+ srcaddr_negate: Literal["enable", "disable"] | None = ...,
589
+ srcaddr6_negate: Literal["enable", "disable"] | None = ...,
590
+ dstaddr_negate: Literal["enable", "disable"] | None = ...,
591
+ dstaddr6_negate: Literal["enable", "disable"] | None = ...,
592
+ ztna_ems_tag_negate: Literal["enable", "disable"] | None = ...,
593
+ service_negate: Literal["enable", "disable"] | None = ...,
594
+ internet_service_negate: Literal["enable", "disable"] | None = ...,
595
+ internet_service_src_negate: Literal["enable", "disable"] | None = ...,
596
+ internet_service6_negate: Literal["enable", "disable"] | None = ...,
597
+ internet_service6_src_negate: Literal["enable", "disable"] | None = ...,
598
+ timeout_send_rst: Literal["enable", "disable"] | None = ...,
599
+ captive_portal_exempt: Literal["enable", "disable"] | None = ...,
600
+ decrypted_traffic_mirror: str | None = ...,
601
+ dsri: Literal["enable", "disable"] | None = ...,
602
+ radius_mac_auth_bypass: Literal["enable", "disable"] | None = ...,
603
+ radius_ip_auth_bypass: Literal["enable", "disable"] | None = ...,
604
+ delay_tcp_npu_session: Literal["enable", "disable"] | None = ...,
605
+ vlan_filter: str | None = ...,
606
+ sgt_check: Literal["enable", "disable"] | None = ...,
607
+ sgt: list[dict[str, Any]] | None = ...,
608
+ internet_service_fortiguard: list[dict[str, Any]] | None = ...,
609
+ internet_service_src_fortiguard: list[dict[str, Any]] | None = ...,
610
+ internet_service6_fortiguard: list[dict[str, Any]] | None = ...,
611
+ internet_service6_src_fortiguard: list[dict[str, Any]] | None = ...,
276
612
  vdom: str | bool | None = ...,
277
613
  raw_json: bool = ...,
278
614
  **kwargs: Any,
@@ -0,0 +1,21 @@
1
+ """Type stubs for SCHEDULE category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .group import Group
10
+ from .onetime import Onetime
11
+ from .recurring import Recurring
12
+
13
+
14
+ class Schedule:
15
+ """Type stub for Schedule."""
16
+
17
+ group: Group
18
+ onetime: Onetime
19
+ recurring: Recurring
20
+
21
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,21 @@
1
+ """Type stubs for SERVICE category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .category import Category
10
+ from .custom import Custom
11
+ from .group import Group
12
+
13
+
14
+ class Service:
15
+ """Type stub for Service."""
16
+
17
+ category: Category
18
+ custom: Custom
19
+ group: Group
20
+
21
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for SHAPER category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .per_ip_shaper import PerIpShaper
10
+ from .traffic_shaper import TrafficShaper
11
+
12
+
13
+ class Shaper:
14
+ """Type stub for Shaper."""
15
+
16
+ per_ip_shaper: PerIpShaper
17
+ traffic_shaper: TrafficShaper
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,23 @@
1
+ """Type stubs for SSH category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .host_key import HostKey
10
+ from .local_ca import LocalCa
11
+ from .local_key import LocalKey
12
+ from .setting import Setting
13
+
14
+
15
+ class Ssh:
16
+ """Type stub for Ssh."""
17
+
18
+ host_key: HostKey
19
+ local_ca: LocalCa
20
+ local_key: LocalKey
21
+ setting: Setting
22
+
23
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,17 @@
1
+ """Type stubs for SSL category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .setting import Setting
10
+
11
+
12
+ class Ssl:
13
+ """Type stub for Ssl."""
14
+
15
+ setting: Setting
16
+
17
+ def __init__(self, client: IHTTPClient) -> None: ...
@@ -0,0 +1,19 @@
1
+ """Type stubs for WILDCARD_FQDN category."""
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing import TYPE_CHECKING
6
+
7
+ if TYPE_CHECKING:
8
+ from hfortix_core.http.interface import IHTTPClient
9
+ from .custom import Custom
10
+ from .group import Group
11
+
12
+
13
+ class WildcardFqdn:
14
+ """Type stub for WildcardFqdn."""
15
+
16
+ custom: Custom
17
+ group: Group
18
+
19
+ def __init__(self, client: IHTTPClient) -> None: ...