pulumi-azure-native 2.82.0a1736491675__py3-none-any.whl → 2.82.0a1736497599__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 pulumi-azure-native might be problematic. Click here for more details.

Files changed (940) hide show
  1. pulumi_azure_native/__init__.py +102 -1
  2. pulumi_azure_native/azureplaywrightservice/v20241201/account.py +4 -4
  3. pulumi_azure_native/azureplaywrightservice/v20241201/get_account.py +1 -1
  4. pulumi_azure_native/chaos/__init__.py +3 -0
  5. pulumi_azure_native/chaos/capability.py +3 -3
  6. pulumi_azure_native/chaos/experiment.py +3 -3
  7. pulumi_azure_native/chaos/get_capability.py +2 -2
  8. pulumi_azure_native/chaos/get_experiment.py +2 -2
  9. pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
  10. pulumi_azure_native/chaos/get_private_access.py +2 -2
  11. pulumi_azure_native/chaos/get_target.py +2 -2
  12. pulumi_azure_native/chaos/private_access.py +3 -3
  13. pulumi_azure_native/chaos/target.py +3 -3
  14. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  17. pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
  19. pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
  20. pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
  21. pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
  22. pulumi_azure_native/chaos/v20231027preview/private_access.py +1 -1
  23. pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
  24. pulumi_azure_native/chaos/v20231101/capability.py +1 -1
  25. pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
  26. pulumi_azure_native/chaos/v20231101/target.py +1 -1
  27. pulumi_azure_native/chaos/v20240101/capability.py +1 -1
  28. pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
  29. pulumi_azure_native/chaos/v20240101/target.py +1 -1
  30. pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
  31. pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
  32. pulumi_azure_native/chaos/v20240322preview/private_access.py +1 -1
  33. pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
  34. pulumi_azure_native/chaos/v20241101preview/__init__.py +19 -0
  35. pulumi_azure_native/chaos/v20241101preview/_enums.py +81 -0
  36. pulumi_azure_native/chaos/v20241101preview/_inputs.py +965 -0
  37. pulumi_azure_native/chaos/v20241101preview/capability.py +313 -0
  38. pulumi_azure_native/chaos/v20241101preview/experiment.py +357 -0
  39. pulumi_azure_native/chaos/v20241101preview/get_capability.py +237 -0
  40. pulumi_azure_native/chaos/v20241101preview/get_experiment.py +227 -0
  41. pulumi_azure_native/chaos/v20241101preview/get_experiment_execution_details.py +135 -0
  42. pulumi_azure_native/chaos/v20241101preview/get_private_access.py +199 -0
  43. pulumi_azure_native/chaos/v20241101preview/get_target.py +175 -0
  44. pulumi_azure_native/chaos/v20241101preview/outputs.py +1488 -0
  45. pulumi_azure_native/chaos/v20241101preview/private_access.py +277 -0
  46. pulumi_azure_native/chaos/v20241101preview/target.py +290 -0
  47. pulumi_azure_native/confidentialledger/__init__.py +3 -0
  48. pulumi_azure_native/confidentialledger/get_ledger.py +2 -2
  49. pulumi_azure_native/confidentialledger/get_managed_ccf.py +2 -2
  50. pulumi_azure_native/confidentialledger/ledger.py +3 -3
  51. pulumi_azure_native/confidentialledger/managed_ccf.py +3 -3
  52. pulumi_azure_native/confidentialledger/v20220513/ledger.py +1 -1
  53. pulumi_azure_native/confidentialledger/v20230126preview/ledger.py +1 -1
  54. pulumi_azure_native/confidentialledger/v20230126preview/managed_ccf.py +1 -1
  55. pulumi_azure_native/confidentialledger/v20230628preview/ledger.py +1 -1
  56. pulumi_azure_native/confidentialledger/v20230628preview/managed_ccf.py +1 -1
  57. pulumi_azure_native/confidentialledger/v20240709preview/ledger.py +1 -1
  58. pulumi_azure_native/confidentialledger/v20240709preview/managed_ccf.py +1 -1
  59. pulumi_azure_native/confidentialledger/v20240919preview/__init__.py +14 -0
  60. pulumi_azure_native/confidentialledger/v20240919preview/_enums.py +77 -0
  61. pulumi_azure_native/confidentialledger/v20240919preview/_inputs.py +721 -0
  62. pulumi_azure_native/confidentialledger/v20240919preview/get_ledger.py +171 -0
  63. pulumi_azure_native/confidentialledger/v20240919preview/get_managed_ccf.py +171 -0
  64. pulumi_azure_native/confidentialledger/v20240919preview/ledger.py +258 -0
  65. pulumi_azure_native/confidentialledger/v20240919preview/managed_ccf.py +258 -0
  66. pulumi_azure_native/confidentialledger/v20240919preview/outputs.py +800 -0
  67. pulumi_azure_native/confluent/__init__.py +9 -0
  68. pulumi_azure_native/confluent/_enums.py +91 -0
  69. pulumi_azure_native/confluent/_inputs.py +2882 -63
  70. pulumi_azure_native/confluent/connector.py +323 -0
  71. pulumi_azure_native/confluent/get_connector.py +191 -0
  72. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +185 -0
  73. pulumi_azure_native/confluent/get_organization_environment_by_id.py +165 -0
  74. pulumi_azure_native/confluent/get_topic.py +261 -0
  75. pulumi_azure_native/confluent/organization_cluster_by_id.py +379 -0
  76. pulumi_azure_native/confluent/organization_environment_by_id.py +329 -0
  77. pulumi_azure_native/confluent/outputs.py +2233 -222
  78. pulumi_azure_native/confluent/topic.py +486 -0
  79. pulumi_azure_native/confluent/v20240701/connector.py +2 -0
  80. pulumi_azure_native/confluent/v20240701/organization_cluster_by_id.py +2 -0
  81. pulumi_azure_native/confluent/v20240701/organization_environment_by_id.py +2 -0
  82. pulumi_azure_native/confluent/v20240701/topic.py +2 -0
  83. pulumi_azure_native/maintenance/_inputs.py +6 -6
  84. pulumi_azure_native/maintenance/outputs.py +4 -4
  85. pulumi_azure_native/maintenance/v20221101preview/_inputs.py +6 -6
  86. pulumi_azure_native/maintenance/v20221101preview/outputs.py +4 -4
  87. pulumi_azure_native/maintenance/v20230401/_inputs.py +6 -6
  88. pulumi_azure_native/maintenance/v20230401/outputs.py +4 -4
  89. pulumi_azure_native/maintenance/v20230901preview/_inputs.py +6 -6
  90. pulumi_azure_native/maintenance/v20230901preview/outputs.py +4 -4
  91. pulumi_azure_native/maintenance/v20231001preview/_inputs.py +6 -6
  92. pulumi_azure_native/maintenance/v20231001preview/outputs.py +4 -4
  93. pulumi_azure_native/pulumi-plugin.json +1 -1
  94. pulumi_azure_native/recoveryservices/__init__.py +3 -0
  95. pulumi_azure_native/recoveryservices/get_vault.py +2 -2
  96. pulumi_azure_native/recoveryservices/v20200202/vault.py +1 -1
  97. pulumi_azure_native/recoveryservices/v20230401/vault.py +1 -1
  98. pulumi_azure_native/recoveryservices/v20230601/vault.py +1 -1
  99. pulumi_azure_native/recoveryservices/v20230801/vault.py +1 -1
  100. pulumi_azure_native/recoveryservices/v20240101/vault.py +1 -1
  101. pulumi_azure_native/recoveryservices/v20240201/vault.py +1 -1
  102. pulumi_azure_native/recoveryservices/v20240401/vault.py +1 -1
  103. pulumi_azure_native/recoveryservices/v20240430preview/vault.py +1 -1
  104. pulumi_azure_native/recoveryservices/v20240930preview/__init__.py +12 -0
  105. pulumi_azure_native/recoveryservices/v20240930preview/_enums.py +102 -0
  106. pulumi_azure_native/recoveryservices/v20240930preview/_inputs.py +967 -0
  107. pulumi_azure_native/recoveryservices/v20240930preview/get_vault.py +213 -0
  108. pulumi_azure_native/recoveryservices/v20240930preview/outputs.py +1659 -0
  109. pulumi_azure_native/recoveryservices/v20240930preview/vault.py +326 -0
  110. pulumi_azure_native/recoveryservices/v20241001/vault.py +1 -1
  111. pulumi_azure_native/recoveryservices/vault.py +3 -3
  112. pulumi_azure_native/securityinsights/__init__.py +3 -0
  113. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  114. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  115. pulumi_azure_native/securityinsights/action.py +3 -3
  116. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  117. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  118. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  119. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  120. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  121. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  122. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  123. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  124. pulumi_azure_native/securityinsights/business_application_agent.py +5 -1
  125. pulumi_azure_native/securityinsights/content_package.py +3 -3
  126. pulumi_azure_native/securityinsights/content_template.py +3 -3
  127. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  128. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  129. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  130. pulumi_azure_native/securityinsights/file_import.py +3 -3
  131. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  132. pulumi_azure_native/securityinsights/get_action.py +2 -2
  133. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  134. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  135. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  136. pulumi_azure_native/securityinsights/get_business_application_agent.py +4 -0
  137. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  138. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  139. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  140. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  141. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  142. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  143. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  144. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  145. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  146. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  147. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  148. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  149. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  150. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  151. pulumi_azure_native/securityinsights/get_system.py +4 -0
  152. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  153. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  154. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  155. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  156. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  157. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  158. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  159. pulumi_azure_native/securityinsights/hunt.py +3 -3
  160. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  161. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  162. pulumi_azure_native/securityinsights/incident.py +3 -3
  163. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  164. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  165. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  166. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  167. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  168. pulumi_azure_native/securityinsights/list_system_actions.py +4 -0
  169. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  170. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  171. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  172. pulumi_azure_native/securityinsights/metadata.py +3 -3
  173. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  174. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  175. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  176. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  177. pulumi_azure_native/securityinsights/system.py +5 -1
  178. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  179. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  180. pulumi_azure_native/securityinsights/ueba.py +1 -1
  181. pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
  182. pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
  183. pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
  184. pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
  185. pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
  186. pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
  187. pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
  189. pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
  190. pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
  191. pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
  192. pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
  193. pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
  194. pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
  195. pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
  196. pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
  197. pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
  198. pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
  199. pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
  200. pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
  201. pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
  202. pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
  203. pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
  204. pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  205. pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
  206. pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
  207. pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
  208. pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
  209. pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
  210. pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
  211. pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
  212. pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
  213. pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
  214. pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
  215. pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
  216. pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
  217. pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
  218. pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
  219. pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
  220. pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
  221. pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
  222. pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
  223. pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
  224. pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
  225. pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
  226. pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
  227. pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
  228. pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
  229. pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
  230. pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
  231. pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
  232. pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
  233. pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
  234. pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
  235. pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
  236. pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
  237. pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
  238. pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
  240. pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
  241. pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
  242. pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
  243. pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
  244. pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
  245. pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
  246. pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
  247. pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
  248. pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
  249. pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
  250. pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
  251. pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
  252. pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
  253. pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
  254. pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
  255. pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
  256. pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
  257. pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
  258. pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
  259. pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
  260. pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
  261. pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
  262. pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
  263. pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
  264. pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
  265. pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
  266. pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
  267. pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
  268. pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
  269. pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
  270. pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
  271. pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
  272. pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
  273. pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
  274. pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
  275. pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
  276. pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
  277. pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
  278. pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
  279. pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
  280. pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
  281. pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  282. pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
  283. pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
  284. pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
  285. pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
  286. pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
  287. pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
  288. pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
  289. pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
  290. pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
  291. pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
  292. pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
  293. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
  294. pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
  295. pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
  296. pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
  297. pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
  298. pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
  299. pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
  300. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
  301. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
  302. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
  303. pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
  304. pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
  305. pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
  306. pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
  307. pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
  308. pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
  309. pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
  310. pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
  311. pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
  312. pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
  313. pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
  314. pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
  315. pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
  316. pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
  317. pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
  318. pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
  319. pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
  320. pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
  321. pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
  322. pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
  323. pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
  324. pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
  325. pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
  326. pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
  327. pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
  328. pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
  329. pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
  330. pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
  331. pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
  332. pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
  333. pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
  334. pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
  335. pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
  336. pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
  337. pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
  338. pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
  339. pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  340. pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
  341. pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
  342. pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
  343. pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
  344. pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
  345. pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
  346. pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
  347. pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
  348. pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
  349. pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
  350. pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
  351. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
  352. pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
  353. pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
  354. pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
  355. pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
  356. pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
  357. pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
  358. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
  359. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
  360. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
  361. pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
  362. pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
  363. pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
  364. pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
  365. pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
  366. pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
  367. pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
  368. pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
  369. pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
  370. pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
  371. pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
  372. pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
  373. pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
  374. pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
  375. pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
  376. pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
  377. pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
  378. pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
  379. pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
  380. pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
  381. pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
  382. pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
  383. pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
  384. pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
  385. pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
  386. pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
  387. pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
  388. pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
  389. pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
  390. pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
  391. pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
  392. pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
  393. pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
  394. pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
  395. pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
  396. pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
  397. pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  398. pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
  399. pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
  400. pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
  401. pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
  402. pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
  403. pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
  404. pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
  405. pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
  406. pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
  407. pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
  408. pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
  409. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
  410. pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
  411. pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
  412. pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
  413. pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
  414. pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
  415. pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
  416. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
  417. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
  418. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
  419. pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
  420. pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
  421. pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
  422. pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
  423. pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
  424. pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
  425. pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
  426. pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
  427. pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
  428. pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
  429. pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
  430. pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
  431. pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
  432. pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
  433. pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
  434. pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
  435. pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
  436. pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
  437. pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
  438. pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
  439. pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
  440. pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
  441. pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
  442. pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
  443. pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
  444. pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
  445. pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
  446. pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
  447. pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
  448. pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
  449. pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
  450. pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
  451. pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
  452. pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
  453. pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
  454. pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
  455. pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  456. pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
  457. pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
  458. pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
  459. pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
  460. pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
  461. pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
  462. pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
  463. pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
  464. pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
  465. pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
  466. pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
  467. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
  468. pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
  469. pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
  470. pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
  471. pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
  472. pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
  473. pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
  474. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
  475. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
  476. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
  477. pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
  478. pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
  479. pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
  480. pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
  481. pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
  482. pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
  483. pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
  484. pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
  485. pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
  486. pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
  487. pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
  488. pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
  489. pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
  490. pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
  491. pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
  492. pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
  493. pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
  494. pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
  495. pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
  496. pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
  497. pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
  498. pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
  499. pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
  500. pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
  501. pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
  502. pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
  503. pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
  504. pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
  505. pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
  506. pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
  507. pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
  508. pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
  509. pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
  510. pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
  511. pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
  512. pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
  513. pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  514. pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
  515. pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
  516. pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
  517. pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
  518. pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
  519. pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
  520. pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
  521. pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
  522. pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
  523. pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
  524. pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
  525. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
  526. pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
  527. pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
  528. pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
  529. pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
  530. pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
  531. pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
  532. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
  533. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
  534. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
  535. pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
  536. pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
  537. pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
  538. pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
  539. pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
  540. pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
  541. pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
  542. pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
  543. pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
  544. pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
  545. pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
  546. pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
  547. pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
  548. pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
  549. pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
  550. pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
  551. pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
  552. pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
  553. pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
  554. pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
  555. pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
  556. pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
  557. pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
  558. pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
  559. pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
  560. pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
  561. pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
  562. pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
  563. pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
  564. pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
  565. pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
  566. pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
  567. pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
  568. pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
  569. pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
  570. pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
  571. pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
  572. pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
  573. pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
  574. pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
  575. pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
  576. pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
  577. pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
  578. pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
  579. pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
  580. pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
  581. pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
  582. pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
  583. pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
  584. pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
  585. pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
  586. pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
  587. pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
  588. pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
  589. pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
  590. pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
  591. pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
  592. pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
  593. pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
  594. pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
  595. pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
  596. pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  597. pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
  598. pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
  599. pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
  600. pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
  601. pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
  602. pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
  603. pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
  604. pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
  605. pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
  606. pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
  607. pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
  608. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
  609. pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
  610. pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
  611. pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
  612. pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
  613. pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
  614. pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
  615. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
  616. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
  617. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
  618. pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
  619. pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
  620. pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
  621. pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
  622. pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
  623. pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
  624. pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
  625. pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
  626. pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
  627. pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
  628. pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
  629. pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
  630. pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
  631. pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
  632. pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
  633. pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
  634. pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
  635. pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
  636. pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
  637. pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
  638. pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
  639. pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
  640. pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
  641. pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
  642. pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
  643. pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
  644. pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
  645. pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
  646. pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
  647. pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
  648. pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
  649. pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
  650. pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
  651. pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
  652. pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
  653. pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
  654. pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  655. pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
  656. pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
  657. pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
  658. pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
  659. pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
  660. pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
  661. pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
  662. pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
  663. pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
  664. pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
  665. pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
  666. pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
  667. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
  668. pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
  669. pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
  670. pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
  671. pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
  672. pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
  673. pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
  674. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
  675. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
  676. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
  677. pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
  678. pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
  679. pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
  680. pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
  681. pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
  682. pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
  683. pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
  684. pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
  685. pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
  686. pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
  687. pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
  688. pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
  689. pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
  690. pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
  691. pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
  692. pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
  693. pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
  694. pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
  695. pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
  696. pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
  697. pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
  698. pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
  699. pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
  700. pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
  701. pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
  702. pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
  703. pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
  704. pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
  705. pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
  706. pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
  707. pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
  708. pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
  709. pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
  710. pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
  711. pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
  712. pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
  713. pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
  714. pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
  715. pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
  716. pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
  717. pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
  718. pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
  719. pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
  720. pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
  721. pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
  722. pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
  723. pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
  724. pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
  725. pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
  726. pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
  727. pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
  728. pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
  729. pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
  730. pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
  731. pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
  732. pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
  733. pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
  734. pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
  735. pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
  736. pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
  737. pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
  738. pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
  739. pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
  740. pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
  741. pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
  742. pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
  743. pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
  744. pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
  745. pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
  746. pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
  747. pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
  748. pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
  749. pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
  750. pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
  751. pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
  752. pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
  753. pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
  754. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
  755. pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
  756. pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
  757. pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
  758. pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
  759. pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
  760. pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
  761. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
  762. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
  763. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
  764. pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
  765. pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
  766. pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
  767. pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
  768. pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
  769. pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
  770. pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
  771. pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
  772. pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
  773. pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
  774. pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
  775. pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
  776. pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
  777. pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
  778. pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
  779. pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
  780. pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
  781. pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
  782. pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
  783. pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
  784. pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
  785. pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
  786. pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
  787. pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  788. pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
  789. pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
  790. pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
  791. pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
  792. pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
  793. pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
  794. pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
  795. pulumi_azure_native/securityinsights/v20241001preview/__init__.py +140 -0
  796. pulumi_azure_native/securityinsights/v20241001preview/_enums.py +1499 -0
  797. pulumi_azure_native/securityinsights/v20241001preview/_inputs.py +11019 -0
  798. pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +295 -0
  799. pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +295 -0
  800. pulumi_azure_native/securityinsights/v20241001preview/action.py +282 -0
  801. pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +517 -0
  802. pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +244 -0
  803. pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +629 -0
  804. pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +294 -0
  805. pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +360 -0
  806. pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +295 -0
  807. pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +356 -0
  808. pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +668 -0
  809. pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +281 -0
  810. pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +268 -0
  811. pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +294 -0
  812. pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +265 -0
  813. pulumi_azure_native/securityinsights/v20241001preview/content_package.py +874 -0
  814. pulumi_azure_native/securityinsights/v20241001preview/content_template.py +955 -0
  815. pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +353 -0
  816. pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +296 -0
  817. pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +264 -0
  818. pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +244 -0
  819. pulumi_azure_native/securityinsights/v20241001preview/file_import.py +402 -0
  820. pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +424 -0
  821. pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +354 -0
  822. pulumi_azure_native/securityinsights/v20241001preview/get_aad_data_connector.py +192 -0
  823. pulumi_azure_native/securityinsights/v20241001preview/get_aatp_data_connector.py +192 -0
  824. pulumi_azure_native/securityinsights/v20241001preview/get_action.py +183 -0
  825. pulumi_azure_native/securityinsights/v20241001preview/get_activity_custom_entity_query.py +318 -0
  826. pulumi_azure_native/securityinsights/v20241001preview/get_anomalies.py +178 -0
  827. pulumi_azure_native/securityinsights/v20241001preview/get_anomaly_security_ml_analytics_settings.py +360 -0
  828. pulumi_azure_native/securityinsights/v20241001preview/get_asc_data_connector.py +192 -0
  829. pulumi_azure_native/securityinsights/v20241001preview/get_automation_rule.py +258 -0
  830. pulumi_azure_native/securityinsights/v20241001preview/get_aws_cloud_trail_data_connector.py +192 -0
  831. pulumi_azure_native/securityinsights/v20241001preview/get_aws_s3_data_connector.py +220 -0
  832. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark.py +373 -0
  833. pulumi_azure_native/securityinsights/v20241001preview/get_bookmark_relation.py +211 -0
  834. pulumi_azure_native/securityinsights/v20241001preview/get_business_application_agent.py +196 -0
  835. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_api_polling_data_connector.py +192 -0
  836. pulumi_azure_native/securityinsights/v20241001preview/get_codeless_ui_data_connector.py +178 -0
  837. pulumi_azure_native/securityinsights/v20241001preview/get_content_package.py +471 -0
  838. pulumi_azure_native/securityinsights/v20241001preview/get_content_template.py +533 -0
  839. pulumi_azure_native/securityinsights/v20241001preview/get_customizable_connector_definition.py +220 -0
  840. pulumi_azure_native/securityinsights/v20241001preview/get_dynamics365_data_connector.py +192 -0
  841. pulumi_azure_native/securityinsights/v20241001preview/get_entities_get_timeline.py +132 -0
  842. pulumi_azure_native/securityinsights/v20241001preview/get_entity_analytics.py +178 -0
  843. pulumi_azure_native/securityinsights/v20241001preview/get_entity_insights.py +131 -0
  844. pulumi_azure_native/securityinsights/v20241001preview/get_eyes_on.py +178 -0
  845. pulumi_azure_native/securityinsights/v20241001preview/get_file_import.py +317 -0
  846. pulumi_azure_native/securityinsights/v20241001preview/get_fusion_alert_rule.py +318 -0
  847. pulumi_azure_native/securityinsights/v20241001preview/get_gcp_data_connector.py +220 -0
  848. pulumi_azure_native/securityinsights/v20241001preview/get_hunt.py +261 -0
  849. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_comment.py +169 -0
  850. pulumi_azure_native/securityinsights/v20241001preview/get_hunt_relation.py +225 -0
  851. pulumi_azure_native/securityinsights/v20241001preview/get_incident.py +426 -0
  852. pulumi_azure_native/securityinsights/v20241001preview/get_incident_comment.py +211 -0
  853. pulumi_azure_native/securityinsights/v20241001preview/get_incident_relation.py +211 -0
  854. pulumi_azure_native/securityinsights/v20241001preview/get_incident_task.py +247 -0
  855. pulumi_azure_native/securityinsights/v20241001preview/get_io_t_data_connector.py +192 -0
  856. pulumi_azure_native/securityinsights/v20241001preview/get_mcas_data_connector.py +192 -0
  857. pulumi_azure_native/securityinsights/v20241001preview/get_mdatp_data_connector.py +192 -0
  858. pulumi_azure_native/securityinsights/v20241001preview/get_metadata.py +415 -0
  859. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
  860. pulumi_azure_native/securityinsights/v20241001preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
  861. pulumi_azure_native/securityinsights/v20241001preview/get_ml_behavior_analytics_alert_rule.py +290 -0
  862. pulumi_azure_native/securityinsights/v20241001preview/get_msti_data_connector.py +192 -0
  863. pulumi_azure_native/securityinsights/v20241001preview/get_mtp_data_connector.py +206 -0
  864. pulumi_azure_native/securityinsights/v20241001preview/get_nrt_alert_rule.py +430 -0
  865. pulumi_azure_native/securityinsights/v20241001preview/get_office365_project_data_connector.py +192 -0
  866. pulumi_azure_native/securityinsights/v20241001preview/get_office_atp_data_connector.py +192 -0
  867. pulumi_azure_native/securityinsights/v20241001preview/get_office_data_connector.py +192 -0
  868. pulumi_azure_native/securityinsights/v20241001preview/get_office_irm_data_connector.py +192 -0
  869. pulumi_azure_native/securityinsights/v20241001preview/get_office_power_bi_data_connector.py +192 -0
  870. pulumi_azure_native/securityinsights/v20241001preview/get_purview_audit_data_connector.py +234 -0
  871. pulumi_azure_native/securityinsights/v20241001preview/get_rest_api_poller_data_connector.py +290 -0
  872. pulumi_azure_native/securityinsights/v20241001preview/get_scheduled_alert_rule.py +486 -0
  873. pulumi_azure_native/securityinsights/v20241001preview/get_sentinel_onboarding_state.py +163 -0
  874. pulumi_azure_native/securityinsights/v20241001preview/get_system.py +205 -0
  875. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_alert_rule.py +290 -0
  876. pulumi_azure_native/securityinsights/v20241001preview/get_threat_intelligence_indicator.py +163 -0
  877. pulumi_azure_native/securityinsights/v20241001preview/get_ti_data_connector.py +206 -0
  878. pulumi_azure_native/securityinsights/v20241001preview/get_ti_taxii_data_connector.py +304 -0
  879. pulumi_azure_native/securityinsights/v20241001preview/get_ueba.py +178 -0
  880. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist.py +457 -0
  881. pulumi_azure_native/securityinsights/v20241001preview/get_watchlist_item.py +295 -0
  882. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_assignment.py +205 -0
  883. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_configuration.py +163 -0
  884. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_group.py +191 -0
  885. pulumi_azure_native/securityinsights/v20241001preview/get_workspace_manager_member.py +177 -0
  886. pulumi_azure_native/securityinsights/v20241001preview/hunt.py +444 -0
  887. pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +251 -0
  888. pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +310 -0
  889. pulumi_azure_native/securityinsights/v20241001preview/incident.py +612 -0
  890. pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +281 -0
  891. pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +281 -0
  892. pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +380 -0
  893. pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +294 -0
  894. pulumi_azure_native/securityinsights/v20241001preview/list_geodata_by_ip.py +322 -0
  895. pulumi_azure_native/securityinsights/v20241001preview/list_source_control_repositories.py +138 -0
  896. pulumi_azure_native/securityinsights/v20241001preview/list_system_actions.py +113 -0
  897. pulumi_azure_native/securityinsights/v20241001preview/list_whois_by_domain.py +169 -0
  898. pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +296 -0
  899. pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +295 -0
  900. pulumi_azure_native/securityinsights/v20241001preview/metadata.py +755 -0
  901. pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +296 -0
  902. pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +480 -0
  903. pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +364 -0
  904. pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +296 -0
  905. pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +325 -0
  906. pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +774 -0
  907. pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +296 -0
  908. pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +295 -0
  909. pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +296 -0
  910. pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +295 -0
  911. pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +296 -0
  912. pulumi_azure_native/securityinsights/v20241001preview/outputs.py +10593 -0
  913. pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +383 -0
  914. pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +500 -0
  915. pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +894 -0
  916. pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +229 -0
  917. pulumi_azure_native/securityinsights/v20241001preview/system.py +311 -0
  918. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +364 -0
  919. pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +793 -0
  920. pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +325 -0
  921. pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +529 -0
  922. pulumi_azure_native/securityinsights/v20241001preview/ueba.py +264 -0
  923. pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +804 -0
  924. pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +493 -0
  925. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +281 -0
  926. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +231 -0
  927. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +289 -0
  928. pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +260 -0
  929. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  930. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  931. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  932. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  933. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  934. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  935. pulumi_azure_native/synapse/v20210601preview/_inputs.py +197 -1
  936. pulumi_azure_native/synapse/v20210601preview/outputs.py +179 -2
  937. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/METADATA +1 -1
  938. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/RECORD +940 -770
  939. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/WHEEL +0 -0
  940. {pulumi_azure_native-2.82.0a1736491675.dist-info → pulumi_azure_native-2.82.0a1736497599.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1488 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'ActionStatusResponse',
21
+ 'BranchStatusResponse',
22
+ 'ChaosExperimentBranchResponse',
23
+ 'ChaosExperimentStepResponse',
24
+ 'ChaosTargetListSelectorResponse',
25
+ 'ChaosTargetQuerySelectorResponse',
26
+ 'ChaosTargetSimpleFilterParametersResponse',
27
+ 'ChaosTargetSimpleFilterResponse',
28
+ 'ContinuousActionResponse',
29
+ 'CustomerDataStoragePropertiesResponse',
30
+ 'DelayActionResponse',
31
+ 'DiscreteActionResponse',
32
+ 'ExperimentExecutionActionTargetDetailsErrorResponse',
33
+ 'ExperimentExecutionActionTargetDetailsPropertiesResponse',
34
+ 'ExperimentExecutionDetailsPropertiesResponse',
35
+ 'ExperimentExecutionDetailsPropertiesRunInformationResponse',
36
+ 'KeyValuePairResponse',
37
+ 'ManagedServiceIdentityResponse',
38
+ 'PrivateEndpointConnectionResponse',
39
+ 'PrivateEndpointResponse',
40
+ 'PrivateLinkServiceConnectionStateResponse',
41
+ 'StepStatusResponse',
42
+ 'SystemDataResponse',
43
+ 'TargetReferenceResponse',
44
+ 'UserAssignedIdentityResponse',
45
+ ]
46
+
47
+ @pulumi.output_type
48
+ class ActionStatusResponse(dict):
49
+ """
50
+ Model that represents the an action and its status.
51
+ """
52
+ def __init__(__self__, *,
53
+ action_id: str,
54
+ action_name: str,
55
+ end_time: str,
56
+ start_time: str,
57
+ status: str,
58
+ targets: Sequence['outputs.ExperimentExecutionActionTargetDetailsPropertiesResponse']):
59
+ """
60
+ Model that represents the an action and its status.
61
+ :param str action_id: The id of the action status.
62
+ :param str action_name: The name of the action status.
63
+ :param str end_time: String that represents the end time of the action.
64
+ :param str start_time: String that represents the start time of the action.
65
+ :param str status: The status of the action.
66
+ :param Sequence['ExperimentExecutionActionTargetDetailsPropertiesResponse'] targets: The array of targets.
67
+ """
68
+ pulumi.set(__self__, "action_id", action_id)
69
+ pulumi.set(__self__, "action_name", action_name)
70
+ pulumi.set(__self__, "end_time", end_time)
71
+ pulumi.set(__self__, "start_time", start_time)
72
+ pulumi.set(__self__, "status", status)
73
+ pulumi.set(__self__, "targets", targets)
74
+
75
+ @property
76
+ @pulumi.getter(name="actionId")
77
+ def action_id(self) -> str:
78
+ """
79
+ The id of the action status.
80
+ """
81
+ return pulumi.get(self, "action_id")
82
+
83
+ @property
84
+ @pulumi.getter(name="actionName")
85
+ def action_name(self) -> str:
86
+ """
87
+ The name of the action status.
88
+ """
89
+ return pulumi.get(self, "action_name")
90
+
91
+ @property
92
+ @pulumi.getter(name="endTime")
93
+ def end_time(self) -> str:
94
+ """
95
+ String that represents the end time of the action.
96
+ """
97
+ return pulumi.get(self, "end_time")
98
+
99
+ @property
100
+ @pulumi.getter(name="startTime")
101
+ def start_time(self) -> str:
102
+ """
103
+ String that represents the start time of the action.
104
+ """
105
+ return pulumi.get(self, "start_time")
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def status(self) -> str:
110
+ """
111
+ The status of the action.
112
+ """
113
+ return pulumi.get(self, "status")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def targets(self) -> Sequence['outputs.ExperimentExecutionActionTargetDetailsPropertiesResponse']:
118
+ """
119
+ The array of targets.
120
+ """
121
+ return pulumi.get(self, "targets")
122
+
123
+
124
+ @pulumi.output_type
125
+ class BranchStatusResponse(dict):
126
+ """
127
+ Model that represents the a list of actions and action statuses.
128
+ """
129
+ def __init__(__self__, *,
130
+ actions: Sequence['outputs.ActionStatusResponse'],
131
+ branch_id: str,
132
+ branch_name: str,
133
+ status: str):
134
+ """
135
+ Model that represents the a list of actions and action statuses.
136
+ :param Sequence['ActionStatusResponse'] actions: The array of actions.
137
+ :param str branch_id: The id of the branch status.
138
+ :param str branch_name: The name of the branch status.
139
+ :param str status: The status of the branch.
140
+ """
141
+ pulumi.set(__self__, "actions", actions)
142
+ pulumi.set(__self__, "branch_id", branch_id)
143
+ pulumi.set(__self__, "branch_name", branch_name)
144
+ pulumi.set(__self__, "status", status)
145
+
146
+ @property
147
+ @pulumi.getter
148
+ def actions(self) -> Sequence['outputs.ActionStatusResponse']:
149
+ """
150
+ The array of actions.
151
+ """
152
+ return pulumi.get(self, "actions")
153
+
154
+ @property
155
+ @pulumi.getter(name="branchId")
156
+ def branch_id(self) -> str:
157
+ """
158
+ The id of the branch status.
159
+ """
160
+ return pulumi.get(self, "branch_id")
161
+
162
+ @property
163
+ @pulumi.getter(name="branchName")
164
+ def branch_name(self) -> str:
165
+ """
166
+ The name of the branch status.
167
+ """
168
+ return pulumi.get(self, "branch_name")
169
+
170
+ @property
171
+ @pulumi.getter
172
+ def status(self) -> str:
173
+ """
174
+ The status of the branch.
175
+ """
176
+ return pulumi.get(self, "status")
177
+
178
+
179
+ @pulumi.output_type
180
+ class ChaosExperimentBranchResponse(dict):
181
+ """
182
+ Model that represents a branch in the step. 9 total per experiment.
183
+ """
184
+ def __init__(__self__, *,
185
+ actions: Sequence[Any],
186
+ name: str):
187
+ """
188
+ Model that represents a branch in the step. 9 total per experiment.
189
+ :param Sequence[Union['ContinuousActionResponse', 'DelayActionResponse', 'DiscreteActionResponse']] actions: List of actions.
190
+ :param str name: String of the branch name.
191
+ """
192
+ pulumi.set(__self__, "actions", actions)
193
+ pulumi.set(__self__, "name", name)
194
+
195
+ @property
196
+ @pulumi.getter
197
+ def actions(self) -> Sequence[Any]:
198
+ """
199
+ List of actions.
200
+ """
201
+ return pulumi.get(self, "actions")
202
+
203
+ @property
204
+ @pulumi.getter
205
+ def name(self) -> str:
206
+ """
207
+ String of the branch name.
208
+ """
209
+ return pulumi.get(self, "name")
210
+
211
+
212
+ @pulumi.output_type
213
+ class ChaosExperimentStepResponse(dict):
214
+ """
215
+ Model that represents a step in the Experiment resource.
216
+ """
217
+ def __init__(__self__, *,
218
+ branches: Sequence['outputs.ChaosExperimentBranchResponse'],
219
+ name: str):
220
+ """
221
+ Model that represents a step in the Experiment resource.
222
+ :param Sequence['ChaosExperimentBranchResponse'] branches: List of branches.
223
+ :param str name: String of the step name.
224
+ """
225
+ pulumi.set(__self__, "branches", branches)
226
+ pulumi.set(__self__, "name", name)
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def branches(self) -> Sequence['outputs.ChaosExperimentBranchResponse']:
231
+ """
232
+ List of branches.
233
+ """
234
+ return pulumi.get(self, "branches")
235
+
236
+ @property
237
+ @pulumi.getter
238
+ def name(self) -> str:
239
+ """
240
+ String of the step name.
241
+ """
242
+ return pulumi.get(self, "name")
243
+
244
+
245
+ @pulumi.output_type
246
+ class ChaosTargetListSelectorResponse(dict):
247
+ """
248
+ Model that represents a list selector.
249
+ """
250
+ def __init__(__self__, *,
251
+ id: str,
252
+ targets: Sequence['outputs.TargetReferenceResponse'],
253
+ type: str,
254
+ filter: Optional['outputs.ChaosTargetSimpleFilterResponse'] = None):
255
+ """
256
+ Model that represents a list selector.
257
+ :param str id: String of the selector ID.
258
+ :param Sequence['TargetReferenceResponse'] targets: List of Target references.
259
+ :param str type: Enum of the selector type.
260
+ Expected value is 'List'.
261
+ :param 'ChaosTargetSimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
262
+ """
263
+ pulumi.set(__self__, "id", id)
264
+ pulumi.set(__self__, "targets", targets)
265
+ pulumi.set(__self__, "type", 'List')
266
+ if filter is not None:
267
+ pulumi.set(__self__, "filter", filter)
268
+
269
+ @property
270
+ @pulumi.getter
271
+ def id(self) -> str:
272
+ """
273
+ String of the selector ID.
274
+ """
275
+ return pulumi.get(self, "id")
276
+
277
+ @property
278
+ @pulumi.getter
279
+ def targets(self) -> Sequence['outputs.TargetReferenceResponse']:
280
+ """
281
+ List of Target references.
282
+ """
283
+ return pulumi.get(self, "targets")
284
+
285
+ @property
286
+ @pulumi.getter
287
+ def type(self) -> str:
288
+ """
289
+ Enum of the selector type.
290
+ Expected value is 'List'.
291
+ """
292
+ return pulumi.get(self, "type")
293
+
294
+ @property
295
+ @pulumi.getter
296
+ def filter(self) -> Optional['outputs.ChaosTargetSimpleFilterResponse']:
297
+ """
298
+ Model that represents available filter types that can be applied to a targets list.
299
+ """
300
+ return pulumi.get(self, "filter")
301
+
302
+
303
+ @pulumi.output_type
304
+ class ChaosTargetQuerySelectorResponse(dict):
305
+ """
306
+ Model that represents a query selector.
307
+ """
308
+ @staticmethod
309
+ def __key_warning(key: str):
310
+ suggest = None
311
+ if key == "queryString":
312
+ suggest = "query_string"
313
+ elif key == "subscriptionIds":
314
+ suggest = "subscription_ids"
315
+
316
+ if suggest:
317
+ pulumi.log.warn(f"Key '{key}' not found in ChaosTargetQuerySelectorResponse. Access the value via the '{suggest}' property getter instead.")
318
+
319
+ def __getitem__(self, key: str) -> Any:
320
+ ChaosTargetQuerySelectorResponse.__key_warning(key)
321
+ return super().__getitem__(key)
322
+
323
+ def get(self, key: str, default = None) -> Any:
324
+ ChaosTargetQuerySelectorResponse.__key_warning(key)
325
+ return super().get(key, default)
326
+
327
+ def __init__(__self__, *,
328
+ id: str,
329
+ query_string: str,
330
+ subscription_ids: Sequence[str],
331
+ type: str,
332
+ filter: Optional['outputs.ChaosTargetSimpleFilterResponse'] = None):
333
+ """
334
+ Model that represents a query selector.
335
+ :param str id: String of the selector ID.
336
+ :param str query_string: Azure Resource Graph (ARG) Query Language query for target resources.
337
+ :param Sequence[str] subscription_ids: Subscription id list to scope resource query.
338
+ :param str type: Enum of the selector type.
339
+ Expected value is 'Query'.
340
+ :param 'ChaosTargetSimpleFilterResponse' filter: Model that represents available filter types that can be applied to a targets list.
341
+ """
342
+ pulumi.set(__self__, "id", id)
343
+ pulumi.set(__self__, "query_string", query_string)
344
+ pulumi.set(__self__, "subscription_ids", subscription_ids)
345
+ pulumi.set(__self__, "type", 'Query')
346
+ if filter is not None:
347
+ pulumi.set(__self__, "filter", filter)
348
+
349
+ @property
350
+ @pulumi.getter
351
+ def id(self) -> str:
352
+ """
353
+ String of the selector ID.
354
+ """
355
+ return pulumi.get(self, "id")
356
+
357
+ @property
358
+ @pulumi.getter(name="queryString")
359
+ def query_string(self) -> str:
360
+ """
361
+ Azure Resource Graph (ARG) Query Language query for target resources.
362
+ """
363
+ return pulumi.get(self, "query_string")
364
+
365
+ @property
366
+ @pulumi.getter(name="subscriptionIds")
367
+ def subscription_ids(self) -> Sequence[str]:
368
+ """
369
+ Subscription id list to scope resource query.
370
+ """
371
+ return pulumi.get(self, "subscription_ids")
372
+
373
+ @property
374
+ @pulumi.getter
375
+ def type(self) -> str:
376
+ """
377
+ Enum of the selector type.
378
+ Expected value is 'Query'.
379
+ """
380
+ return pulumi.get(self, "type")
381
+
382
+ @property
383
+ @pulumi.getter
384
+ def filter(self) -> Optional['outputs.ChaosTargetSimpleFilterResponse']:
385
+ """
386
+ Model that represents available filter types that can be applied to a targets list.
387
+ """
388
+ return pulumi.get(self, "filter")
389
+
390
+
391
+ @pulumi.output_type
392
+ class ChaosTargetSimpleFilterParametersResponse(dict):
393
+ """
394
+ Model that represents the Simple filter parameters.
395
+ """
396
+ def __init__(__self__, *,
397
+ zones: Optional[Sequence[str]] = None):
398
+ """
399
+ Model that represents the Simple filter parameters.
400
+ :param Sequence[str] zones: List of Azure availability zones to filter targets by.
401
+ """
402
+ if zones is not None:
403
+ pulumi.set(__self__, "zones", zones)
404
+
405
+ @property
406
+ @pulumi.getter
407
+ def zones(self) -> Optional[Sequence[str]]:
408
+ """
409
+ List of Azure availability zones to filter targets by.
410
+ """
411
+ return pulumi.get(self, "zones")
412
+
413
+
414
+ @pulumi.output_type
415
+ class ChaosTargetSimpleFilterResponse(dict):
416
+ """
417
+ Model that represents a simple target filter.
418
+ """
419
+ def __init__(__self__, *,
420
+ type: str,
421
+ parameters: Optional['outputs.ChaosTargetSimpleFilterParametersResponse'] = None):
422
+ """
423
+ Model that represents a simple target filter.
424
+ :param str type: Enum that discriminates between filter types. Currently only `Simple` type is supported.
425
+ Expected value is 'Simple'.
426
+ :param 'ChaosTargetSimpleFilterParametersResponse' parameters: Model that represents the Simple filter parameters.
427
+ """
428
+ pulumi.set(__self__, "type", 'Simple')
429
+ if parameters is not None:
430
+ pulumi.set(__self__, "parameters", parameters)
431
+
432
+ @property
433
+ @pulumi.getter
434
+ def type(self) -> str:
435
+ """
436
+ Enum that discriminates between filter types. Currently only `Simple` type is supported.
437
+ Expected value is 'Simple'.
438
+ """
439
+ return pulumi.get(self, "type")
440
+
441
+ @property
442
+ @pulumi.getter
443
+ def parameters(self) -> Optional['outputs.ChaosTargetSimpleFilterParametersResponse']:
444
+ """
445
+ Model that represents the Simple filter parameters.
446
+ """
447
+ return pulumi.get(self, "parameters")
448
+
449
+
450
+ @pulumi.output_type
451
+ class ContinuousActionResponse(dict):
452
+ """
453
+ Model that represents a continuous action.
454
+ """
455
+ @staticmethod
456
+ def __key_warning(key: str):
457
+ suggest = None
458
+ if key == "selectorId":
459
+ suggest = "selector_id"
460
+
461
+ if suggest:
462
+ pulumi.log.warn(f"Key '{key}' not found in ContinuousActionResponse. Access the value via the '{suggest}' property getter instead.")
463
+
464
+ def __getitem__(self, key: str) -> Any:
465
+ ContinuousActionResponse.__key_warning(key)
466
+ return super().__getitem__(key)
467
+
468
+ def get(self, key: str, default = None) -> Any:
469
+ ContinuousActionResponse.__key_warning(key)
470
+ return super().get(key, default)
471
+
472
+ def __init__(__self__, *,
473
+ duration: str,
474
+ name: str,
475
+ parameters: Sequence['outputs.KeyValuePairResponse'],
476
+ selector_id: str,
477
+ type: str):
478
+ """
479
+ Model that represents a continuous action.
480
+ :param str duration: ISO8601 formatted string that represents a duration.
481
+ :param str name: String that represents a Capability URN.
482
+ :param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
483
+ :param str selector_id: String that represents a selector.
484
+ :param str type: Enum union of Chaos experiment action types.
485
+ Expected value is 'continuous'.
486
+ """
487
+ pulumi.set(__self__, "duration", duration)
488
+ pulumi.set(__self__, "name", name)
489
+ pulumi.set(__self__, "parameters", parameters)
490
+ pulumi.set(__self__, "selector_id", selector_id)
491
+ pulumi.set(__self__, "type", 'continuous')
492
+
493
+ @property
494
+ @pulumi.getter
495
+ def duration(self) -> str:
496
+ """
497
+ ISO8601 formatted string that represents a duration.
498
+ """
499
+ return pulumi.get(self, "duration")
500
+
501
+ @property
502
+ @pulumi.getter
503
+ def name(self) -> str:
504
+ """
505
+ String that represents a Capability URN.
506
+ """
507
+ return pulumi.get(self, "name")
508
+
509
+ @property
510
+ @pulumi.getter
511
+ def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
512
+ """
513
+ List of key value pairs.
514
+ """
515
+ return pulumi.get(self, "parameters")
516
+
517
+ @property
518
+ @pulumi.getter(name="selectorId")
519
+ def selector_id(self) -> str:
520
+ """
521
+ String that represents a selector.
522
+ """
523
+ return pulumi.get(self, "selector_id")
524
+
525
+ @property
526
+ @pulumi.getter
527
+ def type(self) -> str:
528
+ """
529
+ Enum union of Chaos experiment action types.
530
+ Expected value is 'continuous'.
531
+ """
532
+ return pulumi.get(self, "type")
533
+
534
+
535
+ @pulumi.output_type
536
+ class CustomerDataStoragePropertiesResponse(dict):
537
+ """
538
+ Model that represents the Customer Managed Storage for an Experiment.
539
+ """
540
+ @staticmethod
541
+ def __key_warning(key: str):
542
+ suggest = None
543
+ if key == "blobContainerName":
544
+ suggest = "blob_container_name"
545
+ elif key == "storageAccountResourceId":
546
+ suggest = "storage_account_resource_id"
547
+
548
+ if suggest:
549
+ pulumi.log.warn(f"Key '{key}' not found in CustomerDataStoragePropertiesResponse. Access the value via the '{suggest}' property getter instead.")
550
+
551
+ def __getitem__(self, key: str) -> Any:
552
+ CustomerDataStoragePropertiesResponse.__key_warning(key)
553
+ return super().__getitem__(key)
554
+
555
+ def get(self, key: str, default = None) -> Any:
556
+ CustomerDataStoragePropertiesResponse.__key_warning(key)
557
+ return super().get(key, default)
558
+
559
+ def __init__(__self__, *,
560
+ blob_container_name: Optional[str] = None,
561
+ storage_account_resource_id: Optional[str] = None):
562
+ """
563
+ Model that represents the Customer Managed Storage for an Experiment.
564
+ :param str blob_container_name: Name of the Azure Blob Storage container to use or create.
565
+ :param str storage_account_resource_id: ARM Resource ID of the Storage account to use for Customer Data storage.
566
+ """
567
+ if blob_container_name is not None:
568
+ pulumi.set(__self__, "blob_container_name", blob_container_name)
569
+ if storage_account_resource_id is not None:
570
+ pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
571
+
572
+ @property
573
+ @pulumi.getter(name="blobContainerName")
574
+ def blob_container_name(self) -> Optional[str]:
575
+ """
576
+ Name of the Azure Blob Storage container to use or create.
577
+ """
578
+ return pulumi.get(self, "blob_container_name")
579
+
580
+ @property
581
+ @pulumi.getter(name="storageAccountResourceId")
582
+ def storage_account_resource_id(self) -> Optional[str]:
583
+ """
584
+ ARM Resource ID of the Storage account to use for Customer Data storage.
585
+ """
586
+ return pulumi.get(self, "storage_account_resource_id")
587
+
588
+
589
+ @pulumi.output_type
590
+ class DelayActionResponse(dict):
591
+ """
592
+ Model that represents a delay action.
593
+ """
594
+ def __init__(__self__, *,
595
+ duration: str,
596
+ name: str,
597
+ type: str):
598
+ """
599
+ Model that represents a delay action.
600
+ :param str duration: ISO8601 formatted string that represents a duration.
601
+ :param str name: String that represents a Capability URN.
602
+ :param str type: Enum union of Chaos experiment action types.
603
+ Expected value is 'delay'.
604
+ """
605
+ pulumi.set(__self__, "duration", duration)
606
+ pulumi.set(__self__, "name", name)
607
+ pulumi.set(__self__, "type", 'delay')
608
+
609
+ @property
610
+ @pulumi.getter
611
+ def duration(self) -> str:
612
+ """
613
+ ISO8601 formatted string that represents a duration.
614
+ """
615
+ return pulumi.get(self, "duration")
616
+
617
+ @property
618
+ @pulumi.getter
619
+ def name(self) -> str:
620
+ """
621
+ String that represents a Capability URN.
622
+ """
623
+ return pulumi.get(self, "name")
624
+
625
+ @property
626
+ @pulumi.getter
627
+ def type(self) -> str:
628
+ """
629
+ Enum union of Chaos experiment action types.
630
+ Expected value is 'delay'.
631
+ """
632
+ return pulumi.get(self, "type")
633
+
634
+
635
+ @pulumi.output_type
636
+ class DiscreteActionResponse(dict):
637
+ """
638
+ Model that represents a discrete action.
639
+ """
640
+ @staticmethod
641
+ def __key_warning(key: str):
642
+ suggest = None
643
+ if key == "selectorId":
644
+ suggest = "selector_id"
645
+
646
+ if suggest:
647
+ pulumi.log.warn(f"Key '{key}' not found in DiscreteActionResponse. Access the value via the '{suggest}' property getter instead.")
648
+
649
+ def __getitem__(self, key: str) -> Any:
650
+ DiscreteActionResponse.__key_warning(key)
651
+ return super().__getitem__(key)
652
+
653
+ def get(self, key: str, default = None) -> Any:
654
+ DiscreteActionResponse.__key_warning(key)
655
+ return super().get(key, default)
656
+
657
+ def __init__(__self__, *,
658
+ name: str,
659
+ parameters: Sequence['outputs.KeyValuePairResponse'],
660
+ selector_id: str,
661
+ type: str):
662
+ """
663
+ Model that represents a discrete action.
664
+ :param str name: String that represents a Capability URN.
665
+ :param Sequence['KeyValuePairResponse'] parameters: List of key value pairs.
666
+ :param str selector_id: String that represents a selector.
667
+ :param str type: Enum union of Chaos experiment action types.
668
+ Expected value is 'discrete'.
669
+ """
670
+ pulumi.set(__self__, "name", name)
671
+ pulumi.set(__self__, "parameters", parameters)
672
+ pulumi.set(__self__, "selector_id", selector_id)
673
+ pulumi.set(__self__, "type", 'discrete')
674
+
675
+ @property
676
+ @pulumi.getter
677
+ def name(self) -> str:
678
+ """
679
+ String that represents a Capability URN.
680
+ """
681
+ return pulumi.get(self, "name")
682
+
683
+ @property
684
+ @pulumi.getter
685
+ def parameters(self) -> Sequence['outputs.KeyValuePairResponse']:
686
+ """
687
+ List of key value pairs.
688
+ """
689
+ return pulumi.get(self, "parameters")
690
+
691
+ @property
692
+ @pulumi.getter(name="selectorId")
693
+ def selector_id(self) -> str:
694
+ """
695
+ String that represents a selector.
696
+ """
697
+ return pulumi.get(self, "selector_id")
698
+
699
+ @property
700
+ @pulumi.getter
701
+ def type(self) -> str:
702
+ """
703
+ Enum union of Chaos experiment action types.
704
+ Expected value is 'discrete'.
705
+ """
706
+ return pulumi.get(self, "type")
707
+
708
+
709
+ @pulumi.output_type
710
+ class ExperimentExecutionActionTargetDetailsErrorResponse(dict):
711
+ """
712
+ Model that represents the Experiment action target details error model.
713
+ """
714
+ def __init__(__self__, *,
715
+ code: str,
716
+ message: str):
717
+ """
718
+ Model that represents the Experiment action target details error model.
719
+ :param str code: The error code.
720
+ :param str message: The error message
721
+ """
722
+ pulumi.set(__self__, "code", code)
723
+ pulumi.set(__self__, "message", message)
724
+
725
+ @property
726
+ @pulumi.getter
727
+ def code(self) -> str:
728
+ """
729
+ The error code.
730
+ """
731
+ return pulumi.get(self, "code")
732
+
733
+ @property
734
+ @pulumi.getter
735
+ def message(self) -> str:
736
+ """
737
+ The error message
738
+ """
739
+ return pulumi.get(self, "message")
740
+
741
+
742
+ @pulumi.output_type
743
+ class ExperimentExecutionActionTargetDetailsPropertiesResponse(dict):
744
+ """
745
+ Model that represents the Experiment action target details properties model.
746
+ """
747
+ def __init__(__self__, *,
748
+ error: 'outputs.ExperimentExecutionActionTargetDetailsErrorResponse',
749
+ status: str,
750
+ target: str,
751
+ target_completed_time: str,
752
+ target_failed_time: str):
753
+ """
754
+ Model that represents the Experiment action target details properties model.
755
+ :param 'ExperimentExecutionActionTargetDetailsErrorResponse' error: The error of the action.
756
+ :param str status: The status of the execution.
757
+ :param str target: The target for the action.
758
+ :param str target_completed_time: String that represents the completed date time.
759
+ :param str target_failed_time: String that represents the failed date time.
760
+ """
761
+ pulumi.set(__self__, "error", error)
762
+ pulumi.set(__self__, "status", status)
763
+ pulumi.set(__self__, "target", target)
764
+ pulumi.set(__self__, "target_completed_time", target_completed_time)
765
+ pulumi.set(__self__, "target_failed_time", target_failed_time)
766
+
767
+ @property
768
+ @pulumi.getter
769
+ def error(self) -> 'outputs.ExperimentExecutionActionTargetDetailsErrorResponse':
770
+ """
771
+ The error of the action.
772
+ """
773
+ return pulumi.get(self, "error")
774
+
775
+ @property
776
+ @pulumi.getter
777
+ def status(self) -> str:
778
+ """
779
+ The status of the execution.
780
+ """
781
+ return pulumi.get(self, "status")
782
+
783
+ @property
784
+ @pulumi.getter
785
+ def target(self) -> str:
786
+ """
787
+ The target for the action.
788
+ """
789
+ return pulumi.get(self, "target")
790
+
791
+ @property
792
+ @pulumi.getter(name="targetCompletedTime")
793
+ def target_completed_time(self) -> str:
794
+ """
795
+ String that represents the completed date time.
796
+ """
797
+ return pulumi.get(self, "target_completed_time")
798
+
799
+ @property
800
+ @pulumi.getter(name="targetFailedTime")
801
+ def target_failed_time(self) -> str:
802
+ """
803
+ String that represents the failed date time.
804
+ """
805
+ return pulumi.get(self, "target_failed_time")
806
+
807
+
808
+ @pulumi.output_type
809
+ class ExperimentExecutionDetailsPropertiesResponse(dict):
810
+ """
811
+ Model that represents the extended properties of an experiment execution.
812
+ """
813
+ def __init__(__self__, *,
814
+ failure_reason: str,
815
+ last_action_at: str,
816
+ provisioning_state: str,
817
+ run_information: 'outputs.ExperimentExecutionDetailsPropertiesRunInformationResponse',
818
+ started_at: str,
819
+ status: str,
820
+ stopped_at: str):
821
+ """
822
+ Model that represents the extended properties of an experiment execution.
823
+ :param str failure_reason: The reason why the execution failed.
824
+ :param str last_action_at: String that represents the last action date time.
825
+ :param str provisioning_state: Resource provisioning state. Not currently in use for executions.
826
+ :param 'ExperimentExecutionDetailsPropertiesRunInformationResponse' run_information: The information of the experiment run.
827
+ :param str started_at: String that represents the start date time.
828
+ :param str status: The status of the execution.
829
+ :param str stopped_at: String that represents the stop date time.
830
+ """
831
+ pulumi.set(__self__, "failure_reason", failure_reason)
832
+ pulumi.set(__self__, "last_action_at", last_action_at)
833
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
834
+ pulumi.set(__self__, "run_information", run_information)
835
+ pulumi.set(__self__, "started_at", started_at)
836
+ pulumi.set(__self__, "status", status)
837
+ pulumi.set(__self__, "stopped_at", stopped_at)
838
+
839
+ @property
840
+ @pulumi.getter(name="failureReason")
841
+ def failure_reason(self) -> str:
842
+ """
843
+ The reason why the execution failed.
844
+ """
845
+ return pulumi.get(self, "failure_reason")
846
+
847
+ @property
848
+ @pulumi.getter(name="lastActionAt")
849
+ def last_action_at(self) -> str:
850
+ """
851
+ String that represents the last action date time.
852
+ """
853
+ return pulumi.get(self, "last_action_at")
854
+
855
+ @property
856
+ @pulumi.getter(name="provisioningState")
857
+ def provisioning_state(self) -> str:
858
+ """
859
+ Resource provisioning state. Not currently in use for executions.
860
+ """
861
+ return pulumi.get(self, "provisioning_state")
862
+
863
+ @property
864
+ @pulumi.getter(name="runInformation")
865
+ def run_information(self) -> 'outputs.ExperimentExecutionDetailsPropertiesRunInformationResponse':
866
+ """
867
+ The information of the experiment run.
868
+ """
869
+ return pulumi.get(self, "run_information")
870
+
871
+ @property
872
+ @pulumi.getter(name="startedAt")
873
+ def started_at(self) -> str:
874
+ """
875
+ String that represents the start date time.
876
+ """
877
+ return pulumi.get(self, "started_at")
878
+
879
+ @property
880
+ @pulumi.getter
881
+ def status(self) -> str:
882
+ """
883
+ The status of the execution.
884
+ """
885
+ return pulumi.get(self, "status")
886
+
887
+ @property
888
+ @pulumi.getter(name="stoppedAt")
889
+ def stopped_at(self) -> str:
890
+ """
891
+ String that represents the stop date time.
892
+ """
893
+ return pulumi.get(self, "stopped_at")
894
+
895
+
896
+ @pulumi.output_type
897
+ class ExperimentExecutionDetailsPropertiesRunInformationResponse(dict):
898
+ """
899
+ The information of the experiment run.
900
+ """
901
+ def __init__(__self__, *,
902
+ steps: Sequence['outputs.StepStatusResponse']):
903
+ """
904
+ The information of the experiment run.
905
+ :param Sequence['StepStatusResponse'] steps: The steps of the experiment run.
906
+ """
907
+ pulumi.set(__self__, "steps", steps)
908
+
909
+ @property
910
+ @pulumi.getter
911
+ def steps(self) -> Sequence['outputs.StepStatusResponse']:
912
+ """
913
+ The steps of the experiment run.
914
+ """
915
+ return pulumi.get(self, "steps")
916
+
917
+
918
+ @pulumi.output_type
919
+ class KeyValuePairResponse(dict):
920
+ """
921
+ A map to describe the settings of an action.
922
+ """
923
+ def __init__(__self__, *,
924
+ key: str,
925
+ value: str):
926
+ """
927
+ A map to describe the settings of an action.
928
+ :param str key: The name of the setting for the action.
929
+ :param str value: The value of the setting for the action.
930
+ """
931
+ pulumi.set(__self__, "key", key)
932
+ pulumi.set(__self__, "value", value)
933
+
934
+ @property
935
+ @pulumi.getter
936
+ def key(self) -> str:
937
+ """
938
+ The name of the setting for the action.
939
+ """
940
+ return pulumi.get(self, "key")
941
+
942
+ @property
943
+ @pulumi.getter
944
+ def value(self) -> str:
945
+ """
946
+ The value of the setting for the action.
947
+ """
948
+ return pulumi.get(self, "value")
949
+
950
+
951
+ @pulumi.output_type
952
+ class ManagedServiceIdentityResponse(dict):
953
+ """
954
+ Managed service identity (system assigned and/or user assigned identities)
955
+ """
956
+ @staticmethod
957
+ def __key_warning(key: str):
958
+ suggest = None
959
+ if key == "principalId":
960
+ suggest = "principal_id"
961
+ elif key == "tenantId":
962
+ suggest = "tenant_id"
963
+ elif key == "userAssignedIdentities":
964
+ suggest = "user_assigned_identities"
965
+
966
+ if suggest:
967
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
968
+
969
+ def __getitem__(self, key: str) -> Any:
970
+ ManagedServiceIdentityResponse.__key_warning(key)
971
+ return super().__getitem__(key)
972
+
973
+ def get(self, key: str, default = None) -> Any:
974
+ ManagedServiceIdentityResponse.__key_warning(key)
975
+ return super().get(key, default)
976
+
977
+ def __init__(__self__, *,
978
+ principal_id: str,
979
+ tenant_id: str,
980
+ type: str,
981
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
982
+ """
983
+ Managed service identity (system assigned and/or user assigned identities)
984
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
985
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
986
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
987
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
988
+ """
989
+ pulumi.set(__self__, "principal_id", principal_id)
990
+ pulumi.set(__self__, "tenant_id", tenant_id)
991
+ pulumi.set(__self__, "type", type)
992
+ if user_assigned_identities is not None:
993
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
994
+
995
+ @property
996
+ @pulumi.getter(name="principalId")
997
+ def principal_id(self) -> str:
998
+ """
999
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1000
+ """
1001
+ return pulumi.get(self, "principal_id")
1002
+
1003
+ @property
1004
+ @pulumi.getter(name="tenantId")
1005
+ def tenant_id(self) -> str:
1006
+ """
1007
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1008
+ """
1009
+ return pulumi.get(self, "tenant_id")
1010
+
1011
+ @property
1012
+ @pulumi.getter
1013
+ def type(self) -> str:
1014
+ """
1015
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1016
+ """
1017
+ return pulumi.get(self, "type")
1018
+
1019
+ @property
1020
+ @pulumi.getter(name="userAssignedIdentities")
1021
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1022
+ """
1023
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1024
+ """
1025
+ return pulumi.get(self, "user_assigned_identities")
1026
+
1027
+
1028
+ @pulumi.output_type
1029
+ class PrivateEndpointConnectionResponse(dict):
1030
+ """
1031
+ The private endpoint connection resource.
1032
+ """
1033
+ @staticmethod
1034
+ def __key_warning(key: str):
1035
+ suggest = None
1036
+ if key == "groupIds":
1037
+ suggest = "group_ids"
1038
+ elif key == "privateLinkServiceConnectionState":
1039
+ suggest = "private_link_service_connection_state"
1040
+ elif key == "provisioningState":
1041
+ suggest = "provisioning_state"
1042
+ elif key == "systemData":
1043
+ suggest = "system_data"
1044
+ elif key == "privateEndpoint":
1045
+ suggest = "private_endpoint"
1046
+
1047
+ if suggest:
1048
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
1049
+
1050
+ def __getitem__(self, key: str) -> Any:
1051
+ PrivateEndpointConnectionResponse.__key_warning(key)
1052
+ return super().__getitem__(key)
1053
+
1054
+ def get(self, key: str, default = None) -> Any:
1055
+ PrivateEndpointConnectionResponse.__key_warning(key)
1056
+ return super().get(key, default)
1057
+
1058
+ def __init__(__self__, *,
1059
+ group_ids: Sequence[str],
1060
+ id: str,
1061
+ name: str,
1062
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
1063
+ provisioning_state: str,
1064
+ system_data: 'outputs.SystemDataResponse',
1065
+ type: str,
1066
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
1067
+ """
1068
+ The private endpoint connection resource.
1069
+ :param Sequence[str] group_ids: The group ids for the private endpoint resource.
1070
+ :param str id: Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1071
+ :param str name: The name of the resource
1072
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
1073
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
1074
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
1075
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1076
+ :param 'PrivateEndpointResponse' private_endpoint: The private endpoint resource.
1077
+ """
1078
+ pulumi.set(__self__, "group_ids", group_ids)
1079
+ pulumi.set(__self__, "id", id)
1080
+ pulumi.set(__self__, "name", name)
1081
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1082
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1083
+ pulumi.set(__self__, "system_data", system_data)
1084
+ pulumi.set(__self__, "type", type)
1085
+ if private_endpoint is not None:
1086
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1087
+
1088
+ @property
1089
+ @pulumi.getter(name="groupIds")
1090
+ def group_ids(self) -> Sequence[str]:
1091
+ """
1092
+ The group ids for the private endpoint resource.
1093
+ """
1094
+ return pulumi.get(self, "group_ids")
1095
+
1096
+ @property
1097
+ @pulumi.getter
1098
+ def id(self) -> str:
1099
+ """
1100
+ Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
1101
+ """
1102
+ return pulumi.get(self, "id")
1103
+
1104
+ @property
1105
+ @pulumi.getter
1106
+ def name(self) -> str:
1107
+ """
1108
+ The name of the resource
1109
+ """
1110
+ return pulumi.get(self, "name")
1111
+
1112
+ @property
1113
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1114
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
1115
+ """
1116
+ A collection of information about the state of the connection between service consumer and provider.
1117
+ """
1118
+ return pulumi.get(self, "private_link_service_connection_state")
1119
+
1120
+ @property
1121
+ @pulumi.getter(name="provisioningState")
1122
+ def provisioning_state(self) -> str:
1123
+ """
1124
+ The provisioning state of the private endpoint connection resource.
1125
+ """
1126
+ return pulumi.get(self, "provisioning_state")
1127
+
1128
+ @property
1129
+ @pulumi.getter(name="systemData")
1130
+ def system_data(self) -> 'outputs.SystemDataResponse':
1131
+ """
1132
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
1133
+ """
1134
+ return pulumi.get(self, "system_data")
1135
+
1136
+ @property
1137
+ @pulumi.getter
1138
+ def type(self) -> str:
1139
+ """
1140
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
1141
+ """
1142
+ return pulumi.get(self, "type")
1143
+
1144
+ @property
1145
+ @pulumi.getter(name="privateEndpoint")
1146
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1147
+ """
1148
+ The private endpoint resource.
1149
+ """
1150
+ return pulumi.get(self, "private_endpoint")
1151
+
1152
+
1153
+ @pulumi.output_type
1154
+ class PrivateEndpointResponse(dict):
1155
+ """
1156
+ The private endpoint resource.
1157
+ """
1158
+ def __init__(__self__, *,
1159
+ id: str):
1160
+ """
1161
+ The private endpoint resource.
1162
+ :param str id: The ARM identifier for private endpoint.
1163
+ """
1164
+ pulumi.set(__self__, "id", id)
1165
+
1166
+ @property
1167
+ @pulumi.getter
1168
+ def id(self) -> str:
1169
+ """
1170
+ The ARM identifier for private endpoint.
1171
+ """
1172
+ return pulumi.get(self, "id")
1173
+
1174
+
1175
+ @pulumi.output_type
1176
+ class PrivateLinkServiceConnectionStateResponse(dict):
1177
+ """
1178
+ A collection of information about the state of the connection between service consumer and provider.
1179
+ """
1180
+ @staticmethod
1181
+ def __key_warning(key: str):
1182
+ suggest = None
1183
+ if key == "actionsRequired":
1184
+ suggest = "actions_required"
1185
+
1186
+ if suggest:
1187
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1188
+
1189
+ def __getitem__(self, key: str) -> Any:
1190
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1191
+ return super().__getitem__(key)
1192
+
1193
+ def get(self, key: str, default = None) -> Any:
1194
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1195
+ return super().get(key, default)
1196
+
1197
+ def __init__(__self__, *,
1198
+ actions_required: Optional[str] = None,
1199
+ description: Optional[str] = None,
1200
+ status: Optional[str] = None):
1201
+ """
1202
+ A collection of information about the state of the connection between service consumer and provider.
1203
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1204
+ :param str description: The reason for approval/rejection of the connection.
1205
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1206
+ """
1207
+ if actions_required is not None:
1208
+ pulumi.set(__self__, "actions_required", actions_required)
1209
+ if description is not None:
1210
+ pulumi.set(__self__, "description", description)
1211
+ if status is not None:
1212
+ pulumi.set(__self__, "status", status)
1213
+
1214
+ @property
1215
+ @pulumi.getter(name="actionsRequired")
1216
+ def actions_required(self) -> Optional[str]:
1217
+ """
1218
+ A message indicating if changes on the service provider require any updates on the consumer.
1219
+ """
1220
+ return pulumi.get(self, "actions_required")
1221
+
1222
+ @property
1223
+ @pulumi.getter
1224
+ def description(self) -> Optional[str]:
1225
+ """
1226
+ The reason for approval/rejection of the connection.
1227
+ """
1228
+ return pulumi.get(self, "description")
1229
+
1230
+ @property
1231
+ @pulumi.getter
1232
+ def status(self) -> Optional[str]:
1233
+ """
1234
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
1235
+ """
1236
+ return pulumi.get(self, "status")
1237
+
1238
+
1239
+ @pulumi.output_type
1240
+ class StepStatusResponse(dict):
1241
+ """
1242
+ Model that represents the a list of branches and branch statuses.
1243
+ """
1244
+ def __init__(__self__, *,
1245
+ branches: Sequence['outputs.BranchStatusResponse'],
1246
+ status: str,
1247
+ step_id: str,
1248
+ step_name: str):
1249
+ """
1250
+ Model that represents the a list of branches and branch statuses.
1251
+ :param Sequence['BranchStatusResponse'] branches: The array of branches.
1252
+ :param str status: The value of the status of the step.
1253
+ :param str step_id: The id of the step.
1254
+ :param str step_name: The name of the step.
1255
+ """
1256
+ pulumi.set(__self__, "branches", branches)
1257
+ pulumi.set(__self__, "status", status)
1258
+ pulumi.set(__self__, "step_id", step_id)
1259
+ pulumi.set(__self__, "step_name", step_name)
1260
+
1261
+ @property
1262
+ @pulumi.getter
1263
+ def branches(self) -> Sequence['outputs.BranchStatusResponse']:
1264
+ """
1265
+ The array of branches.
1266
+ """
1267
+ return pulumi.get(self, "branches")
1268
+
1269
+ @property
1270
+ @pulumi.getter
1271
+ def status(self) -> str:
1272
+ """
1273
+ The value of the status of the step.
1274
+ """
1275
+ return pulumi.get(self, "status")
1276
+
1277
+ @property
1278
+ @pulumi.getter(name="stepId")
1279
+ def step_id(self) -> str:
1280
+ """
1281
+ The id of the step.
1282
+ """
1283
+ return pulumi.get(self, "step_id")
1284
+
1285
+ @property
1286
+ @pulumi.getter(name="stepName")
1287
+ def step_name(self) -> str:
1288
+ """
1289
+ The name of the step.
1290
+ """
1291
+ return pulumi.get(self, "step_name")
1292
+
1293
+
1294
+ @pulumi.output_type
1295
+ class SystemDataResponse(dict):
1296
+ """
1297
+ Metadata pertaining to creation and last modification of the resource.
1298
+ """
1299
+ @staticmethod
1300
+ def __key_warning(key: str):
1301
+ suggest = None
1302
+ if key == "createdAt":
1303
+ suggest = "created_at"
1304
+ elif key == "createdBy":
1305
+ suggest = "created_by"
1306
+ elif key == "createdByType":
1307
+ suggest = "created_by_type"
1308
+ elif key == "lastModifiedAt":
1309
+ suggest = "last_modified_at"
1310
+ elif key == "lastModifiedBy":
1311
+ suggest = "last_modified_by"
1312
+ elif key == "lastModifiedByType":
1313
+ suggest = "last_modified_by_type"
1314
+
1315
+ if suggest:
1316
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1317
+
1318
+ def __getitem__(self, key: str) -> Any:
1319
+ SystemDataResponse.__key_warning(key)
1320
+ return super().__getitem__(key)
1321
+
1322
+ def get(self, key: str, default = None) -> Any:
1323
+ SystemDataResponse.__key_warning(key)
1324
+ return super().get(key, default)
1325
+
1326
+ def __init__(__self__, *,
1327
+ created_at: Optional[str] = None,
1328
+ created_by: Optional[str] = None,
1329
+ created_by_type: Optional[str] = None,
1330
+ last_modified_at: Optional[str] = None,
1331
+ last_modified_by: Optional[str] = None,
1332
+ last_modified_by_type: Optional[str] = None):
1333
+ """
1334
+ Metadata pertaining to creation and last modification of the resource.
1335
+ :param str created_at: The timestamp of resource creation (UTC).
1336
+ :param str created_by: The identity that created the resource.
1337
+ :param str created_by_type: The type of identity that created the resource.
1338
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1339
+ :param str last_modified_by: The identity that last modified the resource.
1340
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1341
+ """
1342
+ if created_at is not None:
1343
+ pulumi.set(__self__, "created_at", created_at)
1344
+ if created_by is not None:
1345
+ pulumi.set(__self__, "created_by", created_by)
1346
+ if created_by_type is not None:
1347
+ pulumi.set(__self__, "created_by_type", created_by_type)
1348
+ if last_modified_at is not None:
1349
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1350
+ if last_modified_by is not None:
1351
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1352
+ if last_modified_by_type is not None:
1353
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1354
+
1355
+ @property
1356
+ @pulumi.getter(name="createdAt")
1357
+ def created_at(self) -> Optional[str]:
1358
+ """
1359
+ The timestamp of resource creation (UTC).
1360
+ """
1361
+ return pulumi.get(self, "created_at")
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="createdBy")
1365
+ def created_by(self) -> Optional[str]:
1366
+ """
1367
+ The identity that created the resource.
1368
+ """
1369
+ return pulumi.get(self, "created_by")
1370
+
1371
+ @property
1372
+ @pulumi.getter(name="createdByType")
1373
+ def created_by_type(self) -> Optional[str]:
1374
+ """
1375
+ The type of identity that created the resource.
1376
+ """
1377
+ return pulumi.get(self, "created_by_type")
1378
+
1379
+ @property
1380
+ @pulumi.getter(name="lastModifiedAt")
1381
+ def last_modified_at(self) -> Optional[str]:
1382
+ """
1383
+ The timestamp of resource last modification (UTC)
1384
+ """
1385
+ return pulumi.get(self, "last_modified_at")
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="lastModifiedBy")
1389
+ def last_modified_by(self) -> Optional[str]:
1390
+ """
1391
+ The identity that last modified the resource.
1392
+ """
1393
+ return pulumi.get(self, "last_modified_by")
1394
+
1395
+ @property
1396
+ @pulumi.getter(name="lastModifiedByType")
1397
+ def last_modified_by_type(self) -> Optional[str]:
1398
+ """
1399
+ The type of identity that last modified the resource.
1400
+ """
1401
+ return pulumi.get(self, "last_modified_by_type")
1402
+
1403
+
1404
+ @pulumi.output_type
1405
+ class TargetReferenceResponse(dict):
1406
+ """
1407
+ Model that represents a reference to a Target in the selector.
1408
+ """
1409
+ def __init__(__self__, *,
1410
+ id: str,
1411
+ type: str):
1412
+ """
1413
+ Model that represents a reference to a Target in the selector.
1414
+ :param str id: String of the resource ID of a Target resource.
1415
+ :param str type: Enum of the Target reference type.
1416
+ """
1417
+ pulumi.set(__self__, "id", id)
1418
+ pulumi.set(__self__, "type", type)
1419
+
1420
+ @property
1421
+ @pulumi.getter
1422
+ def id(self) -> str:
1423
+ """
1424
+ String of the resource ID of a Target resource.
1425
+ """
1426
+ return pulumi.get(self, "id")
1427
+
1428
+ @property
1429
+ @pulumi.getter
1430
+ def type(self) -> str:
1431
+ """
1432
+ Enum of the Target reference type.
1433
+ """
1434
+ return pulumi.get(self, "type")
1435
+
1436
+
1437
+ @pulumi.output_type
1438
+ class UserAssignedIdentityResponse(dict):
1439
+ """
1440
+ User assigned identity properties
1441
+ """
1442
+ @staticmethod
1443
+ def __key_warning(key: str):
1444
+ suggest = None
1445
+ if key == "clientId":
1446
+ suggest = "client_id"
1447
+ elif key == "principalId":
1448
+ suggest = "principal_id"
1449
+
1450
+ if suggest:
1451
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1452
+
1453
+ def __getitem__(self, key: str) -> Any:
1454
+ UserAssignedIdentityResponse.__key_warning(key)
1455
+ return super().__getitem__(key)
1456
+
1457
+ def get(self, key: str, default = None) -> Any:
1458
+ UserAssignedIdentityResponse.__key_warning(key)
1459
+ return super().get(key, default)
1460
+
1461
+ def __init__(__self__, *,
1462
+ client_id: str,
1463
+ principal_id: str):
1464
+ """
1465
+ User assigned identity properties
1466
+ :param str client_id: The client ID of the assigned identity.
1467
+ :param str principal_id: The principal ID of the assigned identity.
1468
+ """
1469
+ pulumi.set(__self__, "client_id", client_id)
1470
+ pulumi.set(__self__, "principal_id", principal_id)
1471
+
1472
+ @property
1473
+ @pulumi.getter(name="clientId")
1474
+ def client_id(self) -> str:
1475
+ """
1476
+ The client ID of the assigned identity.
1477
+ """
1478
+ return pulumi.get(self, "client_id")
1479
+
1480
+ @property
1481
+ @pulumi.getter(name="principalId")
1482
+ def principal_id(self) -> str:
1483
+ """
1484
+ The principal ID of the assigned identity.
1485
+ """
1486
+ return pulumi.get(self, "principal_id")
1487
+
1488
+