scc-firewall-manager-sdk 1.13.801__py3-none-any.whl → 1.15.0__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 scc-firewall-manager-sdk might be problematic. Click here for more details.

Files changed (261) hide show
  1. scc_firewall_manager_sdk/__init__.py +2 -2
  2. scc_firewall_manager_sdk/api/ai_assistant_api.py +1 -1
  3. scc_firewall_manager_sdk/api/asa_access_groups_api.py +1 -1
  4. scc_firewall_manager_sdk/api/asa_access_rules_api.py +1 -1
  5. scc_firewall_manager_sdk/api/asa_interfaces_api.py +1 -1
  6. scc_firewall_manager_sdk/api/audit_logs_api.py +1 -1
  7. scc_firewall_manager_sdk/api/change_requests_api.py +1 -1
  8. scc_firewall_manager_sdk/api/changelogs_api.py +1 -1
  9. scc_firewall_manager_sdk/api/command_line_interface_api.py +1 -1
  10. scc_firewall_manager_sdk/api/commands_api.py +1 -1
  11. scc_firewall_manager_sdk/api/connectors_api.py +1 -1
  12. scc_firewall_manager_sdk/api/device_health_api.py +1 -1
  13. scc_firewall_manager_sdk/api/device_upgrades_api.py +1 -1
  14. scc_firewall_manager_sdk/api/inventory_api.py +1 -1
  15. scc_firewall_manager_sdk/api/meta_api.py +1 -1
  16. scc_firewall_manager_sdk/api/msp_inventory_api.py +1 -1
  17. scc_firewall_manager_sdk/api/msp_tenant_management_api.py +1 -1
  18. scc_firewall_manager_sdk/api/msp_user_management_api.py +1 -1
  19. scc_firewall_manager_sdk/api/object_management_api.py +1 -1
  20. scc_firewall_manager_sdk/api/remote_access_monitoring_api.py +1 -1
  21. scc_firewall_manager_sdk/api/search_api.py +1 -1
  22. scc_firewall_manager_sdk/api/tenant_management_api.py +1 -1
  23. scc_firewall_manager_sdk/api/transactions_api.py +1 -1
  24. scc_firewall_manager_sdk/api/users_api.py +1 -1
  25. scc_firewall_manager_sdk/api_client.py +2 -2
  26. scc_firewall_manager_sdk/configuration.py +3 -3
  27. scc_firewall_manager_sdk/exceptions.py +1 -1
  28. scc_firewall_manager_sdk/models/__init__.py +1 -1
  29. scc_firewall_manager_sdk/models/access_group.py +1 -1
  30. scc_firewall_manager_sdk/models/access_group_create_input.py +1 -1
  31. scc_firewall_manager_sdk/models/access_group_page.py +1 -1
  32. scc_firewall_manager_sdk/models/access_group_update_input.py +1 -1
  33. scc_firewall_manager_sdk/models/access_rule.py +1 -1
  34. scc_firewall_manager_sdk/models/access_rule_create_input.py +1 -1
  35. scc_firewall_manager_sdk/models/access_rule_details_content.py +1 -1
  36. scc_firewall_manager_sdk/models/access_rule_issue.py +1 -1
  37. scc_firewall_manager_sdk/models/access_rule_page.py +1 -1
  38. scc_firewall_manager_sdk/models/access_rule_update_input.py +1 -1
  39. scc_firewall_manager_sdk/models/active_directory_group.py +1 -1
  40. scc_firewall_manager_sdk/models/active_directory_group_create_or_update_input.py +1 -1
  41. scc_firewall_manager_sdk/models/active_directory_group_page.py +1 -1
  42. scc_firewall_manager_sdk/models/ai_assistant_conversation_page.py +1 -1
  43. scc_firewall_manager_sdk/models/ai_conversation.py +1 -1
  44. scc_firewall_manager_sdk/models/ai_message.py +1 -1
  45. scc_firewall_manager_sdk/models/ai_question.py +1 -1
  46. scc_firewall_manager_sdk/models/api_token_info.py +1 -1
  47. scc_firewall_manager_sdk/models/asa_compatible_version.py +1 -1
  48. scc_firewall_manager_sdk/models/asa_compatible_versions_response.py +1 -1
  49. scc_firewall_manager_sdk/models/asa_config.py +1 -1
  50. scc_firewall_manager_sdk/models/asa_create_or_update_input.py +1 -1
  51. scc_firewall_manager_sdk/models/asa_failover_mate.py +1 -1
  52. scc_firewall_manager_sdk/models/asa_failover_mode.py +1 -1
  53. scc_firewall_manager_sdk/models/asa_interface.py +1 -1
  54. scc_firewall_manager_sdk/models/asa_interface_page.py +1 -1
  55. scc_firewall_manager_sdk/models/audit_log.py +1 -1
  56. scc_firewall_manager_sdk/models/audit_log_page.py +1 -1
  57. scc_firewall_manager_sdk/models/authentication_error.py +1 -1
  58. scc_firewall_manager_sdk/models/browser.py +1 -1
  59. scc_firewall_manager_sdk/models/bulk_operation_asa_device_request.py +1 -1
  60. scc_firewall_manager_sdk/models/cause.py +1 -1
  61. scc_firewall_manager_sdk/models/cd_fmc_info.py +1 -1
  62. scc_firewall_manager_sdk/models/cd_fmc_object.py +1 -1
  63. scc_firewall_manager_sdk/models/cd_fmc_result.py +1 -1
  64. scc_firewall_manager_sdk/models/cdo_cli_macro.py +1 -1
  65. scc_firewall_manager_sdk/models/cdo_cli_macro_page.py +1 -1
  66. scc_firewall_manager_sdk/models/cdo_cli_result.py +1 -1
  67. scc_firewall_manager_sdk/models/cdo_cli_result_page.py +1 -1
  68. scc_firewall_manager_sdk/models/cdo_region.py +1 -1
  69. scc_firewall_manager_sdk/models/cdo_region_list.py +1 -1
  70. scc_firewall_manager_sdk/models/cdo_token_info.py +1 -1
  71. scc_firewall_manager_sdk/models/cdo_transaction.py +1 -1
  72. scc_firewall_manager_sdk/models/change_request.py +1 -1
  73. scc_firewall_manager_sdk/models/change_request_create_input.py +1 -1
  74. scc_firewall_manager_sdk/models/change_request_page.py +1 -1
  75. scc_firewall_manager_sdk/models/changelog.py +1 -1
  76. scc_firewall_manager_sdk/models/changelog_page.py +1 -1
  77. scc_firewall_manager_sdk/models/chassis_stats_health_metrics.py +1 -1
  78. scc_firewall_manager_sdk/models/cli_command_input.py +1 -1
  79. scc_firewall_manager_sdk/models/cli_macro_create_input.py +1 -1
  80. scc_firewall_manager_sdk/models/cli_macro_execute_input.py +1 -1
  81. scc_firewall_manager_sdk/models/cli_macro_patch_input.py +1 -1
  82. scc_firewall_manager_sdk/models/client_device.py +1 -1
  83. scc_firewall_manager_sdk/models/cluster_node.py +1 -1
  84. scc_firewall_manager_sdk/models/command.py +1 -1
  85. scc_firewall_manager_sdk/models/command_response.py +1 -1
  86. scc_firewall_manager_sdk/models/common_api_error.py +1 -1
  87. scc_firewall_manager_sdk/models/config_state.py +1 -1
  88. scc_firewall_manager_sdk/models/conflict_detection_interval.py +1 -1
  89. scc_firewall_manager_sdk/models/conflict_detection_state.py +1 -1
  90. scc_firewall_manager_sdk/models/connectivity_state.py +1 -1
  91. scc_firewall_manager_sdk/models/connector_type.py +1 -1
  92. scc_firewall_manager_sdk/models/cpu_health_metrics.py +1 -1
  93. scc_firewall_manager_sdk/models/create_request.py +1 -1
  94. scc_firewall_manager_sdk/models/deployed.py +1 -1
  95. scc_firewall_manager_sdk/models/destination_dynamic_object_content.py +1 -1
  96. scc_firewall_manager_sdk/models/destination_network_content.py +1 -1
  97. scc_firewall_manager_sdk/models/destination_port_content.py +1 -1
  98. scc_firewall_manager_sdk/models/device.py +1 -1
  99. scc_firewall_manager_sdk/models/device_end_of_life.py +1 -1
  100. scc_firewall_manager_sdk/models/device_end_of_life_details.py +1 -1
  101. scc_firewall_manager_sdk/models/device_end_of_life_device_info.py +1 -1
  102. scc_firewall_manager_sdk/models/device_end_of_life_recommendation.py +1 -1
  103. scc_firewall_manager_sdk/models/device_end_of_life_report.py +1 -1
  104. scc_firewall_manager_sdk/models/device_gateway_api_request.py +1 -1
  105. scc_firewall_manager_sdk/models/device_manager_patch_input.py +1 -1
  106. scc_firewall_manager_sdk/models/device_metadata.py +1 -1
  107. scc_firewall_manager_sdk/models/device_page.py +1 -1
  108. scc_firewall_manager_sdk/models/device_patch_input.py +1 -1
  109. scc_firewall_manager_sdk/models/device_role.py +1 -1
  110. scc_firewall_manager_sdk/models/devices_patch_input.py +1 -1
  111. scc_firewall_manager_sdk/models/disk_health_metrics.py +1 -1
  112. scc_firewall_manager_sdk/models/domain_settings.py +1 -1
  113. scc_firewall_manager_sdk/models/duo_admin_panel_create_or_update_input.py +1 -1
  114. scc_firewall_manager_sdk/models/duplex_type.py +1 -1
  115. scc_firewall_manager_sdk/models/duplicate_group_dto.py +1 -1
  116. scc_firewall_manager_sdk/models/entity.py +1 -1
  117. scc_firewall_manager_sdk/models/entity_type.py +1 -1
  118. scc_firewall_manager_sdk/models/ether_channel_interface_create_input.py +1 -1
  119. scc_firewall_manager_sdk/models/ether_channel_interface_patch_input.py +1 -1
  120. scc_firewall_manager_sdk/models/event.py +1 -1
  121. scc_firewall_manager_sdk/models/fmc_access_policy_reference.py +1 -1
  122. scc_firewall_manager_sdk/models/fmc_device_record.py +1 -1
  123. scc_firewall_manager_sdk/models/fmc_health_metrics.py +1 -1
  124. scc_firewall_manager_sdk/models/fmc_object_override.py +1 -1
  125. scc_firewall_manager_sdk/models/fmc_object_reference.py +1 -1
  126. scc_firewall_manager_sdk/models/fmc_request.py +1 -1
  127. scc_firewall_manager_sdk/models/fmc_template_variable.py +1 -1
  128. scc_firewall_manager_sdk/models/ftd_cluster_info.py +1 -1
  129. scc_firewall_manager_sdk/models/ftd_compatibility_version.py +1 -1
  130. scc_firewall_manager_sdk/models/ftd_create_or_update_input.py +1 -1
  131. scc_firewall_manager_sdk/models/ftd_deployment_input.py +1 -1
  132. scc_firewall_manager_sdk/models/ftd_ha_info.py +1 -1
  133. scc_firewall_manager_sdk/models/ftd_multi_device_deployment_input.py +1 -1
  134. scc_firewall_manager_sdk/models/ftd_registration_input.py +1 -1
  135. scc_firewall_manager_sdk/models/ftd_version.py +1 -1
  136. scc_firewall_manager_sdk/models/ftd_versions_response.py +1 -1
  137. scc_firewall_manager_sdk/models/global_search_result.py +1 -1
  138. scc_firewall_manager_sdk/models/group_content.py +1 -1
  139. scc_firewall_manager_sdk/models/ha_health_metrics.py +1 -1
  140. scc_firewall_manager_sdk/models/ha_node.py +1 -1
  141. scc_firewall_manager_sdk/models/icmp4_value.py +1 -1
  142. scc_firewall_manager_sdk/models/icmp6_value.py +1 -1
  143. scc_firewall_manager_sdk/models/interface_health_metrics.py +1 -1
  144. scc_firewall_manager_sdk/models/interface_ip_address.py +1 -1
  145. scc_firewall_manager_sdk/models/interface_ipv4_address.py +1 -1
  146. scc_firewall_manager_sdk/models/interface_ipv6_address.py +1 -1
  147. scc_firewall_manager_sdk/models/interface_mode.py +1 -1
  148. scc_firewall_manager_sdk/models/interface_runtime_data.py +1 -1
  149. scc_firewall_manager_sdk/models/interface_type.py +1 -1
  150. scc_firewall_manager_sdk/models/inventory.py +1 -1
  151. scc_firewall_manager_sdk/models/ios_create_or_update_input.py +1 -1
  152. scc_firewall_manager_sdk/models/ip_type.py +1 -1
  153. scc_firewall_manager_sdk/models/issues_count.py +1 -1
  154. scc_firewall_manager_sdk/models/issues_dto.py +1 -1
  155. scc_firewall_manager_sdk/models/json_web_key.py +1 -1
  156. scc_firewall_manager_sdk/models/jwk_set.py +1 -1
  157. scc_firewall_manager_sdk/models/labels.py +1 -1
  158. scc_firewall_manager_sdk/models/link_state.py +1 -1
  159. scc_firewall_manager_sdk/models/list_object_response.py +1 -1
  160. scc_firewall_manager_sdk/models/location.py +1 -1
  161. scc_firewall_manager_sdk/models/log_settings.py +1 -1
  162. scc_firewall_manager_sdk/models/memory_health_metrics.py +1 -1
  163. scc_firewall_manager_sdk/models/meraki_deployment_mode.py +1 -1
  164. scc_firewall_manager_sdk/models/meta.py +1 -1
  165. scc_firewall_manager_sdk/models/metric.py +1 -1
  166. scc_firewall_manager_sdk/models/metrics_item.py +1 -1
  167. scc_firewall_manager_sdk/models/metrics_response.py +1 -1
  168. scc_firewall_manager_sdk/models/mfa_event.py +1 -1
  169. scc_firewall_manager_sdk/models/mfa_event_page.py +1 -1
  170. scc_firewall_manager_sdk/models/msp_add_tenant_input.py +1 -1
  171. scc_firewall_manager_sdk/models/msp_add_users_to_tenant_input.py +1 -1
  172. scc_firewall_manager_sdk/models/msp_create_tenant_input.py +1 -1
  173. scc_firewall_manager_sdk/models/msp_delete_users_from_tenant_input.py +1 -1
  174. scc_firewall_manager_sdk/models/msp_export_input.py +1 -1
  175. scc_firewall_manager_sdk/models/msp_managed_cloud_service.py +1 -1
  176. scc_firewall_manager_sdk/models/msp_managed_cloud_service_distinct_attribute_values.py +1 -1
  177. scc_firewall_manager_sdk/models/msp_managed_cloud_service_page.py +1 -1
  178. scc_firewall_manager_sdk/models/msp_managed_device.py +1 -1
  179. scc_firewall_manager_sdk/models/msp_managed_device_distinct_attribute_values.py +1 -1
  180. scc_firewall_manager_sdk/models/msp_managed_device_manager.py +1 -1
  181. scc_firewall_manager_sdk/models/msp_managed_device_manager_distinct_attribute_values.py +1 -1
  182. scc_firewall_manager_sdk/models/msp_managed_device_managers_page.py +1 -1
  183. scc_firewall_manager_sdk/models/msp_managed_device_page.py +1 -1
  184. scc_firewall_manager_sdk/models/msp_managed_template.py +1 -1
  185. scc_firewall_manager_sdk/models/msp_managed_template_distinct_attribute_values.py +1 -1
  186. scc_firewall_manager_sdk/models/msp_managed_templates_page.py +1 -1
  187. scc_firewall_manager_sdk/models/msp_managed_tenant.py +1 -1
  188. scc_firewall_manager_sdk/models/msp_managed_tenant_page.py +1 -1
  189. scc_firewall_manager_sdk/models/network.py +1 -1
  190. scc_firewall_manager_sdk/models/network_object_content.py +1 -1
  191. scc_firewall_manager_sdk/models/object_content.py +1 -1
  192. scc_firewall_manager_sdk/models/object_response.py +1 -1
  193. scc_firewall_manager_sdk/models/on_prem_fmc_info.py +1 -1
  194. scc_firewall_manager_sdk/models/os.py +1 -1
  195. scc_firewall_manager_sdk/models/override.py +1 -1
  196. scc_firewall_manager_sdk/models/physical_interface_patch_input.py +1 -1
  197. scc_firewall_manager_sdk/models/policy.py +1 -1
  198. scc_firewall_manager_sdk/models/ports_value.py +1 -1
  199. scc_firewall_manager_sdk/models/protocol_content.py +1 -1
  200. scc_firewall_manager_sdk/models/protocol_value_content.py +1 -1
  201. scc_firewall_manager_sdk/models/public_key.py +1 -1
  202. scc_firewall_manager_sdk/models/ra_vpn_device_input.py +1 -1
  203. scc_firewall_manager_sdk/models/ra_vpn_session.py +1 -1
  204. scc_firewall_manager_sdk/models/ra_vpn_session_health_metrics.py +1 -1
  205. scc_firewall_manager_sdk/models/ra_vpn_session_page.py +1 -1
  206. scc_firewall_manager_sdk/models/reference_info.py +1 -1
  207. scc_firewall_manager_sdk/models/rule_time_range_content.py +1 -1
  208. scc_firewall_manager_sdk/models/s2s_vpn_tunnel_health_metrics.py +1 -1
  209. scc_firewall_manager_sdk/models/sdc.py +1 -1
  210. scc_firewall_manager_sdk/models/sdc_create_input.py +1 -1
  211. scc_firewall_manager_sdk/models/sdc_page.py +1 -1
  212. scc_firewall_manager_sdk/models/sdc_patch_input.py +1 -1
  213. scc_firewall_manager_sdk/models/secure_access_metadata.py +1 -1
  214. scc_firewall_manager_sdk/models/series.py +1 -1
  215. scc_firewall_manager_sdk/models/service_object_content.py +1 -1
  216. scc_firewall_manager_sdk/models/service_object_value_content.py +1 -1
  217. scc_firewall_manager_sdk/models/shared_object_value.py +1 -1
  218. scc_firewall_manager_sdk/models/single_content.py +1 -1
  219. scc_firewall_manager_sdk/models/source_destination_ports_value.py +1 -1
  220. scc_firewall_manager_sdk/models/source_dynamic_object_content.py +1 -1
  221. scc_firewall_manager_sdk/models/source_network_content.py +1 -1
  222. scc_firewall_manager_sdk/models/source_port_content.py +1 -1
  223. scc_firewall_manager_sdk/models/speed_type.py +1 -1
  224. scc_firewall_manager_sdk/models/sse_device_data.py +1 -1
  225. scc_firewall_manager_sdk/models/staged.py +1 -1
  226. scc_firewall_manager_sdk/models/state_machine_details.py +1 -1
  227. scc_firewall_manager_sdk/models/state_machine_error.py +1 -1
  228. scc_firewall_manager_sdk/models/status.py +1 -1
  229. scc_firewall_manager_sdk/models/status_info.py +1 -1
  230. scc_firewall_manager_sdk/models/sub_interface_create_input.py +1 -1
  231. scc_firewall_manager_sdk/models/sub_interface_patch_input.py +1 -1
  232. scc_firewall_manager_sdk/models/summary.py +1 -1
  233. scc_firewall_manager_sdk/models/switch_port_config.py +1 -1
  234. scc_firewall_manager_sdk/models/target.py +1 -1
  235. scc_firewall_manager_sdk/models/targets_request.py +1 -1
  236. scc_firewall_manager_sdk/models/tenant.py +1 -1
  237. scc_firewall_manager_sdk/models/tenant_page.py +1 -1
  238. scc_firewall_manager_sdk/models/tenant_settings.py +1 -1
  239. scc_firewall_manager_sdk/models/unified_object_list_view.py +1 -1
  240. scc_firewall_manager_sdk/models/universal_ztna_settings.py +1 -1
  241. scc_firewall_manager_sdk/models/update_request.py +1 -1
  242. scc_firewall_manager_sdk/models/upgrade_asa_device_input.py +1 -1
  243. scc_firewall_manager_sdk/models/upgrade_ftd_device_input.py +1 -1
  244. scc_firewall_manager_sdk/models/upgrade_ftd_devices_input.py +1 -1
  245. scc_firewall_manager_sdk/models/url_object_content.py +1 -1
  246. scc_firewall_manager_sdk/models/user.py +1 -1
  247. scc_firewall_manager_sdk/models/user_create_or_update_input.py +1 -1
  248. scc_firewall_manager_sdk/models/user_input.py +1 -1
  249. scc_firewall_manager_sdk/models/user_page.py +1 -1
  250. scc_firewall_manager_sdk/models/user_role.py +1 -1
  251. scc_firewall_manager_sdk/models/vlan_id_range.py +1 -1
  252. scc_firewall_manager_sdk/models/vlan_interface_create_input.py +1 -1
  253. scc_firewall_manager_sdk/models/vlan_interface_patch_input.py +1 -1
  254. scc_firewall_manager_sdk/models/ztp_onboarding_input.py +1 -1
  255. scc_firewall_manager_sdk/models/ztp_onboarding_template_configuration.py +1 -1
  256. scc_firewall_manager_sdk/rest.py +1 -1
  257. {scc_firewall_manager_sdk-1.13.801.dist-info → scc_firewall_manager_sdk-1.15.0.dist-info}/METADATA +1 -1
  258. scc_firewall_manager_sdk-1.15.0.dist-info/RECORD +263 -0
  259. scc_firewall_manager_sdk-1.13.801.dist-info/RECORD +0 -263
  260. {scc_firewall_manager_sdk-1.13.801.dist-info → scc_firewall_manager_sdk-1.15.0.dist-info}/WHEEL +0 -0
  261. {scc_firewall_manager_sdk-1.13.801.dist-info → scc_firewall_manager_sdk-1.15.0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Use the documentation to explore the endpoints Security Cloud Control Firewall Manager has to offer
7
7
 
8
- The version of the OpenAPI document: 1.13.0
8
+ The version of the OpenAPI document: 1.15.0
9
9
  Contact: cdo.tac@cisco.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11