pulumi-azure-native 2.26.2a1706204883__py3-none-any.whl → 2.27.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 (434) hide show
  1. pulumi_azure_native/__init__.py +86 -0
  2. pulumi_azure_native/containerservice/__init__.py +3 -0
  3. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  4. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  5. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  6. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  7. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  8. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  9. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  10. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  11. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  12. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  13. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  14. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  15. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  16. pulumi_azure_native/containerservice/snapshot.py +3 -3
  17. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  18. pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
  19. pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
  20. pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
  21. pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
  22. pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
  23. pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
  24. pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
  25. pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
  26. pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
  27. pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
  28. pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
  29. pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
  30. pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
  31. pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
  32. pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
  33. pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
  34. pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
  35. pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
  36. pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
  37. pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
  38. pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
  39. pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
  40. pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
  41. pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
  42. pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
  43. pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
  44. pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
  45. pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
  46. pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
  47. pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
  48. pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
  49. pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
  50. pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
  51. pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
  52. pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
  53. pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
  54. pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
  56. pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
  57. pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
  58. pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
  59. pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
  60. pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
  61. pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
  62. pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
  63. pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
  64. pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
  65. pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
  66. pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
  67. pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
  68. pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
  69. pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
  70. pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
  71. pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
  72. pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
  73. pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
  74. pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
  75. pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
  76. pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
  77. pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
  78. pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
  79. pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
  80. pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
  81. pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
  82. pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
  83. pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
  84. pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
  85. pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
  86. pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
  87. pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
  88. pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
  89. pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
  90. pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
  91. pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
  92. pulumi_azure_native/containerservice/v20231101/__init__.py +25 -0
  93. pulumi_azure_native/containerservice/v20231101/_enums.py +620 -0
  94. pulumi_azure_native/containerservice/v20231101/_inputs.py +5328 -0
  95. pulumi_azure_native/containerservice/v20231101/agent_pool.py +1357 -0
  96. pulumi_azure_native/containerservice/v20231101/get_agent_pool.py +656 -0
  97. pulumi_azure_native/containerservice/v20231101/get_maintenance_configuration.py +162 -0
  98. pulumi_azure_native/containerservice/v20231101/get_managed_cluster.py +690 -0
  99. pulumi_azure_native/containerservice/v20231101/get_private_endpoint_connection.py +149 -0
  100. pulumi_azure_native/containerservice/v20231101/get_snapshot.py +248 -0
  101. pulumi_azure_native/containerservice/v20231101/get_trusted_access_role_binding.py +162 -0
  102. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_admin_credentials.py +84 -0
  103. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_monitoring_user_credentials.py +84 -0
  104. pulumi_azure_native/containerservice/v20231101/list_managed_cluster_user_credentials.py +89 -0
  105. pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +274 -0
  106. pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1290 -0
  107. pulumi_azure_native/containerservice/v20231101/outputs.py +6160 -0
  108. pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +246 -0
  109. pulumi_azure_native/containerservice/v20231101/snapshot.py +342 -0
  110. pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +255 -0
  111. pulumi_azure_native/databox/__init__.py +3 -0
  112. pulumi_azure_native/databox/get_job.py +2 -2
  113. pulumi_azure_native/databox/job.py +3 -3
  114. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  115. pulumi_azure_native/databox/v20221201/job.py +1 -1
  116. pulumi_azure_native/databox/v20230301/job.py +1 -1
  117. pulumi_azure_native/databox/v20231201/job.py +1 -1
  118. pulumi_azure_native/databox/v20240201preview/__init__.py +13 -0
  119. pulumi_azure_native/databox/v20240201preview/_enums.py +270 -0
  120. pulumi_azure_native/databox/v20240201preview/_inputs.py +2350 -0
  121. pulumi_azure_native/databox/v20240201preview/get_job.py +396 -0
  122. pulumi_azure_native/databox/v20240201preview/job.py +534 -0
  123. pulumi_azure_native/databox/v20240201preview/list_job_credentials.py +92 -0
  124. pulumi_azure_native/databox/v20240201preview/outputs.py +6380 -0
  125. pulumi_azure_native/databoxedge/__init__.py +3 -0
  126. pulumi_azure_native/databoxedge/arc_addon.py +1 -1
  127. pulumi_azure_native/databoxedge/bandwidth_schedule.py +3 -3
  128. pulumi_azure_native/databoxedge/cloud_edge_management_role.py +1 -1
  129. pulumi_azure_native/databoxedge/container.py +3 -3
  130. pulumi_azure_native/databoxedge/device.py +3 -3
  131. pulumi_azure_native/databoxedge/file_event_trigger.py +1 -1
  132. pulumi_azure_native/databoxedge/get_bandwidth_schedule.py +2 -2
  133. pulumi_azure_native/databoxedge/get_container.py +2 -2
  134. pulumi_azure_native/databoxedge/get_device.py +2 -2
  135. pulumi_azure_native/databoxedge/get_device_extended_information.py +2 -2
  136. pulumi_azure_native/databoxedge/get_monitoring_config.py +2 -2
  137. pulumi_azure_native/databoxedge/get_order.py +2 -2
  138. pulumi_azure_native/databoxedge/get_share.py +2 -2
  139. pulumi_azure_native/databoxedge/get_storage_account.py +2 -2
  140. pulumi_azure_native/databoxedge/get_storage_account_credential.py +2 -2
  141. pulumi_azure_native/databoxedge/get_user.py +2 -2
  142. pulumi_azure_native/databoxedge/io_t_addon.py +1 -1
  143. pulumi_azure_native/databoxedge/io_t_role.py +1 -1
  144. pulumi_azure_native/databoxedge/kubernetes_role.py +1 -1
  145. pulumi_azure_native/databoxedge/list_order_dc_access_code.py +2 -2
  146. pulumi_azure_native/databoxedge/mec_role.py +1 -1
  147. pulumi_azure_native/databoxedge/monitoring_config.py +3 -3
  148. pulumi_azure_native/databoxedge/order.py +3 -3
  149. pulumi_azure_native/databoxedge/periodic_timer_event_trigger.py +1 -1
  150. pulumi_azure_native/databoxedge/share.py +3 -3
  151. pulumi_azure_native/databoxedge/storage_account.py +3 -3
  152. pulumi_azure_native/databoxedge/storage_account_credential.py +3 -3
  153. pulumi_azure_native/databoxedge/user.py +3 -3
  154. pulumi_azure_native/databoxedge/v20210201/device.py +1 -1
  155. pulumi_azure_native/databoxedge/v20210201preview/device.py +1 -1
  156. pulumi_azure_native/databoxedge/v20210201preview/user.py +1 -1
  157. pulumi_azure_native/databoxedge/v20220301/bandwidth_schedule.py +1 -1
  158. pulumi_azure_native/databoxedge/v20220301/container.py +1 -1
  159. pulumi_azure_native/databoxedge/v20220301/device.py +1 -1
  160. pulumi_azure_native/databoxedge/v20220301/io_t_addon.py +1 -1
  161. pulumi_azure_native/databoxedge/v20220301/monitoring_config.py +1 -1
  162. pulumi_azure_native/databoxedge/v20220301/order.py +1 -1
  163. pulumi_azure_native/databoxedge/v20220301/share.py +1 -1
  164. pulumi_azure_native/databoxedge/v20220301/storage_account.py +1 -1
  165. pulumi_azure_native/databoxedge/v20220301/storage_account_credential.py +1 -1
  166. pulumi_azure_native/databoxedge/v20220301/user.py +1 -1
  167. pulumi_azure_native/databoxedge/v20220401preview/device.py +1 -1
  168. pulumi_azure_native/databoxedge/v20220401preview/order.py +1 -1
  169. pulumi_azure_native/databoxedge/v20230101preview/arc_addon.py +1 -1
  170. pulumi_azure_native/databoxedge/v20230101preview/bandwidth_schedule.py +1 -1
  171. pulumi_azure_native/databoxedge/v20230101preview/cloud_edge_management_role.py +1 -1
  172. pulumi_azure_native/databoxedge/v20230101preview/container.py +1 -1
  173. pulumi_azure_native/databoxedge/v20230101preview/device.py +1 -1
  174. pulumi_azure_native/databoxedge/v20230101preview/file_event_trigger.py +1 -1
  175. pulumi_azure_native/databoxedge/v20230101preview/io_t_role.py +1 -1
  176. pulumi_azure_native/databoxedge/v20230101preview/kubernetes_role.py +1 -1
  177. pulumi_azure_native/databoxedge/v20230101preview/mec_role.py +1 -1
  178. pulumi_azure_native/databoxedge/v20230101preview/monitoring_config.py +1 -1
  179. pulumi_azure_native/databoxedge/v20230101preview/order.py +1 -1
  180. pulumi_azure_native/databoxedge/v20230101preview/periodic_timer_event_trigger.py +1 -1
  181. pulumi_azure_native/databoxedge/v20230101preview/share.py +1 -1
  182. pulumi_azure_native/databoxedge/v20230101preview/storage_account.py +1 -1
  183. pulumi_azure_native/databoxedge/v20230101preview/storage_account_credential.py +1 -1
  184. pulumi_azure_native/databoxedge/v20230101preview/user.py +1 -1
  185. pulumi_azure_native/databoxedge/v20230701/arc_addon.py +1 -1
  186. pulumi_azure_native/databoxedge/v20230701/bandwidth_schedule.py +1 -1
  187. pulumi_azure_native/databoxedge/v20230701/cloud_edge_management_role.py +1 -1
  188. pulumi_azure_native/databoxedge/v20230701/container.py +1 -1
  189. pulumi_azure_native/databoxedge/v20230701/device.py +1 -1
  190. pulumi_azure_native/databoxedge/v20230701/file_event_trigger.py +1 -1
  191. pulumi_azure_native/databoxedge/v20230701/io_t_addon.py +1 -1
  192. pulumi_azure_native/databoxedge/v20230701/io_t_role.py +1 -1
  193. pulumi_azure_native/databoxedge/v20230701/kubernetes_role.py +1 -1
  194. pulumi_azure_native/databoxedge/v20230701/mec_role.py +1 -1
  195. pulumi_azure_native/databoxedge/v20230701/monitoring_config.py +1 -1
  196. pulumi_azure_native/databoxedge/v20230701/order.py +1 -1
  197. pulumi_azure_native/databoxedge/v20230701/periodic_timer_event_trigger.py +1 -1
  198. pulumi_azure_native/databoxedge/v20230701/share.py +1 -1
  199. pulumi_azure_native/databoxedge/v20230701/storage_account.py +1 -1
  200. pulumi_azure_native/databoxedge/v20230701/storage_account_credential.py +1 -1
  201. pulumi_azure_native/databoxedge/v20230701/user.py +1 -1
  202. pulumi_azure_native/databoxedge/v20231201/__init__.py +46 -0
  203. pulumi_azure_native/databoxedge/v20231201/_enums.py +261 -0
  204. pulumi_azure_native/databoxedge/v20231201/_inputs.py +1271 -0
  205. pulumi_azure_native/databoxedge/v20231201/arc_addon.py +379 -0
  206. pulumi_azure_native/databoxedge/v20231201/bandwidth_schedule.py +305 -0
  207. pulumi_azure_native/databoxedge/v20231201/cloud_edge_management_role.py +273 -0
  208. pulumi_azure_native/databoxedge/v20231201/container.py +267 -0
  209. pulumi_azure_native/databoxedge/v20231201/device.py +501 -0
  210. pulumi_azure_native/databoxedge/v20231201/file_event_trigger.py +308 -0
  211. pulumi_azure_native/databoxedge/v20231201/get_arc_addon.py +246 -0
  212. pulumi_azure_native/databoxedge/v20231201/get_bandwidth_schedule.py +175 -0
  213. pulumi_azure_native/databoxedge/v20231201/get_cloud_edge_management_role.py +178 -0
  214. pulumi_azure_native/databoxedge/v20231201/get_container.py +180 -0
  215. pulumi_azure_native/databoxedge/v20231201/get_device.py +430 -0
  216. pulumi_azure_native/databoxedge/v20231201/get_device_extended_information.py +313 -0
  217. pulumi_azure_native/databoxedge/v20231201/get_file_event_trigger.py +176 -0
  218. pulumi_azure_native/databoxedge/v20231201/get_io_t_addon.py +220 -0
  219. pulumi_azure_native/databoxedge/v20231201/get_io_t_role.py +241 -0
  220. pulumi_azure_native/databoxedge/v20231201/get_kubernetes_role.py +222 -0
  221. pulumi_azure_native/databoxedge/v20231201/get_mec_role.py +189 -0
  222. pulumi_azure_native/databoxedge/v20231201/get_monitoring_config.py +136 -0
  223. pulumi_azure_native/databoxedge/v20231201/get_order.py +248 -0
  224. pulumi_azure_native/databoxedge/v20231201/get_periodic_timer_event_trigger.py +176 -0
  225. pulumi_azure_native/databoxedge/v20231201/get_share.py +253 -0
  226. pulumi_azure_native/databoxedge/v20231201/get_storage_account.py +201 -0
  227. pulumi_azure_native/databoxedge/v20231201/get_storage_account_credential.py +227 -0
  228. pulumi_azure_native/databoxedge/v20231201/get_user.py +162 -0
  229. pulumi_azure_native/databoxedge/v20231201/io_t_addon.py +342 -0
  230. pulumi_azure_native/databoxedge/v20231201/io_t_role.py +437 -0
  231. pulumi_azure_native/databoxedge/v20231201/kubernetes_role.py +374 -0
  232. pulumi_azure_native/databoxedge/v20231201/list_order_dc_access_code.py +78 -0
  233. pulumi_azure_native/databoxedge/v20231201/mec_role.py +337 -0
  234. pulumi_azure_native/databoxedge/v20231201/monitoring_config.py +217 -0
  235. pulumi_azure_native/databoxedge/v20231201/order.py +325 -0
  236. pulumi_azure_native/databoxedge/v20231201/outputs.py +2702 -0
  237. pulumi_azure_native/databoxedge/v20231201/periodic_timer_event_trigger.py +308 -0
  238. pulumi_azure_native/databoxedge/v20231201/share.py +460 -0
  239. pulumi_azure_native/databoxedge/v20231201/storage_account.py +323 -0
  240. pulumi_azure_native/databoxedge/v20231201/storage_account_credential.py +421 -0
  241. pulumi_azure_native/databoxedge/v20231201/user.py +255 -0
  242. pulumi_azure_native/datafactory/_inputs.py +79 -47
  243. pulumi_azure_native/datafactory/outputs.py +68 -40
  244. pulumi_azure_native/datafactory/v20180601/_inputs.py +79 -47
  245. pulumi_azure_native/datafactory/v20180601/outputs.py +68 -40
  246. pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
  247. pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
  248. pulumi_azure_native/desktopvirtualization/application.py +3 -3
  249. pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
  250. pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
  251. pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
  252. pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
  253. pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
  254. pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
  255. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
  256. pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
  257. pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
  258. pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
  259. pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
  260. pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
  261. pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
  262. pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
  263. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
  264. pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
  265. pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
  266. pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
  267. pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
  268. pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
  269. pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
  270. pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
  271. pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
  272. pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
  273. pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
  274. pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
  275. pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
  276. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
  277. pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
  278. pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
  279. pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
  280. pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
  281. pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
  282. pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
  283. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
  284. pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
  285. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
  286. pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
  287. pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
  288. pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
  289. pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
  290. pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
  291. pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
  292. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
  293. pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
  294. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
  295. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
  296. pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
  297. pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
  298. pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
  299. pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
  300. pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
  301. pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
  302. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
  303. pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
  304. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
  305. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
  306. pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
  307. pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
  308. pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
  309. pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
  310. pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
  311. pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
  312. pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
  313. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
  314. pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
  315. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
  316. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
  317. pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
  318. pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
  319. pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
  320. pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
  321. pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
  322. pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
  323. pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
  324. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
  325. pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
  326. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
  327. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
  328. pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
  329. pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
  330. pulumi_azure_native/desktopvirtualization/v20240116preview/__init__.py +32 -0
  331. pulumi_azure_native/desktopvirtualization/v20240116preview/_enums.py +314 -0
  332. pulumi_azure_native/desktopvirtualization/v20240116preview/_inputs.py +1332 -0
  333. pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +254 -0
  334. pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +536 -0
  335. pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +532 -0
  336. pulumi_azure_native/desktopvirtualization/v20240116preview/get_app_attach_package.py +157 -0
  337. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application.py +305 -0
  338. pulumi_azure_native/desktopvirtualization/v20240116preview/get_application_group.py +317 -0
  339. pulumi_azure_native/desktopvirtualization/v20240116preview/get_host_pool.py +590 -0
  340. pulumi_azure_native/desktopvirtualization/v20240116preview/get_msix_package.py +266 -0
  341. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_host_pool.py +162 -0
  342. pulumi_azure_native/desktopvirtualization/v20240116preview/get_private_endpoint_connection_by_workspace.py +162 -0
  343. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan.py +317 -0
  344. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_personal_schedule.py +461 -0
  345. pulumi_azure_native/desktopvirtualization/v20240116preview/get_scaling_plan_pooled_schedule.py +344 -0
  346. pulumi_azure_native/desktopvirtualization/v20240116preview/get_workspace.py +304 -0
  347. pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1104 -0
  348. pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +505 -0
  349. pulumi_azure_native/desktopvirtualization/v20240116preview/outputs.py +1625 -0
  350. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +237 -0
  351. pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +237 -0
  352. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +573 -0
  353. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +957 -0
  354. pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +680 -0
  355. pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +501 -0
  356. pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
  357. pulumi_azure_native/healthcareapis/__init__.py +3 -0
  358. pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
  359. pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
  360. pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
  361. pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
  362. pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
  363. pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
  364. pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
  365. pulumi_azure_native/healthcareapis/get_service.py +2 -2
  366. pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
  367. pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
  368. pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
  369. pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
  370. pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
  371. pulumi_azure_native/healthcareapis/service.py +3 -3
  372. pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
  373. pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
  374. pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
  375. pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
  376. pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
  377. pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
  378. pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
  379. pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
  380. pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
  381. pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
  382. pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
  383. pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
  384. pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
  385. pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
  386. pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
  387. pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
  388. pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
  389. pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
  390. pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
  391. pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
  392. pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
  393. pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
  394. pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
  395. pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
  396. pulumi_azure_native/healthcareapis/v20231201/__init__.py +26 -0
  397. pulumi_azure_native/healthcareapis/v20231201/_enums.py +93 -0
  398. pulumi_azure_native/healthcareapis/v20231201/_inputs.py +1391 -0
  399. pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +402 -0
  400. pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +585 -0
  401. pulumi_azure_native/healthcareapis/v20231201/get_dicom_service.py +279 -0
  402. pulumi_azure_native/healthcareapis/v20231201/get_fhir_service.py +344 -0
  403. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector.py +214 -0
  404. pulumi_azure_native/healthcareapis/v20231201/get_iot_connector_fhir_destination.py +193 -0
  405. pulumi_azure_native/healthcareapis/v20231201/get_private_endpoint_connection.py +162 -0
  406. pulumi_azure_native/healthcareapis/v20231201/get_service.py +196 -0
  407. pulumi_azure_native/healthcareapis/v20231201/get_workspace.py +170 -0
  408. pulumi_azure_native/healthcareapis/v20231201/get_workspace_private_endpoint_connection.py +162 -0
  409. pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +352 -0
  410. pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +337 -0
  411. pulumi_azure_native/healthcareapis/v20231201/outputs.py +2068 -0
  412. pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +237 -0
  413. pulumi_azure_native/healthcareapis/v20231201/service.py +322 -0
  414. pulumi_azure_native/healthcareapis/v20231201/workspace.py +242 -0
  415. pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +237 -0
  416. pulumi_azure_native/healthcareapis/workspace.py +3 -3
  417. pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
  418. pulumi_azure_native/quantum/__init__.py +4 -0
  419. pulumi_azure_native/quantum/get_workspace.py +4 -0
  420. pulumi_azure_native/quantum/list_workspace_keys.py +133 -0
  421. pulumi_azure_native/quantum/outputs.py +35 -0
  422. pulumi_azure_native/quantum/v20220110preview/workspace.py +1 -1
  423. pulumi_azure_native/quantum/v20231113preview/__init__.py +13 -0
  424. pulumi_azure_native/quantum/v20231113preview/_enums.py +30 -0
  425. pulumi_azure_native/quantum/v20231113preview/_inputs.py +145 -0
  426. pulumi_azure_native/quantum/v20231113preview/get_workspace.py +235 -0
  427. pulumi_azure_native/quantum/v20231113preview/list_workspace_keys.py +131 -0
  428. pulumi_azure_native/quantum/v20231113preview/outputs.py +337 -0
  429. pulumi_azure_native/quantum/v20231113preview/workspace.py +370 -0
  430. pulumi_azure_native/quantum/workspace.py +5 -1
  431. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/METADATA +1 -1
  432. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/RECORD +434 -314
  433. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/WHEEL +0 -0
  434. {pulumi_azure_native-2.26.2a1706204883.dist-info → pulumi_azure_native-2.27.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2068 @@
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
+ 'CorsConfigurationResponse',
16
+ 'DicomServiceAuthenticationConfigurationResponse',
17
+ 'EncryptionResponse',
18
+ 'EncryptionResponseCustomerManagedKeyEncryption',
19
+ 'FhirServiceAcrConfigurationResponse',
20
+ 'FhirServiceAuthenticationConfigurationResponse',
21
+ 'FhirServiceCorsConfigurationResponse',
22
+ 'FhirServiceExportConfigurationResponse',
23
+ 'FhirServiceImportConfigurationResponse',
24
+ 'ImplementationGuidesConfigurationResponse',
25
+ 'IotEventHubIngestionEndpointConfigurationResponse',
26
+ 'IotMappingPropertiesResponse',
27
+ 'PrivateEndpointConnectionResponse',
28
+ 'PrivateEndpointResponse',
29
+ 'PrivateLinkServiceConnectionStateResponse',
30
+ 'ResourceVersionPolicyConfigurationResponse',
31
+ 'ServiceAccessPolicyEntryResponse',
32
+ 'ServiceAcrConfigurationInfoResponse',
33
+ 'ServiceAuthenticationConfigurationInfoResponse',
34
+ 'ServiceCorsConfigurationInfoResponse',
35
+ 'ServiceCosmosDbConfigurationInfoResponse',
36
+ 'ServiceExportConfigurationInfoResponse',
37
+ 'ServiceImportConfigurationInfoResponse',
38
+ 'ServiceManagedIdentityResponseIdentity',
39
+ 'ServiceOciArtifactEntryResponse',
40
+ 'ServicesPropertiesResponse',
41
+ 'ServicesResourceResponseIdentity',
42
+ 'SmartIdentityProviderApplicationResponse',
43
+ 'SmartIdentityProviderConfigurationResponse',
44
+ 'SystemDataResponse',
45
+ 'UserAssignedIdentityResponse',
46
+ 'WorkspaceResponseProperties',
47
+ ]
48
+
49
+ @pulumi.output_type
50
+ class CorsConfigurationResponse(dict):
51
+ """
52
+ The settings for the CORS configuration of the service instance.
53
+ """
54
+ @staticmethod
55
+ def __key_warning(key: str):
56
+ suggest = None
57
+ if key == "allowCredentials":
58
+ suggest = "allow_credentials"
59
+ elif key == "maxAge":
60
+ suggest = "max_age"
61
+
62
+ if suggest:
63
+ pulumi.log.warn(f"Key '{key}' not found in CorsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
64
+
65
+ def __getitem__(self, key: str) -> Any:
66
+ CorsConfigurationResponse.__key_warning(key)
67
+ return super().__getitem__(key)
68
+
69
+ def get(self, key: str, default = None) -> Any:
70
+ CorsConfigurationResponse.__key_warning(key)
71
+ return super().get(key, default)
72
+
73
+ def __init__(__self__, *,
74
+ allow_credentials: Optional[bool] = None,
75
+ headers: Optional[Sequence[str]] = None,
76
+ max_age: Optional[int] = None,
77
+ methods: Optional[Sequence[str]] = None,
78
+ origins: Optional[Sequence[str]] = None):
79
+ """
80
+ The settings for the CORS configuration of the service instance.
81
+ :param bool allow_credentials: If credentials are allowed via CORS.
82
+ :param Sequence[str] headers: The headers to be allowed via CORS.
83
+ :param int max_age: The max age to be allowed via CORS.
84
+ :param Sequence[str] methods: The methods to be allowed via CORS.
85
+ :param Sequence[str] origins: The origins to be allowed via CORS.
86
+ """
87
+ if allow_credentials is not None:
88
+ pulumi.set(__self__, "allow_credentials", allow_credentials)
89
+ if headers is not None:
90
+ pulumi.set(__self__, "headers", headers)
91
+ if max_age is not None:
92
+ pulumi.set(__self__, "max_age", max_age)
93
+ if methods is not None:
94
+ pulumi.set(__self__, "methods", methods)
95
+ if origins is not None:
96
+ pulumi.set(__self__, "origins", origins)
97
+
98
+ @property
99
+ @pulumi.getter(name="allowCredentials")
100
+ def allow_credentials(self) -> Optional[bool]:
101
+ """
102
+ If credentials are allowed via CORS.
103
+ """
104
+ return pulumi.get(self, "allow_credentials")
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def headers(self) -> Optional[Sequence[str]]:
109
+ """
110
+ The headers to be allowed via CORS.
111
+ """
112
+ return pulumi.get(self, "headers")
113
+
114
+ @property
115
+ @pulumi.getter(name="maxAge")
116
+ def max_age(self) -> Optional[int]:
117
+ """
118
+ The max age to be allowed via CORS.
119
+ """
120
+ return pulumi.get(self, "max_age")
121
+
122
+ @property
123
+ @pulumi.getter
124
+ def methods(self) -> Optional[Sequence[str]]:
125
+ """
126
+ The methods to be allowed via CORS.
127
+ """
128
+ return pulumi.get(self, "methods")
129
+
130
+ @property
131
+ @pulumi.getter
132
+ def origins(self) -> Optional[Sequence[str]]:
133
+ """
134
+ The origins to be allowed via CORS.
135
+ """
136
+ return pulumi.get(self, "origins")
137
+
138
+
139
+ @pulumi.output_type
140
+ class DicomServiceAuthenticationConfigurationResponse(dict):
141
+ """
142
+ Authentication configuration information
143
+ """
144
+ def __init__(__self__, *,
145
+ audiences: Sequence[str],
146
+ authority: str):
147
+ """
148
+ Authentication configuration information
149
+ :param Sequence[str] audiences: The audiences for the service
150
+ :param str authority: The authority url for the service
151
+ """
152
+ pulumi.set(__self__, "audiences", audiences)
153
+ pulumi.set(__self__, "authority", authority)
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def audiences(self) -> Sequence[str]:
158
+ """
159
+ The audiences for the service
160
+ """
161
+ return pulumi.get(self, "audiences")
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def authority(self) -> str:
166
+ """
167
+ The authority url for the service
168
+ """
169
+ return pulumi.get(self, "authority")
170
+
171
+
172
+ @pulumi.output_type
173
+ class EncryptionResponse(dict):
174
+ """
175
+ Settings to encrypt a service
176
+ """
177
+ @staticmethod
178
+ def __key_warning(key: str):
179
+ suggest = None
180
+ if key == "customerManagedKeyEncryption":
181
+ suggest = "customer_managed_key_encryption"
182
+
183
+ if suggest:
184
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
185
+
186
+ def __getitem__(self, key: str) -> Any:
187
+ EncryptionResponse.__key_warning(key)
188
+ return super().__getitem__(key)
189
+
190
+ def get(self, key: str, default = None) -> Any:
191
+ EncryptionResponse.__key_warning(key)
192
+ return super().get(key, default)
193
+
194
+ def __init__(__self__, *,
195
+ customer_managed_key_encryption: Optional['outputs.EncryptionResponseCustomerManagedKeyEncryption'] = None):
196
+ """
197
+ Settings to encrypt a service
198
+ :param 'EncryptionResponseCustomerManagedKeyEncryption' customer_managed_key_encryption: The encryption settings for the customer-managed key
199
+ """
200
+ if customer_managed_key_encryption is not None:
201
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
202
+
203
+ @property
204
+ @pulumi.getter(name="customerManagedKeyEncryption")
205
+ def customer_managed_key_encryption(self) -> Optional['outputs.EncryptionResponseCustomerManagedKeyEncryption']:
206
+ """
207
+ The encryption settings for the customer-managed key
208
+ """
209
+ return pulumi.get(self, "customer_managed_key_encryption")
210
+
211
+
212
+ @pulumi.output_type
213
+ class EncryptionResponseCustomerManagedKeyEncryption(dict):
214
+ """
215
+ The encryption settings for the customer-managed key
216
+ """
217
+ @staticmethod
218
+ def __key_warning(key: str):
219
+ suggest = None
220
+ if key == "keyEncryptionKeyUrl":
221
+ suggest = "key_encryption_key_url"
222
+
223
+ if suggest:
224
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponseCustomerManagedKeyEncryption. Access the value via the '{suggest}' property getter instead.")
225
+
226
+ def __getitem__(self, key: str) -> Any:
227
+ EncryptionResponseCustomerManagedKeyEncryption.__key_warning(key)
228
+ return super().__getitem__(key)
229
+
230
+ def get(self, key: str, default = None) -> Any:
231
+ EncryptionResponseCustomerManagedKeyEncryption.__key_warning(key)
232
+ return super().get(key, default)
233
+
234
+ def __init__(__self__, *,
235
+ key_encryption_key_url: Optional[str] = None):
236
+ """
237
+ The encryption settings for the customer-managed key
238
+ :param str key_encryption_key_url: The URL of the key to use for encryption
239
+ """
240
+ if key_encryption_key_url is not None:
241
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
242
+
243
+ @property
244
+ @pulumi.getter(name="keyEncryptionKeyUrl")
245
+ def key_encryption_key_url(self) -> Optional[str]:
246
+ """
247
+ The URL of the key to use for encryption
248
+ """
249
+ return pulumi.get(self, "key_encryption_key_url")
250
+
251
+
252
+ @pulumi.output_type
253
+ class FhirServiceAcrConfigurationResponse(dict):
254
+ """
255
+ Azure container registry configuration information
256
+ """
257
+ @staticmethod
258
+ def __key_warning(key: str):
259
+ suggest = None
260
+ if key == "loginServers":
261
+ suggest = "login_servers"
262
+ elif key == "ociArtifacts":
263
+ suggest = "oci_artifacts"
264
+
265
+ if suggest:
266
+ pulumi.log.warn(f"Key '{key}' not found in FhirServiceAcrConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
267
+
268
+ def __getitem__(self, key: str) -> Any:
269
+ FhirServiceAcrConfigurationResponse.__key_warning(key)
270
+ return super().__getitem__(key)
271
+
272
+ def get(self, key: str, default = None) -> Any:
273
+ FhirServiceAcrConfigurationResponse.__key_warning(key)
274
+ return super().get(key, default)
275
+
276
+ def __init__(__self__, *,
277
+ login_servers: Optional[Sequence[str]] = None,
278
+ oci_artifacts: Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']] = None):
279
+ """
280
+ Azure container registry configuration information
281
+ :param Sequence[str] login_servers: The list of the Azure container registry login servers.
282
+ :param Sequence['ServiceOciArtifactEntryResponse'] oci_artifacts: The list of Open Container Initiative (OCI) artifacts.
283
+ """
284
+ if login_servers is not None:
285
+ pulumi.set(__self__, "login_servers", login_servers)
286
+ if oci_artifacts is not None:
287
+ pulumi.set(__self__, "oci_artifacts", oci_artifacts)
288
+
289
+ @property
290
+ @pulumi.getter(name="loginServers")
291
+ def login_servers(self) -> Optional[Sequence[str]]:
292
+ """
293
+ The list of the Azure container registry login servers.
294
+ """
295
+ return pulumi.get(self, "login_servers")
296
+
297
+ @property
298
+ @pulumi.getter(name="ociArtifacts")
299
+ def oci_artifacts(self) -> Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']]:
300
+ """
301
+ The list of Open Container Initiative (OCI) artifacts.
302
+ """
303
+ return pulumi.get(self, "oci_artifacts")
304
+
305
+
306
+ @pulumi.output_type
307
+ class FhirServiceAuthenticationConfigurationResponse(dict):
308
+ """
309
+ Authentication configuration information
310
+ """
311
+ @staticmethod
312
+ def __key_warning(key: str):
313
+ suggest = None
314
+ if key == "smartIdentityProviders":
315
+ suggest = "smart_identity_providers"
316
+ elif key == "smartProxyEnabled":
317
+ suggest = "smart_proxy_enabled"
318
+
319
+ if suggest:
320
+ pulumi.log.warn(f"Key '{key}' not found in FhirServiceAuthenticationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
321
+
322
+ def __getitem__(self, key: str) -> Any:
323
+ FhirServiceAuthenticationConfigurationResponse.__key_warning(key)
324
+ return super().__getitem__(key)
325
+
326
+ def get(self, key: str, default = None) -> Any:
327
+ FhirServiceAuthenticationConfigurationResponse.__key_warning(key)
328
+ return super().get(key, default)
329
+
330
+ def __init__(__self__, *,
331
+ audience: Optional[str] = None,
332
+ authority: Optional[str] = None,
333
+ smart_identity_providers: Optional[Sequence['outputs.SmartIdentityProviderConfigurationResponse']] = None,
334
+ smart_proxy_enabled: Optional[bool] = None):
335
+ """
336
+ Authentication configuration information
337
+ :param str audience: The audience url for the service
338
+ :param str authority: The authority url for the service
339
+ :param Sequence['SmartIdentityProviderConfigurationResponse'] smart_identity_providers: The array of identity provider configurations for SMART on FHIR authentication.
340
+ :param bool smart_proxy_enabled: If the SMART on FHIR proxy is enabled
341
+ """
342
+ if audience is not None:
343
+ pulumi.set(__self__, "audience", audience)
344
+ if authority is not None:
345
+ pulumi.set(__self__, "authority", authority)
346
+ if smart_identity_providers is not None:
347
+ pulumi.set(__self__, "smart_identity_providers", smart_identity_providers)
348
+ if smart_proxy_enabled is not None:
349
+ pulumi.set(__self__, "smart_proxy_enabled", smart_proxy_enabled)
350
+
351
+ @property
352
+ @pulumi.getter
353
+ def audience(self) -> Optional[str]:
354
+ """
355
+ The audience url for the service
356
+ """
357
+ return pulumi.get(self, "audience")
358
+
359
+ @property
360
+ @pulumi.getter
361
+ def authority(self) -> Optional[str]:
362
+ """
363
+ The authority url for the service
364
+ """
365
+ return pulumi.get(self, "authority")
366
+
367
+ @property
368
+ @pulumi.getter(name="smartIdentityProviders")
369
+ def smart_identity_providers(self) -> Optional[Sequence['outputs.SmartIdentityProviderConfigurationResponse']]:
370
+ """
371
+ The array of identity provider configurations for SMART on FHIR authentication.
372
+ """
373
+ return pulumi.get(self, "smart_identity_providers")
374
+
375
+ @property
376
+ @pulumi.getter(name="smartProxyEnabled")
377
+ def smart_proxy_enabled(self) -> Optional[bool]:
378
+ """
379
+ If the SMART on FHIR proxy is enabled
380
+ """
381
+ return pulumi.get(self, "smart_proxy_enabled")
382
+
383
+
384
+ @pulumi.output_type
385
+ class FhirServiceCorsConfigurationResponse(dict):
386
+ """
387
+ The settings for the CORS configuration of the service instance.
388
+ """
389
+ @staticmethod
390
+ def __key_warning(key: str):
391
+ suggest = None
392
+ if key == "allowCredentials":
393
+ suggest = "allow_credentials"
394
+ elif key == "maxAge":
395
+ suggest = "max_age"
396
+
397
+ if suggest:
398
+ pulumi.log.warn(f"Key '{key}' not found in FhirServiceCorsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
399
+
400
+ def __getitem__(self, key: str) -> Any:
401
+ FhirServiceCorsConfigurationResponse.__key_warning(key)
402
+ return super().__getitem__(key)
403
+
404
+ def get(self, key: str, default = None) -> Any:
405
+ FhirServiceCorsConfigurationResponse.__key_warning(key)
406
+ return super().get(key, default)
407
+
408
+ def __init__(__self__, *,
409
+ allow_credentials: Optional[bool] = None,
410
+ headers: Optional[Sequence[str]] = None,
411
+ max_age: Optional[int] = None,
412
+ methods: Optional[Sequence[str]] = None,
413
+ origins: Optional[Sequence[str]] = None):
414
+ """
415
+ The settings for the CORS configuration of the service instance.
416
+ :param bool allow_credentials: If credentials are allowed via CORS.
417
+ :param Sequence[str] headers: The headers to be allowed via CORS.
418
+ :param int max_age: The max age to be allowed via CORS.
419
+ :param Sequence[str] methods: The methods to be allowed via CORS.
420
+ :param Sequence[str] origins: The origins to be allowed via CORS.
421
+ """
422
+ if allow_credentials is not None:
423
+ pulumi.set(__self__, "allow_credentials", allow_credentials)
424
+ if headers is not None:
425
+ pulumi.set(__self__, "headers", headers)
426
+ if max_age is not None:
427
+ pulumi.set(__self__, "max_age", max_age)
428
+ if methods is not None:
429
+ pulumi.set(__self__, "methods", methods)
430
+ if origins is not None:
431
+ pulumi.set(__self__, "origins", origins)
432
+
433
+ @property
434
+ @pulumi.getter(name="allowCredentials")
435
+ def allow_credentials(self) -> Optional[bool]:
436
+ """
437
+ If credentials are allowed via CORS.
438
+ """
439
+ return pulumi.get(self, "allow_credentials")
440
+
441
+ @property
442
+ @pulumi.getter
443
+ def headers(self) -> Optional[Sequence[str]]:
444
+ """
445
+ The headers to be allowed via CORS.
446
+ """
447
+ return pulumi.get(self, "headers")
448
+
449
+ @property
450
+ @pulumi.getter(name="maxAge")
451
+ def max_age(self) -> Optional[int]:
452
+ """
453
+ The max age to be allowed via CORS.
454
+ """
455
+ return pulumi.get(self, "max_age")
456
+
457
+ @property
458
+ @pulumi.getter
459
+ def methods(self) -> Optional[Sequence[str]]:
460
+ """
461
+ The methods to be allowed via CORS.
462
+ """
463
+ return pulumi.get(self, "methods")
464
+
465
+ @property
466
+ @pulumi.getter
467
+ def origins(self) -> Optional[Sequence[str]]:
468
+ """
469
+ The origins to be allowed via CORS.
470
+ """
471
+ return pulumi.get(self, "origins")
472
+
473
+
474
+ @pulumi.output_type
475
+ class FhirServiceExportConfigurationResponse(dict):
476
+ """
477
+ Export operation configuration information
478
+ """
479
+ @staticmethod
480
+ def __key_warning(key: str):
481
+ suggest = None
482
+ if key == "storageAccountName":
483
+ suggest = "storage_account_name"
484
+
485
+ if suggest:
486
+ pulumi.log.warn(f"Key '{key}' not found in FhirServiceExportConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
487
+
488
+ def __getitem__(self, key: str) -> Any:
489
+ FhirServiceExportConfigurationResponse.__key_warning(key)
490
+ return super().__getitem__(key)
491
+
492
+ def get(self, key: str, default = None) -> Any:
493
+ FhirServiceExportConfigurationResponse.__key_warning(key)
494
+ return super().get(key, default)
495
+
496
+ def __init__(__self__, *,
497
+ storage_account_name: Optional[str] = None):
498
+ """
499
+ Export operation configuration information
500
+ :param str storage_account_name: The name of the default export storage account.
501
+ """
502
+ if storage_account_name is not None:
503
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
504
+
505
+ @property
506
+ @pulumi.getter(name="storageAccountName")
507
+ def storage_account_name(self) -> Optional[str]:
508
+ """
509
+ The name of the default export storage account.
510
+ """
511
+ return pulumi.get(self, "storage_account_name")
512
+
513
+
514
+ @pulumi.output_type
515
+ class FhirServiceImportConfigurationResponse(dict):
516
+ """
517
+ Import operation configuration information
518
+ """
519
+ @staticmethod
520
+ def __key_warning(key: str):
521
+ suggest = None
522
+ if key == "initialImportMode":
523
+ suggest = "initial_import_mode"
524
+ elif key == "integrationDataStore":
525
+ suggest = "integration_data_store"
526
+
527
+ if suggest:
528
+ pulumi.log.warn(f"Key '{key}' not found in FhirServiceImportConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
529
+
530
+ def __getitem__(self, key: str) -> Any:
531
+ FhirServiceImportConfigurationResponse.__key_warning(key)
532
+ return super().__getitem__(key)
533
+
534
+ def get(self, key: str, default = None) -> Any:
535
+ FhirServiceImportConfigurationResponse.__key_warning(key)
536
+ return super().get(key, default)
537
+
538
+ def __init__(__self__, *,
539
+ enabled: Optional[bool] = None,
540
+ initial_import_mode: Optional[bool] = None,
541
+ integration_data_store: Optional[str] = None):
542
+ """
543
+ Import operation configuration information
544
+ :param bool enabled: If the import operation is enabled.
545
+ :param bool initial_import_mode: If the FHIR service is in InitialImportMode.
546
+ :param str integration_data_store: The name of the default integration storage account.
547
+ """
548
+ if enabled is not None:
549
+ pulumi.set(__self__, "enabled", enabled)
550
+ if initial_import_mode is not None:
551
+ pulumi.set(__self__, "initial_import_mode", initial_import_mode)
552
+ if integration_data_store is not None:
553
+ pulumi.set(__self__, "integration_data_store", integration_data_store)
554
+
555
+ @property
556
+ @pulumi.getter
557
+ def enabled(self) -> Optional[bool]:
558
+ """
559
+ If the import operation is enabled.
560
+ """
561
+ return pulumi.get(self, "enabled")
562
+
563
+ @property
564
+ @pulumi.getter(name="initialImportMode")
565
+ def initial_import_mode(self) -> Optional[bool]:
566
+ """
567
+ If the FHIR service is in InitialImportMode.
568
+ """
569
+ return pulumi.get(self, "initial_import_mode")
570
+
571
+ @property
572
+ @pulumi.getter(name="integrationDataStore")
573
+ def integration_data_store(self) -> Optional[str]:
574
+ """
575
+ The name of the default integration storage account.
576
+ """
577
+ return pulumi.get(self, "integration_data_store")
578
+
579
+
580
+ @pulumi.output_type
581
+ class ImplementationGuidesConfigurationResponse(dict):
582
+ """
583
+ The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.
584
+ """
585
+ @staticmethod
586
+ def __key_warning(key: str):
587
+ suggest = None
588
+ if key == "usCoreMissingData":
589
+ suggest = "us_core_missing_data"
590
+
591
+ if suggest:
592
+ pulumi.log.warn(f"Key '{key}' not found in ImplementationGuidesConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
593
+
594
+ def __getitem__(self, key: str) -> Any:
595
+ ImplementationGuidesConfigurationResponse.__key_warning(key)
596
+ return super().__getitem__(key)
597
+
598
+ def get(self, key: str, default = None) -> Any:
599
+ ImplementationGuidesConfigurationResponse.__key_warning(key)
600
+ return super().get(key, default)
601
+
602
+ def __init__(__self__, *,
603
+ us_core_missing_data: Optional[bool] = None):
604
+ """
605
+ The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.
606
+ :param bool us_core_missing_data: If US Core Missing Data requirement is enabled.
607
+ """
608
+ if us_core_missing_data is not None:
609
+ pulumi.set(__self__, "us_core_missing_data", us_core_missing_data)
610
+
611
+ @property
612
+ @pulumi.getter(name="usCoreMissingData")
613
+ def us_core_missing_data(self) -> Optional[bool]:
614
+ """
615
+ If US Core Missing Data requirement is enabled.
616
+ """
617
+ return pulumi.get(self, "us_core_missing_data")
618
+
619
+
620
+ @pulumi.output_type
621
+ class IotEventHubIngestionEndpointConfigurationResponse(dict):
622
+ """
623
+ Event Hub ingestion endpoint configuration
624
+ """
625
+ @staticmethod
626
+ def __key_warning(key: str):
627
+ suggest = None
628
+ if key == "consumerGroup":
629
+ suggest = "consumer_group"
630
+ elif key == "eventHubName":
631
+ suggest = "event_hub_name"
632
+ elif key == "fullyQualifiedEventHubNamespace":
633
+ suggest = "fully_qualified_event_hub_namespace"
634
+
635
+ if suggest:
636
+ pulumi.log.warn(f"Key '{key}' not found in IotEventHubIngestionEndpointConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
637
+
638
+ def __getitem__(self, key: str) -> Any:
639
+ IotEventHubIngestionEndpointConfigurationResponse.__key_warning(key)
640
+ return super().__getitem__(key)
641
+
642
+ def get(self, key: str, default = None) -> Any:
643
+ IotEventHubIngestionEndpointConfigurationResponse.__key_warning(key)
644
+ return super().get(key, default)
645
+
646
+ def __init__(__self__, *,
647
+ consumer_group: Optional[str] = None,
648
+ event_hub_name: Optional[str] = None,
649
+ fully_qualified_event_hub_namespace: Optional[str] = None):
650
+ """
651
+ Event Hub ingestion endpoint configuration
652
+ :param str consumer_group: Consumer group of the event hub to connected to.
653
+ :param str event_hub_name: Event Hub name to connect to.
654
+ :param str fully_qualified_event_hub_namespace: Fully qualified namespace of the Event Hub to connect to.
655
+ """
656
+ if consumer_group is not None:
657
+ pulumi.set(__self__, "consumer_group", consumer_group)
658
+ if event_hub_name is not None:
659
+ pulumi.set(__self__, "event_hub_name", event_hub_name)
660
+ if fully_qualified_event_hub_namespace is not None:
661
+ pulumi.set(__self__, "fully_qualified_event_hub_namespace", fully_qualified_event_hub_namespace)
662
+
663
+ @property
664
+ @pulumi.getter(name="consumerGroup")
665
+ def consumer_group(self) -> Optional[str]:
666
+ """
667
+ Consumer group of the event hub to connected to.
668
+ """
669
+ return pulumi.get(self, "consumer_group")
670
+
671
+ @property
672
+ @pulumi.getter(name="eventHubName")
673
+ def event_hub_name(self) -> Optional[str]:
674
+ """
675
+ Event Hub name to connect to.
676
+ """
677
+ return pulumi.get(self, "event_hub_name")
678
+
679
+ @property
680
+ @pulumi.getter(name="fullyQualifiedEventHubNamespace")
681
+ def fully_qualified_event_hub_namespace(self) -> Optional[str]:
682
+ """
683
+ Fully qualified namespace of the Event Hub to connect to.
684
+ """
685
+ return pulumi.get(self, "fully_qualified_event_hub_namespace")
686
+
687
+
688
+ @pulumi.output_type
689
+ class IotMappingPropertiesResponse(dict):
690
+ """
691
+ The mapping content.
692
+ """
693
+ def __init__(__self__, *,
694
+ content: Optional[Any] = None):
695
+ """
696
+ The mapping content.
697
+ :param Any content: The mapping.
698
+ """
699
+ if content is not None:
700
+ pulumi.set(__self__, "content", content)
701
+
702
+ @property
703
+ @pulumi.getter
704
+ def content(self) -> Optional[Any]:
705
+ """
706
+ The mapping.
707
+ """
708
+ return pulumi.get(self, "content")
709
+
710
+
711
+ @pulumi.output_type
712
+ class PrivateEndpointConnectionResponse(dict):
713
+ """
714
+ The Private Endpoint Connection resource.
715
+ """
716
+ @staticmethod
717
+ def __key_warning(key: str):
718
+ suggest = None
719
+ if key == "privateLinkServiceConnectionState":
720
+ suggest = "private_link_service_connection_state"
721
+ elif key == "provisioningState":
722
+ suggest = "provisioning_state"
723
+ elif key == "privateEndpoint":
724
+ suggest = "private_endpoint"
725
+
726
+ if suggest:
727
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
728
+
729
+ def __getitem__(self, key: str) -> Any:
730
+ PrivateEndpointConnectionResponse.__key_warning(key)
731
+ return super().__getitem__(key)
732
+
733
+ def get(self, key: str, default = None) -> Any:
734
+ PrivateEndpointConnectionResponse.__key_warning(key)
735
+ return super().get(key, default)
736
+
737
+ def __init__(__self__, *,
738
+ id: str,
739
+ name: str,
740
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
741
+ provisioning_state: str,
742
+ type: str,
743
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
744
+ """
745
+ The Private Endpoint Connection resource.
746
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
747
+ :param str name: The name of the resource
748
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
749
+ :param str provisioning_state: The provisioning state of the private endpoint connection resource.
750
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
751
+ :param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
752
+ """
753
+ pulumi.set(__self__, "id", id)
754
+ pulumi.set(__self__, "name", name)
755
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
756
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
757
+ pulumi.set(__self__, "type", type)
758
+ if private_endpoint is not None:
759
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
760
+
761
+ @property
762
+ @pulumi.getter
763
+ def id(self) -> str:
764
+ """
765
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
766
+ """
767
+ return pulumi.get(self, "id")
768
+
769
+ @property
770
+ @pulumi.getter
771
+ def name(self) -> str:
772
+ """
773
+ The name of the resource
774
+ """
775
+ return pulumi.get(self, "name")
776
+
777
+ @property
778
+ @pulumi.getter(name="privateLinkServiceConnectionState")
779
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
780
+ """
781
+ A collection of information about the state of the connection between service consumer and provider.
782
+ """
783
+ return pulumi.get(self, "private_link_service_connection_state")
784
+
785
+ @property
786
+ @pulumi.getter(name="provisioningState")
787
+ def provisioning_state(self) -> str:
788
+ """
789
+ The provisioning state of the private endpoint connection resource.
790
+ """
791
+ return pulumi.get(self, "provisioning_state")
792
+
793
+ @property
794
+ @pulumi.getter
795
+ def type(self) -> str:
796
+ """
797
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
798
+ """
799
+ return pulumi.get(self, "type")
800
+
801
+ @property
802
+ @pulumi.getter(name="privateEndpoint")
803
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
804
+ """
805
+ The resource of private end point.
806
+ """
807
+ return pulumi.get(self, "private_endpoint")
808
+
809
+
810
+ @pulumi.output_type
811
+ class PrivateEndpointResponse(dict):
812
+ """
813
+ The Private Endpoint resource.
814
+ """
815
+ def __init__(__self__, *,
816
+ id: str):
817
+ """
818
+ The Private Endpoint resource.
819
+ :param str id: The ARM identifier for Private Endpoint
820
+ """
821
+ pulumi.set(__self__, "id", id)
822
+
823
+ @property
824
+ @pulumi.getter
825
+ def id(self) -> str:
826
+ """
827
+ The ARM identifier for Private Endpoint
828
+ """
829
+ return pulumi.get(self, "id")
830
+
831
+
832
+ @pulumi.output_type
833
+ class PrivateLinkServiceConnectionStateResponse(dict):
834
+ """
835
+ A collection of information about the state of the connection between service consumer and provider.
836
+ """
837
+ @staticmethod
838
+ def __key_warning(key: str):
839
+ suggest = None
840
+ if key == "actionsRequired":
841
+ suggest = "actions_required"
842
+
843
+ if suggest:
844
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
845
+
846
+ def __getitem__(self, key: str) -> Any:
847
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
848
+ return super().__getitem__(key)
849
+
850
+ def get(self, key: str, default = None) -> Any:
851
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
852
+ return super().get(key, default)
853
+
854
+ def __init__(__self__, *,
855
+ actions_required: Optional[str] = None,
856
+ description: Optional[str] = None,
857
+ status: Optional[str] = None):
858
+ """
859
+ A collection of information about the state of the connection between service consumer and provider.
860
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
861
+ :param str description: The reason for approval/rejection of the connection.
862
+ :param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
863
+ """
864
+ if actions_required is not None:
865
+ pulumi.set(__self__, "actions_required", actions_required)
866
+ if description is not None:
867
+ pulumi.set(__self__, "description", description)
868
+ if status is not None:
869
+ pulumi.set(__self__, "status", status)
870
+
871
+ @property
872
+ @pulumi.getter(name="actionsRequired")
873
+ def actions_required(self) -> Optional[str]:
874
+ """
875
+ A message indicating if changes on the service provider require any updates on the consumer.
876
+ """
877
+ return pulumi.get(self, "actions_required")
878
+
879
+ @property
880
+ @pulumi.getter
881
+ def description(self) -> Optional[str]:
882
+ """
883
+ The reason for approval/rejection of the connection.
884
+ """
885
+ return pulumi.get(self, "description")
886
+
887
+ @property
888
+ @pulumi.getter
889
+ def status(self) -> Optional[str]:
890
+ """
891
+ Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
892
+ """
893
+ return pulumi.get(self, "status")
894
+
895
+
896
+ @pulumi.output_type
897
+ class ResourceVersionPolicyConfigurationResponse(dict):
898
+ """
899
+ The settings for history tracking for FHIR resources.
900
+ """
901
+ @staticmethod
902
+ def __key_warning(key: str):
903
+ suggest = None
904
+ if key == "resourceTypeOverrides":
905
+ suggest = "resource_type_overrides"
906
+
907
+ if suggest:
908
+ pulumi.log.warn(f"Key '{key}' not found in ResourceVersionPolicyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
909
+
910
+ def __getitem__(self, key: str) -> Any:
911
+ ResourceVersionPolicyConfigurationResponse.__key_warning(key)
912
+ return super().__getitem__(key)
913
+
914
+ def get(self, key: str, default = None) -> Any:
915
+ ResourceVersionPolicyConfigurationResponse.__key_warning(key)
916
+ return super().get(key, default)
917
+
918
+ def __init__(__self__, *,
919
+ default: Optional[str] = None,
920
+ resource_type_overrides: Optional[Mapping[str, str]] = None):
921
+ """
922
+ The settings for history tracking for FHIR resources.
923
+ :param str default: The default value for tracking history across all resources.
924
+ :param Mapping[str, str] resource_type_overrides: A list of FHIR Resources and their version policy overrides.
925
+ """
926
+ if default is not None:
927
+ pulumi.set(__self__, "default", default)
928
+ if resource_type_overrides is not None:
929
+ pulumi.set(__self__, "resource_type_overrides", resource_type_overrides)
930
+
931
+ @property
932
+ @pulumi.getter
933
+ def default(self) -> Optional[str]:
934
+ """
935
+ The default value for tracking history across all resources.
936
+ """
937
+ return pulumi.get(self, "default")
938
+
939
+ @property
940
+ @pulumi.getter(name="resourceTypeOverrides")
941
+ def resource_type_overrides(self) -> Optional[Mapping[str, str]]:
942
+ """
943
+ A list of FHIR Resources and their version policy overrides.
944
+ """
945
+ return pulumi.get(self, "resource_type_overrides")
946
+
947
+
948
+ @pulumi.output_type
949
+ class ServiceAccessPolicyEntryResponse(dict):
950
+ """
951
+ An access policy entry.
952
+ """
953
+ @staticmethod
954
+ def __key_warning(key: str):
955
+ suggest = None
956
+ if key == "objectId":
957
+ suggest = "object_id"
958
+
959
+ if suggest:
960
+ pulumi.log.warn(f"Key '{key}' not found in ServiceAccessPolicyEntryResponse. Access the value via the '{suggest}' property getter instead.")
961
+
962
+ def __getitem__(self, key: str) -> Any:
963
+ ServiceAccessPolicyEntryResponse.__key_warning(key)
964
+ return super().__getitem__(key)
965
+
966
+ def get(self, key: str, default = None) -> Any:
967
+ ServiceAccessPolicyEntryResponse.__key_warning(key)
968
+ return super().get(key, default)
969
+
970
+ def __init__(__self__, *,
971
+ object_id: str):
972
+ """
973
+ An access policy entry.
974
+ :param str object_id: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
975
+ """
976
+ pulumi.set(__self__, "object_id", object_id)
977
+
978
+ @property
979
+ @pulumi.getter(name="objectId")
980
+ def object_id(self) -> str:
981
+ """
982
+ An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
983
+ """
984
+ return pulumi.get(self, "object_id")
985
+
986
+
987
+ @pulumi.output_type
988
+ class ServiceAcrConfigurationInfoResponse(dict):
989
+ """
990
+ Azure container registry configuration information
991
+ """
992
+ @staticmethod
993
+ def __key_warning(key: str):
994
+ suggest = None
995
+ if key == "loginServers":
996
+ suggest = "login_servers"
997
+ elif key == "ociArtifacts":
998
+ suggest = "oci_artifacts"
999
+
1000
+ if suggest:
1001
+ pulumi.log.warn(f"Key '{key}' not found in ServiceAcrConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1002
+
1003
+ def __getitem__(self, key: str) -> Any:
1004
+ ServiceAcrConfigurationInfoResponse.__key_warning(key)
1005
+ return super().__getitem__(key)
1006
+
1007
+ def get(self, key: str, default = None) -> Any:
1008
+ ServiceAcrConfigurationInfoResponse.__key_warning(key)
1009
+ return super().get(key, default)
1010
+
1011
+ def __init__(__self__, *,
1012
+ login_servers: Optional[Sequence[str]] = None,
1013
+ oci_artifacts: Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']] = None):
1014
+ """
1015
+ Azure container registry configuration information
1016
+ :param Sequence[str] login_servers: The list of the ACR login servers.
1017
+ :param Sequence['ServiceOciArtifactEntryResponse'] oci_artifacts: The list of Open Container Initiative (OCI) artifacts.
1018
+ """
1019
+ if login_servers is not None:
1020
+ pulumi.set(__self__, "login_servers", login_servers)
1021
+ if oci_artifacts is not None:
1022
+ pulumi.set(__self__, "oci_artifacts", oci_artifacts)
1023
+
1024
+ @property
1025
+ @pulumi.getter(name="loginServers")
1026
+ def login_servers(self) -> Optional[Sequence[str]]:
1027
+ """
1028
+ The list of the ACR login servers.
1029
+ """
1030
+ return pulumi.get(self, "login_servers")
1031
+
1032
+ @property
1033
+ @pulumi.getter(name="ociArtifacts")
1034
+ def oci_artifacts(self) -> Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']]:
1035
+ """
1036
+ The list of Open Container Initiative (OCI) artifacts.
1037
+ """
1038
+ return pulumi.get(self, "oci_artifacts")
1039
+
1040
+
1041
+ @pulumi.output_type
1042
+ class ServiceAuthenticationConfigurationInfoResponse(dict):
1043
+ """
1044
+ Authentication configuration information
1045
+ """
1046
+ @staticmethod
1047
+ def __key_warning(key: str):
1048
+ suggest = None
1049
+ if key == "smartProxyEnabled":
1050
+ suggest = "smart_proxy_enabled"
1051
+
1052
+ if suggest:
1053
+ pulumi.log.warn(f"Key '{key}' not found in ServiceAuthenticationConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1054
+
1055
+ def __getitem__(self, key: str) -> Any:
1056
+ ServiceAuthenticationConfigurationInfoResponse.__key_warning(key)
1057
+ return super().__getitem__(key)
1058
+
1059
+ def get(self, key: str, default = None) -> Any:
1060
+ ServiceAuthenticationConfigurationInfoResponse.__key_warning(key)
1061
+ return super().get(key, default)
1062
+
1063
+ def __init__(__self__, *,
1064
+ audience: Optional[str] = None,
1065
+ authority: Optional[str] = None,
1066
+ smart_proxy_enabled: Optional[bool] = None):
1067
+ """
1068
+ Authentication configuration information
1069
+ :param str audience: The audience url for the service
1070
+ :param str authority: The authority url for the service
1071
+ :param bool smart_proxy_enabled: If the SMART on FHIR proxy is enabled
1072
+ """
1073
+ if audience is not None:
1074
+ pulumi.set(__self__, "audience", audience)
1075
+ if authority is not None:
1076
+ pulumi.set(__self__, "authority", authority)
1077
+ if smart_proxy_enabled is not None:
1078
+ pulumi.set(__self__, "smart_proxy_enabled", smart_proxy_enabled)
1079
+
1080
+ @property
1081
+ @pulumi.getter
1082
+ def audience(self) -> Optional[str]:
1083
+ """
1084
+ The audience url for the service
1085
+ """
1086
+ return pulumi.get(self, "audience")
1087
+
1088
+ @property
1089
+ @pulumi.getter
1090
+ def authority(self) -> Optional[str]:
1091
+ """
1092
+ The authority url for the service
1093
+ """
1094
+ return pulumi.get(self, "authority")
1095
+
1096
+ @property
1097
+ @pulumi.getter(name="smartProxyEnabled")
1098
+ def smart_proxy_enabled(self) -> Optional[bool]:
1099
+ """
1100
+ If the SMART on FHIR proxy is enabled
1101
+ """
1102
+ return pulumi.get(self, "smart_proxy_enabled")
1103
+
1104
+
1105
+ @pulumi.output_type
1106
+ class ServiceCorsConfigurationInfoResponse(dict):
1107
+ """
1108
+ The settings for the CORS configuration of the service instance.
1109
+ """
1110
+ @staticmethod
1111
+ def __key_warning(key: str):
1112
+ suggest = None
1113
+ if key == "allowCredentials":
1114
+ suggest = "allow_credentials"
1115
+ elif key == "maxAge":
1116
+ suggest = "max_age"
1117
+
1118
+ if suggest:
1119
+ pulumi.log.warn(f"Key '{key}' not found in ServiceCorsConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1120
+
1121
+ def __getitem__(self, key: str) -> Any:
1122
+ ServiceCorsConfigurationInfoResponse.__key_warning(key)
1123
+ return super().__getitem__(key)
1124
+
1125
+ def get(self, key: str, default = None) -> Any:
1126
+ ServiceCorsConfigurationInfoResponse.__key_warning(key)
1127
+ return super().get(key, default)
1128
+
1129
+ def __init__(__self__, *,
1130
+ allow_credentials: Optional[bool] = None,
1131
+ headers: Optional[Sequence[str]] = None,
1132
+ max_age: Optional[int] = None,
1133
+ methods: Optional[Sequence[str]] = None,
1134
+ origins: Optional[Sequence[str]] = None):
1135
+ """
1136
+ The settings for the CORS configuration of the service instance.
1137
+ :param bool allow_credentials: If credentials are allowed via CORS.
1138
+ :param Sequence[str] headers: The headers to be allowed via CORS.
1139
+ :param int max_age: The max age to be allowed via CORS.
1140
+ :param Sequence[str] methods: The methods to be allowed via CORS.
1141
+ :param Sequence[str] origins: The origins to be allowed via CORS.
1142
+ """
1143
+ if allow_credentials is not None:
1144
+ pulumi.set(__self__, "allow_credentials", allow_credentials)
1145
+ if headers is not None:
1146
+ pulumi.set(__self__, "headers", headers)
1147
+ if max_age is not None:
1148
+ pulumi.set(__self__, "max_age", max_age)
1149
+ if methods is not None:
1150
+ pulumi.set(__self__, "methods", methods)
1151
+ if origins is not None:
1152
+ pulumi.set(__self__, "origins", origins)
1153
+
1154
+ @property
1155
+ @pulumi.getter(name="allowCredentials")
1156
+ def allow_credentials(self) -> Optional[bool]:
1157
+ """
1158
+ If credentials are allowed via CORS.
1159
+ """
1160
+ return pulumi.get(self, "allow_credentials")
1161
+
1162
+ @property
1163
+ @pulumi.getter
1164
+ def headers(self) -> Optional[Sequence[str]]:
1165
+ """
1166
+ The headers to be allowed via CORS.
1167
+ """
1168
+ return pulumi.get(self, "headers")
1169
+
1170
+ @property
1171
+ @pulumi.getter(name="maxAge")
1172
+ def max_age(self) -> Optional[int]:
1173
+ """
1174
+ The max age to be allowed via CORS.
1175
+ """
1176
+ return pulumi.get(self, "max_age")
1177
+
1178
+ @property
1179
+ @pulumi.getter
1180
+ def methods(self) -> Optional[Sequence[str]]:
1181
+ """
1182
+ The methods to be allowed via CORS.
1183
+ """
1184
+ return pulumi.get(self, "methods")
1185
+
1186
+ @property
1187
+ @pulumi.getter
1188
+ def origins(self) -> Optional[Sequence[str]]:
1189
+ """
1190
+ The origins to be allowed via CORS.
1191
+ """
1192
+ return pulumi.get(self, "origins")
1193
+
1194
+
1195
+ @pulumi.output_type
1196
+ class ServiceCosmosDbConfigurationInfoResponse(dict):
1197
+ """
1198
+ The settings for the Cosmos DB database backing the service.
1199
+ """
1200
+ @staticmethod
1201
+ def __key_warning(key: str):
1202
+ suggest = None
1203
+ if key == "crossTenantCmkApplicationId":
1204
+ suggest = "cross_tenant_cmk_application_id"
1205
+ elif key == "keyVaultKeyUri":
1206
+ suggest = "key_vault_key_uri"
1207
+ elif key == "offerThroughput":
1208
+ suggest = "offer_throughput"
1209
+
1210
+ if suggest:
1211
+ pulumi.log.warn(f"Key '{key}' not found in ServiceCosmosDbConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1212
+
1213
+ def __getitem__(self, key: str) -> Any:
1214
+ ServiceCosmosDbConfigurationInfoResponse.__key_warning(key)
1215
+ return super().__getitem__(key)
1216
+
1217
+ def get(self, key: str, default = None) -> Any:
1218
+ ServiceCosmosDbConfigurationInfoResponse.__key_warning(key)
1219
+ return super().get(key, default)
1220
+
1221
+ def __init__(__self__, *,
1222
+ cross_tenant_cmk_application_id: Optional[str] = None,
1223
+ key_vault_key_uri: Optional[str] = None,
1224
+ offer_throughput: Optional[int] = None):
1225
+ """
1226
+ The settings for the Cosmos DB database backing the service.
1227
+ :param str cross_tenant_cmk_application_id: The multi-tenant application id used to enable CMK access for services in a data sovereign region.
1228
+ :param str key_vault_key_uri: The URI of the customer-managed key for the backing database.
1229
+ :param int offer_throughput: The provisioned throughput for the backing database.
1230
+ """
1231
+ if cross_tenant_cmk_application_id is not None:
1232
+ pulumi.set(__self__, "cross_tenant_cmk_application_id", cross_tenant_cmk_application_id)
1233
+ if key_vault_key_uri is not None:
1234
+ pulumi.set(__self__, "key_vault_key_uri", key_vault_key_uri)
1235
+ if offer_throughput is not None:
1236
+ pulumi.set(__self__, "offer_throughput", offer_throughput)
1237
+
1238
+ @property
1239
+ @pulumi.getter(name="crossTenantCmkApplicationId")
1240
+ def cross_tenant_cmk_application_id(self) -> Optional[str]:
1241
+ """
1242
+ The multi-tenant application id used to enable CMK access for services in a data sovereign region.
1243
+ """
1244
+ return pulumi.get(self, "cross_tenant_cmk_application_id")
1245
+
1246
+ @property
1247
+ @pulumi.getter(name="keyVaultKeyUri")
1248
+ def key_vault_key_uri(self) -> Optional[str]:
1249
+ """
1250
+ The URI of the customer-managed key for the backing database.
1251
+ """
1252
+ return pulumi.get(self, "key_vault_key_uri")
1253
+
1254
+ @property
1255
+ @pulumi.getter(name="offerThroughput")
1256
+ def offer_throughput(self) -> Optional[int]:
1257
+ """
1258
+ The provisioned throughput for the backing database.
1259
+ """
1260
+ return pulumi.get(self, "offer_throughput")
1261
+
1262
+
1263
+ @pulumi.output_type
1264
+ class ServiceExportConfigurationInfoResponse(dict):
1265
+ """
1266
+ Export operation configuration information
1267
+ """
1268
+ @staticmethod
1269
+ def __key_warning(key: str):
1270
+ suggest = None
1271
+ if key == "storageAccountName":
1272
+ suggest = "storage_account_name"
1273
+
1274
+ if suggest:
1275
+ pulumi.log.warn(f"Key '{key}' not found in ServiceExportConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1276
+
1277
+ def __getitem__(self, key: str) -> Any:
1278
+ ServiceExportConfigurationInfoResponse.__key_warning(key)
1279
+ return super().__getitem__(key)
1280
+
1281
+ def get(self, key: str, default = None) -> Any:
1282
+ ServiceExportConfigurationInfoResponse.__key_warning(key)
1283
+ return super().get(key, default)
1284
+
1285
+ def __init__(__self__, *,
1286
+ storage_account_name: Optional[str] = None):
1287
+ """
1288
+ Export operation configuration information
1289
+ :param str storage_account_name: The name of the default export storage account.
1290
+ """
1291
+ if storage_account_name is not None:
1292
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
1293
+
1294
+ @property
1295
+ @pulumi.getter(name="storageAccountName")
1296
+ def storage_account_name(self) -> Optional[str]:
1297
+ """
1298
+ The name of the default export storage account.
1299
+ """
1300
+ return pulumi.get(self, "storage_account_name")
1301
+
1302
+
1303
+ @pulumi.output_type
1304
+ class ServiceImportConfigurationInfoResponse(dict):
1305
+ """
1306
+ Import operation configuration information
1307
+ """
1308
+ @staticmethod
1309
+ def __key_warning(key: str):
1310
+ suggest = None
1311
+ if key == "initialImportMode":
1312
+ suggest = "initial_import_mode"
1313
+ elif key == "integrationDataStore":
1314
+ suggest = "integration_data_store"
1315
+
1316
+ if suggest:
1317
+ pulumi.log.warn(f"Key '{key}' not found in ServiceImportConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
1318
+
1319
+ def __getitem__(self, key: str) -> Any:
1320
+ ServiceImportConfigurationInfoResponse.__key_warning(key)
1321
+ return super().__getitem__(key)
1322
+
1323
+ def get(self, key: str, default = None) -> Any:
1324
+ ServiceImportConfigurationInfoResponse.__key_warning(key)
1325
+ return super().get(key, default)
1326
+
1327
+ def __init__(__self__, *,
1328
+ enabled: Optional[bool] = None,
1329
+ initial_import_mode: Optional[bool] = None,
1330
+ integration_data_store: Optional[str] = None):
1331
+ """
1332
+ Import operation configuration information
1333
+ :param bool enabled: If the import operation is enabled.
1334
+ :param bool initial_import_mode: If the FHIR service is in InitialImportMode.
1335
+ :param str integration_data_store: The name of the default integration storage account.
1336
+ """
1337
+ if enabled is not None:
1338
+ pulumi.set(__self__, "enabled", enabled)
1339
+ if initial_import_mode is not None:
1340
+ pulumi.set(__self__, "initial_import_mode", initial_import_mode)
1341
+ if integration_data_store is not None:
1342
+ pulumi.set(__self__, "integration_data_store", integration_data_store)
1343
+
1344
+ @property
1345
+ @pulumi.getter
1346
+ def enabled(self) -> Optional[bool]:
1347
+ """
1348
+ If the import operation is enabled.
1349
+ """
1350
+ return pulumi.get(self, "enabled")
1351
+
1352
+ @property
1353
+ @pulumi.getter(name="initialImportMode")
1354
+ def initial_import_mode(self) -> Optional[bool]:
1355
+ """
1356
+ If the FHIR service is in InitialImportMode.
1357
+ """
1358
+ return pulumi.get(self, "initial_import_mode")
1359
+
1360
+ @property
1361
+ @pulumi.getter(name="integrationDataStore")
1362
+ def integration_data_store(self) -> Optional[str]:
1363
+ """
1364
+ The name of the default integration storage account.
1365
+ """
1366
+ return pulumi.get(self, "integration_data_store")
1367
+
1368
+
1369
+ @pulumi.output_type
1370
+ class ServiceManagedIdentityResponseIdentity(dict):
1371
+ """
1372
+ Setting indicating whether the service has a managed identity associated with it.
1373
+ """
1374
+ @staticmethod
1375
+ def __key_warning(key: str):
1376
+ suggest = None
1377
+ if key == "principalId":
1378
+ suggest = "principal_id"
1379
+ elif key == "tenantId":
1380
+ suggest = "tenant_id"
1381
+ elif key == "userAssignedIdentities":
1382
+ suggest = "user_assigned_identities"
1383
+
1384
+ if suggest:
1385
+ pulumi.log.warn(f"Key '{key}' not found in ServiceManagedIdentityResponseIdentity. Access the value via the '{suggest}' property getter instead.")
1386
+
1387
+ def __getitem__(self, key: str) -> Any:
1388
+ ServiceManagedIdentityResponseIdentity.__key_warning(key)
1389
+ return super().__getitem__(key)
1390
+
1391
+ def get(self, key: str, default = None) -> Any:
1392
+ ServiceManagedIdentityResponseIdentity.__key_warning(key)
1393
+ return super().get(key, default)
1394
+
1395
+ def __init__(__self__, *,
1396
+ principal_id: str,
1397
+ tenant_id: str,
1398
+ type: str,
1399
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1400
+ """
1401
+ Setting indicating whether the service has a managed identity associated with it.
1402
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1403
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1404
+ :param str type: Type of identity being specified, currently SystemAssigned and None are allowed.
1405
+ :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.
1406
+ """
1407
+ pulumi.set(__self__, "principal_id", principal_id)
1408
+ pulumi.set(__self__, "tenant_id", tenant_id)
1409
+ pulumi.set(__self__, "type", type)
1410
+ if user_assigned_identities is not None:
1411
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1412
+
1413
+ @property
1414
+ @pulumi.getter(name="principalId")
1415
+ def principal_id(self) -> str:
1416
+ """
1417
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1418
+ """
1419
+ return pulumi.get(self, "principal_id")
1420
+
1421
+ @property
1422
+ @pulumi.getter(name="tenantId")
1423
+ def tenant_id(self) -> str:
1424
+ """
1425
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1426
+ """
1427
+ return pulumi.get(self, "tenant_id")
1428
+
1429
+ @property
1430
+ @pulumi.getter
1431
+ def type(self) -> str:
1432
+ """
1433
+ Type of identity being specified, currently SystemAssigned and None are allowed.
1434
+ """
1435
+ return pulumi.get(self, "type")
1436
+
1437
+ @property
1438
+ @pulumi.getter(name="userAssignedIdentities")
1439
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1440
+ """
1441
+ 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.
1442
+ """
1443
+ return pulumi.get(self, "user_assigned_identities")
1444
+
1445
+
1446
+ @pulumi.output_type
1447
+ class ServiceOciArtifactEntryResponse(dict):
1448
+ """
1449
+ An Open Container Initiative (OCI) artifact.
1450
+ """
1451
+ @staticmethod
1452
+ def __key_warning(key: str):
1453
+ suggest = None
1454
+ if key == "imageName":
1455
+ suggest = "image_name"
1456
+ elif key == "loginServer":
1457
+ suggest = "login_server"
1458
+
1459
+ if suggest:
1460
+ pulumi.log.warn(f"Key '{key}' not found in ServiceOciArtifactEntryResponse. Access the value via the '{suggest}' property getter instead.")
1461
+
1462
+ def __getitem__(self, key: str) -> Any:
1463
+ ServiceOciArtifactEntryResponse.__key_warning(key)
1464
+ return super().__getitem__(key)
1465
+
1466
+ def get(self, key: str, default = None) -> Any:
1467
+ ServiceOciArtifactEntryResponse.__key_warning(key)
1468
+ return super().get(key, default)
1469
+
1470
+ def __init__(__self__, *,
1471
+ digest: Optional[str] = None,
1472
+ image_name: Optional[str] = None,
1473
+ login_server: Optional[str] = None):
1474
+ """
1475
+ An Open Container Initiative (OCI) artifact.
1476
+ :param str digest: The artifact digest.
1477
+ :param str image_name: The artifact name.
1478
+ :param str login_server: The Azure Container Registry login server.
1479
+ """
1480
+ if digest is not None:
1481
+ pulumi.set(__self__, "digest", digest)
1482
+ if image_name is not None:
1483
+ pulumi.set(__self__, "image_name", image_name)
1484
+ if login_server is not None:
1485
+ pulumi.set(__self__, "login_server", login_server)
1486
+
1487
+ @property
1488
+ @pulumi.getter
1489
+ def digest(self) -> Optional[str]:
1490
+ """
1491
+ The artifact digest.
1492
+ """
1493
+ return pulumi.get(self, "digest")
1494
+
1495
+ @property
1496
+ @pulumi.getter(name="imageName")
1497
+ def image_name(self) -> Optional[str]:
1498
+ """
1499
+ The artifact name.
1500
+ """
1501
+ return pulumi.get(self, "image_name")
1502
+
1503
+ @property
1504
+ @pulumi.getter(name="loginServer")
1505
+ def login_server(self) -> Optional[str]:
1506
+ """
1507
+ The Azure Container Registry login server.
1508
+ """
1509
+ return pulumi.get(self, "login_server")
1510
+
1511
+
1512
+ @pulumi.output_type
1513
+ class ServicesPropertiesResponse(dict):
1514
+ """
1515
+ The properties of a service instance.
1516
+ """
1517
+ @staticmethod
1518
+ def __key_warning(key: str):
1519
+ suggest = None
1520
+ if key == "provisioningState":
1521
+ suggest = "provisioning_state"
1522
+ elif key == "accessPolicies":
1523
+ suggest = "access_policies"
1524
+ elif key == "acrConfiguration":
1525
+ suggest = "acr_configuration"
1526
+ elif key == "authenticationConfiguration":
1527
+ suggest = "authentication_configuration"
1528
+ elif key == "corsConfiguration":
1529
+ suggest = "cors_configuration"
1530
+ elif key == "cosmosDbConfiguration":
1531
+ suggest = "cosmos_db_configuration"
1532
+ elif key == "exportConfiguration":
1533
+ suggest = "export_configuration"
1534
+ elif key == "importConfiguration":
1535
+ suggest = "import_configuration"
1536
+ elif key == "privateEndpointConnections":
1537
+ suggest = "private_endpoint_connections"
1538
+ elif key == "publicNetworkAccess":
1539
+ suggest = "public_network_access"
1540
+
1541
+ if suggest:
1542
+ pulumi.log.warn(f"Key '{key}' not found in ServicesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1543
+
1544
+ def __getitem__(self, key: str) -> Any:
1545
+ ServicesPropertiesResponse.__key_warning(key)
1546
+ return super().__getitem__(key)
1547
+
1548
+ def get(self, key: str, default = None) -> Any:
1549
+ ServicesPropertiesResponse.__key_warning(key)
1550
+ return super().get(key, default)
1551
+
1552
+ def __init__(__self__, *,
1553
+ provisioning_state: str,
1554
+ access_policies: Optional[Sequence['outputs.ServiceAccessPolicyEntryResponse']] = None,
1555
+ acr_configuration: Optional['outputs.ServiceAcrConfigurationInfoResponse'] = None,
1556
+ authentication_configuration: Optional['outputs.ServiceAuthenticationConfigurationInfoResponse'] = None,
1557
+ cors_configuration: Optional['outputs.ServiceCorsConfigurationInfoResponse'] = None,
1558
+ cosmos_db_configuration: Optional['outputs.ServiceCosmosDbConfigurationInfoResponse'] = None,
1559
+ export_configuration: Optional['outputs.ServiceExportConfigurationInfoResponse'] = None,
1560
+ import_configuration: Optional['outputs.ServiceImportConfigurationInfoResponse'] = None,
1561
+ private_endpoint_connections: Optional[Sequence['outputs.PrivateEndpointConnectionResponse']] = None,
1562
+ public_network_access: Optional[str] = None):
1563
+ """
1564
+ The properties of a service instance.
1565
+ :param str provisioning_state: The provisioning state.
1566
+ :param Sequence['ServiceAccessPolicyEntryResponse'] access_policies: The access policies of the service instance.
1567
+ :param 'ServiceAcrConfigurationInfoResponse' acr_configuration: The azure container registry settings used for convert data operation of the service instance.
1568
+ :param 'ServiceAuthenticationConfigurationInfoResponse' authentication_configuration: The authentication configuration for the service instance.
1569
+ :param 'ServiceCorsConfigurationInfoResponse' cors_configuration: The settings for the CORS configuration of the service instance.
1570
+ :param 'ServiceCosmosDbConfigurationInfoResponse' cosmos_db_configuration: The settings for the Cosmos DB database backing the service.
1571
+ :param 'ServiceExportConfigurationInfoResponse' export_configuration: The settings for the export operation of the service instance.
1572
+ :param 'ServiceImportConfigurationInfoResponse' import_configuration: The settings for the import operation of the service instance.
1573
+ :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The list of private endpoint connections that are set up for this resource.
1574
+ :param str public_network_access: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
1575
+ """
1576
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1577
+ if access_policies is not None:
1578
+ pulumi.set(__self__, "access_policies", access_policies)
1579
+ if acr_configuration is not None:
1580
+ pulumi.set(__self__, "acr_configuration", acr_configuration)
1581
+ if authentication_configuration is not None:
1582
+ pulumi.set(__self__, "authentication_configuration", authentication_configuration)
1583
+ if cors_configuration is not None:
1584
+ pulumi.set(__self__, "cors_configuration", cors_configuration)
1585
+ if cosmos_db_configuration is not None:
1586
+ pulumi.set(__self__, "cosmos_db_configuration", cosmos_db_configuration)
1587
+ if export_configuration is not None:
1588
+ pulumi.set(__self__, "export_configuration", export_configuration)
1589
+ if import_configuration is not None:
1590
+ pulumi.set(__self__, "import_configuration", import_configuration)
1591
+ if private_endpoint_connections is not None:
1592
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
1593
+ if public_network_access is not None:
1594
+ pulumi.set(__self__, "public_network_access", public_network_access)
1595
+
1596
+ @property
1597
+ @pulumi.getter(name="provisioningState")
1598
+ def provisioning_state(self) -> str:
1599
+ """
1600
+ The provisioning state.
1601
+ """
1602
+ return pulumi.get(self, "provisioning_state")
1603
+
1604
+ @property
1605
+ @pulumi.getter(name="accessPolicies")
1606
+ def access_policies(self) -> Optional[Sequence['outputs.ServiceAccessPolicyEntryResponse']]:
1607
+ """
1608
+ The access policies of the service instance.
1609
+ """
1610
+ return pulumi.get(self, "access_policies")
1611
+
1612
+ @property
1613
+ @pulumi.getter(name="acrConfiguration")
1614
+ def acr_configuration(self) -> Optional['outputs.ServiceAcrConfigurationInfoResponse']:
1615
+ """
1616
+ The azure container registry settings used for convert data operation of the service instance.
1617
+ """
1618
+ return pulumi.get(self, "acr_configuration")
1619
+
1620
+ @property
1621
+ @pulumi.getter(name="authenticationConfiguration")
1622
+ def authentication_configuration(self) -> Optional['outputs.ServiceAuthenticationConfigurationInfoResponse']:
1623
+ """
1624
+ The authentication configuration for the service instance.
1625
+ """
1626
+ return pulumi.get(self, "authentication_configuration")
1627
+
1628
+ @property
1629
+ @pulumi.getter(name="corsConfiguration")
1630
+ def cors_configuration(self) -> Optional['outputs.ServiceCorsConfigurationInfoResponse']:
1631
+ """
1632
+ The settings for the CORS configuration of the service instance.
1633
+ """
1634
+ return pulumi.get(self, "cors_configuration")
1635
+
1636
+ @property
1637
+ @pulumi.getter(name="cosmosDbConfiguration")
1638
+ def cosmos_db_configuration(self) -> Optional['outputs.ServiceCosmosDbConfigurationInfoResponse']:
1639
+ """
1640
+ The settings for the Cosmos DB database backing the service.
1641
+ """
1642
+ return pulumi.get(self, "cosmos_db_configuration")
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="exportConfiguration")
1646
+ def export_configuration(self) -> Optional['outputs.ServiceExportConfigurationInfoResponse']:
1647
+ """
1648
+ The settings for the export operation of the service instance.
1649
+ """
1650
+ return pulumi.get(self, "export_configuration")
1651
+
1652
+ @property
1653
+ @pulumi.getter(name="importConfiguration")
1654
+ def import_configuration(self) -> Optional['outputs.ServiceImportConfigurationInfoResponse']:
1655
+ """
1656
+ The settings for the import operation of the service instance.
1657
+ """
1658
+ return pulumi.get(self, "import_configuration")
1659
+
1660
+ @property
1661
+ @pulumi.getter(name="privateEndpointConnections")
1662
+ def private_endpoint_connections(self) -> Optional[Sequence['outputs.PrivateEndpointConnectionResponse']]:
1663
+ """
1664
+ The list of private endpoint connections that are set up for this resource.
1665
+ """
1666
+ return pulumi.get(self, "private_endpoint_connections")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="publicNetworkAccess")
1670
+ def public_network_access(self) -> Optional[str]:
1671
+ """
1672
+ Control permission for data plane traffic coming from public networks while private endpoint is enabled.
1673
+ """
1674
+ return pulumi.get(self, "public_network_access")
1675
+
1676
+
1677
+ @pulumi.output_type
1678
+ class ServicesResourceResponseIdentity(dict):
1679
+ """
1680
+ Setting indicating whether the service has a managed identity associated with it.
1681
+ """
1682
+ @staticmethod
1683
+ def __key_warning(key: str):
1684
+ suggest = None
1685
+ if key == "principalId":
1686
+ suggest = "principal_id"
1687
+ elif key == "tenantId":
1688
+ suggest = "tenant_id"
1689
+
1690
+ if suggest:
1691
+ pulumi.log.warn(f"Key '{key}' not found in ServicesResourceResponseIdentity. Access the value via the '{suggest}' property getter instead.")
1692
+
1693
+ def __getitem__(self, key: str) -> Any:
1694
+ ServicesResourceResponseIdentity.__key_warning(key)
1695
+ return super().__getitem__(key)
1696
+
1697
+ def get(self, key: str, default = None) -> Any:
1698
+ ServicesResourceResponseIdentity.__key_warning(key)
1699
+ return super().get(key, default)
1700
+
1701
+ def __init__(__self__, *,
1702
+ principal_id: str,
1703
+ tenant_id: str,
1704
+ type: Optional[str] = None):
1705
+ """
1706
+ Setting indicating whether the service has a managed identity associated with it.
1707
+ :param str principal_id: The principal ID of the resource identity.
1708
+ :param str tenant_id: The tenant ID of the resource.
1709
+ :param str type: Type of identity being specified, currently SystemAssigned and None are allowed.
1710
+ """
1711
+ pulumi.set(__self__, "principal_id", principal_id)
1712
+ pulumi.set(__self__, "tenant_id", tenant_id)
1713
+ if type is not None:
1714
+ pulumi.set(__self__, "type", type)
1715
+
1716
+ @property
1717
+ @pulumi.getter(name="principalId")
1718
+ def principal_id(self) -> str:
1719
+ """
1720
+ The principal ID of the resource identity.
1721
+ """
1722
+ return pulumi.get(self, "principal_id")
1723
+
1724
+ @property
1725
+ @pulumi.getter(name="tenantId")
1726
+ def tenant_id(self) -> str:
1727
+ """
1728
+ The tenant ID of the resource.
1729
+ """
1730
+ return pulumi.get(self, "tenant_id")
1731
+
1732
+ @property
1733
+ @pulumi.getter
1734
+ def type(self) -> Optional[str]:
1735
+ """
1736
+ Type of identity being specified, currently SystemAssigned and None are allowed.
1737
+ """
1738
+ return pulumi.get(self, "type")
1739
+
1740
+
1741
+ @pulumi.output_type
1742
+ class SmartIdentityProviderApplicationResponse(dict):
1743
+ """
1744
+ An Application configured in the Identity Provider used to access FHIR resources.
1745
+ """
1746
+ @staticmethod
1747
+ def __key_warning(key: str):
1748
+ suggest = None
1749
+ if key == "allowedDataActions":
1750
+ suggest = "allowed_data_actions"
1751
+ elif key == "clientId":
1752
+ suggest = "client_id"
1753
+
1754
+ if suggest:
1755
+ pulumi.log.warn(f"Key '{key}' not found in SmartIdentityProviderApplicationResponse. Access the value via the '{suggest}' property getter instead.")
1756
+
1757
+ def __getitem__(self, key: str) -> Any:
1758
+ SmartIdentityProviderApplicationResponse.__key_warning(key)
1759
+ return super().__getitem__(key)
1760
+
1761
+ def get(self, key: str, default = None) -> Any:
1762
+ SmartIdentityProviderApplicationResponse.__key_warning(key)
1763
+ return super().get(key, default)
1764
+
1765
+ def __init__(__self__, *,
1766
+ allowed_data_actions: Optional[Sequence[str]] = None,
1767
+ audience: Optional[str] = None,
1768
+ client_id: Optional[str] = None):
1769
+ """
1770
+ An Application configured in the Identity Provider used to access FHIR resources.
1771
+ :param Sequence[str] allowed_data_actions: The actions that are permitted to be performed on FHIR resources for the application.
1772
+ :param str audience: The audience that will be used to validate bearer tokens against the given authority.
1773
+ :param str client_id: The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
1774
+ """
1775
+ if allowed_data_actions is not None:
1776
+ pulumi.set(__self__, "allowed_data_actions", allowed_data_actions)
1777
+ if audience is not None:
1778
+ pulumi.set(__self__, "audience", audience)
1779
+ if client_id is not None:
1780
+ pulumi.set(__self__, "client_id", client_id)
1781
+
1782
+ @property
1783
+ @pulumi.getter(name="allowedDataActions")
1784
+ def allowed_data_actions(self) -> Optional[Sequence[str]]:
1785
+ """
1786
+ The actions that are permitted to be performed on FHIR resources for the application.
1787
+ """
1788
+ return pulumi.get(self, "allowed_data_actions")
1789
+
1790
+ @property
1791
+ @pulumi.getter
1792
+ def audience(self) -> Optional[str]:
1793
+ """
1794
+ The audience that will be used to validate bearer tokens against the given authority.
1795
+ """
1796
+ return pulumi.get(self, "audience")
1797
+
1798
+ @property
1799
+ @pulumi.getter(name="clientId")
1800
+ def client_id(self) -> Optional[str]:
1801
+ """
1802
+ The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
1803
+ """
1804
+ return pulumi.get(self, "client_id")
1805
+
1806
+
1807
+ @pulumi.output_type
1808
+ class SmartIdentityProviderConfigurationResponse(dict):
1809
+ """
1810
+ An object to configure an identity provider for use with SMART on FHIR authentication.
1811
+ """
1812
+ def __init__(__self__, *,
1813
+ applications: Optional[Sequence['outputs.SmartIdentityProviderApplicationResponse']] = None,
1814
+ authority: Optional[str] = None):
1815
+ """
1816
+ An object to configure an identity provider for use with SMART on FHIR authentication.
1817
+ :param Sequence['SmartIdentityProviderApplicationResponse'] applications: The array of identity provider applications for SMART on FHIR authentication.
1818
+ :param str authority: The identity provider token authority also known as the token issuing authority.
1819
+ """
1820
+ if applications is not None:
1821
+ pulumi.set(__self__, "applications", applications)
1822
+ if authority is not None:
1823
+ pulumi.set(__self__, "authority", authority)
1824
+
1825
+ @property
1826
+ @pulumi.getter
1827
+ def applications(self) -> Optional[Sequence['outputs.SmartIdentityProviderApplicationResponse']]:
1828
+ """
1829
+ The array of identity provider applications for SMART on FHIR authentication.
1830
+ """
1831
+ return pulumi.get(self, "applications")
1832
+
1833
+ @property
1834
+ @pulumi.getter
1835
+ def authority(self) -> Optional[str]:
1836
+ """
1837
+ The identity provider token authority also known as the token issuing authority.
1838
+ """
1839
+ return pulumi.get(self, "authority")
1840
+
1841
+
1842
+ @pulumi.output_type
1843
+ class SystemDataResponse(dict):
1844
+ """
1845
+ Metadata pertaining to creation and last modification of the resource.
1846
+ """
1847
+ @staticmethod
1848
+ def __key_warning(key: str):
1849
+ suggest = None
1850
+ if key == "createdAt":
1851
+ suggest = "created_at"
1852
+ elif key == "createdBy":
1853
+ suggest = "created_by"
1854
+ elif key == "createdByType":
1855
+ suggest = "created_by_type"
1856
+ elif key == "lastModifiedAt":
1857
+ suggest = "last_modified_at"
1858
+ elif key == "lastModifiedBy":
1859
+ suggest = "last_modified_by"
1860
+ elif key == "lastModifiedByType":
1861
+ suggest = "last_modified_by_type"
1862
+
1863
+ if suggest:
1864
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1865
+
1866
+ def __getitem__(self, key: str) -> Any:
1867
+ SystemDataResponse.__key_warning(key)
1868
+ return super().__getitem__(key)
1869
+
1870
+ def get(self, key: str, default = None) -> Any:
1871
+ SystemDataResponse.__key_warning(key)
1872
+ return super().get(key, default)
1873
+
1874
+ def __init__(__self__, *,
1875
+ created_at: Optional[str] = None,
1876
+ created_by: Optional[str] = None,
1877
+ created_by_type: Optional[str] = None,
1878
+ last_modified_at: Optional[str] = None,
1879
+ last_modified_by: Optional[str] = None,
1880
+ last_modified_by_type: Optional[str] = None):
1881
+ """
1882
+ Metadata pertaining to creation and last modification of the resource.
1883
+ :param str created_at: The timestamp of resource creation (UTC).
1884
+ :param str created_by: The identity that created the resource.
1885
+ :param str created_by_type: The type of identity that created the resource.
1886
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1887
+ :param str last_modified_by: The identity that last modified the resource.
1888
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1889
+ """
1890
+ if created_at is not None:
1891
+ pulumi.set(__self__, "created_at", created_at)
1892
+ if created_by is not None:
1893
+ pulumi.set(__self__, "created_by", created_by)
1894
+ if created_by_type is not None:
1895
+ pulumi.set(__self__, "created_by_type", created_by_type)
1896
+ if last_modified_at is not None:
1897
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1898
+ if last_modified_by is not None:
1899
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1900
+ if last_modified_by_type is not None:
1901
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1902
+
1903
+ @property
1904
+ @pulumi.getter(name="createdAt")
1905
+ def created_at(self) -> Optional[str]:
1906
+ """
1907
+ The timestamp of resource creation (UTC).
1908
+ """
1909
+ return pulumi.get(self, "created_at")
1910
+
1911
+ @property
1912
+ @pulumi.getter(name="createdBy")
1913
+ def created_by(self) -> Optional[str]:
1914
+ """
1915
+ The identity that created the resource.
1916
+ """
1917
+ return pulumi.get(self, "created_by")
1918
+
1919
+ @property
1920
+ @pulumi.getter(name="createdByType")
1921
+ def created_by_type(self) -> Optional[str]:
1922
+ """
1923
+ The type of identity that created the resource.
1924
+ """
1925
+ return pulumi.get(self, "created_by_type")
1926
+
1927
+ @property
1928
+ @pulumi.getter(name="lastModifiedAt")
1929
+ def last_modified_at(self) -> Optional[str]:
1930
+ """
1931
+ The timestamp of resource last modification (UTC)
1932
+ """
1933
+ return pulumi.get(self, "last_modified_at")
1934
+
1935
+ @property
1936
+ @pulumi.getter(name="lastModifiedBy")
1937
+ def last_modified_by(self) -> Optional[str]:
1938
+ """
1939
+ The identity that last modified the resource.
1940
+ """
1941
+ return pulumi.get(self, "last_modified_by")
1942
+
1943
+ @property
1944
+ @pulumi.getter(name="lastModifiedByType")
1945
+ def last_modified_by_type(self) -> Optional[str]:
1946
+ """
1947
+ The type of identity that last modified the resource.
1948
+ """
1949
+ return pulumi.get(self, "last_modified_by_type")
1950
+
1951
+
1952
+ @pulumi.output_type
1953
+ class UserAssignedIdentityResponse(dict):
1954
+ """
1955
+ User assigned identity properties
1956
+ """
1957
+ @staticmethod
1958
+ def __key_warning(key: str):
1959
+ suggest = None
1960
+ if key == "clientId":
1961
+ suggest = "client_id"
1962
+ elif key == "principalId":
1963
+ suggest = "principal_id"
1964
+
1965
+ if suggest:
1966
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1967
+
1968
+ def __getitem__(self, key: str) -> Any:
1969
+ UserAssignedIdentityResponse.__key_warning(key)
1970
+ return super().__getitem__(key)
1971
+
1972
+ def get(self, key: str, default = None) -> Any:
1973
+ UserAssignedIdentityResponse.__key_warning(key)
1974
+ return super().get(key, default)
1975
+
1976
+ def __init__(__self__, *,
1977
+ client_id: str,
1978
+ principal_id: str):
1979
+ """
1980
+ User assigned identity properties
1981
+ :param str client_id: The client ID of the assigned identity.
1982
+ :param str principal_id: The principal ID of the assigned identity.
1983
+ """
1984
+ pulumi.set(__self__, "client_id", client_id)
1985
+ pulumi.set(__self__, "principal_id", principal_id)
1986
+
1987
+ @property
1988
+ @pulumi.getter(name="clientId")
1989
+ def client_id(self) -> str:
1990
+ """
1991
+ The client ID of the assigned identity.
1992
+ """
1993
+ return pulumi.get(self, "client_id")
1994
+
1995
+ @property
1996
+ @pulumi.getter(name="principalId")
1997
+ def principal_id(self) -> str:
1998
+ """
1999
+ The principal ID of the assigned identity.
2000
+ """
2001
+ return pulumi.get(self, "principal_id")
2002
+
2003
+
2004
+ @pulumi.output_type
2005
+ class WorkspaceResponseProperties(dict):
2006
+ """
2007
+ Workspaces resource specific properties.
2008
+ """
2009
+ @staticmethod
2010
+ def __key_warning(key: str):
2011
+ suggest = None
2012
+ if key == "privateEndpointConnections":
2013
+ suggest = "private_endpoint_connections"
2014
+ elif key == "provisioningState":
2015
+ suggest = "provisioning_state"
2016
+ elif key == "publicNetworkAccess":
2017
+ suggest = "public_network_access"
2018
+
2019
+ if suggest:
2020
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceResponseProperties. Access the value via the '{suggest}' property getter instead.")
2021
+
2022
+ def __getitem__(self, key: str) -> Any:
2023
+ WorkspaceResponseProperties.__key_warning(key)
2024
+ return super().__getitem__(key)
2025
+
2026
+ def get(self, key: str, default = None) -> Any:
2027
+ WorkspaceResponseProperties.__key_warning(key)
2028
+ return super().get(key, default)
2029
+
2030
+ def __init__(__self__, *,
2031
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
2032
+ provisioning_state: str,
2033
+ public_network_access: str):
2034
+ """
2035
+ Workspaces resource specific properties.
2036
+ :param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The list of private endpoint connections that are set up for this resource.
2037
+ :param str provisioning_state: The provisioning state.
2038
+ :param str public_network_access: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
2039
+ """
2040
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
2041
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2042
+ pulumi.set(__self__, "public_network_access", public_network_access)
2043
+
2044
+ @property
2045
+ @pulumi.getter(name="privateEndpointConnections")
2046
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
2047
+ """
2048
+ The list of private endpoint connections that are set up for this resource.
2049
+ """
2050
+ return pulumi.get(self, "private_endpoint_connections")
2051
+
2052
+ @property
2053
+ @pulumi.getter(name="provisioningState")
2054
+ def provisioning_state(self) -> str:
2055
+ """
2056
+ The provisioning state.
2057
+ """
2058
+ return pulumi.get(self, "provisioning_state")
2059
+
2060
+ @property
2061
+ @pulumi.getter(name="publicNetworkAccess")
2062
+ def public_network_access(self) -> str:
2063
+ """
2064
+ Control permission for data plane traffic coming from public networks while private endpoint is enabled.
2065
+ """
2066
+ return pulumi.get(self, "public_network_access")
2067
+
2068
+