pulumi-azure-native 2.9.1a1696411987__py3-none-any.whl → 2.10.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-azure-native might be problematic. Click here for more details.

Files changed (317) hide show
  1. pulumi_azure_native/__init__.py +133 -1
  2. pulumi_azure_native/baremetalinfrastructure/__init__.py +3 -0
  3. pulumi_azure_native/baremetalinfrastructure/azure_bare_metal_storage_instance.py +1 -1
  4. pulumi_azure_native/baremetalinfrastructure/v20230406/azure_bare_metal_storage_instance.py +1 -1
  5. pulumi_azure_native/baremetalinfrastructure/v20230804preview/__init__.py +12 -0
  6. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_enums.py +23 -0
  7. pulumi_azure_native/baremetalinfrastructure/v20230804preview/_inputs.py +177 -0
  8. pulumi_azure_native/baremetalinfrastructure/v20230804preview/azure_bare_metal_storage_instance.py +282 -0
  9. pulumi_azure_native/baremetalinfrastructure/v20230804preview/get_azure_bare_metal_storage_instance.py +170 -0
  10. pulumi_azure_native/baremetalinfrastructure/v20230804preview/outputs.py +305 -0
  11. pulumi_azure_native/chaos/__init__.py +3 -0
  12. pulumi_azure_native/chaos/capability.py +1 -1
  13. pulumi_azure_native/chaos/experiment.py +1 -1
  14. pulumi_azure_native/chaos/target.py +1 -1
  15. pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
  16. pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
  17. pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
  18. pulumi_azure_native/chaos/v20230901preview/__init__.py +16 -0
  19. pulumi_azure_native/chaos/v20230901preview/_enums.py +43 -0
  20. pulumi_azure_native/chaos/v20230901preview/_inputs.py +689 -0
  21. pulumi_azure_native/chaos/v20230901preview/capability.py +258 -0
  22. pulumi_azure_native/chaos/v20230901preview/experiment.py +293 -0
  23. pulumi_azure_native/chaos/v20230901preview/get_capability.py +151 -0
  24. pulumi_azure_native/chaos/v20230901preview/get_experiment.py +183 -0
  25. pulumi_azure_native/chaos/v20230901preview/get_target.py +159 -0
  26. pulumi_azure_native/chaos/v20230901preview/outputs.py +931 -0
  27. pulumi_azure_native/chaos/v20230901preview/target.py +286 -0
  28. pulumi_azure_native/containerservice/__init__.py +3 -0
  29. pulumi_azure_native/containerservice/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +1 -1
  33. pulumi_azure_native/containerservice/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/containerservice/snapshot.py +1 -1
  35. pulumi_azure_native/containerservice/trusted_access_role_binding.py +1 -1
  36. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  37. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  38. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  39. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  40. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  42. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  43. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  44. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  45. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  46. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  47. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  48. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  49. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  50. pulumi_azure_native/containerservice/v20230502preview/managed_cluster_snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  52. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  53. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  54. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  55. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  56. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  57. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  58. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  59. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  60. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  61. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  62. pulumi_azure_native/containerservice/v20230602preview/managed_cluster_snapshot.py +1 -1
  63. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  64. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  65. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  66. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  67. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  68. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  69. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  70. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  71. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  72. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  73. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  74. pulumi_azure_native/containerservice/v20230702preview/managed_cluster_snapshot.py +1 -1
  75. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  77. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  78. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  79. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  80. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  81. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  83. pulumi_azure_native/containerservice/v20230802preview/__init__.py +27 -0
  84. pulumi_azure_native/containerservice/v20230802preview/_enums.py +741 -0
  85. pulumi_azure_native/containerservice/v20230802preview/_inputs.py +6236 -0
  86. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1473 -0
  87. pulumi_azure_native/containerservice/v20230802preview/get_agent_pool.py +708 -0
  88. pulumi_azure_native/containerservice/v20230802preview/get_maintenance_configuration.py +162 -0
  89. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster.py +768 -0
  90. pulumi_azure_native/containerservice/v20230802preview/get_managed_cluster_snapshot.py +183 -0
  91. pulumi_azure_native/containerservice/v20230802preview/get_private_endpoint_connection.py +149 -0
  92. pulumi_azure_native/containerservice/v20230802preview/get_snapshot.py +248 -0
  93. pulumi_azure_native/containerservice/v20230802preview/get_trusted_access_role_binding.py +162 -0
  94. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_admin_credentials.py +84 -0
  95. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_monitoring_user_credentials.py +84 -0
  96. pulumi_azure_native/containerservice/v20230802preview/list_managed_cluster_user_credentials.py +89 -0
  97. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +274 -0
  98. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1464 -0
  99. pulumi_azure_native/containerservice/v20230802preview/managed_cluster_snapshot.py +292 -0
  100. pulumi_azure_native/containerservice/v20230802preview/outputs.py +7383 -0
  101. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +246 -0
  102. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +342 -0
  103. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +255 -0
  104. pulumi_azure_native/dashboard/__init__.py +5 -0
  105. pulumi_azure_native/dashboard/get_managed_private_endpoint.py +255 -0
  106. pulumi_azure_native/dashboard/grafana.py +1 -1
  107. pulumi_azure_native/dashboard/managed_private_endpoint.py +420 -0
  108. pulumi_azure_native/dashboard/outputs.py +34 -0
  109. pulumi_azure_native/dashboard/private_endpoint_connection.py +1 -1
  110. pulumi_azure_native/dashboard/v20210901preview/grafana.py +1 -1
  111. pulumi_azure_native/dashboard/v20220801/grafana.py +1 -1
  112. pulumi_azure_native/dashboard/v20220801/private_endpoint_connection.py +1 -1
  113. pulumi_azure_native/dashboard/v20221001preview/__init__.py +16 -0
  114. pulumi_azure_native/dashboard/v20221001preview/_enums.py +93 -0
  115. pulumi_azure_native/dashboard/v20221001preview/_inputs.py +560 -0
  116. pulumi_azure_native/dashboard/v20221001preview/get_grafana.py +183 -0
  117. pulumi_azure_native/dashboard/v20221001preview/get_managed_private_endpoint.py +253 -0
  118. pulumi_azure_native/dashboard/v20221001preview/get_private_endpoint_connection.py +175 -0
  119. pulumi_azure_native/dashboard/v20221001preview/grafana.py +311 -0
  120. pulumi_azure_native/dashboard/v20221001preview/managed_private_endpoint.py +418 -0
  121. pulumi_azure_native/dashboard/v20221001preview/outputs.py +1092 -0
  122. pulumi_azure_native/dashboard/v20221001preview/private_endpoint_connection.py +266 -0
  123. pulumi_azure_native/datadog/__init__.py +8 -0
  124. pulumi_azure_native/datadog/_enums.py +32 -0
  125. pulumi_azure_native/datadog/_inputs.py +326 -0
  126. pulumi_azure_native/datadog/get_monitored_subscription.py +125 -0
  127. pulumi_azure_native/datadog/monitor.py +1 -1
  128. pulumi_azure_native/datadog/monitored_subscription.py +208 -0
  129. pulumi_azure_native/datadog/outputs.py +368 -0
  130. pulumi_azure_native/datadog/v20220601/monitor.py +1 -1
  131. pulumi_azure_native/datadog/v20220801/__init__.py +17 -0
  132. pulumi_azure_native/datadog/v20220801/_enums.py +26 -0
  133. pulumi_azure_native/datadog/v20220801/_inputs.py +329 -0
  134. pulumi_azure_native/datadog/v20220801/get_monitor.py +166 -0
  135. pulumi_azure_native/datadog/v20220801/get_monitor_default_key.py +112 -0
  136. pulumi_azure_native/datadog/v20220801/list_monitor_api_keys.py +92 -0
  137. pulumi_azure_native/datadog/v20220801/list_monitor_hosts.py +92 -0
  138. pulumi_azure_native/datadog/v20220801/list_monitor_linked_resources.py +92 -0
  139. pulumi_azure_native/datadog/v20220801/list_monitor_monitored_resources.py +92 -0
  140. pulumi_azure_native/datadog/v20220801/monitor.py +277 -0
  141. pulumi_azure_native/datadog/v20220801/outputs.py +738 -0
  142. pulumi_azure_native/datadog/v20230101/__init__.py +19 -0
  143. pulumi_azure_native/datadog/v20230101/_enums.py +58 -0
  144. pulumi_azure_native/datadog/v20230101/_inputs.py +655 -0
  145. pulumi_azure_native/datadog/v20230101/get_monitor.py +166 -0
  146. pulumi_azure_native/datadog/v20230101/get_monitor_default_key.py +112 -0
  147. pulumi_azure_native/datadog/v20230101/get_monitored_subscription.py +123 -0
  148. pulumi_azure_native/datadog/v20230101/list_monitor_api_keys.py +92 -0
  149. pulumi_azure_native/datadog/v20230101/list_monitor_hosts.py +92 -0
  150. pulumi_azure_native/datadog/v20230101/list_monitor_linked_resources.py +92 -0
  151. pulumi_azure_native/datadog/v20230101/list_monitor_monitored_resources.py +92 -0
  152. pulumi_azure_native/datadog/v20230101/monitor.py +277 -0
  153. pulumi_azure_native/datadog/v20230101/monitored_subscription.py +206 -0
  154. pulumi_azure_native/datadog/v20230101/outputs.py +1106 -0
  155. pulumi_azure_native/datafactory/_inputs.py +16 -0
  156. pulumi_azure_native/datafactory/outputs.py +12 -0
  157. pulumi_azure_native/datafactory/v20180601/_inputs.py +16 -0
  158. pulumi_azure_native/datafactory/v20180601/outputs.py +12 -0
  159. pulumi_azure_native/migrate/__init__.py +8 -0
  160. pulumi_azure_native/migrate/_enums.py +69 -5
  161. pulumi_azure_native/migrate/_inputs.py +20 -20
  162. pulumi_azure_native/migrate/get_private_endpoint_connection_proxy_controller.py +139 -0
  163. pulumi_azure_native/migrate/get_solutions_controller_config.py +85 -0
  164. pulumi_azure_native/migrate/get_solutions_controller_solution.py +138 -0
  165. pulumi_azure_native/migrate/migrate_project.py +1 -1
  166. pulumi_azure_native/migrate/migrate_projects_controller_migrate_project.py +1 -1
  167. pulumi_azure_native/migrate/outputs.py +471 -3
  168. pulumi_azure_native/migrate/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  169. pulumi_azure_native/migrate/private_endpoint_connection_proxy_controller.py +212 -0
  170. pulumi_azure_native/migrate/solution.py +2 -1
  171. pulumi_azure_native/migrate/solutions_controller_solution.py +218 -0
  172. pulumi_azure_native/migrate/v20180901preview/migrate_project.py +1 -1
  173. pulumi_azure_native/migrate/v20180901preview/solution.py +1 -1
  174. pulumi_azure_native/migrate/v20200501/migrate_projects_controller_migrate_project.py +1 -1
  175. pulumi_azure_native/migrate/v20200501/private_endpoint_connection_controller_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/migrate/v20230101/__init__.py +19 -0
  177. pulumi_azure_native/migrate/v20230101/_enums.py +104 -0
  178. pulumi_azure_native/migrate/v20230101/_inputs.py +316 -0
  179. pulumi_azure_native/migrate/v20230101/get_migrate_projects_controller_migrate_project.py +157 -0
  180. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_controller_private_endpoint_connection.py +149 -0
  181. pulumi_azure_native/migrate/v20230101/get_private_endpoint_connection_proxy_controller.py +137 -0
  182. pulumi_azure_native/migrate/v20230101/get_solutions_controller_config.py +83 -0
  183. pulumi_azure_native/migrate/v20230101/get_solutions_controller_solution.py +136 -0
  184. pulumi_azure_native/migrate/v20230101/migrate_projects_controller_migrate_project.py +253 -0
  185. pulumi_azure_native/migrate/v20230101/outputs.py +1240 -0
  186. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_controller_private_endpoint_connection.py +226 -0
  187. pulumi_azure_native/migrate/v20230101/private_endpoint_connection_proxy_controller.py +210 -0
  188. pulumi_azure_native/migrate/v20230101/solutions_controller_solution.py +216 -0
  189. pulumi_azure_native/networkanalytics/__init__.py +23 -0
  190. pulumi_azure_native/networkanalytics/_enums.py +64 -0
  191. pulumi_azure_native/networkanalytics/_inputs.py +313 -0
  192. pulumi_azure_native/networkanalytics/data_product.py +715 -0
  193. pulumi_azure_native/networkanalytics/data_type.py +334 -0
  194. pulumi_azure_native/networkanalytics/get_data_product.py +406 -0
  195. pulumi_azure_native/networkanalytics/get_data_type.py +216 -0
  196. pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +94 -0
  197. pulumi_azure_native/networkanalytics/outputs.py +679 -0
  198. pulumi_azure_native/networkanalytics/v20231115/__init__.py +15 -0
  199. pulumi_azure_native/networkanalytics/v20231115/_enums.py +64 -0
  200. pulumi_azure_native/networkanalytics/v20231115/_inputs.py +313 -0
  201. pulumi_azure_native/networkanalytics/v20231115/data_product.py +713 -0
  202. pulumi_azure_native/networkanalytics/v20231115/data_type.py +332 -0
  203. pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +404 -0
  204. pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +214 -0
  205. pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +92 -0
  206. pulumi_azure_native/networkanalytics/v20231115/outputs.py +679 -0
  207. pulumi_azure_native/redhatopenshift/__init__.py +3 -0
  208. pulumi_azure_native/redhatopenshift/machine_pool.py +1 -1
  209. pulumi_azure_native/redhatopenshift/open_shift_cluster.py +1 -1
  210. pulumi_azure_native/redhatopenshift/secret.py +1 -1
  211. pulumi_azure_native/redhatopenshift/sync_identity_provider.py +1 -1
  212. pulumi_azure_native/redhatopenshift/sync_set.py +1 -1
  213. pulumi_azure_native/redhatopenshift/v20220904/machine_pool.py +1 -1
  214. pulumi_azure_native/redhatopenshift/v20220904/open_shift_cluster.py +1 -1
  215. pulumi_azure_native/redhatopenshift/v20220904/secret.py +1 -1
  216. pulumi_azure_native/redhatopenshift/v20220904/sync_identity_provider.py +1 -1
  217. pulumi_azure_native/redhatopenshift/v20220904/sync_set.py +1 -1
  218. pulumi_azure_native/redhatopenshift/v20230401/machine_pool.py +1 -1
  219. pulumi_azure_native/redhatopenshift/v20230401/open_shift_cluster.py +1 -1
  220. pulumi_azure_native/redhatopenshift/v20230401/secret.py +1 -1
  221. pulumi_azure_native/redhatopenshift/v20230401/sync_identity_provider.py +1 -1
  222. pulumi_azure_native/redhatopenshift/v20230401/sync_set.py +1 -1
  223. pulumi_azure_native/redhatopenshift/v20230701preview/machine_pool.py +1 -1
  224. pulumi_azure_native/redhatopenshift/v20230701preview/open_shift_cluster.py +1 -1
  225. pulumi_azure_native/redhatopenshift/v20230701preview/secret.py +1 -1
  226. pulumi_azure_native/redhatopenshift/v20230701preview/sync_identity_provider.py +1 -1
  227. pulumi_azure_native/redhatopenshift/v20230701preview/sync_set.py +1 -1
  228. pulumi_azure_native/redhatopenshift/v20230904/__init__.py +22 -0
  229. pulumi_azure_native/redhatopenshift/v20230904/_enums.py +66 -0
  230. pulumi_azure_native/redhatopenshift/v20230904/_inputs.py +551 -0
  231. pulumi_azure_native/redhatopenshift/v20230904/get_machine_pool.py +133 -0
  232. pulumi_azure_native/redhatopenshift/v20230904/get_open_shift_cluster.py +274 -0
  233. pulumi_azure_native/redhatopenshift/v20230904/get_secret.py +136 -0
  234. pulumi_azure_native/redhatopenshift/v20230904/get_sync_identity_provider.py +133 -0
  235. pulumi_azure_native/redhatopenshift/v20230904/get_sync_set.py +136 -0
  236. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_admin_credentials.py +78 -0
  237. pulumi_azure_native/redhatopenshift/v20230904/list_open_shift_cluster_credentials.py +91 -0
  238. pulumi_azure_native/redhatopenshift/v20230904/machine_pool.py +206 -0
  239. pulumi_azure_native/redhatopenshift/v20230904/open_shift_cluster.py +495 -0
  240. pulumi_azure_native/redhatopenshift/v20230904/outputs.py +681 -0
  241. pulumi_azure_native/redhatopenshift/v20230904/secret.py +214 -0
  242. pulumi_azure_native/redhatopenshift/v20230904/sync_identity_provider.py +206 -0
  243. pulumi_azure_native/redhatopenshift/v20230904/sync_set.py +214 -0
  244. pulumi_azure_native/servicefabric/__init__.py +3 -0
  245. pulumi_azure_native/servicefabric/managed_cluster.py +1 -1
  246. pulumi_azure_native/servicefabric/managed_cluster_application.py +1 -1
  247. pulumi_azure_native/servicefabric/managed_cluster_application_type.py +1 -1
  248. pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +1 -1
  249. pulumi_azure_native/servicefabric/managed_cluster_service.py +1 -1
  250. pulumi_azure_native/servicefabric/node_type.py +1 -1
  251. pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
  252. pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
  253. pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
  254. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
  255. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
  256. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
  257. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
  258. pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
  259. pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
  260. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
  261. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
  262. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
  263. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
  264. pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
  265. pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
  266. pulumi_azure_native/servicefabric/v20230901preview/__init__.py +24 -0
  267. pulumi_azure_native/servicefabric/v20230901preview/_enums.py +484 -0
  268. pulumi_azure_native/servicefabric/v20230901preview/_inputs.py +3501 -0
  269. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster.py +625 -0
  270. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application.py +228 -0
  271. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type.py +162 -0
  272. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_application_type_version.py +180 -0
  273. pulumi_azure_native/servicefabric/v20230901preview/get_managed_cluster_service.py +167 -0
  274. pulumi_azure_native/servicefabric/v20230901preview/get_node_type.py +760 -0
  275. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_az_resiliency_status.py +92 -0
  276. pulumi_azure_native/servicefabric/v20230901preview/getmanaged_maintenance_window_status.py +156 -0
  277. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1160 -0
  278. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +404 -0
  279. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +253 -0
  280. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +304 -0
  281. pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +295 -0
  282. pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1603 -0
  283. pulumi_azure_native/servicefabric/v20230901preview/outputs.py +4039 -0
  284. pulumi_azure_native/storagemover/__init__.py +3 -0
  285. pulumi_azure_native/storagemover/agent.py +1 -1
  286. pulumi_azure_native/storagemover/endpoint.py +1 -1
  287. pulumi_azure_native/storagemover/job_definition.py +1 -1
  288. pulumi_azure_native/storagemover/project.py +1 -1
  289. pulumi_azure_native/storagemover/storage_mover.py +1 -1
  290. pulumi_azure_native/storagemover/v20230301/agent.py +1 -1
  291. pulumi_azure_native/storagemover/v20230301/endpoint.py +1 -1
  292. pulumi_azure_native/storagemover/v20230301/job_definition.py +1 -1
  293. pulumi_azure_native/storagemover/v20230301/project.py +1 -1
  294. pulumi_azure_native/storagemover/v20230301/storage_mover.py +1 -1
  295. pulumi_azure_native/storagemover/v20230701preview/agent.py +1 -1
  296. pulumi_azure_native/storagemover/v20230701preview/endpoint.py +1 -1
  297. pulumi_azure_native/storagemover/v20230701preview/job_definition.py +1 -1
  298. pulumi_azure_native/storagemover/v20230701preview/project.py +1 -1
  299. pulumi_azure_native/storagemover/v20230701preview/storage_mover.py +1 -1
  300. pulumi_azure_native/storagemover/v20231001/__init__.py +20 -0
  301. pulumi_azure_native/storagemover/v20231001/_enums.py +46 -0
  302. pulumi_azure_native/storagemover/v20231001/_inputs.py +393 -0
  303. pulumi_azure_native/storagemover/v20231001/agent.py +361 -0
  304. pulumi_azure_native/storagemover/v20231001/endpoint.py +217 -0
  305. pulumi_azure_native/storagemover/v20231001/get_agent.py +276 -0
  306. pulumi_azure_native/storagemover/v20231001/get_endpoint.py +136 -0
  307. pulumi_azure_native/storagemover/v20231001/get_job_definition.py +310 -0
  308. pulumi_azure_native/storagemover/v20231001/get_project.py +149 -0
  309. pulumi_azure_native/storagemover/v20231001/get_storage_mover.py +170 -0
  310. pulumi_azure_native/storagemover/v20231001/job_definition.py +483 -0
  311. pulumi_azure_native/storagemover/v20231001/outputs.py +619 -0
  312. pulumi_azure_native/storagemover/v20231001/project.py +224 -0
  313. pulumi_azure_native/storagemover/v20231001/storage_mover.py +261 -0
  314. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/METADATA +1 -1
  315. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/RECORD +317 -158
  316. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/WHEEL +0 -0
  317. {pulumi_azure_native-2.9.1a1696411987.dist-info → pulumi_azure_native-2.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1092 @@
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 pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'AzureMonitorWorkspaceIntegrationResponse',
16
+ 'EnterpriseConfigurationsResponse',
17
+ 'GrafanaConfigurationsResponse',
18
+ 'GrafanaIntegrationsResponse',
19
+ 'GrafanaPluginResponse',
20
+ 'ManagedGrafanaPropertiesResponse',
21
+ 'ManagedPrivateEndpointConnectionStateResponse',
22
+ 'ManagedServiceIdentityResponse',
23
+ 'PrivateEndpointConnectionResponse',
24
+ 'PrivateEndpointResponse',
25
+ 'PrivateLinkServiceConnectionStateResponse',
26
+ 'ResourceSkuResponse',
27
+ 'SmtpResponse',
28
+ 'SystemDataResponse',
29
+ 'UserAssignedIdentityResponse',
30
+ ]
31
+
32
+ @pulumi.output_type
33
+ class AzureMonitorWorkspaceIntegrationResponse(dict):
34
+ """
35
+ Integrations for Azure Monitor Workspace.
36
+ """
37
+ @staticmethod
38
+ def __key_warning(key: str):
39
+ suggest = None
40
+ if key == "azureMonitorWorkspaceResourceId":
41
+ suggest = "azure_monitor_workspace_resource_id"
42
+
43
+ if suggest:
44
+ pulumi.log.warn(f"Key '{key}' not found in AzureMonitorWorkspaceIntegrationResponse. Access the value via the '{suggest}' property getter instead.")
45
+
46
+ def __getitem__(self, key: str) -> Any:
47
+ AzureMonitorWorkspaceIntegrationResponse.__key_warning(key)
48
+ return super().__getitem__(key)
49
+
50
+ def get(self, key: str, default = None) -> Any:
51
+ AzureMonitorWorkspaceIntegrationResponse.__key_warning(key)
52
+ return super().get(key, default)
53
+
54
+ def __init__(__self__, *,
55
+ azure_monitor_workspace_resource_id: Optional[str] = None):
56
+ """
57
+ Integrations for Azure Monitor Workspace.
58
+ :param str azure_monitor_workspace_resource_id: The resource Id of the connected Azure Monitor Workspace.
59
+ """
60
+ if azure_monitor_workspace_resource_id is not None:
61
+ pulumi.set(__self__, "azure_monitor_workspace_resource_id", azure_monitor_workspace_resource_id)
62
+
63
+ @property
64
+ @pulumi.getter(name="azureMonitorWorkspaceResourceId")
65
+ def azure_monitor_workspace_resource_id(self) -> Optional[str]:
66
+ """
67
+ The resource Id of the connected Azure Monitor Workspace.
68
+ """
69
+ return pulumi.get(self, "azure_monitor_workspace_resource_id")
70
+
71
+
72
+ @pulumi.output_type
73
+ class EnterpriseConfigurationsResponse(dict):
74
+ """
75
+ Enterprise settings of a Grafana instance
76
+ """
77
+ @staticmethod
78
+ def __key_warning(key: str):
79
+ suggest = None
80
+ if key == "marketplaceAutoRenew":
81
+ suggest = "marketplace_auto_renew"
82
+ elif key == "marketplacePlanId":
83
+ suggest = "marketplace_plan_id"
84
+
85
+ if suggest:
86
+ pulumi.log.warn(f"Key '{key}' not found in EnterpriseConfigurationsResponse. Access the value via the '{suggest}' property getter instead.")
87
+
88
+ def __getitem__(self, key: str) -> Any:
89
+ EnterpriseConfigurationsResponse.__key_warning(key)
90
+ return super().__getitem__(key)
91
+
92
+ def get(self, key: str, default = None) -> Any:
93
+ EnterpriseConfigurationsResponse.__key_warning(key)
94
+ return super().get(key, default)
95
+
96
+ def __init__(__self__, *,
97
+ marketplace_auto_renew: Optional[str] = None,
98
+ marketplace_plan_id: Optional[str] = None):
99
+ """
100
+ Enterprise settings of a Grafana instance
101
+ :param str marketplace_auto_renew: The AutoRenew setting of the Enterprise subscription
102
+ :param str marketplace_plan_id: The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
103
+ """
104
+ if marketplace_auto_renew is not None:
105
+ pulumi.set(__self__, "marketplace_auto_renew", marketplace_auto_renew)
106
+ if marketplace_plan_id is not None:
107
+ pulumi.set(__self__, "marketplace_plan_id", marketplace_plan_id)
108
+
109
+ @property
110
+ @pulumi.getter(name="marketplaceAutoRenew")
111
+ def marketplace_auto_renew(self) -> Optional[str]:
112
+ """
113
+ The AutoRenew setting of the Enterprise subscription
114
+ """
115
+ return pulumi.get(self, "marketplace_auto_renew")
116
+
117
+ @property
118
+ @pulumi.getter(name="marketplacePlanId")
119
+ def marketplace_plan_id(self) -> Optional[str]:
120
+ """
121
+ The Plan Id of the Azure Marketplace subscription for the Enterprise plugins
122
+ """
123
+ return pulumi.get(self, "marketplace_plan_id")
124
+
125
+
126
+ @pulumi.output_type
127
+ class GrafanaConfigurationsResponse(dict):
128
+ """
129
+ Server configurations of a Grafana instance
130
+ """
131
+ def __init__(__self__, *,
132
+ smtp: Optional['outputs.SmtpResponse'] = None):
133
+ """
134
+ Server configurations of a Grafana instance
135
+ :param 'SmtpResponse' smtp: Email server settings.
136
+ https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
137
+ """
138
+ if smtp is not None:
139
+ pulumi.set(__self__, "smtp", smtp)
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def smtp(self) -> Optional['outputs.SmtpResponse']:
144
+ """
145
+ Email server settings.
146
+ https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
147
+ """
148
+ return pulumi.get(self, "smtp")
149
+
150
+
151
+ @pulumi.output_type
152
+ class GrafanaIntegrationsResponse(dict):
153
+ """
154
+ GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
155
+ """
156
+ @staticmethod
157
+ def __key_warning(key: str):
158
+ suggest = None
159
+ if key == "azureMonitorWorkspaceIntegrations":
160
+ suggest = "azure_monitor_workspace_integrations"
161
+
162
+ if suggest:
163
+ pulumi.log.warn(f"Key '{key}' not found in GrafanaIntegrationsResponse. Access the value via the '{suggest}' property getter instead.")
164
+
165
+ def __getitem__(self, key: str) -> Any:
166
+ GrafanaIntegrationsResponse.__key_warning(key)
167
+ return super().__getitem__(key)
168
+
169
+ def get(self, key: str, default = None) -> Any:
170
+ GrafanaIntegrationsResponse.__key_warning(key)
171
+ return super().get(key, default)
172
+
173
+ def __init__(__self__, *,
174
+ azure_monitor_workspace_integrations: Optional[Sequence['outputs.AzureMonitorWorkspaceIntegrationResponse']] = None):
175
+ """
176
+ GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
177
+ """
178
+ if azure_monitor_workspace_integrations is not None:
179
+ pulumi.set(__self__, "azure_monitor_workspace_integrations", azure_monitor_workspace_integrations)
180
+
181
+ @property
182
+ @pulumi.getter(name="azureMonitorWorkspaceIntegrations")
183
+ def azure_monitor_workspace_integrations(self) -> Optional[Sequence['outputs.AzureMonitorWorkspaceIntegrationResponse']]:
184
+ return pulumi.get(self, "azure_monitor_workspace_integrations")
185
+
186
+
187
+ @pulumi.output_type
188
+ class GrafanaPluginResponse(dict):
189
+ """
190
+ Plugin of Grafana
191
+ """
192
+ @staticmethod
193
+ def __key_warning(key: str):
194
+ suggest = None
195
+ if key == "pluginId":
196
+ suggest = "plugin_id"
197
+
198
+ if suggest:
199
+ pulumi.log.warn(f"Key '{key}' not found in GrafanaPluginResponse. Access the value via the '{suggest}' property getter instead.")
200
+
201
+ def __getitem__(self, key: str) -> Any:
202
+ GrafanaPluginResponse.__key_warning(key)
203
+ return super().__getitem__(key)
204
+
205
+ def get(self, key: str, default = None) -> Any:
206
+ GrafanaPluginResponse.__key_warning(key)
207
+ return super().get(key, default)
208
+
209
+ def __init__(__self__, *,
210
+ plugin_id: str):
211
+ """
212
+ Plugin of Grafana
213
+ :param str plugin_id: Grafana plugin id
214
+ """
215
+ pulumi.set(__self__, "plugin_id", plugin_id)
216
+
217
+ @property
218
+ @pulumi.getter(name="pluginId")
219
+ def plugin_id(self) -> str:
220
+ """
221
+ Grafana plugin id
222
+ """
223
+ return pulumi.get(self, "plugin_id")
224
+
225
+
226
+ @pulumi.output_type
227
+ class ManagedGrafanaPropertiesResponse(dict):
228
+ """
229
+ Properties specific to the grafana resource.
230
+ """
231
+ @staticmethod
232
+ def __key_warning(key: str):
233
+ suggest = None
234
+ if key == "grafanaVersion":
235
+ suggest = "grafana_version"
236
+ elif key == "outboundIPs":
237
+ suggest = "outbound_ips"
238
+ elif key == "privateEndpointConnections":
239
+ suggest = "private_endpoint_connections"
240
+ elif key == "provisioningState":
241
+ suggest = "provisioning_state"
242
+ elif key == "apiKey":
243
+ suggest = "api_key"
244
+ elif key == "autoGeneratedDomainNameLabelScope":
245
+ suggest = "auto_generated_domain_name_label_scope"
246
+ elif key == "deterministicOutboundIP":
247
+ suggest = "deterministic_outbound_ip"
248
+ elif key == "enterpriseConfigurations":
249
+ suggest = "enterprise_configurations"
250
+ elif key == "grafanaConfigurations":
251
+ suggest = "grafana_configurations"
252
+ elif key == "grafanaIntegrations":
253
+ suggest = "grafana_integrations"
254
+ elif key == "grafanaMajorVersion":
255
+ suggest = "grafana_major_version"
256
+ elif key == "grafanaPlugins":
257
+ suggest = "grafana_plugins"
258
+ elif key == "publicNetworkAccess":
259
+ suggest = "public_network_access"
260
+ elif key == "zoneRedundancy":
261
+ suggest = "zone_redundancy"
262
+
263
+ if suggest:
264
+ pulumi.log.warn(f"Key '{key}' not found in ManagedGrafanaPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
265
+
266
+ def __getitem__(self, key: str) -> Any:
267
+ ManagedGrafanaPropertiesResponse.__key_warning(key)
268
+ return super().__getitem__(key)
269
+
270
+ def get(self, key: str, default = None) -> Any:
271
+ ManagedGrafanaPropertiesResponse.__key_warning(key)
272
+ return super().get(key, default)
273
+
274
+ def __init__(__self__, *,
275
+ endpoint: str,
276
+ grafana_version: str,
277
+ outbound_ips: Sequence[str],
278
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
279
+ provisioning_state: str,
280
+ api_key: Optional[str] = None,
281
+ auto_generated_domain_name_label_scope: Optional[str] = None,
282
+ deterministic_outbound_ip: Optional[str] = None,
283
+ enterprise_configurations: Optional['outputs.EnterpriseConfigurationsResponse'] = None,
284
+ grafana_configurations: Optional['outputs.GrafanaConfigurationsResponse'] = None,
285
+ grafana_integrations: Optional['outputs.GrafanaIntegrationsResponse'] = None,
286
+ grafana_major_version: Optional[str] = None,
287
+ grafana_plugins: Optional[Mapping[str, 'outputs.GrafanaPluginResponse']] = None,
288
+ public_network_access: Optional[str] = None,
289
+ zone_redundancy: Optional[str] = None):
290
+ """
291
+ Properties specific to the grafana resource.
292
+ :param str endpoint: The endpoint of the Grafana instance.
293
+ :param str grafana_version: The Grafana software version.
294
+ :param Sequence[str] outbound_ips: List of outbound IPs if deterministicOutboundIP is enabled.
295
+ :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The private endpoint connections of the Grafana instance.
296
+ :param str provisioning_state: Provisioning state of the resource.
297
+ :param str api_key: The api key setting of the Grafana instance.
298
+ :param str auto_generated_domain_name_label_scope: Scope for dns deterministic name hash calculation.
299
+ :param str deterministic_outbound_ip: Whether a Grafana instance uses deterministic outbound IPs.
300
+ :param 'EnterpriseConfigurationsResponse' enterprise_configurations: Enterprise settings of a Grafana instance
301
+ :param 'GrafanaConfigurationsResponse' grafana_configurations: Server configurations of a Grafana instance
302
+ :param 'GrafanaIntegrationsResponse' grafana_integrations: GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
303
+ :param str grafana_major_version: The major Grafana software version to target.
304
+ :param Mapping[str, 'GrafanaPluginResponse'] grafana_plugins: Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
305
+ :param str public_network_access: Indicate the state for enable or disable traffic over the public interface.
306
+ :param str zone_redundancy: The zone redundancy setting of the Grafana instance.
307
+ """
308
+ pulumi.set(__self__, "endpoint", endpoint)
309
+ pulumi.set(__self__, "grafana_version", grafana_version)
310
+ pulumi.set(__self__, "outbound_ips", outbound_ips)
311
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
312
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
313
+ if api_key is not None:
314
+ pulumi.set(__self__, "api_key", api_key)
315
+ if auto_generated_domain_name_label_scope is not None:
316
+ pulumi.set(__self__, "auto_generated_domain_name_label_scope", auto_generated_domain_name_label_scope)
317
+ if deterministic_outbound_ip is not None:
318
+ pulumi.set(__self__, "deterministic_outbound_ip", deterministic_outbound_ip)
319
+ if enterprise_configurations is not None:
320
+ pulumi.set(__self__, "enterprise_configurations", enterprise_configurations)
321
+ if grafana_configurations is not None:
322
+ pulumi.set(__self__, "grafana_configurations", grafana_configurations)
323
+ if grafana_integrations is not None:
324
+ pulumi.set(__self__, "grafana_integrations", grafana_integrations)
325
+ if grafana_major_version is not None:
326
+ pulumi.set(__self__, "grafana_major_version", grafana_major_version)
327
+ if grafana_plugins is not None:
328
+ pulumi.set(__self__, "grafana_plugins", grafana_plugins)
329
+ if public_network_access is not None:
330
+ pulumi.set(__self__, "public_network_access", public_network_access)
331
+ if zone_redundancy is not None:
332
+ pulumi.set(__self__, "zone_redundancy", zone_redundancy)
333
+
334
+ @property
335
+ @pulumi.getter
336
+ def endpoint(self) -> str:
337
+ """
338
+ The endpoint of the Grafana instance.
339
+ """
340
+ return pulumi.get(self, "endpoint")
341
+
342
+ @property
343
+ @pulumi.getter(name="grafanaVersion")
344
+ def grafana_version(self) -> str:
345
+ """
346
+ The Grafana software version.
347
+ """
348
+ return pulumi.get(self, "grafana_version")
349
+
350
+ @property
351
+ @pulumi.getter(name="outboundIPs")
352
+ def outbound_ips(self) -> Sequence[str]:
353
+ """
354
+ List of outbound IPs if deterministicOutboundIP is enabled.
355
+ """
356
+ return pulumi.get(self, "outbound_ips")
357
+
358
+ @property
359
+ @pulumi.getter(name="privateEndpointConnections")
360
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
361
+ """
362
+ The private endpoint connections of the Grafana instance.
363
+ """
364
+ return pulumi.get(self, "private_endpoint_connections")
365
+
366
+ @property
367
+ @pulumi.getter(name="provisioningState")
368
+ def provisioning_state(self) -> str:
369
+ """
370
+ Provisioning state of the resource.
371
+ """
372
+ return pulumi.get(self, "provisioning_state")
373
+
374
+ @property
375
+ @pulumi.getter(name="apiKey")
376
+ def api_key(self) -> Optional[str]:
377
+ """
378
+ The api key setting of the Grafana instance.
379
+ """
380
+ return pulumi.get(self, "api_key")
381
+
382
+ @property
383
+ @pulumi.getter(name="autoGeneratedDomainNameLabelScope")
384
+ def auto_generated_domain_name_label_scope(self) -> Optional[str]:
385
+ """
386
+ Scope for dns deterministic name hash calculation.
387
+ """
388
+ return pulumi.get(self, "auto_generated_domain_name_label_scope")
389
+
390
+ @property
391
+ @pulumi.getter(name="deterministicOutboundIP")
392
+ def deterministic_outbound_ip(self) -> Optional[str]:
393
+ """
394
+ Whether a Grafana instance uses deterministic outbound IPs.
395
+ """
396
+ return pulumi.get(self, "deterministic_outbound_ip")
397
+
398
+ @property
399
+ @pulumi.getter(name="enterpriseConfigurations")
400
+ def enterprise_configurations(self) -> Optional['outputs.EnterpriseConfigurationsResponse']:
401
+ """
402
+ Enterprise settings of a Grafana instance
403
+ """
404
+ return pulumi.get(self, "enterprise_configurations")
405
+
406
+ @property
407
+ @pulumi.getter(name="grafanaConfigurations")
408
+ def grafana_configurations(self) -> Optional['outputs.GrafanaConfigurationsResponse']:
409
+ """
410
+ Server configurations of a Grafana instance
411
+ """
412
+ return pulumi.get(self, "grafana_configurations")
413
+
414
+ @property
415
+ @pulumi.getter(name="grafanaIntegrations")
416
+ def grafana_integrations(self) -> Optional['outputs.GrafanaIntegrationsResponse']:
417
+ """
418
+ GrafanaIntegrations is a bundled observability experience (e.g. pre-configured data source, tailored Grafana dashboards, alerting defaults) for common monitoring scenarios.
419
+ """
420
+ return pulumi.get(self, "grafana_integrations")
421
+
422
+ @property
423
+ @pulumi.getter(name="grafanaMajorVersion")
424
+ def grafana_major_version(self) -> Optional[str]:
425
+ """
426
+ The major Grafana software version to target.
427
+ """
428
+ return pulumi.get(self, "grafana_major_version")
429
+
430
+ @property
431
+ @pulumi.getter(name="grafanaPlugins")
432
+ def grafana_plugins(self) -> Optional[Mapping[str, 'outputs.GrafanaPluginResponse']]:
433
+ """
434
+ Installed plugin list of the Grafana instance. Key is plugin id, value is plugin definition.
435
+ """
436
+ return pulumi.get(self, "grafana_plugins")
437
+
438
+ @property
439
+ @pulumi.getter(name="publicNetworkAccess")
440
+ def public_network_access(self) -> Optional[str]:
441
+ """
442
+ Indicate the state for enable or disable traffic over the public interface.
443
+ """
444
+ return pulumi.get(self, "public_network_access")
445
+
446
+ @property
447
+ @pulumi.getter(name="zoneRedundancy")
448
+ def zone_redundancy(self) -> Optional[str]:
449
+ """
450
+ The zone redundancy setting of the Grafana instance.
451
+ """
452
+ return pulumi.get(self, "zone_redundancy")
453
+
454
+
455
+ @pulumi.output_type
456
+ class ManagedPrivateEndpointConnectionStateResponse(dict):
457
+ """
458
+ The state of managed private endpoint connection.
459
+ """
460
+ def __init__(__self__, *,
461
+ description: str,
462
+ status: str):
463
+ """
464
+ The state of managed private endpoint connection.
465
+ :param str description: Gets or sets the reason for approval/rejection of the connection.
466
+ :param str status: The approval/rejection status of managed private endpoint connection.
467
+ """
468
+ pulumi.set(__self__, "description", description)
469
+ pulumi.set(__self__, "status", status)
470
+
471
+ @property
472
+ @pulumi.getter
473
+ def description(self) -> str:
474
+ """
475
+ Gets or sets the reason for approval/rejection of the connection.
476
+ """
477
+ return pulumi.get(self, "description")
478
+
479
+ @property
480
+ @pulumi.getter
481
+ def status(self) -> str:
482
+ """
483
+ The approval/rejection status of managed private endpoint connection.
484
+ """
485
+ return pulumi.get(self, "status")
486
+
487
+
488
+ @pulumi.output_type
489
+ class ManagedServiceIdentityResponse(dict):
490
+ """
491
+ Managed service identity (system assigned and/or user assigned identities)
492
+ """
493
+ @staticmethod
494
+ def __key_warning(key: str):
495
+ suggest = None
496
+ if key == "principalId":
497
+ suggest = "principal_id"
498
+ elif key == "tenantId":
499
+ suggest = "tenant_id"
500
+ elif key == "userAssignedIdentities":
501
+ suggest = "user_assigned_identities"
502
+
503
+ if suggest:
504
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
505
+
506
+ def __getitem__(self, key: str) -> Any:
507
+ ManagedServiceIdentityResponse.__key_warning(key)
508
+ return super().__getitem__(key)
509
+
510
+ def get(self, key: str, default = None) -> Any:
511
+ ManagedServiceIdentityResponse.__key_warning(key)
512
+ return super().get(key, default)
513
+
514
+ def __init__(__self__, *,
515
+ principal_id: str,
516
+ tenant_id: str,
517
+ type: str,
518
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
519
+ """
520
+ Managed service identity (system assigned and/or user assigned identities)
521
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
522
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
523
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
524
+ :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.
525
+ """
526
+ pulumi.set(__self__, "principal_id", principal_id)
527
+ pulumi.set(__self__, "tenant_id", tenant_id)
528
+ pulumi.set(__self__, "type", type)
529
+ if user_assigned_identities is not None:
530
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
531
+
532
+ @property
533
+ @pulumi.getter(name="principalId")
534
+ def principal_id(self) -> str:
535
+ """
536
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
537
+ """
538
+ return pulumi.get(self, "principal_id")
539
+
540
+ @property
541
+ @pulumi.getter(name="tenantId")
542
+ def tenant_id(self) -> str:
543
+ """
544
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
545
+ """
546
+ return pulumi.get(self, "tenant_id")
547
+
548
+ @property
549
+ @pulumi.getter
550
+ def type(self) -> str:
551
+ """
552
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
553
+ """
554
+ return pulumi.get(self, "type")
555
+
556
+ @property
557
+ @pulumi.getter(name="userAssignedIdentities")
558
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
559
+ """
560
+ 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.
561
+ """
562
+ return pulumi.get(self, "user_assigned_identities")
563
+
564
+
565
+ @pulumi.output_type
566
+ class PrivateEndpointConnectionResponse(dict):
567
+ """
568
+ The Private Endpoint Connection resource.
569
+ """
570
+ @staticmethod
571
+ def __key_warning(key: str):
572
+ suggest = None
573
+ if key == "privateLinkServiceConnectionState":
574
+ suggest = "private_link_service_connection_state"
575
+ elif key == "provisioningState":
576
+ suggest = "provisioning_state"
577
+ elif key == "systemData":
578
+ suggest = "system_data"
579
+ elif key == "groupIds":
580
+ suggest = "group_ids"
581
+ elif key == "privateEndpoint":
582
+ suggest = "private_endpoint"
583
+
584
+ if suggest:
585
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
586
+
587
+ def __getitem__(self, key: str) -> Any:
588
+ PrivateEndpointConnectionResponse.__key_warning(key)
589
+ return super().__getitem__(key)
590
+
591
+ def get(self, key: str, default = None) -> Any:
592
+ PrivateEndpointConnectionResponse.__key_warning(key)
593
+ return super().get(key, default)
594
+
595
+ def __init__(__self__, *,
596
+ id: str,
597
+ name: str,
598
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
599
+ provisioning_state: str,
600
+ system_data: 'outputs.SystemDataResponse',
601
+ type: str,
602
+ group_ids: Optional[Sequence[str]] = None,
603
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
604
+ """
605
+ The Private Endpoint Connection resource.
606
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
607
+ :param str name: The name of the resource
608
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
609
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
610
+ :param 'SystemDataResponse' system_data: Azure Resource Manager metadata containing createdBy and modifiedBy information.
611
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
612
+ :param Sequence[str] group_ids: The private endpoint connection group ids.
613
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
614
+ """
615
+ pulumi.set(__self__, "id", id)
616
+ pulumi.set(__self__, "name", name)
617
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
618
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
619
+ pulumi.set(__self__, "system_data", system_data)
620
+ pulumi.set(__self__, "type", type)
621
+ if group_ids is not None:
622
+ pulumi.set(__self__, "group_ids", group_ids)
623
+ if private_endpoint is not None:
624
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
625
+
626
+ @property
627
+ @pulumi.getter
628
+ def id(self) -> str:
629
+ """
630
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
631
+ """
632
+ return pulumi.get(self, "id")
633
+
634
+ @property
635
+ @pulumi.getter
636
+ def name(self) -> str:
637
+ """
638
+ The name of the resource
639
+ """
640
+ return pulumi.get(self, "name")
641
+
642
+ @property
643
+ @pulumi.getter(name="privateLinkServiceConnectionState")
644
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
645
+ """
646
+ A collection of information about the state of the connection between service consumer and provider.
647
+ """
648
+ return pulumi.get(self, "private_link_service_connection_state")
649
+
650
+ @property
651
+ @pulumi.getter(name="provisioningState")
652
+ def provisioning_state(self) -> str:
653
+ """
654
+ The provisioning state of the private endpoint connection resource.
655
+ """
656
+ return pulumi.get(self, "provisioning_state")
657
+
658
+ @property
659
+ @pulumi.getter(name="systemData")
660
+ def system_data(self) -> 'outputs.SystemDataResponse':
661
+ """
662
+ Azure Resource Manager metadata containing createdBy and modifiedBy information.
663
+ """
664
+ return pulumi.get(self, "system_data")
665
+
666
+ @property
667
+ @pulumi.getter
668
+ def type(self) -> str:
669
+ """
670
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
671
+ """
672
+ return pulumi.get(self, "type")
673
+
674
+ @property
675
+ @pulumi.getter(name="groupIds")
676
+ def group_ids(self) -> Optional[Sequence[str]]:
677
+ """
678
+ The private endpoint connection group ids.
679
+ """
680
+ return pulumi.get(self, "group_ids")
681
+
682
+ @property
683
+ @pulumi.getter(name="privateEndpoint")
684
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
685
+ """
686
+ The resource of private end point.
687
+ """
688
+ return pulumi.get(self, "private_endpoint")
689
+
690
+
691
+ @pulumi.output_type
692
+ class PrivateEndpointResponse(dict):
693
+ """
694
+ The Private Endpoint resource.
695
+ """
696
+ def __init__(__self__, *,
697
+ id: str):
698
+ """
699
+ The Private Endpoint resource.
700
+ :param str id: The ARM identifier for Private Endpoint
701
+ """
702
+ pulumi.set(__self__, "id", id)
703
+
704
+ @property
705
+ @pulumi.getter
706
+ def id(self) -> str:
707
+ """
708
+ The ARM identifier for Private Endpoint
709
+ """
710
+ return pulumi.get(self, "id")
711
+
712
+
713
+ @pulumi.output_type
714
+ class PrivateLinkServiceConnectionStateResponse(dict):
715
+ """
716
+ A collection of information about the state of the connection between service consumer and provider.
717
+ """
718
+ @staticmethod
719
+ def __key_warning(key: str):
720
+ suggest = None
721
+ if key == "actionsRequired":
722
+ suggest = "actions_required"
723
+
724
+ if suggest:
725
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
726
+
727
+ def __getitem__(self, key: str) -> Any:
728
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
729
+ return super().__getitem__(key)
730
+
731
+ def get(self, key: str, default = None) -> Any:
732
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
733
+ return super().get(key, default)
734
+
735
+ def __init__(__self__, *,
736
+ actions_required: Optional[str] = None,
737
+ description: Optional[str] = None,
738
+ status: Optional[str] = None):
739
+ """
740
+ A collection of information about the state of the connection between service consumer and provider.
741
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
742
+ :param str description: The reason for approval/rejection of the connection.
743
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
744
+ """
745
+ if actions_required is not None:
746
+ pulumi.set(__self__, "actions_required", actions_required)
747
+ if description is not None:
748
+ pulumi.set(__self__, "description", description)
749
+ if status is not None:
750
+ pulumi.set(__self__, "status", status)
751
+
752
+ @property
753
+ @pulumi.getter(name="actionsRequired")
754
+ def actions_required(self) -> Optional[str]:
755
+ """
756
+ A message indicating if changes on the service provider require any updates on the consumer.
757
+ """
758
+ return pulumi.get(self, "actions_required")
759
+
760
+ @property
761
+ @pulumi.getter
762
+ def description(self) -> Optional[str]:
763
+ """
764
+ The reason for approval/rejection of the connection.
765
+ """
766
+ return pulumi.get(self, "description")
767
+
768
+ @property
769
+ @pulumi.getter
770
+ def status(self) -> Optional[str]:
771
+ """
772
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
773
+ """
774
+ return pulumi.get(self, "status")
775
+
776
+
777
+ @pulumi.output_type
778
+ class ResourceSkuResponse(dict):
779
+ def __init__(__self__, *,
780
+ name: str):
781
+ pulumi.set(__self__, "name", name)
782
+
783
+ @property
784
+ @pulumi.getter
785
+ def name(self) -> str:
786
+ return pulumi.get(self, "name")
787
+
788
+
789
+ @pulumi.output_type
790
+ class SmtpResponse(dict):
791
+ """
792
+ Email server settings.
793
+ https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
794
+ """
795
+ @staticmethod
796
+ def __key_warning(key: str):
797
+ suggest = None
798
+ if key == "fromAddress":
799
+ suggest = "from_address"
800
+ elif key == "fromName":
801
+ suggest = "from_name"
802
+ elif key == "skipVerify":
803
+ suggest = "skip_verify"
804
+ elif key == "startTLSPolicy":
805
+ suggest = "start_tls_policy"
806
+
807
+ if suggest:
808
+ pulumi.log.warn(f"Key '{key}' not found in SmtpResponse. Access the value via the '{suggest}' property getter instead.")
809
+
810
+ def __getitem__(self, key: str) -> Any:
811
+ SmtpResponse.__key_warning(key)
812
+ return super().__getitem__(key)
813
+
814
+ def get(self, key: str, default = None) -> Any:
815
+ SmtpResponse.__key_warning(key)
816
+ return super().get(key, default)
817
+
818
+ def __init__(__self__, *,
819
+ enabled: Optional[bool] = None,
820
+ from_address: Optional[str] = None,
821
+ from_name: Optional[str] = None,
822
+ host: Optional[str] = None,
823
+ password: Optional[str] = None,
824
+ skip_verify: Optional[bool] = None,
825
+ start_tls_policy: Optional[str] = None,
826
+ user: Optional[str] = None):
827
+ """
828
+ Email server settings.
829
+ https://grafana.com/docs/grafana/v9.0/setup-grafana/configure-grafana/#smtp
830
+ :param bool enabled: Enable this to allow Grafana to send email. Default is false
831
+ :param str from_address: Address used when sending out emails
832
+ https://pkg.go.dev/net/mail#Address
833
+ :param str from_name: Name to be used when sending out emails. Default is "Azure Managed Grafana Notification"
834
+ https://pkg.go.dev/net/mail#Address
835
+ :param str host: SMTP server hostname with port, e.g. test.email.net:587
836
+ :param str password: Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
837
+ :param bool skip_verify: Verify SSL for SMTP server. Default is false
838
+ https://pkg.go.dev/crypto/tls#Config
839
+ :param str start_tls_policy: The StartTLSPolicy setting of the SMTP configuration
840
+ https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
841
+ :param str user: User of SMTP auth
842
+ """
843
+ if enabled is None:
844
+ enabled = False
845
+ if enabled is not None:
846
+ pulumi.set(__self__, "enabled", enabled)
847
+ if from_address is not None:
848
+ pulumi.set(__self__, "from_address", from_address)
849
+ if from_name is not None:
850
+ pulumi.set(__self__, "from_name", from_name)
851
+ if host is not None:
852
+ pulumi.set(__self__, "host", host)
853
+ if password is not None:
854
+ pulumi.set(__self__, "password", password)
855
+ if skip_verify is not None:
856
+ pulumi.set(__self__, "skip_verify", skip_verify)
857
+ if start_tls_policy is not None:
858
+ pulumi.set(__self__, "start_tls_policy", start_tls_policy)
859
+ if user is not None:
860
+ pulumi.set(__self__, "user", user)
861
+
862
+ @property
863
+ @pulumi.getter
864
+ def enabled(self) -> Optional[bool]:
865
+ """
866
+ Enable this to allow Grafana to send email. Default is false
867
+ """
868
+ return pulumi.get(self, "enabled")
869
+
870
+ @property
871
+ @pulumi.getter(name="fromAddress")
872
+ def from_address(self) -> Optional[str]:
873
+ """
874
+ Address used when sending out emails
875
+ https://pkg.go.dev/net/mail#Address
876
+ """
877
+ return pulumi.get(self, "from_address")
878
+
879
+ @property
880
+ @pulumi.getter(name="fromName")
881
+ def from_name(self) -> Optional[str]:
882
+ """
883
+ Name to be used when sending out emails. Default is "Azure Managed Grafana Notification"
884
+ https://pkg.go.dev/net/mail#Address
885
+ """
886
+ return pulumi.get(self, "from_name")
887
+
888
+ @property
889
+ @pulumi.getter
890
+ def host(self) -> Optional[str]:
891
+ """
892
+ SMTP server hostname with port, e.g. test.email.net:587
893
+ """
894
+ return pulumi.get(self, "host")
895
+
896
+ @property
897
+ @pulumi.getter
898
+ def password(self) -> Optional[str]:
899
+ """
900
+ Password of SMTP auth. If the password contains # or ;, then you have to wrap it with triple quotes
901
+ """
902
+ return pulumi.get(self, "password")
903
+
904
+ @property
905
+ @pulumi.getter(name="skipVerify")
906
+ def skip_verify(self) -> Optional[bool]:
907
+ """
908
+ Verify SSL for SMTP server. Default is false
909
+ https://pkg.go.dev/crypto/tls#Config
910
+ """
911
+ return pulumi.get(self, "skip_verify")
912
+
913
+ @property
914
+ @pulumi.getter(name="startTLSPolicy")
915
+ def start_tls_policy(self) -> Optional[str]:
916
+ """
917
+ The StartTLSPolicy setting of the SMTP configuration
918
+ https://pkg.go.dev/github.com/go-mail/mail#StartTLSPolicy
919
+ """
920
+ return pulumi.get(self, "start_tls_policy")
921
+
922
+ @property
923
+ @pulumi.getter
924
+ def user(self) -> Optional[str]:
925
+ """
926
+ User of SMTP auth
927
+ """
928
+ return pulumi.get(self, "user")
929
+
930
+
931
+ @pulumi.output_type
932
+ class SystemDataResponse(dict):
933
+ """
934
+ Metadata pertaining to creation and last modification of the resource.
935
+ """
936
+ @staticmethod
937
+ def __key_warning(key: str):
938
+ suggest = None
939
+ if key == "createdAt":
940
+ suggest = "created_at"
941
+ elif key == "createdBy":
942
+ suggest = "created_by"
943
+ elif key == "createdByType":
944
+ suggest = "created_by_type"
945
+ elif key == "lastModifiedAt":
946
+ suggest = "last_modified_at"
947
+ elif key == "lastModifiedBy":
948
+ suggest = "last_modified_by"
949
+ elif key == "lastModifiedByType":
950
+ suggest = "last_modified_by_type"
951
+
952
+ if suggest:
953
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
954
+
955
+ def __getitem__(self, key: str) -> Any:
956
+ SystemDataResponse.__key_warning(key)
957
+ return super().__getitem__(key)
958
+
959
+ def get(self, key: str, default = None) -> Any:
960
+ SystemDataResponse.__key_warning(key)
961
+ return super().get(key, default)
962
+
963
+ def __init__(__self__, *,
964
+ created_at: Optional[str] = None,
965
+ created_by: Optional[str] = None,
966
+ created_by_type: Optional[str] = None,
967
+ last_modified_at: Optional[str] = None,
968
+ last_modified_by: Optional[str] = None,
969
+ last_modified_by_type: Optional[str] = None):
970
+ """
971
+ Metadata pertaining to creation and last modification of the resource.
972
+ :param str created_at: The timestamp of resource creation (UTC).
973
+ :param str created_by: The identity that created the resource.
974
+ :param str created_by_type: The type of identity that created the resource.
975
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
976
+ :param str last_modified_by: The identity that last modified the resource.
977
+ :param str last_modified_by_type: The type of identity that last modified the resource.
978
+ """
979
+ if created_at is not None:
980
+ pulumi.set(__self__, "created_at", created_at)
981
+ if created_by is not None:
982
+ pulumi.set(__self__, "created_by", created_by)
983
+ if created_by_type is not None:
984
+ pulumi.set(__self__, "created_by_type", created_by_type)
985
+ if last_modified_at is not None:
986
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
987
+ if last_modified_by is not None:
988
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
989
+ if last_modified_by_type is not None:
990
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
991
+
992
+ @property
993
+ @pulumi.getter(name="createdAt")
994
+ def created_at(self) -> Optional[str]:
995
+ """
996
+ The timestamp of resource creation (UTC).
997
+ """
998
+ return pulumi.get(self, "created_at")
999
+
1000
+ @property
1001
+ @pulumi.getter(name="createdBy")
1002
+ def created_by(self) -> Optional[str]:
1003
+ """
1004
+ The identity that created the resource.
1005
+ """
1006
+ return pulumi.get(self, "created_by")
1007
+
1008
+ @property
1009
+ @pulumi.getter(name="createdByType")
1010
+ def created_by_type(self) -> Optional[str]:
1011
+ """
1012
+ The type of identity that created the resource.
1013
+ """
1014
+ return pulumi.get(self, "created_by_type")
1015
+
1016
+ @property
1017
+ @pulumi.getter(name="lastModifiedAt")
1018
+ def last_modified_at(self) -> Optional[str]:
1019
+ """
1020
+ The timestamp of resource last modification (UTC)
1021
+ """
1022
+ return pulumi.get(self, "last_modified_at")
1023
+
1024
+ @property
1025
+ @pulumi.getter(name="lastModifiedBy")
1026
+ def last_modified_by(self) -> Optional[str]:
1027
+ """
1028
+ The identity that last modified the resource.
1029
+ """
1030
+ return pulumi.get(self, "last_modified_by")
1031
+
1032
+ @property
1033
+ @pulumi.getter(name="lastModifiedByType")
1034
+ def last_modified_by_type(self) -> Optional[str]:
1035
+ """
1036
+ The type of identity that last modified the resource.
1037
+ """
1038
+ return pulumi.get(self, "last_modified_by_type")
1039
+
1040
+
1041
+ @pulumi.output_type
1042
+ class UserAssignedIdentityResponse(dict):
1043
+ """
1044
+ User assigned identity properties
1045
+ """
1046
+ @staticmethod
1047
+ def __key_warning(key: str):
1048
+ suggest = None
1049
+ if key == "clientId":
1050
+ suggest = "client_id"
1051
+ elif key == "principalId":
1052
+ suggest = "principal_id"
1053
+
1054
+ if suggest:
1055
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1056
+
1057
+ def __getitem__(self, key: str) -> Any:
1058
+ UserAssignedIdentityResponse.__key_warning(key)
1059
+ return super().__getitem__(key)
1060
+
1061
+ def get(self, key: str, default = None) -> Any:
1062
+ UserAssignedIdentityResponse.__key_warning(key)
1063
+ return super().get(key, default)
1064
+
1065
+ def __init__(__self__, *,
1066
+ client_id: str,
1067
+ principal_id: str):
1068
+ """
1069
+ User assigned identity properties
1070
+ :param str client_id: The client ID of the assigned identity.
1071
+ :param str principal_id: The principal ID of the assigned identity.
1072
+ """
1073
+ pulumi.set(__self__, "client_id", client_id)
1074
+ pulumi.set(__self__, "principal_id", principal_id)
1075
+
1076
+ @property
1077
+ @pulumi.getter(name="clientId")
1078
+ def client_id(self) -> str:
1079
+ """
1080
+ The client ID of the assigned identity.
1081
+ """
1082
+ return pulumi.get(self, "client_id")
1083
+
1084
+ @property
1085
+ @pulumi.getter(name="principalId")
1086
+ def principal_id(self) -> str:
1087
+ """
1088
+ The principal ID of the assigned identity.
1089
+ """
1090
+ return pulumi.get(self, "principal_id")
1091
+
1092
+