pulumi-azure-native 2.66.0a1728396986__py3-none-any.whl → 2.66.0a1728463590__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 (525) hide show
  1. pulumi_azure_native/__init__.py +66 -0
  2. pulumi_azure_native/app/__init__.py +3 -0
  3. pulumi_azure_native/app/app_resiliency.py +3 -3
  4. pulumi_azure_native/app/build.py +3 -3
  5. pulumi_azure_native/app/builder.py +3 -3
  6. pulumi_azure_native/app/certificate.py +3 -3
  7. pulumi_azure_native/app/connected_environment.py +3 -3
  8. pulumi_azure_native/app/connected_environments_certificate.py +3 -3
  9. pulumi_azure_native/app/connected_environments_dapr_component.py +3 -3
  10. pulumi_azure_native/app/connected_environments_storage.py +3 -3
  11. pulumi_azure_native/app/container_app.py +3 -3
  12. pulumi_azure_native/app/container_apps_auth_config.py +3 -3
  13. pulumi_azure_native/app/container_apps_session_pool.py +5 -1
  14. pulumi_azure_native/app/container_apps_source_control.py +3 -3
  15. pulumi_azure_native/app/dapr_component.py +3 -3
  16. pulumi_azure_native/app/dapr_component_resiliency_policy.py +3 -3
  17. pulumi_azure_native/app/dapr_subscription.py +3 -3
  18. pulumi_azure_native/app/dot_net_component.py +3 -3
  19. pulumi_azure_native/app/get_app_resiliency.py +2 -2
  20. pulumi_azure_native/app/get_build.py +2 -2
  21. pulumi_azure_native/app/get_builder.py +2 -2
  22. pulumi_azure_native/app/get_certificate.py +2 -2
  23. pulumi_azure_native/app/get_connected_environment.py +2 -2
  24. pulumi_azure_native/app/get_connected_environments_certificate.py +2 -2
  25. pulumi_azure_native/app/get_connected_environments_dapr_component.py +2 -2
  26. pulumi_azure_native/app/get_connected_environments_storage.py +2 -2
  27. pulumi_azure_native/app/get_container_app.py +2 -2
  28. pulumi_azure_native/app/get_container_app_auth_token.py +2 -2
  29. pulumi_azure_native/app/get_container_apps_auth_config.py +2 -2
  30. pulumi_azure_native/app/get_container_apps_session_pool.py +4 -0
  31. pulumi_azure_native/app/get_container_apps_source_control.py +2 -2
  32. pulumi_azure_native/app/get_custom_domain_verification_id.py +2 -2
  33. pulumi_azure_native/app/get_dapr_component.py +2 -2
  34. pulumi_azure_native/app/get_dapr_component_resiliency_policy.py +2 -2
  35. pulumi_azure_native/app/get_dapr_subscription.py +2 -2
  36. pulumi_azure_native/app/get_dot_net_component.py +2 -2
  37. pulumi_azure_native/app/get_java_component.py +2 -2
  38. pulumi_azure_native/app/get_job.py +2 -2
  39. pulumi_azure_native/app/get_logic_app.py +4 -0
  40. pulumi_azure_native/app/get_managed_certificate.py +2 -2
  41. pulumi_azure_native/app/get_managed_environment.py +2 -2
  42. pulumi_azure_native/app/get_managed_environment_auth_token.py +2 -2
  43. pulumi_azure_native/app/get_managed_environment_private_endpoint_connection.py +4 -0
  44. pulumi_azure_native/app/get_managed_environments_storage.py +2 -2
  45. pulumi_azure_native/app/java_component.py +3 -3
  46. pulumi_azure_native/app/job.py +3 -3
  47. pulumi_azure_native/app/list_build_auth_token.py +2 -2
  48. pulumi_azure_native/app/list_connected_environments_dapr_component_secrets.py +2 -2
  49. pulumi_azure_native/app/list_container_app_custom_host_name_analysis.py +2 -2
  50. pulumi_azure_native/app/list_container_app_secrets.py +2 -2
  51. pulumi_azure_native/app/list_dapr_component_secrets.py +2 -2
  52. pulumi_azure_native/app/list_job_secrets.py +2 -2
  53. pulumi_azure_native/app/list_logic_app_workflows_connections.py +4 -0
  54. pulumi_azure_native/app/logic_app.py +5 -1
  55. pulumi_azure_native/app/managed_certificate.py +3 -3
  56. pulumi_azure_native/app/managed_environment.py +3 -3
  57. pulumi_azure_native/app/managed_environment_private_endpoint_connection.py +5 -1
  58. pulumi_azure_native/app/managed_environments_storage.py +3 -3
  59. pulumi_azure_native/app/v20220101preview/certificate.py +1 -1
  60. pulumi_azure_native/app/v20220101preview/container_app.py +1 -1
  61. pulumi_azure_native/app/v20220101preview/container_apps_auth_config.py +1 -1
  62. pulumi_azure_native/app/v20220101preview/container_apps_source_control.py +1 -1
  63. pulumi_azure_native/app/v20220101preview/dapr_component.py +1 -1
  64. pulumi_azure_native/app/v20220101preview/managed_environment.py +1 -1
  65. pulumi_azure_native/app/v20220101preview/managed_environments_storage.py +1 -1
  66. pulumi_azure_native/app/v20221001/certificate.py +1 -1
  67. pulumi_azure_native/app/v20221001/connected_environment.py +1 -1
  68. pulumi_azure_native/app/v20221001/connected_environments_certificate.py +1 -1
  69. pulumi_azure_native/app/v20221001/connected_environments_dapr_component.py +1 -1
  70. pulumi_azure_native/app/v20221001/connected_environments_storage.py +1 -1
  71. pulumi_azure_native/app/v20221001/container_app.py +1 -1
  72. pulumi_azure_native/app/v20221001/container_apps_auth_config.py +1 -1
  73. pulumi_azure_native/app/v20221001/container_apps_source_control.py +1 -1
  74. pulumi_azure_native/app/v20221001/dapr_component.py +1 -1
  75. pulumi_azure_native/app/v20221001/managed_environment.py +1 -1
  76. pulumi_azure_native/app/v20221001/managed_environments_storage.py +1 -1
  77. pulumi_azure_native/app/v20230401preview/certificate.py +1 -1
  78. pulumi_azure_native/app/v20230401preview/connected_environment.py +1 -1
  79. pulumi_azure_native/app/v20230401preview/connected_environments_certificate.py +1 -1
  80. pulumi_azure_native/app/v20230401preview/connected_environments_dapr_component.py +1 -1
  81. pulumi_azure_native/app/v20230401preview/connected_environments_storage.py +1 -1
  82. pulumi_azure_native/app/v20230401preview/container_app.py +1 -1
  83. pulumi_azure_native/app/v20230401preview/container_apps_auth_config.py +1 -1
  84. pulumi_azure_native/app/v20230401preview/container_apps_source_control.py +1 -1
  85. pulumi_azure_native/app/v20230401preview/dapr_component.py +1 -1
  86. pulumi_azure_native/app/v20230401preview/job.py +1 -1
  87. pulumi_azure_native/app/v20230401preview/managed_certificate.py +1 -1
  88. pulumi_azure_native/app/v20230401preview/managed_environment.py +1 -1
  89. pulumi_azure_native/app/v20230401preview/managed_environments_storage.py +1 -1
  90. pulumi_azure_native/app/v20230501/certificate.py +1 -1
  91. pulumi_azure_native/app/v20230501/connected_environment.py +1 -1
  92. pulumi_azure_native/app/v20230501/connected_environments_certificate.py +1 -1
  93. pulumi_azure_native/app/v20230501/connected_environments_dapr_component.py +1 -1
  94. pulumi_azure_native/app/v20230501/connected_environments_storage.py +1 -1
  95. pulumi_azure_native/app/v20230501/container_app.py +1 -1
  96. pulumi_azure_native/app/v20230501/container_apps_auth_config.py +1 -1
  97. pulumi_azure_native/app/v20230501/container_apps_source_control.py +1 -1
  98. pulumi_azure_native/app/v20230501/dapr_component.py +1 -1
  99. pulumi_azure_native/app/v20230501/job.py +1 -1
  100. pulumi_azure_native/app/v20230501/managed_certificate.py +1 -1
  101. pulumi_azure_native/app/v20230501/managed_environment.py +1 -1
  102. pulumi_azure_native/app/v20230501/managed_environments_storage.py +1 -1
  103. pulumi_azure_native/app/v20230502preview/certificate.py +1 -1
  104. pulumi_azure_native/app/v20230502preview/connected_environment.py +1 -1
  105. pulumi_azure_native/app/v20230502preview/connected_environments_certificate.py +1 -1
  106. pulumi_azure_native/app/v20230502preview/connected_environments_dapr_component.py +1 -1
  107. pulumi_azure_native/app/v20230502preview/connected_environments_storage.py +1 -1
  108. pulumi_azure_native/app/v20230502preview/container_app.py +1 -1
  109. pulumi_azure_native/app/v20230502preview/container_apps_auth_config.py +1 -1
  110. pulumi_azure_native/app/v20230502preview/container_apps_source_control.py +1 -1
  111. pulumi_azure_native/app/v20230502preview/dapr_component.py +1 -1
  112. pulumi_azure_native/app/v20230502preview/job.py +1 -1
  113. pulumi_azure_native/app/v20230502preview/managed_certificate.py +1 -1
  114. pulumi_azure_native/app/v20230502preview/managed_environment.py +1 -1
  115. pulumi_azure_native/app/v20230502preview/managed_environments_storage.py +1 -1
  116. pulumi_azure_native/app/v20230801preview/app_resiliency.py +1 -1
  117. pulumi_azure_native/app/v20230801preview/build.py +1 -1
  118. pulumi_azure_native/app/v20230801preview/builder.py +1 -1
  119. pulumi_azure_native/app/v20230801preview/certificate.py +1 -1
  120. pulumi_azure_native/app/v20230801preview/connected_environment.py +1 -1
  121. pulumi_azure_native/app/v20230801preview/connected_environments_certificate.py +1 -1
  122. pulumi_azure_native/app/v20230801preview/connected_environments_dapr_component.py +1 -1
  123. pulumi_azure_native/app/v20230801preview/connected_environments_storage.py +1 -1
  124. pulumi_azure_native/app/v20230801preview/container_app.py +1 -1
  125. pulumi_azure_native/app/v20230801preview/container_apps_auth_config.py +1 -1
  126. pulumi_azure_native/app/v20230801preview/container_apps_source_control.py +1 -1
  127. pulumi_azure_native/app/v20230801preview/dapr_component.py +1 -1
  128. pulumi_azure_native/app/v20230801preview/dapr_component_resiliency_policy.py +1 -1
  129. pulumi_azure_native/app/v20230801preview/dapr_subscription.py +1 -1
  130. pulumi_azure_native/app/v20230801preview/job.py +1 -1
  131. pulumi_azure_native/app/v20230801preview/managed_certificate.py +1 -1
  132. pulumi_azure_native/app/v20230801preview/managed_environment.py +1 -1
  133. pulumi_azure_native/app/v20230801preview/managed_environments_storage.py +1 -1
  134. pulumi_azure_native/app/v20231102preview/app_resiliency.py +1 -1
  135. pulumi_azure_native/app/v20231102preview/build.py +1 -1
  136. pulumi_azure_native/app/v20231102preview/builder.py +1 -1
  137. pulumi_azure_native/app/v20231102preview/certificate.py +1 -1
  138. pulumi_azure_native/app/v20231102preview/connected_environment.py +1 -1
  139. pulumi_azure_native/app/v20231102preview/connected_environments_certificate.py +1 -1
  140. pulumi_azure_native/app/v20231102preview/connected_environments_dapr_component.py +1 -1
  141. pulumi_azure_native/app/v20231102preview/connected_environments_storage.py +1 -1
  142. pulumi_azure_native/app/v20231102preview/container_app.py +1 -1
  143. pulumi_azure_native/app/v20231102preview/container_apps_auth_config.py +1 -1
  144. pulumi_azure_native/app/v20231102preview/container_apps_source_control.py +1 -1
  145. pulumi_azure_native/app/v20231102preview/dapr_component.py +1 -1
  146. pulumi_azure_native/app/v20231102preview/dapr_component_resiliency_policy.py +1 -1
  147. pulumi_azure_native/app/v20231102preview/dapr_subscription.py +1 -1
  148. pulumi_azure_native/app/v20231102preview/dot_net_component.py +1 -1
  149. pulumi_azure_native/app/v20231102preview/java_component.py +1 -1
  150. pulumi_azure_native/app/v20231102preview/job.py +1 -1
  151. pulumi_azure_native/app/v20231102preview/managed_certificate.py +1 -1
  152. pulumi_azure_native/app/v20231102preview/managed_environment.py +1 -1
  153. pulumi_azure_native/app/v20231102preview/managed_environments_storage.py +1 -1
  154. pulumi_azure_native/app/v20240202preview/app_resiliency.py +1 -1
  155. pulumi_azure_native/app/v20240202preview/build.py +1 -1
  156. pulumi_azure_native/app/v20240202preview/builder.py +1 -1
  157. pulumi_azure_native/app/v20240202preview/certificate.py +1 -1
  158. pulumi_azure_native/app/v20240202preview/connected_environment.py +1 -1
  159. pulumi_azure_native/app/v20240202preview/connected_environments_certificate.py +1 -1
  160. pulumi_azure_native/app/v20240202preview/connected_environments_dapr_component.py +1 -1
  161. pulumi_azure_native/app/v20240202preview/connected_environments_storage.py +1 -1
  162. pulumi_azure_native/app/v20240202preview/container_app.py +1 -1
  163. pulumi_azure_native/app/v20240202preview/container_apps_auth_config.py +1 -1
  164. pulumi_azure_native/app/v20240202preview/container_apps_session_pool.py +1 -1
  165. pulumi_azure_native/app/v20240202preview/container_apps_source_control.py +1 -1
  166. pulumi_azure_native/app/v20240202preview/dapr_component.py +1 -1
  167. pulumi_azure_native/app/v20240202preview/dapr_component_resiliency_policy.py +1 -1
  168. pulumi_azure_native/app/v20240202preview/dapr_subscription.py +1 -1
  169. pulumi_azure_native/app/v20240202preview/dot_net_component.py +1 -1
  170. pulumi_azure_native/app/v20240202preview/java_component.py +1 -1
  171. pulumi_azure_native/app/v20240202preview/job.py +1 -1
  172. pulumi_azure_native/app/v20240202preview/logic_app.py +1 -1
  173. pulumi_azure_native/app/v20240202preview/managed_certificate.py +1 -1
  174. pulumi_azure_native/app/v20240202preview/managed_environment.py +1 -1
  175. pulumi_azure_native/app/v20240202preview/managed_environment_private_endpoint_connection.py +1 -1
  176. pulumi_azure_native/app/v20240202preview/managed_environments_storage.py +1 -1
  177. pulumi_azure_native/app/v20240301/certificate.py +1 -1
  178. pulumi_azure_native/app/v20240301/connected_environment.py +1 -1
  179. pulumi_azure_native/app/v20240301/connected_environments_certificate.py +1 -1
  180. pulumi_azure_native/app/v20240301/connected_environments_dapr_component.py +1 -1
  181. pulumi_azure_native/app/v20240301/connected_environments_storage.py +1 -1
  182. pulumi_azure_native/app/v20240301/container_app.py +1 -1
  183. pulumi_azure_native/app/v20240301/container_apps_auth_config.py +1 -1
  184. pulumi_azure_native/app/v20240301/container_apps_source_control.py +1 -1
  185. pulumi_azure_native/app/v20240301/dapr_component.py +1 -1
  186. pulumi_azure_native/app/v20240301/job.py +1 -1
  187. pulumi_azure_native/app/v20240301/managed_certificate.py +1 -1
  188. pulumi_azure_native/app/v20240301/managed_environment.py +1 -1
  189. pulumi_azure_native/app/v20240301/managed_environments_storage.py +1 -1
  190. pulumi_azure_native/app/v20240802preview/__init__.py +66 -0
  191. pulumi_azure_native/app/v20240802preview/_enums.py +347 -0
  192. pulumi_azure_native/app/v20240802preview/_inputs.py +13190 -0
  193. pulumi_azure_native/app/v20240802preview/app_resiliency.py +364 -0
  194. pulumi_azure_native/app/v20240802preview/build.py +299 -0
  195. pulumi_azure_native/app/v20240802preview/builder.py +327 -0
  196. pulumi_azure_native/app/v20240802preview/certificate.py +279 -0
  197. pulumi_azure_native/app/v20240802preview/connected_environment.py +375 -0
  198. pulumi_azure_native/app/v20240802preview/connected_environments_certificate.py +279 -0
  199. pulumi_azure_native/app/v20240802preview/connected_environments_dapr_component.py +456 -0
  200. pulumi_azure_native/app/v20240802preview/connected_environments_storage.py +221 -0
  201. pulumi_azure_native/app/v20240802preview/container_app.py +599 -0
  202. pulumi_azure_native/app/v20240802preview/container_apps_auth_config.py +366 -0
  203. pulumi_azure_native/app/v20240802preview/container_apps_session_pool.py +491 -0
  204. pulumi_azure_native/app/v20240802preview/container_apps_source_control.py +296 -0
  205. pulumi_azure_native/app/v20240802preview/dapr_component.py +456 -0
  206. pulumi_azure_native/app/v20240802preview/dapr_component_resiliency_policy.py +269 -0
  207. pulumi_azure_native/app/v20240802preview/dapr_subscription.py +393 -0
  208. pulumi_azure_native/app/v20240802preview/dot_net_component.py +288 -0
  209. pulumi_azure_native/app/v20240802preview/get_app_resiliency.py +206 -0
  210. pulumi_azure_native/app/v20240802preview/get_build.py +219 -0
  211. pulumi_azure_native/app/v20240802preview/get_builder.py +201 -0
  212. pulumi_azure_native/app/v20240802preview/get_certificate.py +167 -0
  213. pulumi_azure_native/app/v20240802preview/get_connected_environment.py +240 -0
  214. pulumi_azure_native/app/v20240802preview/get_connected_environments_certificate.py +167 -0
  215. pulumi_azure_native/app/v20240802preview/get_connected_environments_dapr_component.py +245 -0
  216. pulumi_azure_native/app/v20240802preview/get_connected_environments_storage.py +141 -0
  217. pulumi_azure_native/app/v20240802preview/get_container_app.py +383 -0
  218. pulumi_azure_native/app/v20240802preview/get_container_app_auth_token.py +175 -0
  219. pulumi_azure_native/app/v20240802preview/get_container_apps_auth_config.py +206 -0
  220. pulumi_azure_native/app/v20240802preview/get_container_apps_session_pool.py +292 -0
  221. pulumi_azure_native/app/v20240802preview/get_container_apps_source_control.py +182 -0
  222. pulumi_azure_native/app/v20240802preview/get_custom_domain_verification_id.py +66 -0
  223. pulumi_azure_native/app/v20240802preview/get_dapr_component.py +245 -0
  224. pulumi_azure_native/app/v20240802preview/get_dapr_component_resiliency_policy.py +159 -0
  225. pulumi_azure_native/app/v20240802preview/get_dapr_subscription.py +219 -0
  226. pulumi_azure_native/app/v20240802preview/get_dot_net_component.py +180 -0
  227. pulumi_azure_native/app/v20240802preview/get_java_component.py +141 -0
  228. pulumi_azure_native/app/v20240802preview/get_job.py +279 -0
  229. pulumi_azure_native/app/v20240802preview/get_logic_app.py +128 -0
  230. pulumi_azure_native/app/v20240802preview/get_managed_certificate.py +167 -0
  231. pulumi_azure_native/app/v20240802preview/get_managed_environment.py +450 -0
  232. pulumi_azure_native/app/v20240802preview/get_managed_environment_auth_token.py +175 -0
  233. pulumi_azure_native/app/v20240802preview/get_managed_environment_private_endpoint_connection.py +180 -0
  234. pulumi_azure_native/app/v20240802preview/get_managed_environments_storage.py +141 -0
  235. pulumi_azure_native/app/v20240802preview/java_component.py +219 -0
  236. pulumi_azure_native/app/v20240802preview/job.py +443 -0
  237. pulumi_azure_native/app/v20240802preview/list_build_auth_token.py +101 -0
  238. pulumi_azure_native/app/v20240802preview/list_connected_environments_dapr_component_secrets.py +89 -0
  239. pulumi_azure_native/app/v20240802preview/list_container_app_custom_host_name_analysis.py +232 -0
  240. pulumi_azure_native/app/v20240802preview/list_container_app_secrets.py +84 -0
  241. pulumi_azure_native/app/v20240802preview/list_dapr_component_secrets.py +89 -0
  242. pulumi_azure_native/app/v20240802preview/list_job_secrets.py +84 -0
  243. pulumi_azure_native/app/v20240802preview/list_logic_app_workflows_connections.py +154 -0
  244. pulumi_azure_native/app/v20240802preview/logic_app.py +190 -0
  245. pulumi_azure_native/app/v20240802preview/managed_certificate.py +279 -0
  246. pulumi_azure_native/app/v20240802preview/managed_environment.py +752 -0
  247. pulumi_azure_native/app/v20240802preview/managed_environment_private_endpoint_connection.py +252 -0
  248. pulumi_azure_native/app/v20240802preview/managed_environments_storage.py +221 -0
  249. pulumi_azure_native/app/v20240802preview/outputs.py +11488 -0
  250. pulumi_azure_native/devcenter/__init__.py +5 -0
  251. pulumi_azure_native/devcenter/_inputs.py +3 -3
  252. pulumi_azure_native/devcenter/attached_network_by_dev_center.py +3 -3
  253. pulumi_azure_native/devcenter/catalog.py +3 -3
  254. pulumi_azure_native/devcenter/curation_profile.py +5 -1
  255. pulumi_azure_native/devcenter/dev_box_definition.py +3 -3
  256. pulumi_azure_native/devcenter/dev_center.py +3 -3
  257. pulumi_azure_native/devcenter/encryption_set.py +3 -3
  258. pulumi_azure_native/devcenter/environment_type.py +3 -3
  259. pulumi_azure_native/devcenter/gallery.py +3 -3
  260. pulumi_azure_native/devcenter/get_attached_network_by_dev_center.py +2 -2
  261. pulumi_azure_native/devcenter/get_catalog.py +2 -2
  262. pulumi_azure_native/devcenter/get_catalog_sync_error_details.py +2 -2
  263. pulumi_azure_native/devcenter/get_curation_profile.py +4 -0
  264. pulumi_azure_native/devcenter/get_customization_task_error_details.py +2 -2
  265. pulumi_azure_native/devcenter/get_dev_box_definition.py +2 -2
  266. pulumi_azure_native/devcenter/get_dev_center.py +2 -2
  267. pulumi_azure_native/devcenter/get_encryption_set.py +2 -2
  268. pulumi_azure_native/devcenter/get_environment_definition_error_details.py +2 -2
  269. pulumi_azure_native/devcenter/get_environment_type.py +2 -2
  270. pulumi_azure_native/devcenter/get_gallery.py +2 -2
  271. pulumi_azure_native/devcenter/get_network_connection.py +2 -2
  272. pulumi_azure_native/devcenter/get_plan.py +2 -2
  273. pulumi_azure_native/devcenter/get_plan_member.py +2 -2
  274. pulumi_azure_native/devcenter/get_pool.py +2 -2
  275. pulumi_azure_native/devcenter/get_project.py +2 -2
  276. pulumi_azure_native/devcenter/get_project_catalog.py +2 -2
  277. pulumi_azure_native/devcenter/get_project_catalog_environment_definition_error_details.py +2 -2
  278. pulumi_azure_native/devcenter/get_project_catalog_image_definition_build_details.py +2 -2
  279. pulumi_azure_native/devcenter/get_project_catalog_sync_error_details.py +2 -2
  280. pulumi_azure_native/devcenter/get_project_environment_type.py +2 -2
  281. pulumi_azure_native/devcenter/get_project_inherited_settings.py +2 -2
  282. pulumi_azure_native/devcenter/get_project_policy.py +169 -0
  283. pulumi_azure_native/devcenter/get_schedule.py +2 -2
  284. pulumi_azure_native/devcenter/list_skus_by_project.py +2 -2
  285. pulumi_azure_native/devcenter/network_connection.py +3 -3
  286. pulumi_azure_native/devcenter/outputs.py +2 -2
  287. pulumi_azure_native/devcenter/plan.py +3 -3
  288. pulumi_azure_native/devcenter/plan_member.py +3 -3
  289. pulumi_azure_native/devcenter/pool.py +3 -3
  290. pulumi_azure_native/devcenter/project.py +3 -3
  291. pulumi_azure_native/devcenter/project_catalog.py +3 -3
  292. pulumi_azure_native/devcenter/project_environment_type.py +3 -3
  293. pulumi_azure_native/devcenter/project_policy.py +261 -0
  294. pulumi_azure_native/devcenter/schedule.py +3 -3
  295. pulumi_azure_native/devcenter/v20221111preview/dev_box_definition.py +1 -1
  296. pulumi_azure_native/devcenter/v20230401/attached_network_by_dev_center.py +1 -1
  297. pulumi_azure_native/devcenter/v20230401/catalog.py +1 -1
  298. pulumi_azure_native/devcenter/v20230401/dev_box_definition.py +1 -1
  299. pulumi_azure_native/devcenter/v20230401/dev_center.py +1 -1
  300. pulumi_azure_native/devcenter/v20230401/environment_type.py +1 -1
  301. pulumi_azure_native/devcenter/v20230401/gallery.py +1 -1
  302. pulumi_azure_native/devcenter/v20230401/network_connection.py +1 -1
  303. pulumi_azure_native/devcenter/v20230401/pool.py +1 -1
  304. pulumi_azure_native/devcenter/v20230401/project.py +1 -1
  305. pulumi_azure_native/devcenter/v20230401/project_environment_type.py +1 -1
  306. pulumi_azure_native/devcenter/v20230401/schedule.py +1 -1
  307. pulumi_azure_native/devcenter/v20230801preview/attached_network_by_dev_center.py +1 -1
  308. pulumi_azure_native/devcenter/v20230801preview/catalog.py +1 -1
  309. pulumi_azure_native/devcenter/v20230801preview/dev_box_definition.py +1 -1
  310. pulumi_azure_native/devcenter/v20230801preview/dev_center.py +1 -1
  311. pulumi_azure_native/devcenter/v20230801preview/environment_type.py +1 -1
  312. pulumi_azure_native/devcenter/v20230801preview/gallery.py +1 -1
  313. pulumi_azure_native/devcenter/v20230801preview/network_connection.py +1 -1
  314. pulumi_azure_native/devcenter/v20230801preview/pool.py +1 -1
  315. pulumi_azure_native/devcenter/v20230801preview/project.py +1 -1
  316. pulumi_azure_native/devcenter/v20230801preview/project_environment_type.py +1 -1
  317. pulumi_azure_native/devcenter/v20230801preview/schedule.py +1 -1
  318. pulumi_azure_native/devcenter/v20231001preview/attached_network_by_dev_center.py +1 -1
  319. pulumi_azure_native/devcenter/v20231001preview/catalog.py +1 -1
  320. pulumi_azure_native/devcenter/v20231001preview/dev_box_definition.py +1 -1
  321. pulumi_azure_native/devcenter/v20231001preview/dev_center.py +1 -1
  322. pulumi_azure_native/devcenter/v20231001preview/environment_type.py +1 -1
  323. pulumi_azure_native/devcenter/v20231001preview/gallery.py +1 -1
  324. pulumi_azure_native/devcenter/v20231001preview/network_connection.py +1 -1
  325. pulumi_azure_native/devcenter/v20231001preview/pool.py +1 -1
  326. pulumi_azure_native/devcenter/v20231001preview/project.py +1 -1
  327. pulumi_azure_native/devcenter/v20231001preview/project_environment_type.py +1 -1
  328. pulumi_azure_native/devcenter/v20231001preview/schedule.py +1 -1
  329. pulumi_azure_native/devcenter/v20240201/attached_network_by_dev_center.py +1 -1
  330. pulumi_azure_native/devcenter/v20240201/catalog.py +1 -1
  331. pulumi_azure_native/devcenter/v20240201/dev_box_definition.py +1 -1
  332. pulumi_azure_native/devcenter/v20240201/dev_center.py +1 -1
  333. pulumi_azure_native/devcenter/v20240201/environment_type.py +1 -1
  334. pulumi_azure_native/devcenter/v20240201/gallery.py +1 -1
  335. pulumi_azure_native/devcenter/v20240201/network_connection.py +1 -1
  336. pulumi_azure_native/devcenter/v20240201/pool.py +1 -1
  337. pulumi_azure_native/devcenter/v20240201/project.py +1 -1
  338. pulumi_azure_native/devcenter/v20240201/project_catalog.py +1 -1
  339. pulumi_azure_native/devcenter/v20240201/project_environment_type.py +1 -1
  340. pulumi_azure_native/devcenter/v20240201/schedule.py +1 -1
  341. pulumi_azure_native/devcenter/v20240501preview/attached_network_by_dev_center.py +1 -1
  342. pulumi_azure_native/devcenter/v20240501preview/catalog.py +1 -1
  343. pulumi_azure_native/devcenter/v20240501preview/dev_box_definition.py +1 -1
  344. pulumi_azure_native/devcenter/v20240501preview/dev_center.py +1 -1
  345. pulumi_azure_native/devcenter/v20240501preview/encryption_set.py +1 -1
  346. pulumi_azure_native/devcenter/v20240501preview/environment_type.py +1 -1
  347. pulumi_azure_native/devcenter/v20240501preview/gallery.py +1 -1
  348. pulumi_azure_native/devcenter/v20240501preview/network_connection.py +1 -1
  349. pulumi_azure_native/devcenter/v20240501preview/plan.py +1 -1
  350. pulumi_azure_native/devcenter/v20240501preview/plan_member.py +1 -1
  351. pulumi_azure_native/devcenter/v20240501preview/pool.py +1 -1
  352. pulumi_azure_native/devcenter/v20240501preview/project.py +1 -1
  353. pulumi_azure_native/devcenter/v20240501preview/project_catalog.py +1 -1
  354. pulumi_azure_native/devcenter/v20240501preview/project_environment_type.py +1 -1
  355. pulumi_azure_native/devcenter/v20240501preview/schedule.py +1 -1
  356. pulumi_azure_native/devcenter/v20240601preview/attached_network_by_dev_center.py +1 -1
  357. pulumi_azure_native/devcenter/v20240601preview/catalog.py +1 -1
  358. pulumi_azure_native/devcenter/v20240601preview/dev_box_definition.py +1 -1
  359. pulumi_azure_native/devcenter/v20240601preview/dev_center.py +1 -1
  360. pulumi_azure_native/devcenter/v20240601preview/encryption_set.py +1 -1
  361. pulumi_azure_native/devcenter/v20240601preview/environment_type.py +1 -1
  362. pulumi_azure_native/devcenter/v20240601preview/gallery.py +1 -1
  363. pulumi_azure_native/devcenter/v20240601preview/network_connection.py +1 -1
  364. pulumi_azure_native/devcenter/v20240601preview/plan.py +1 -1
  365. pulumi_azure_native/devcenter/v20240601preview/plan_member.py +1 -1
  366. pulumi_azure_native/devcenter/v20240601preview/pool.py +1 -1
  367. pulumi_azure_native/devcenter/v20240601preview/project.py +1 -1
  368. pulumi_azure_native/devcenter/v20240601preview/project_catalog.py +1 -1
  369. pulumi_azure_native/devcenter/v20240601preview/project_environment_type.py +1 -1
  370. pulumi_azure_native/devcenter/v20240601preview/schedule.py +1 -1
  371. pulumi_azure_native/devcenter/v20240701preview/attached_network_by_dev_center.py +1 -1
  372. pulumi_azure_native/devcenter/v20240701preview/catalog.py +1 -1
  373. pulumi_azure_native/devcenter/v20240701preview/dev_box_definition.py +1 -1
  374. pulumi_azure_native/devcenter/v20240701preview/dev_center.py +1 -1
  375. pulumi_azure_native/devcenter/v20240701preview/encryption_set.py +1 -1
  376. pulumi_azure_native/devcenter/v20240701preview/environment_type.py +1 -1
  377. pulumi_azure_native/devcenter/v20240701preview/gallery.py +1 -1
  378. pulumi_azure_native/devcenter/v20240701preview/network_connection.py +1 -1
  379. pulumi_azure_native/devcenter/v20240701preview/plan.py +1 -1
  380. pulumi_azure_native/devcenter/v20240701preview/plan_member.py +1 -1
  381. pulumi_azure_native/devcenter/v20240701preview/pool.py +1 -1
  382. pulumi_azure_native/devcenter/v20240701preview/project.py +1 -1
  383. pulumi_azure_native/devcenter/v20240701preview/project_catalog.py +1 -1
  384. pulumi_azure_native/devcenter/v20240701preview/project_environment_type.py +1 -1
  385. pulumi_azure_native/devcenter/v20240701preview/schedule.py +1 -1
  386. pulumi_azure_native/devcenter/v20240801preview/attached_network_by_dev_center.py +1 -1
  387. pulumi_azure_native/devcenter/v20240801preview/catalog.py +1 -1
  388. pulumi_azure_native/devcenter/v20240801preview/curation_profile.py +1 -1
  389. pulumi_azure_native/devcenter/v20240801preview/dev_box_definition.py +1 -1
  390. pulumi_azure_native/devcenter/v20240801preview/dev_center.py +1 -1
  391. pulumi_azure_native/devcenter/v20240801preview/encryption_set.py +1 -1
  392. pulumi_azure_native/devcenter/v20240801preview/environment_type.py +1 -1
  393. pulumi_azure_native/devcenter/v20240801preview/gallery.py +1 -1
  394. pulumi_azure_native/devcenter/v20240801preview/network_connection.py +1 -1
  395. pulumi_azure_native/devcenter/v20240801preview/plan.py +1 -1
  396. pulumi_azure_native/devcenter/v20240801preview/plan_member.py +1 -1
  397. pulumi_azure_native/devcenter/v20240801preview/pool.py +1 -1
  398. pulumi_azure_native/devcenter/v20240801preview/project.py +1 -1
  399. pulumi_azure_native/devcenter/v20240801preview/project_catalog.py +1 -1
  400. pulumi_azure_native/devcenter/v20240801preview/project_environment_type.py +1 -1
  401. pulumi_azure_native/devcenter/v20240801preview/schedule.py +1 -1
  402. pulumi_azure_native/devcenter/v20241001preview/__init__.py +52 -0
  403. pulumi_azure_native/devcenter/v20241001preview/_enums.py +228 -0
  404. pulumi_azure_native/devcenter/v20241001preview/_inputs.py +962 -0
  405. pulumi_azure_native/devcenter/v20241001preview/attached_network_by_dev_center.py +260 -0
  406. pulumi_azure_native/devcenter/v20241001preview/catalog.py +368 -0
  407. pulumi_azure_native/devcenter/v20241001preview/curation_profile.py +259 -0
  408. pulumi_azure_native/devcenter/v20241001preview/dev_box_definition.py +418 -0
  409. pulumi_azure_native/devcenter/v20241001preview/dev_center.py +481 -0
  410. pulumi_azure_native/devcenter/v20241001preview/encryption_set.py +347 -0
  411. pulumi_azure_native/devcenter/v20241001preview/environment_type.py +258 -0
  412. pulumi_azure_native/devcenter/v20241001preview/gallery.py +230 -0
  413. pulumi_azure_native/devcenter/v20241001preview/get_attached_network_by_dev_center.py +193 -0
  414. pulumi_azure_native/devcenter/v20241001preview/get_catalog.py +258 -0
  415. pulumi_azure_native/devcenter/v20241001preview/get_catalog_sync_error_details.py +115 -0
  416. pulumi_azure_native/devcenter/v20241001preview/get_curation_profile.py +167 -0
  417. pulumi_azure_native/devcenter/v20241001preview/get_customization_task_error_details.py +94 -0
  418. pulumi_azure_native/devcenter/v20241001preview/get_dev_box_definition.py +271 -0
  419. pulumi_azure_native/devcenter/v20241001preview/get_dev_center.py +279 -0
  420. pulumi_azure_native/devcenter/v20241001preview/get_encryption_set.py +206 -0
  421. pulumi_azure_native/devcenter/v20241001preview/get_environment_definition_error_details.py +94 -0
  422. pulumi_azure_native/devcenter/v20241001preview/get_environment_type.py +167 -0
  423. pulumi_azure_native/devcenter/v20241001preview/get_gallery.py +154 -0
  424. pulumi_azure_native/devcenter/v20241001preview/get_network_connection.py +266 -0
  425. pulumi_azure_native/devcenter/v20241001preview/get_plan.py +175 -0
  426. pulumi_azure_native/devcenter/v20241001preview/get_plan_member.py +206 -0
  427. pulumi_azure_native/devcenter/v20241001preview/get_pool.py +362 -0
  428. pulumi_azure_native/devcenter/v20241001preview/get_project.py +253 -0
  429. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog.py +258 -0
  430. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_environment_definition_error_details.py +94 -0
  431. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_image_definition_build_details.py +216 -0
  432. pulumi_azure_native/devcenter/v20241001preview/get_project_catalog_sync_error_details.py +115 -0
  433. pulumi_azure_native/devcenter/v20241001preview/get_project_environment_type.py +258 -0
  434. pulumi_azure_native/devcenter/v20241001preview/get_project_inherited_settings.py +97 -0
  435. pulumi_azure_native/devcenter/v20241001preview/get_project_policy.py +167 -0
  436. pulumi_azure_native/devcenter/v20241001preview/get_schedule.py +229 -0
  437. pulumi_azure_native/devcenter/v20241001preview/list_skus_by_project.py +97 -0
  438. pulumi_azure_native/devcenter/v20241001preview/network_connection.py +453 -0
  439. pulumi_azure_native/devcenter/v20241001preview/outputs.py +1952 -0
  440. pulumi_azure_native/devcenter/v20241001preview/plan.py +268 -0
  441. pulumi_azure_native/devcenter/v20241001preview/plan_member.py +327 -0
  442. pulumi_azure_native/devcenter/v20241001preview/pool.py +642 -0
  443. pulumi_azure_native/devcenter/v20241001preview/project.py +423 -0
  444. pulumi_azure_native/devcenter/v20241001preview/project_catalog.py +368 -0
  445. pulumi_azure_native/devcenter/v20241001preview/project_environment_type.py +444 -0
  446. pulumi_azure_native/devcenter/v20241001preview/project_policy.py +259 -0
  447. pulumi_azure_native/devcenter/v20241001preview/schedule.py +439 -0
  448. pulumi_azure_native/elastic/__init__.py +3 -0
  449. pulumi_azure_native/elastic/get_billing_info.py +2 -2
  450. pulumi_azure_native/elastic/get_monitor.py +2 -2
  451. pulumi_azure_native/elastic/get_monitored_subscription.py +2 -2
  452. pulumi_azure_native/elastic/get_open_ai.py +2 -2
  453. pulumi_azure_native/elastic/get_open_ai_status.py +2 -2
  454. pulumi_azure_native/elastic/get_organization_api_key.py +2 -2
  455. pulumi_azure_native/elastic/get_organization_elastic_to_azure_subscription_mapping.py +2 -2
  456. pulumi_azure_native/elastic/get_tag_rule.py +2 -2
  457. pulumi_azure_native/elastic/list_all_traffic_filter.py +2 -2
  458. pulumi_azure_native/elastic/list_connected_partner_resource.py +2 -2
  459. pulumi_azure_native/elastic/list_deployment_info.py +2 -2
  460. pulumi_azure_native/elastic/list_monitored_resource.py +2 -2
  461. pulumi_azure_native/elastic/list_upgradable_version_details.py +2 -2
  462. pulumi_azure_native/elastic/list_vm_host.py +2 -2
  463. pulumi_azure_native/elastic/listlist_associated_traffic_filter.py +2 -2
  464. pulumi_azure_native/elastic/monitor.py +3 -3
  465. pulumi_azure_native/elastic/monitored_subscription.py +3 -3
  466. pulumi_azure_native/elastic/open_ai.py +3 -3
  467. pulumi_azure_native/elastic/tag_rule.py +3 -3
  468. pulumi_azure_native/elastic/v20230601/monitor.py +1 -1
  469. pulumi_azure_native/elastic/v20230601/tag_rule.py +1 -1
  470. pulumi_azure_native/elastic/v20230615preview/monitor.py +1 -1
  471. pulumi_azure_native/elastic/v20230615preview/tag_rule.py +1 -1
  472. pulumi_azure_native/elastic/v20230701preview/monitor.py +1 -1
  473. pulumi_azure_native/elastic/v20230701preview/tag_rule.py +1 -1
  474. pulumi_azure_native/elastic/v20231001preview/monitor.py +1 -1
  475. pulumi_azure_native/elastic/v20231001preview/tag_rule.py +1 -1
  476. pulumi_azure_native/elastic/v20231101preview/monitor.py +1 -1
  477. pulumi_azure_native/elastic/v20231101preview/tag_rule.py +1 -1
  478. pulumi_azure_native/elastic/v20240101preview/monitor.py +1 -1
  479. pulumi_azure_native/elastic/v20240101preview/open_ai.py +1 -1
  480. pulumi_azure_native/elastic/v20240101preview/tag_rule.py +1 -1
  481. pulumi_azure_native/elastic/v20240301/monitor.py +1 -1
  482. pulumi_azure_native/elastic/v20240301/open_ai.py +1 -1
  483. pulumi_azure_native/elastic/v20240301/tag_rule.py +1 -1
  484. pulumi_azure_native/elastic/v20240501preview/monitor.py +1 -1
  485. pulumi_azure_native/elastic/v20240501preview/monitored_subscription.py +1 -1
  486. pulumi_azure_native/elastic/v20240501preview/open_ai.py +1 -1
  487. pulumi_azure_native/elastic/v20240501preview/tag_rule.py +1 -1
  488. pulumi_azure_native/elastic/v20240615preview/monitor.py +1 -1
  489. pulumi_azure_native/elastic/v20240615preview/monitored_subscription.py +1 -1
  490. pulumi_azure_native/elastic/v20240615preview/open_ai.py +1 -1
  491. pulumi_azure_native/elastic/v20240615preview/tag_rule.py +1 -1
  492. pulumi_azure_native/elastic/v20241001preview/__init__.py +29 -0
  493. pulumi_azure_native/elastic/v20241001preview/_enums.py +57 -0
  494. pulumi_azure_native/elastic/v20241001preview/_inputs.py +1117 -0
  495. pulumi_azure_native/elastic/v20241001preview/get_billing_info.py +97 -0
  496. pulumi_azure_native/elastic/v20241001preview/get_monitor.py +188 -0
  497. pulumi_azure_native/elastic/v20241001preview/get_monitored_subscription.py +128 -0
  498. pulumi_azure_native/elastic/v20241001preview/get_open_ai.py +128 -0
  499. pulumi_azure_native/elastic/v20241001preview/get_open_ai_status.py +89 -0
  500. pulumi_azure_native/elastic/v20241001preview/get_organization_api_key.py +76 -0
  501. pulumi_azure_native/elastic/v20241001preview/get_organization_elastic_to_azure_subscription_mapping.py +70 -0
  502. pulumi_azure_native/elastic/v20241001preview/get_tag_rule.py +141 -0
  503. pulumi_azure_native/elastic/v20241001preview/list_all_traffic_filter.py +84 -0
  504. pulumi_azure_native/elastic/v20241001preview/list_connected_partner_resource.py +97 -0
  505. pulumi_azure_native/elastic/v20241001preview/list_deployment_info.py +162 -0
  506. pulumi_azure_native/elastic/v20241001preview/list_monitored_resource.py +97 -0
  507. pulumi_azure_native/elastic/v20241001preview/list_upgradable_version_details.py +96 -0
  508. pulumi_azure_native/elastic/v20241001preview/list_vm_host.py +97 -0
  509. pulumi_azure_native/elastic/v20241001preview/listlist_associated_traffic_filter.py +84 -0
  510. pulumi_azure_native/elastic/v20241001preview/monitor.py +316 -0
  511. pulumi_azure_native/elastic/v20241001preview/monitored_subscription.py +211 -0
  512. pulumi_azure_native/elastic/v20241001preview/open_ai.py +210 -0
  513. pulumi_azure_native/elastic/v20241001preview/outputs.py +1757 -0
  514. pulumi_azure_native/elastic/v20241001preview/tag_rule.py +221 -0
  515. pulumi_azure_native/hybridconnectivity/outputs.py +44 -2
  516. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +44 -2
  517. pulumi_azure_native/pulumi-plugin.json +1 -1
  518. pulumi_azure_native/security/_inputs.py +3 -15
  519. pulumi_azure_native/security/outputs.py +2 -10
  520. pulumi_azure_native/security/v20240101/_inputs.py +3 -15
  521. pulumi_azure_native/security/v20240101/outputs.py +2 -10
  522. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/METADATA +1 -1
  523. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/RECORD +525 -394
  524. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/WHEEL +0 -0
  525. {pulumi_azure_native-2.66.0a1728396986.dist-info → pulumi_azure_native-2.66.0a1728463590.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1952 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'CapabilityResponse',
21
+ 'CatalogConflictErrorResponse',
22
+ 'CatalogErrorDetailsResponse',
23
+ 'CatalogSyncErrorResponse',
24
+ 'CustomerManagedKeyEncryptionResponse',
25
+ 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity',
26
+ 'DevBoxProvisioningSettingsResponse',
27
+ 'DevCenterNetworkSettingsResponse',
28
+ 'DevCenterProjectCatalogSettingsResponse',
29
+ 'DevCenterSkuResponse',
30
+ 'EncryptionResponse',
31
+ 'EnvironmentRoleResponse',
32
+ 'ErrorAdditionalInfoResponse',
33
+ 'ErrorDetailResponse',
34
+ 'GitCatalogResponse',
35
+ 'HealthStatusDetailResponse',
36
+ 'ImageCreationErrorDetailsResponse',
37
+ 'ImageDefinitionBuildTaskGroupResponse',
38
+ 'ImageDefinitionBuildTaskResponse',
39
+ 'ImageDefinitionBuildTaskResponseParameters',
40
+ 'ImageReferenceResponse',
41
+ 'ImageValidationErrorDetailsResponse',
42
+ 'ManagedServiceIdentityResponse',
43
+ 'PlanMemberSyncStatusResponse',
44
+ 'PoolDevBoxDefinitionResponse',
45
+ 'ProjectCatalogSettingsResponse',
46
+ 'ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment',
47
+ 'ProjectNetworkSettingsResponse',
48
+ 'ResourcePolicyResponse',
49
+ 'SkuResponse',
50
+ 'StopOnDisconnectConfigurationResponse',
51
+ 'StopOnNoConnectConfigurationResponse',
52
+ 'SyncStatsResponse',
53
+ 'SystemDataResponse',
54
+ 'UserAssignedIdentityResponse',
55
+ 'UserRoleAssignmentResponse',
56
+ ]
57
+
58
+ @pulumi.output_type
59
+ class CapabilityResponse(dict):
60
+ """
61
+ A name/value pair to describe a capability.
62
+ """
63
+ def __init__(__self__, *,
64
+ name: str,
65
+ value: str):
66
+ """
67
+ A name/value pair to describe a capability.
68
+ :param str name: Name of the capability.
69
+ :param str value: Value of the capability.
70
+ """
71
+ pulumi.set(__self__, "name", name)
72
+ pulumi.set(__self__, "value", value)
73
+
74
+ @property
75
+ @pulumi.getter
76
+ def name(self) -> str:
77
+ """
78
+ Name of the capability.
79
+ """
80
+ return pulumi.get(self, "name")
81
+
82
+ @property
83
+ @pulumi.getter
84
+ def value(self) -> str:
85
+ """
86
+ Value of the capability.
87
+ """
88
+ return pulumi.get(self, "value")
89
+
90
+
91
+ @pulumi.output_type
92
+ class CatalogConflictErrorResponse(dict):
93
+ """
94
+ An individual conflict error.
95
+ """
96
+ def __init__(__self__, *,
97
+ name: str,
98
+ path: str):
99
+ """
100
+ An individual conflict error.
101
+ :param str name: Name of the conflicting catalog item.
102
+ :param str path: The path of the file that has a conflicting name.
103
+ """
104
+ pulumi.set(__self__, "name", name)
105
+ pulumi.set(__self__, "path", path)
106
+
107
+ @property
108
+ @pulumi.getter
109
+ def name(self) -> str:
110
+ """
111
+ Name of the conflicting catalog item.
112
+ """
113
+ return pulumi.get(self, "name")
114
+
115
+ @property
116
+ @pulumi.getter
117
+ def path(self) -> str:
118
+ """
119
+ The path of the file that has a conflicting name.
120
+ """
121
+ return pulumi.get(self, "path")
122
+
123
+
124
+ @pulumi.output_type
125
+ class CatalogErrorDetailsResponse(dict):
126
+ """
127
+ Catalog error details
128
+ """
129
+ def __init__(__self__, *,
130
+ code: Optional[str] = None,
131
+ message: Optional[str] = None):
132
+ """
133
+ Catalog error details
134
+ :param str code: An identifier for the error.
135
+ :param str message: A message describing the error.
136
+ """
137
+ if code is not None:
138
+ pulumi.set(__self__, "code", code)
139
+ if message is not None:
140
+ pulumi.set(__self__, "message", message)
141
+
142
+ @property
143
+ @pulumi.getter
144
+ def code(self) -> Optional[str]:
145
+ """
146
+ An identifier for the error.
147
+ """
148
+ return pulumi.get(self, "code")
149
+
150
+ @property
151
+ @pulumi.getter
152
+ def message(self) -> Optional[str]:
153
+ """
154
+ A message describing the error.
155
+ """
156
+ return pulumi.get(self, "message")
157
+
158
+
159
+ @pulumi.output_type
160
+ class CatalogSyncErrorResponse(dict):
161
+ """
162
+ An individual synchronization error.
163
+ """
164
+ def __init__(__self__, *,
165
+ error_details: Sequence['outputs.CatalogErrorDetailsResponse'],
166
+ path: str):
167
+ """
168
+ An individual synchronization error.
169
+ :param Sequence['CatalogErrorDetailsResponse'] error_details: Errors associated with the file.
170
+ :param str path: The path of the file the error is associated with.
171
+ """
172
+ pulumi.set(__self__, "error_details", error_details)
173
+ pulumi.set(__self__, "path", path)
174
+
175
+ @property
176
+ @pulumi.getter(name="errorDetails")
177
+ def error_details(self) -> Sequence['outputs.CatalogErrorDetailsResponse']:
178
+ """
179
+ Errors associated with the file.
180
+ """
181
+ return pulumi.get(self, "error_details")
182
+
183
+ @property
184
+ @pulumi.getter
185
+ def path(self) -> str:
186
+ """
187
+ The path of the file the error is associated with.
188
+ """
189
+ return pulumi.get(self, "path")
190
+
191
+
192
+ @pulumi.output_type
193
+ class CustomerManagedKeyEncryptionResponse(dict):
194
+ """
195
+ All Customer-managed key encryption properties for the resource.
196
+ """
197
+ @staticmethod
198
+ def __key_warning(key: str):
199
+ suggest = None
200
+ if key == "keyEncryptionKeyIdentity":
201
+ suggest = "key_encryption_key_identity"
202
+ elif key == "keyEncryptionKeyUrl":
203
+ suggest = "key_encryption_key_url"
204
+
205
+ if suggest:
206
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
207
+
208
+ def __getitem__(self, key: str) -> Any:
209
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
210
+ return super().__getitem__(key)
211
+
212
+ def get(self, key: str, default = None) -> Any:
213
+ CustomerManagedKeyEncryptionResponse.__key_warning(key)
214
+ return super().get(key, default)
215
+
216
+ def __init__(__self__, *,
217
+ key_encryption_key_identity: Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity'] = None,
218
+ key_encryption_key_url: Optional[str] = None):
219
+ """
220
+ All Customer-managed key encryption properties for the resource.
221
+ :param 'CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity' key_encryption_key_identity: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
222
+ :param str key_encryption_key_url: key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
223
+ """
224
+ if key_encryption_key_identity is not None:
225
+ pulumi.set(__self__, "key_encryption_key_identity", key_encryption_key_identity)
226
+ if key_encryption_key_url is not None:
227
+ pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
228
+
229
+ @property
230
+ @pulumi.getter(name="keyEncryptionKeyIdentity")
231
+ def key_encryption_key_identity(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity']:
232
+ """
233
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
234
+ """
235
+ return pulumi.get(self, "key_encryption_key_identity")
236
+
237
+ @property
238
+ @pulumi.getter(name="keyEncryptionKeyUrl")
239
+ def key_encryption_key_url(self) -> Optional[str]:
240
+ """
241
+ key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek.
242
+ """
243
+ return pulumi.get(self, "key_encryption_key_url")
244
+
245
+
246
+ @pulumi.output_type
247
+ class CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity(dict):
248
+ """
249
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
250
+ """
251
+ @staticmethod
252
+ def __key_warning(key: str):
253
+ suggest = None
254
+ if key == "delegatedIdentityClientId":
255
+ suggest = "delegated_identity_client_id"
256
+ elif key == "identityType":
257
+ suggest = "identity_type"
258
+ elif key == "userAssignedIdentityResourceId":
259
+ suggest = "user_assigned_identity_resource_id"
260
+
261
+ if suggest:
262
+ pulumi.log.warn(f"Key '{key}' not found in CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity. Access the value via the '{suggest}' property getter instead.")
263
+
264
+ def __getitem__(self, key: str) -> Any:
265
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
266
+ return super().__getitem__(key)
267
+
268
+ def get(self, key: str, default = None) -> Any:
269
+ CustomerManagedKeyEncryptionResponseKeyEncryptionKeyIdentity.__key_warning(key)
270
+ return super().get(key, default)
271
+
272
+ def __init__(__self__, *,
273
+ delegated_identity_client_id: Optional[str] = None,
274
+ identity_type: Optional[str] = None,
275
+ user_assigned_identity_resource_id: Optional[str] = None):
276
+ """
277
+ All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
278
+ :param str delegated_identity_client_id: delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
279
+ :param str identity_type: Values can be systemAssignedIdentity or userAssignedIdentity
280
+ :param str user_assigned_identity_resource_id: user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
281
+ """
282
+ if delegated_identity_client_id is not None:
283
+ pulumi.set(__self__, "delegated_identity_client_id", delegated_identity_client_id)
284
+ if identity_type is not None:
285
+ pulumi.set(__self__, "identity_type", identity_type)
286
+ if user_assigned_identity_resource_id is not None:
287
+ pulumi.set(__self__, "user_assigned_identity_resource_id", user_assigned_identity_resource_id)
288
+
289
+ @property
290
+ @pulumi.getter(name="delegatedIdentityClientId")
291
+ def delegated_identity_client_id(self) -> Optional[str]:
292
+ """
293
+ delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and userAssignedIdentity - internal use only.
294
+ """
295
+ return pulumi.get(self, "delegated_identity_client_id")
296
+
297
+ @property
298
+ @pulumi.getter(name="identityType")
299
+ def identity_type(self) -> Optional[str]:
300
+ """
301
+ Values can be systemAssignedIdentity or userAssignedIdentity
302
+ """
303
+ return pulumi.get(self, "identity_type")
304
+
305
+ @property
306
+ @pulumi.getter(name="userAssignedIdentityResourceId")
307
+ def user_assigned_identity_resource_id(self) -> Optional[str]:
308
+ """
309
+ user assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId. Mutually exclusive with identityType systemAssignedIdentity and delegatedResourceIdentity.
310
+ """
311
+ return pulumi.get(self, "user_assigned_identity_resource_id")
312
+
313
+
314
+ @pulumi.output_type
315
+ class DevBoxProvisioningSettingsResponse(dict):
316
+ """
317
+ Provisioning settings that apply to all Dev Boxes created in this dev center
318
+ """
319
+ @staticmethod
320
+ def __key_warning(key: str):
321
+ suggest = None
322
+ if key == "installAzureMonitorAgentEnableStatus":
323
+ suggest = "install_azure_monitor_agent_enable_status"
324
+
325
+ if suggest:
326
+ pulumi.log.warn(f"Key '{key}' not found in DevBoxProvisioningSettingsResponse. Access the value via the '{suggest}' property getter instead.")
327
+
328
+ def __getitem__(self, key: str) -> Any:
329
+ DevBoxProvisioningSettingsResponse.__key_warning(key)
330
+ return super().__getitem__(key)
331
+
332
+ def get(self, key: str, default = None) -> Any:
333
+ DevBoxProvisioningSettingsResponse.__key_warning(key)
334
+ return super().get(key, default)
335
+
336
+ def __init__(__self__, *,
337
+ install_azure_monitor_agent_enable_status: Optional[str] = None):
338
+ """
339
+ Provisioning settings that apply to all Dev Boxes created in this dev center
340
+ :param str install_azure_monitor_agent_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
341
+ """
342
+ if install_azure_monitor_agent_enable_status is not None:
343
+ pulumi.set(__self__, "install_azure_monitor_agent_enable_status", install_azure_monitor_agent_enable_status)
344
+
345
+ @property
346
+ @pulumi.getter(name="installAzureMonitorAgentEnableStatus")
347
+ def install_azure_monitor_agent_enable_status(self) -> Optional[str]:
348
+ """
349
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
350
+ """
351
+ return pulumi.get(self, "install_azure_monitor_agent_enable_status")
352
+
353
+
354
+ @pulumi.output_type
355
+ class DevCenterNetworkSettingsResponse(dict):
356
+ """
357
+ Network settings for the Dev Center.
358
+ """
359
+ @staticmethod
360
+ def __key_warning(key: str):
361
+ suggest = None
362
+ if key == "microsoftHostedNetworkEnableStatus":
363
+ suggest = "microsoft_hosted_network_enable_status"
364
+
365
+ if suggest:
366
+ pulumi.log.warn(f"Key '{key}' not found in DevCenterNetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
367
+
368
+ def __getitem__(self, key: str) -> Any:
369
+ DevCenterNetworkSettingsResponse.__key_warning(key)
370
+ return super().__getitem__(key)
371
+
372
+ def get(self, key: str, default = None) -> Any:
373
+ DevCenterNetworkSettingsResponse.__key_warning(key)
374
+ return super().get(key, default)
375
+
376
+ def __init__(__self__, *,
377
+ microsoft_hosted_network_enable_status: Optional[str] = None):
378
+ """
379
+ Network settings for the Dev Center.
380
+ :param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
381
+ """
382
+ if microsoft_hosted_network_enable_status is not None:
383
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
384
+
385
+ @property
386
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
387
+ def microsoft_hosted_network_enable_status(self) -> Optional[str]:
388
+ """
389
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
390
+ """
391
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
392
+
393
+
394
+ @pulumi.output_type
395
+ class DevCenterProjectCatalogSettingsResponse(dict):
396
+ """
397
+ Project catalog settings for project catalogs under a project associated to this dev center.
398
+ """
399
+ @staticmethod
400
+ def __key_warning(key: str):
401
+ suggest = None
402
+ if key == "catalogItemSyncEnableStatus":
403
+ suggest = "catalog_item_sync_enable_status"
404
+
405
+ if suggest:
406
+ pulumi.log.warn(f"Key '{key}' not found in DevCenterProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
407
+
408
+ def __getitem__(self, key: str) -> Any:
409
+ DevCenterProjectCatalogSettingsResponse.__key_warning(key)
410
+ return super().__getitem__(key)
411
+
412
+ def get(self, key: str, default = None) -> Any:
413
+ DevCenterProjectCatalogSettingsResponse.__key_warning(key)
414
+ return super().get(key, default)
415
+
416
+ def __init__(__self__, *,
417
+ catalog_item_sync_enable_status: Optional[str] = None):
418
+ """
419
+ Project catalog settings for project catalogs under a project associated to this dev center.
420
+ :param str catalog_item_sync_enable_status: Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
421
+ """
422
+ if catalog_item_sync_enable_status is not None:
423
+ pulumi.set(__self__, "catalog_item_sync_enable_status", catalog_item_sync_enable_status)
424
+
425
+ @property
426
+ @pulumi.getter(name="catalogItemSyncEnableStatus")
427
+ def catalog_item_sync_enable_status(self) -> Optional[str]:
428
+ """
429
+ Whether project catalogs associated with projects in this dev center can be configured to sync catalog items.
430
+ """
431
+ return pulumi.get(self, "catalog_item_sync_enable_status")
432
+
433
+
434
+ @pulumi.output_type
435
+ class DevCenterSkuResponse(dict):
436
+ """
437
+ The resource model definition representing SKU for DevCenter resources
438
+ """
439
+ def __init__(__self__, *,
440
+ capabilities: Sequence['outputs.CapabilityResponse'],
441
+ locations: Sequence[str],
442
+ name: str,
443
+ resource_type: str,
444
+ capacity: Optional[int] = None,
445
+ family: Optional[str] = None,
446
+ size: Optional[str] = None,
447
+ tier: Optional[str] = None):
448
+ """
449
+ The resource model definition representing SKU for DevCenter resources
450
+ :param Sequence['CapabilityResponse'] capabilities: Collection of name/value pairs to describe the SKU capabilities.
451
+ :param Sequence[str] locations: SKU supported locations.
452
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
453
+ :param str resource_type: The name of the resource type
454
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
455
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
456
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
457
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
458
+ """
459
+ pulumi.set(__self__, "capabilities", capabilities)
460
+ pulumi.set(__self__, "locations", locations)
461
+ pulumi.set(__self__, "name", name)
462
+ pulumi.set(__self__, "resource_type", resource_type)
463
+ if capacity is not None:
464
+ pulumi.set(__self__, "capacity", capacity)
465
+ if family is not None:
466
+ pulumi.set(__self__, "family", family)
467
+ if size is not None:
468
+ pulumi.set(__self__, "size", size)
469
+ if tier is not None:
470
+ pulumi.set(__self__, "tier", tier)
471
+
472
+ @property
473
+ @pulumi.getter
474
+ def capabilities(self) -> Sequence['outputs.CapabilityResponse']:
475
+ """
476
+ Collection of name/value pairs to describe the SKU capabilities.
477
+ """
478
+ return pulumi.get(self, "capabilities")
479
+
480
+ @property
481
+ @pulumi.getter
482
+ def locations(self) -> Sequence[str]:
483
+ """
484
+ SKU supported locations.
485
+ """
486
+ return pulumi.get(self, "locations")
487
+
488
+ @property
489
+ @pulumi.getter
490
+ def name(self) -> str:
491
+ """
492
+ The name of the SKU. E.g. P3. It is typically a letter+number code
493
+ """
494
+ return pulumi.get(self, "name")
495
+
496
+ @property
497
+ @pulumi.getter(name="resourceType")
498
+ def resource_type(self) -> str:
499
+ """
500
+ The name of the resource type
501
+ """
502
+ return pulumi.get(self, "resource_type")
503
+
504
+ @property
505
+ @pulumi.getter
506
+ def capacity(self) -> Optional[int]:
507
+ """
508
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
509
+ """
510
+ return pulumi.get(self, "capacity")
511
+
512
+ @property
513
+ @pulumi.getter
514
+ def family(self) -> Optional[str]:
515
+ """
516
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
517
+ """
518
+ return pulumi.get(self, "family")
519
+
520
+ @property
521
+ @pulumi.getter
522
+ def size(self) -> Optional[str]:
523
+ """
524
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
525
+ """
526
+ return pulumi.get(self, "size")
527
+
528
+ @property
529
+ @pulumi.getter
530
+ def tier(self) -> Optional[str]:
531
+ """
532
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
533
+ """
534
+ return pulumi.get(self, "tier")
535
+
536
+
537
+ @pulumi.output_type
538
+ class EncryptionResponse(dict):
539
+ @staticmethod
540
+ def __key_warning(key: str):
541
+ suggest = None
542
+ if key == "customerManagedKeyEncryption":
543
+ suggest = "customer_managed_key_encryption"
544
+
545
+ if suggest:
546
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
547
+
548
+ def __getitem__(self, key: str) -> Any:
549
+ EncryptionResponse.__key_warning(key)
550
+ return super().__getitem__(key)
551
+
552
+ def get(self, key: str, default = None) -> Any:
553
+ EncryptionResponse.__key_warning(key)
554
+ return super().get(key, default)
555
+
556
+ def __init__(__self__, *,
557
+ customer_managed_key_encryption: Optional['outputs.CustomerManagedKeyEncryptionResponse'] = None):
558
+ """
559
+ :param 'CustomerManagedKeyEncryptionResponse' customer_managed_key_encryption: All Customer-managed key encryption properties for the resource.
560
+ """
561
+ if customer_managed_key_encryption is not None:
562
+ pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
563
+
564
+ @property
565
+ @pulumi.getter(name="customerManagedKeyEncryption")
566
+ def customer_managed_key_encryption(self) -> Optional['outputs.CustomerManagedKeyEncryptionResponse']:
567
+ """
568
+ All Customer-managed key encryption properties for the resource.
569
+ """
570
+ return pulumi.get(self, "customer_managed_key_encryption")
571
+
572
+
573
+ @pulumi.output_type
574
+ class EnvironmentRoleResponse(dict):
575
+ """
576
+ A role that can be assigned to a user.
577
+ """
578
+ @staticmethod
579
+ def __key_warning(key: str):
580
+ suggest = None
581
+ if key == "roleName":
582
+ suggest = "role_name"
583
+
584
+ if suggest:
585
+ pulumi.log.warn(f"Key '{key}' not found in EnvironmentRoleResponse. Access the value via the '{suggest}' property getter instead.")
586
+
587
+ def __getitem__(self, key: str) -> Any:
588
+ EnvironmentRoleResponse.__key_warning(key)
589
+ return super().__getitem__(key)
590
+
591
+ def get(self, key: str, default = None) -> Any:
592
+ EnvironmentRoleResponse.__key_warning(key)
593
+ return super().get(key, default)
594
+
595
+ def __init__(__self__, *,
596
+ description: str,
597
+ role_name: str):
598
+ """
599
+ A role that can be assigned to a user.
600
+ :param str description: This is a description of the Role Assignment.
601
+ :param str role_name: The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
602
+ """
603
+ pulumi.set(__self__, "description", description)
604
+ pulumi.set(__self__, "role_name", role_name)
605
+
606
+ @property
607
+ @pulumi.getter
608
+ def description(self) -> str:
609
+ """
610
+ This is a description of the Role Assignment.
611
+ """
612
+ return pulumi.get(self, "description")
613
+
614
+ @property
615
+ @pulumi.getter(name="roleName")
616
+ def role_name(self) -> str:
617
+ """
618
+ The common name of the Role Assignment. This is a descriptive name such as 'AcrPush'.
619
+ """
620
+ return pulumi.get(self, "role_name")
621
+
622
+
623
+ @pulumi.output_type
624
+ class ErrorAdditionalInfoResponse(dict):
625
+ """
626
+ The resource management error additional info.
627
+ """
628
+ def __init__(__self__, *,
629
+ info: Any,
630
+ type: str):
631
+ """
632
+ The resource management error additional info.
633
+ :param Any info: The additional info.
634
+ :param str type: The additional info type.
635
+ """
636
+ pulumi.set(__self__, "info", info)
637
+ pulumi.set(__self__, "type", type)
638
+
639
+ @property
640
+ @pulumi.getter
641
+ def info(self) -> Any:
642
+ """
643
+ The additional info.
644
+ """
645
+ return pulumi.get(self, "info")
646
+
647
+ @property
648
+ @pulumi.getter
649
+ def type(self) -> str:
650
+ """
651
+ The additional info type.
652
+ """
653
+ return pulumi.get(self, "type")
654
+
655
+
656
+ @pulumi.output_type
657
+ class ErrorDetailResponse(dict):
658
+ """
659
+ The error detail.
660
+ """
661
+ @staticmethod
662
+ def __key_warning(key: str):
663
+ suggest = None
664
+ if key == "additionalInfo":
665
+ suggest = "additional_info"
666
+
667
+ if suggest:
668
+ pulumi.log.warn(f"Key '{key}' not found in ErrorDetailResponse. Access the value via the '{suggest}' property getter instead.")
669
+
670
+ def __getitem__(self, key: str) -> Any:
671
+ ErrorDetailResponse.__key_warning(key)
672
+ return super().__getitem__(key)
673
+
674
+ def get(self, key: str, default = None) -> Any:
675
+ ErrorDetailResponse.__key_warning(key)
676
+ return super().get(key, default)
677
+
678
+ def __init__(__self__, *,
679
+ additional_info: Sequence['outputs.ErrorAdditionalInfoResponse'],
680
+ code: str,
681
+ details: Sequence['outputs.ErrorDetailResponse'],
682
+ message: str,
683
+ target: str):
684
+ """
685
+ The error detail.
686
+ :param Sequence['ErrorAdditionalInfoResponse'] additional_info: The error additional info.
687
+ :param str code: The error code.
688
+ :param Sequence['ErrorDetailResponse'] details: The error details.
689
+ :param str message: The error message.
690
+ :param str target: The error target.
691
+ """
692
+ pulumi.set(__self__, "additional_info", additional_info)
693
+ pulumi.set(__self__, "code", code)
694
+ pulumi.set(__self__, "details", details)
695
+ pulumi.set(__self__, "message", message)
696
+ pulumi.set(__self__, "target", target)
697
+
698
+ @property
699
+ @pulumi.getter(name="additionalInfo")
700
+ def additional_info(self) -> Sequence['outputs.ErrorAdditionalInfoResponse']:
701
+ """
702
+ The error additional info.
703
+ """
704
+ return pulumi.get(self, "additional_info")
705
+
706
+ @property
707
+ @pulumi.getter
708
+ def code(self) -> str:
709
+ """
710
+ The error code.
711
+ """
712
+ return pulumi.get(self, "code")
713
+
714
+ @property
715
+ @pulumi.getter
716
+ def details(self) -> Sequence['outputs.ErrorDetailResponse']:
717
+ """
718
+ The error details.
719
+ """
720
+ return pulumi.get(self, "details")
721
+
722
+ @property
723
+ @pulumi.getter
724
+ def message(self) -> str:
725
+ """
726
+ The error message.
727
+ """
728
+ return pulumi.get(self, "message")
729
+
730
+ @property
731
+ @pulumi.getter
732
+ def target(self) -> str:
733
+ """
734
+ The error target.
735
+ """
736
+ return pulumi.get(self, "target")
737
+
738
+
739
+ @pulumi.output_type
740
+ class GitCatalogResponse(dict):
741
+ """
742
+ Properties for a Git repository catalog.
743
+ """
744
+ @staticmethod
745
+ def __key_warning(key: str):
746
+ suggest = None
747
+ if key == "secretIdentifier":
748
+ suggest = "secret_identifier"
749
+
750
+ if suggest:
751
+ pulumi.log.warn(f"Key '{key}' not found in GitCatalogResponse. Access the value via the '{suggest}' property getter instead.")
752
+
753
+ def __getitem__(self, key: str) -> Any:
754
+ GitCatalogResponse.__key_warning(key)
755
+ return super().__getitem__(key)
756
+
757
+ def get(self, key: str, default = None) -> Any:
758
+ GitCatalogResponse.__key_warning(key)
759
+ return super().get(key, default)
760
+
761
+ def __init__(__self__, *,
762
+ branch: Optional[str] = None,
763
+ path: Optional[str] = None,
764
+ secret_identifier: Optional[str] = None,
765
+ uri: Optional[str] = None):
766
+ """
767
+ Properties for a Git repository catalog.
768
+ :param str branch: Git branch.
769
+ :param str path: The folder where the catalog items can be found inside the repository.
770
+ :param str secret_identifier: A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
771
+ :param str uri: Git URI.
772
+ """
773
+ if branch is not None:
774
+ pulumi.set(__self__, "branch", branch)
775
+ if path is not None:
776
+ pulumi.set(__self__, "path", path)
777
+ if secret_identifier is not None:
778
+ pulumi.set(__self__, "secret_identifier", secret_identifier)
779
+ if uri is not None:
780
+ pulumi.set(__self__, "uri", uri)
781
+
782
+ @property
783
+ @pulumi.getter
784
+ def branch(self) -> Optional[str]:
785
+ """
786
+ Git branch.
787
+ """
788
+ return pulumi.get(self, "branch")
789
+
790
+ @property
791
+ @pulumi.getter
792
+ def path(self) -> Optional[str]:
793
+ """
794
+ The folder where the catalog items can be found inside the repository.
795
+ """
796
+ return pulumi.get(self, "path")
797
+
798
+ @property
799
+ @pulumi.getter(name="secretIdentifier")
800
+ def secret_identifier(self) -> Optional[str]:
801
+ """
802
+ A reference to the Key Vault secret containing a security token to authenticate to a Git repository.
803
+ """
804
+ return pulumi.get(self, "secret_identifier")
805
+
806
+ @property
807
+ @pulumi.getter
808
+ def uri(self) -> Optional[str]:
809
+ """
810
+ Git URI.
811
+ """
812
+ return pulumi.get(self, "uri")
813
+
814
+
815
+ @pulumi.output_type
816
+ class HealthStatusDetailResponse(dict):
817
+ """
818
+ Pool health status detail.
819
+ """
820
+ def __init__(__self__, *,
821
+ code: str,
822
+ message: str):
823
+ """
824
+ Pool health status detail.
825
+ :param str code: An identifier for the issue.
826
+ :param str message: A message describing the issue, intended to be suitable for display in a user interface
827
+ """
828
+ pulumi.set(__self__, "code", code)
829
+ pulumi.set(__self__, "message", message)
830
+
831
+ @property
832
+ @pulumi.getter
833
+ def code(self) -> str:
834
+ """
835
+ An identifier for the issue.
836
+ """
837
+ return pulumi.get(self, "code")
838
+
839
+ @property
840
+ @pulumi.getter
841
+ def message(self) -> str:
842
+ """
843
+ A message describing the issue, intended to be suitable for display in a user interface
844
+ """
845
+ return pulumi.get(self, "message")
846
+
847
+
848
+ @pulumi.output_type
849
+ class ImageCreationErrorDetailsResponse(dict):
850
+ """
851
+ Image creation error details
852
+ """
853
+ def __init__(__self__, *,
854
+ code: Optional[str] = None,
855
+ message: Optional[str] = None):
856
+ """
857
+ Image creation error details
858
+ :param str code: An identifier for the error.
859
+ :param str message: A message describing the error.
860
+ """
861
+ if code is not None:
862
+ pulumi.set(__self__, "code", code)
863
+ if message is not None:
864
+ pulumi.set(__self__, "message", message)
865
+
866
+ @property
867
+ @pulumi.getter
868
+ def code(self) -> Optional[str]:
869
+ """
870
+ An identifier for the error.
871
+ """
872
+ return pulumi.get(self, "code")
873
+
874
+ @property
875
+ @pulumi.getter
876
+ def message(self) -> Optional[str]:
877
+ """
878
+ A message describing the error.
879
+ """
880
+ return pulumi.get(self, "message")
881
+
882
+
883
+ @pulumi.output_type
884
+ class ImageDefinitionBuildTaskGroupResponse(dict):
885
+ """
886
+ A task group executed during the image definition build.
887
+ """
888
+ def __init__(__self__, *,
889
+ end_time: str,
890
+ name: str,
891
+ start_time: str,
892
+ status: str,
893
+ tasks: Sequence['outputs.ImageDefinitionBuildTaskResponse']):
894
+ """
895
+ A task group executed during the image definition build.
896
+ :param str end_time: End time of the task group.
897
+ :param str name: The name of the task group.
898
+ :param str start_time: Start time of the task group.
899
+ :param str status: The status of the task group.
900
+ :param Sequence['ImageDefinitionBuildTaskResponse'] tasks: The list of tasks executed during the task group.
901
+ """
902
+ pulumi.set(__self__, "end_time", end_time)
903
+ pulumi.set(__self__, "name", name)
904
+ pulumi.set(__self__, "start_time", start_time)
905
+ pulumi.set(__self__, "status", status)
906
+ pulumi.set(__self__, "tasks", tasks)
907
+
908
+ @property
909
+ @pulumi.getter(name="endTime")
910
+ def end_time(self) -> str:
911
+ """
912
+ End time of the task group.
913
+ """
914
+ return pulumi.get(self, "end_time")
915
+
916
+ @property
917
+ @pulumi.getter
918
+ def name(self) -> str:
919
+ """
920
+ The name of the task group.
921
+ """
922
+ return pulumi.get(self, "name")
923
+
924
+ @property
925
+ @pulumi.getter(name="startTime")
926
+ def start_time(self) -> str:
927
+ """
928
+ Start time of the task group.
929
+ """
930
+ return pulumi.get(self, "start_time")
931
+
932
+ @property
933
+ @pulumi.getter
934
+ def status(self) -> str:
935
+ """
936
+ The status of the task group.
937
+ """
938
+ return pulumi.get(self, "status")
939
+
940
+ @property
941
+ @pulumi.getter
942
+ def tasks(self) -> Sequence['outputs.ImageDefinitionBuildTaskResponse']:
943
+ """
944
+ The list of tasks executed during the task group.
945
+ """
946
+ return pulumi.get(self, "tasks")
947
+
948
+
949
+ @pulumi.output_type
950
+ class ImageDefinitionBuildTaskResponse(dict):
951
+ """
952
+ A task executed during the image definition build.
953
+ """
954
+ def __init__(__self__, *,
955
+ end_time: str,
956
+ id: str,
957
+ log_uri: str,
958
+ start_time: str,
959
+ status: str,
960
+ display_name: Optional[str] = None,
961
+ name: Optional[str] = None,
962
+ parameters: Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']] = None):
963
+ """
964
+ A task executed during the image definition build.
965
+ :param str end_time: End time of the task.
966
+ :param str id: ID of the task instance.
967
+ :param str log_uri: The URI for retrieving logs for the task execution.
968
+ :param str start_time: Start time of the task.
969
+ :param str status: The status of the task.
970
+ :param str display_name: Display name to help differentiate multiple instances of the same task.
971
+ :param str name: The name of the task.
972
+ :param Sequence['ImageDefinitionBuildTaskResponseParameters'] parameters: Parameters for the task.
973
+ """
974
+ pulumi.set(__self__, "end_time", end_time)
975
+ pulumi.set(__self__, "id", id)
976
+ pulumi.set(__self__, "log_uri", log_uri)
977
+ pulumi.set(__self__, "start_time", start_time)
978
+ pulumi.set(__self__, "status", status)
979
+ if display_name is not None:
980
+ pulumi.set(__self__, "display_name", display_name)
981
+ if name is not None:
982
+ pulumi.set(__self__, "name", name)
983
+ if parameters is not None:
984
+ pulumi.set(__self__, "parameters", parameters)
985
+
986
+ @property
987
+ @pulumi.getter(name="endTime")
988
+ def end_time(self) -> str:
989
+ """
990
+ End time of the task.
991
+ """
992
+ return pulumi.get(self, "end_time")
993
+
994
+ @property
995
+ @pulumi.getter
996
+ def id(self) -> str:
997
+ """
998
+ ID of the task instance.
999
+ """
1000
+ return pulumi.get(self, "id")
1001
+
1002
+ @property
1003
+ @pulumi.getter(name="logUri")
1004
+ def log_uri(self) -> str:
1005
+ """
1006
+ The URI for retrieving logs for the task execution.
1007
+ """
1008
+ return pulumi.get(self, "log_uri")
1009
+
1010
+ @property
1011
+ @pulumi.getter(name="startTime")
1012
+ def start_time(self) -> str:
1013
+ """
1014
+ Start time of the task.
1015
+ """
1016
+ return pulumi.get(self, "start_time")
1017
+
1018
+ @property
1019
+ @pulumi.getter
1020
+ def status(self) -> str:
1021
+ """
1022
+ The status of the task.
1023
+ """
1024
+ return pulumi.get(self, "status")
1025
+
1026
+ @property
1027
+ @pulumi.getter(name="displayName")
1028
+ def display_name(self) -> Optional[str]:
1029
+ """
1030
+ Display name to help differentiate multiple instances of the same task.
1031
+ """
1032
+ return pulumi.get(self, "display_name")
1033
+
1034
+ @property
1035
+ @pulumi.getter
1036
+ def name(self) -> Optional[str]:
1037
+ """
1038
+ The name of the task.
1039
+ """
1040
+ return pulumi.get(self, "name")
1041
+
1042
+ @property
1043
+ @pulumi.getter
1044
+ def parameters(self) -> Optional[Sequence['outputs.ImageDefinitionBuildTaskResponseParameters']]:
1045
+ """
1046
+ Parameters for the task.
1047
+ """
1048
+ return pulumi.get(self, "parameters")
1049
+
1050
+
1051
+ @pulumi.output_type
1052
+ class ImageDefinitionBuildTaskResponseParameters(dict):
1053
+ def __init__(__self__, *,
1054
+ key: str,
1055
+ value: str):
1056
+ pulumi.set(__self__, "key", key)
1057
+ pulumi.set(__self__, "value", value)
1058
+
1059
+ @property
1060
+ @pulumi.getter
1061
+ def key(self) -> str:
1062
+ return pulumi.get(self, "key")
1063
+
1064
+ @property
1065
+ @pulumi.getter
1066
+ def value(self) -> str:
1067
+ return pulumi.get(self, "value")
1068
+
1069
+
1070
+ @pulumi.output_type
1071
+ class ImageReferenceResponse(dict):
1072
+ """
1073
+ Image reference information
1074
+ """
1075
+ @staticmethod
1076
+ def __key_warning(key: str):
1077
+ suggest = None
1078
+ if key == "exactVersion":
1079
+ suggest = "exact_version"
1080
+
1081
+ if suggest:
1082
+ pulumi.log.warn(f"Key '{key}' not found in ImageReferenceResponse. Access the value via the '{suggest}' property getter instead.")
1083
+
1084
+ def __getitem__(self, key: str) -> Any:
1085
+ ImageReferenceResponse.__key_warning(key)
1086
+ return super().__getitem__(key)
1087
+
1088
+ def get(self, key: str, default = None) -> Any:
1089
+ ImageReferenceResponse.__key_warning(key)
1090
+ return super().get(key, default)
1091
+
1092
+ def __init__(__self__, *,
1093
+ exact_version: str,
1094
+ id: Optional[str] = None):
1095
+ """
1096
+ Image reference information
1097
+ :param str exact_version: The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
1098
+ :param str id: Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
1099
+ """
1100
+ pulumi.set(__self__, "exact_version", exact_version)
1101
+ if id is not None:
1102
+ pulumi.set(__self__, "id", id)
1103
+
1104
+ @property
1105
+ @pulumi.getter(name="exactVersion")
1106
+ def exact_version(self) -> str:
1107
+ """
1108
+ The actual version of the image after use. When id references a gallery image latest version, this will indicate the actual version in use.
1109
+ """
1110
+ return pulumi.get(self, "exact_version")
1111
+
1112
+ @property
1113
+ @pulumi.getter
1114
+ def id(self) -> Optional[str]:
1115
+ """
1116
+ Image ID, or Image version ID. When Image ID is provided, its latest version will be used.
1117
+ """
1118
+ return pulumi.get(self, "id")
1119
+
1120
+
1121
+ @pulumi.output_type
1122
+ class ImageValidationErrorDetailsResponse(dict):
1123
+ """
1124
+ Image validation error details
1125
+ """
1126
+ def __init__(__self__, *,
1127
+ code: Optional[str] = None,
1128
+ message: Optional[str] = None):
1129
+ """
1130
+ Image validation error details
1131
+ :param str code: An identifier for the error.
1132
+ :param str message: A message describing the error.
1133
+ """
1134
+ if code is not None:
1135
+ pulumi.set(__self__, "code", code)
1136
+ if message is not None:
1137
+ pulumi.set(__self__, "message", message)
1138
+
1139
+ @property
1140
+ @pulumi.getter
1141
+ def code(self) -> Optional[str]:
1142
+ """
1143
+ An identifier for the error.
1144
+ """
1145
+ return pulumi.get(self, "code")
1146
+
1147
+ @property
1148
+ @pulumi.getter
1149
+ def message(self) -> Optional[str]:
1150
+ """
1151
+ A message describing the error.
1152
+ """
1153
+ return pulumi.get(self, "message")
1154
+
1155
+
1156
+ @pulumi.output_type
1157
+ class ManagedServiceIdentityResponse(dict):
1158
+ """
1159
+ Managed service identity (system assigned and/or user assigned identities)
1160
+ """
1161
+ @staticmethod
1162
+ def __key_warning(key: str):
1163
+ suggest = None
1164
+ if key == "principalId":
1165
+ suggest = "principal_id"
1166
+ elif key == "tenantId":
1167
+ suggest = "tenant_id"
1168
+ elif key == "userAssignedIdentities":
1169
+ suggest = "user_assigned_identities"
1170
+
1171
+ if suggest:
1172
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1173
+
1174
+ def __getitem__(self, key: str) -> Any:
1175
+ ManagedServiceIdentityResponse.__key_warning(key)
1176
+ return super().__getitem__(key)
1177
+
1178
+ def get(self, key: str, default = None) -> Any:
1179
+ ManagedServiceIdentityResponse.__key_warning(key)
1180
+ return super().get(key, default)
1181
+
1182
+ def __init__(__self__, *,
1183
+ principal_id: str,
1184
+ tenant_id: str,
1185
+ type: str,
1186
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1187
+ """
1188
+ Managed service identity (system assigned and/or user assigned identities)
1189
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1190
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1191
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1192
+ :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.
1193
+ """
1194
+ pulumi.set(__self__, "principal_id", principal_id)
1195
+ pulumi.set(__self__, "tenant_id", tenant_id)
1196
+ pulumi.set(__self__, "type", type)
1197
+ if user_assigned_identities is not None:
1198
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1199
+
1200
+ @property
1201
+ @pulumi.getter(name="principalId")
1202
+ def principal_id(self) -> str:
1203
+ """
1204
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1205
+ """
1206
+ return pulumi.get(self, "principal_id")
1207
+
1208
+ @property
1209
+ @pulumi.getter(name="tenantId")
1210
+ def tenant_id(self) -> str:
1211
+ """
1212
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1213
+ """
1214
+ return pulumi.get(self, "tenant_id")
1215
+
1216
+ @property
1217
+ @pulumi.getter
1218
+ def type(self) -> str:
1219
+ """
1220
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1221
+ """
1222
+ return pulumi.get(self, "type")
1223
+
1224
+ @property
1225
+ @pulumi.getter(name="userAssignedIdentities")
1226
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1227
+ """
1228
+ 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.
1229
+ """
1230
+ return pulumi.get(self, "user_assigned_identities")
1231
+
1232
+
1233
+ @pulumi.output_type
1234
+ class PlanMemberSyncStatusResponse(dict):
1235
+ """
1236
+ The sync status of the plan member.
1237
+ """
1238
+ @staticmethod
1239
+ def __key_warning(key: str):
1240
+ suggest = None
1241
+ if key == "lastSyncTime":
1242
+ suggest = "last_sync_time"
1243
+ elif key == "syncState":
1244
+ suggest = "sync_state"
1245
+ elif key == "lastSyncError":
1246
+ suggest = "last_sync_error"
1247
+
1248
+ if suggest:
1249
+ pulumi.log.warn(f"Key '{key}' not found in PlanMemberSyncStatusResponse. Access the value via the '{suggest}' property getter instead.")
1250
+
1251
+ def __getitem__(self, key: str) -> Any:
1252
+ PlanMemberSyncStatusResponse.__key_warning(key)
1253
+ return super().__getitem__(key)
1254
+
1255
+ def get(self, key: str, default = None) -> Any:
1256
+ PlanMemberSyncStatusResponse.__key_warning(key)
1257
+ return super().get(key, default)
1258
+
1259
+ def __init__(__self__, *,
1260
+ last_sync_time: str,
1261
+ sync_state: str,
1262
+ last_sync_error: Optional['outputs.ErrorDetailResponse'] = None):
1263
+ """
1264
+ The sync status of the plan member.
1265
+ :param str last_sync_time: When the plan member was last synced.
1266
+ :param str sync_state: The synchronization state of the plan member.
1267
+ :param 'ErrorDetailResponse' last_sync_error: Error response describing why the sync failed.
1268
+ """
1269
+ pulumi.set(__self__, "last_sync_time", last_sync_time)
1270
+ pulumi.set(__self__, "sync_state", sync_state)
1271
+ if last_sync_error is not None:
1272
+ pulumi.set(__self__, "last_sync_error", last_sync_error)
1273
+
1274
+ @property
1275
+ @pulumi.getter(name="lastSyncTime")
1276
+ def last_sync_time(self) -> str:
1277
+ """
1278
+ When the plan member was last synced.
1279
+ """
1280
+ return pulumi.get(self, "last_sync_time")
1281
+
1282
+ @property
1283
+ @pulumi.getter(name="syncState")
1284
+ def sync_state(self) -> str:
1285
+ """
1286
+ The synchronization state of the plan member.
1287
+ """
1288
+ return pulumi.get(self, "sync_state")
1289
+
1290
+ @property
1291
+ @pulumi.getter(name="lastSyncError")
1292
+ def last_sync_error(self) -> Optional['outputs.ErrorDetailResponse']:
1293
+ """
1294
+ Error response describing why the sync failed.
1295
+ """
1296
+ return pulumi.get(self, "last_sync_error")
1297
+
1298
+
1299
+ @pulumi.output_type
1300
+ class PoolDevBoxDefinitionResponse(dict):
1301
+ """
1302
+ Represents a definition for a Developer Machine.
1303
+ """
1304
+ @staticmethod
1305
+ def __key_warning(key: str):
1306
+ suggest = None
1307
+ if key == "activeImageReference":
1308
+ suggest = "active_image_reference"
1309
+ elif key == "imageReference":
1310
+ suggest = "image_reference"
1311
+
1312
+ if suggest:
1313
+ pulumi.log.warn(f"Key '{key}' not found in PoolDevBoxDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
1314
+
1315
+ def __getitem__(self, key: str) -> Any:
1316
+ PoolDevBoxDefinitionResponse.__key_warning(key)
1317
+ return super().__getitem__(key)
1318
+
1319
+ def get(self, key: str, default = None) -> Any:
1320
+ PoolDevBoxDefinitionResponse.__key_warning(key)
1321
+ return super().get(key, default)
1322
+
1323
+ def __init__(__self__, *,
1324
+ active_image_reference: 'outputs.ImageReferenceResponse',
1325
+ image_reference: Optional['outputs.ImageReferenceResponse'] = None,
1326
+ sku: Optional['outputs.SkuResponse'] = None):
1327
+ """
1328
+ Represents a definition for a Developer Machine.
1329
+ :param 'ImageReferenceResponse' active_image_reference: Image reference information for the currently active image (only populated during updates).
1330
+ :param 'ImageReferenceResponse' image_reference: Image reference information.
1331
+ :param 'SkuResponse' sku: The SKU for Dev Boxes created from the Pool.
1332
+ """
1333
+ pulumi.set(__self__, "active_image_reference", active_image_reference)
1334
+ if image_reference is not None:
1335
+ pulumi.set(__self__, "image_reference", image_reference)
1336
+ if sku is not None:
1337
+ pulumi.set(__self__, "sku", sku)
1338
+
1339
+ @property
1340
+ @pulumi.getter(name="activeImageReference")
1341
+ def active_image_reference(self) -> 'outputs.ImageReferenceResponse':
1342
+ """
1343
+ Image reference information for the currently active image (only populated during updates).
1344
+ """
1345
+ return pulumi.get(self, "active_image_reference")
1346
+
1347
+ @property
1348
+ @pulumi.getter(name="imageReference")
1349
+ def image_reference(self) -> Optional['outputs.ImageReferenceResponse']:
1350
+ """
1351
+ Image reference information.
1352
+ """
1353
+ return pulumi.get(self, "image_reference")
1354
+
1355
+ @property
1356
+ @pulumi.getter
1357
+ def sku(self) -> Optional['outputs.SkuResponse']:
1358
+ """
1359
+ The SKU for Dev Boxes created from the Pool.
1360
+ """
1361
+ return pulumi.get(self, "sku")
1362
+
1363
+
1364
+ @pulumi.output_type
1365
+ class ProjectCatalogSettingsResponse(dict):
1366
+ """
1367
+ Settings to be used when associating a project with a catalog.
1368
+ """
1369
+ @staticmethod
1370
+ def __key_warning(key: str):
1371
+ suggest = None
1372
+ if key == "catalogItemSyncTypes":
1373
+ suggest = "catalog_item_sync_types"
1374
+
1375
+ if suggest:
1376
+ pulumi.log.warn(f"Key '{key}' not found in ProjectCatalogSettingsResponse. Access the value via the '{suggest}' property getter instead.")
1377
+
1378
+ def __getitem__(self, key: str) -> Any:
1379
+ ProjectCatalogSettingsResponse.__key_warning(key)
1380
+ return super().__getitem__(key)
1381
+
1382
+ def get(self, key: str, default = None) -> Any:
1383
+ ProjectCatalogSettingsResponse.__key_warning(key)
1384
+ return super().get(key, default)
1385
+
1386
+ def __init__(__self__, *,
1387
+ catalog_item_sync_types: Optional[Sequence[str]] = None):
1388
+ """
1389
+ Settings to be used when associating a project with a catalog.
1390
+ :param Sequence[str] catalog_item_sync_types: Indicates catalog item types that can be synced.
1391
+ """
1392
+ if catalog_item_sync_types is not None:
1393
+ pulumi.set(__self__, "catalog_item_sync_types", catalog_item_sync_types)
1394
+
1395
+ @property
1396
+ @pulumi.getter(name="catalogItemSyncTypes")
1397
+ def catalog_item_sync_types(self) -> Optional[Sequence[str]]:
1398
+ """
1399
+ Indicates catalog item types that can be synced.
1400
+ """
1401
+ return pulumi.get(self, "catalog_item_sync_types")
1402
+
1403
+
1404
+ @pulumi.output_type
1405
+ class ProjectEnvironmentTypeUpdatePropertiesResponseCreatorRoleAssignment(dict):
1406
+ """
1407
+ The role definition assigned to the environment creator on backing resources.
1408
+ """
1409
+ def __init__(__self__, *,
1410
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
1411
+ """
1412
+ The role definition assigned to the environment creator on backing resources.
1413
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the environment creator.
1414
+ """
1415
+ if roles is not None:
1416
+ pulumi.set(__self__, "roles", roles)
1417
+
1418
+ @property
1419
+ @pulumi.getter
1420
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
1421
+ """
1422
+ A map of roles to assign to the environment creator.
1423
+ """
1424
+ return pulumi.get(self, "roles")
1425
+
1426
+
1427
+ @pulumi.output_type
1428
+ class ProjectNetworkSettingsResponse(dict):
1429
+ """
1430
+ Network settings for the project.
1431
+ """
1432
+ def __init__(__self__, *,
1433
+ microsoft_hosted_network_enable_status: str):
1434
+ """
1435
+ Network settings for the project.
1436
+ :param str microsoft_hosted_network_enable_status: Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
1437
+ """
1438
+ pulumi.set(__self__, "microsoft_hosted_network_enable_status", microsoft_hosted_network_enable_status)
1439
+
1440
+ @property
1441
+ @pulumi.getter(name="microsoftHostedNetworkEnableStatus")
1442
+ def microsoft_hosted_network_enable_status(self) -> str:
1443
+ """
1444
+ Indicates whether pools in this Dev Center can use Microsoft Hosted Networks. Defaults to Enabled if not set.
1445
+ """
1446
+ return pulumi.get(self, "microsoft_hosted_network_enable_status")
1447
+
1448
+
1449
+ @pulumi.output_type
1450
+ class ResourcePolicyResponse(dict):
1451
+ """
1452
+ A resource policy.
1453
+ """
1454
+ def __init__(__self__, *,
1455
+ filter: Optional[str] = None,
1456
+ resources: Optional[str] = None):
1457
+ """
1458
+ A resource policy.
1459
+ :param str filter: Optional. When specified, this expression is used to filter the resources.
1460
+ :param str resources: Resources that are included and shared as a part of a project policy.
1461
+ """
1462
+ if filter is not None:
1463
+ pulumi.set(__self__, "filter", filter)
1464
+ if resources is not None:
1465
+ pulumi.set(__self__, "resources", resources)
1466
+
1467
+ @property
1468
+ @pulumi.getter
1469
+ def filter(self) -> Optional[str]:
1470
+ """
1471
+ Optional. When specified, this expression is used to filter the resources.
1472
+ """
1473
+ return pulumi.get(self, "filter")
1474
+
1475
+ @property
1476
+ @pulumi.getter
1477
+ def resources(self) -> Optional[str]:
1478
+ """
1479
+ Resources that are included and shared as a part of a project policy.
1480
+ """
1481
+ return pulumi.get(self, "resources")
1482
+
1483
+
1484
+ @pulumi.output_type
1485
+ class SkuResponse(dict):
1486
+ """
1487
+ The resource model definition representing SKU
1488
+ """
1489
+ def __init__(__self__, *,
1490
+ name: str,
1491
+ capacity: Optional[int] = None,
1492
+ family: Optional[str] = None,
1493
+ size: Optional[str] = None,
1494
+ tier: Optional[str] = None):
1495
+ """
1496
+ The resource model definition representing SKU
1497
+ :param str name: The name of the SKU. E.g. P3. It is typically a letter+number code
1498
+ :param int capacity: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1499
+ :param str family: If the service has different generations of hardware, for the same SKU, then that can be captured here.
1500
+ :param str size: The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1501
+ :param str tier: This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1502
+ """
1503
+ pulumi.set(__self__, "name", name)
1504
+ if capacity is not None:
1505
+ pulumi.set(__self__, "capacity", capacity)
1506
+ if family is not None:
1507
+ pulumi.set(__self__, "family", family)
1508
+ if size is not None:
1509
+ pulumi.set(__self__, "size", size)
1510
+ if tier is not None:
1511
+ pulumi.set(__self__, "tier", tier)
1512
+
1513
+ @property
1514
+ @pulumi.getter
1515
+ def name(self) -> str:
1516
+ """
1517
+ The name of the SKU. E.g. P3. It is typically a letter+number code
1518
+ """
1519
+ return pulumi.get(self, "name")
1520
+
1521
+ @property
1522
+ @pulumi.getter
1523
+ def capacity(self) -> Optional[int]:
1524
+ """
1525
+ If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
1526
+ """
1527
+ return pulumi.get(self, "capacity")
1528
+
1529
+ @property
1530
+ @pulumi.getter
1531
+ def family(self) -> Optional[str]:
1532
+ """
1533
+ If the service has different generations of hardware, for the same SKU, then that can be captured here.
1534
+ """
1535
+ return pulumi.get(self, "family")
1536
+
1537
+ @property
1538
+ @pulumi.getter
1539
+ def size(self) -> Optional[str]:
1540
+ """
1541
+ The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
1542
+ """
1543
+ return pulumi.get(self, "size")
1544
+
1545
+ @property
1546
+ @pulumi.getter
1547
+ def tier(self) -> Optional[str]:
1548
+ """
1549
+ This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
1550
+ """
1551
+ return pulumi.get(self, "tier")
1552
+
1553
+
1554
+ @pulumi.output_type
1555
+ class StopOnDisconnectConfigurationResponse(dict):
1556
+ """
1557
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
1558
+ """
1559
+ @staticmethod
1560
+ def __key_warning(key: str):
1561
+ suggest = None
1562
+ if key == "gracePeriodMinutes":
1563
+ suggest = "grace_period_minutes"
1564
+
1565
+ if suggest:
1566
+ pulumi.log.warn(f"Key '{key}' not found in StopOnDisconnectConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1567
+
1568
+ def __getitem__(self, key: str) -> Any:
1569
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
1570
+ return super().__getitem__(key)
1571
+
1572
+ def get(self, key: str, default = None) -> Any:
1573
+ StopOnDisconnectConfigurationResponse.__key_warning(key)
1574
+ return super().get(key, default)
1575
+
1576
+ def __init__(__self__, *,
1577
+ grace_period_minutes: Optional[int] = None,
1578
+ status: Optional[str] = None):
1579
+ """
1580
+ Stop on disconnect configuration settings for Dev Boxes created in this pool.
1581
+ :param int grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
1582
+ :param str status: Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
1583
+ """
1584
+ if grace_period_minutes is not None:
1585
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
1586
+ if status is not None:
1587
+ pulumi.set(__self__, "status", status)
1588
+
1589
+ @property
1590
+ @pulumi.getter(name="gracePeriodMinutes")
1591
+ def grace_period_minutes(self) -> Optional[int]:
1592
+ """
1593
+ The specified time in minutes to wait before stopping a Dev Box once disconnect is detected.
1594
+ """
1595
+ return pulumi.get(self, "grace_period_minutes")
1596
+
1597
+ @property
1598
+ @pulumi.getter
1599
+ def status(self) -> Optional[str]:
1600
+ """
1601
+ Whether the feature to stop the Dev Box on disconnect once the grace period has lapsed is enabled.
1602
+ """
1603
+ return pulumi.get(self, "status")
1604
+
1605
+
1606
+ @pulumi.output_type
1607
+ class StopOnNoConnectConfigurationResponse(dict):
1608
+ """
1609
+ Stop on no connect configuration settings for Dev Boxes created in this pool.
1610
+ """
1611
+ @staticmethod
1612
+ def __key_warning(key: str):
1613
+ suggest = None
1614
+ if key == "gracePeriodMinutes":
1615
+ suggest = "grace_period_minutes"
1616
+
1617
+ if suggest:
1618
+ pulumi.log.warn(f"Key '{key}' not found in StopOnNoConnectConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1619
+
1620
+ def __getitem__(self, key: str) -> Any:
1621
+ StopOnNoConnectConfigurationResponse.__key_warning(key)
1622
+ return super().__getitem__(key)
1623
+
1624
+ def get(self, key: str, default = None) -> Any:
1625
+ StopOnNoConnectConfigurationResponse.__key_warning(key)
1626
+ return super().get(key, default)
1627
+
1628
+ def __init__(__self__, *,
1629
+ grace_period_minutes: Optional[int] = None,
1630
+ status: Optional[str] = None):
1631
+ """
1632
+ Stop on no connect configuration settings for Dev Boxes created in this pool.
1633
+ :param int grace_period_minutes: The specified time in minutes to wait before stopping a Dev Box if no connection is made.
1634
+ :param str status: Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.
1635
+ """
1636
+ if grace_period_minutes is not None:
1637
+ pulumi.set(__self__, "grace_period_minutes", grace_period_minutes)
1638
+ if status is not None:
1639
+ pulumi.set(__self__, "status", status)
1640
+
1641
+ @property
1642
+ @pulumi.getter(name="gracePeriodMinutes")
1643
+ def grace_period_minutes(self) -> Optional[int]:
1644
+ """
1645
+ The specified time in minutes to wait before stopping a Dev Box if no connection is made.
1646
+ """
1647
+ return pulumi.get(self, "grace_period_minutes")
1648
+
1649
+ @property
1650
+ @pulumi.getter
1651
+ def status(self) -> Optional[str]:
1652
+ """
1653
+ Enables the feature to stop a started Dev Box when it has not been connected to, once the grace period has lapsed.
1654
+ """
1655
+ return pulumi.get(self, "status")
1656
+
1657
+
1658
+ @pulumi.output_type
1659
+ class SyncStatsResponse(dict):
1660
+ """
1661
+ Stats of the synchronization.
1662
+ """
1663
+ @staticmethod
1664
+ def __key_warning(key: str):
1665
+ suggest = None
1666
+ if key == "synchronizationErrors":
1667
+ suggest = "synchronization_errors"
1668
+ elif key == "validationErrors":
1669
+ suggest = "validation_errors"
1670
+ elif key == "syncedCatalogItemTypes":
1671
+ suggest = "synced_catalog_item_types"
1672
+
1673
+ if suggest:
1674
+ pulumi.log.warn(f"Key '{key}' not found in SyncStatsResponse. Access the value via the '{suggest}' property getter instead.")
1675
+
1676
+ def __getitem__(self, key: str) -> Any:
1677
+ SyncStatsResponse.__key_warning(key)
1678
+ return super().__getitem__(key)
1679
+
1680
+ def get(self, key: str, default = None) -> Any:
1681
+ SyncStatsResponse.__key_warning(key)
1682
+ return super().get(key, default)
1683
+
1684
+ def __init__(__self__, *,
1685
+ added: int,
1686
+ removed: int,
1687
+ synchronization_errors: int,
1688
+ unchanged: int,
1689
+ updated: int,
1690
+ validation_errors: int,
1691
+ synced_catalog_item_types: Optional[Sequence[str]] = None):
1692
+ """
1693
+ Stats of the synchronization.
1694
+ :param int added: Count of catalog items added during synchronization.
1695
+ :param int removed: Count of catalog items removed during synchronization.
1696
+ :param int synchronization_errors: Count of synchronization errors that occured during synchronization.
1697
+ :param int unchanged: Count of catalog items that were unchanged during synchronization.
1698
+ :param int updated: Count of catalog items updated during synchronization.
1699
+ :param int validation_errors: Count of catalog items that had validation errors during synchronization.
1700
+ :param Sequence[str] synced_catalog_item_types: Indicates catalog item types that were synced.
1701
+ """
1702
+ pulumi.set(__self__, "added", added)
1703
+ pulumi.set(__self__, "removed", removed)
1704
+ pulumi.set(__self__, "synchronization_errors", synchronization_errors)
1705
+ pulumi.set(__self__, "unchanged", unchanged)
1706
+ pulumi.set(__self__, "updated", updated)
1707
+ pulumi.set(__self__, "validation_errors", validation_errors)
1708
+ if synced_catalog_item_types is not None:
1709
+ pulumi.set(__self__, "synced_catalog_item_types", synced_catalog_item_types)
1710
+
1711
+ @property
1712
+ @pulumi.getter
1713
+ def added(self) -> int:
1714
+ """
1715
+ Count of catalog items added during synchronization.
1716
+ """
1717
+ return pulumi.get(self, "added")
1718
+
1719
+ @property
1720
+ @pulumi.getter
1721
+ def removed(self) -> int:
1722
+ """
1723
+ Count of catalog items removed during synchronization.
1724
+ """
1725
+ return pulumi.get(self, "removed")
1726
+
1727
+ @property
1728
+ @pulumi.getter(name="synchronizationErrors")
1729
+ def synchronization_errors(self) -> int:
1730
+ """
1731
+ Count of synchronization errors that occured during synchronization.
1732
+ """
1733
+ return pulumi.get(self, "synchronization_errors")
1734
+
1735
+ @property
1736
+ @pulumi.getter
1737
+ def unchanged(self) -> int:
1738
+ """
1739
+ Count of catalog items that were unchanged during synchronization.
1740
+ """
1741
+ return pulumi.get(self, "unchanged")
1742
+
1743
+ @property
1744
+ @pulumi.getter
1745
+ def updated(self) -> int:
1746
+ """
1747
+ Count of catalog items updated during synchronization.
1748
+ """
1749
+ return pulumi.get(self, "updated")
1750
+
1751
+ @property
1752
+ @pulumi.getter(name="validationErrors")
1753
+ def validation_errors(self) -> int:
1754
+ """
1755
+ Count of catalog items that had validation errors during synchronization.
1756
+ """
1757
+ return pulumi.get(self, "validation_errors")
1758
+
1759
+ @property
1760
+ @pulumi.getter(name="syncedCatalogItemTypes")
1761
+ def synced_catalog_item_types(self) -> Optional[Sequence[str]]:
1762
+ """
1763
+ Indicates catalog item types that were synced.
1764
+ """
1765
+ return pulumi.get(self, "synced_catalog_item_types")
1766
+
1767
+
1768
+ @pulumi.output_type
1769
+ class SystemDataResponse(dict):
1770
+ """
1771
+ Metadata pertaining to creation and last modification of the resource.
1772
+ """
1773
+ @staticmethod
1774
+ def __key_warning(key: str):
1775
+ suggest = None
1776
+ if key == "createdAt":
1777
+ suggest = "created_at"
1778
+ elif key == "createdBy":
1779
+ suggest = "created_by"
1780
+ elif key == "createdByType":
1781
+ suggest = "created_by_type"
1782
+ elif key == "lastModifiedAt":
1783
+ suggest = "last_modified_at"
1784
+ elif key == "lastModifiedBy":
1785
+ suggest = "last_modified_by"
1786
+ elif key == "lastModifiedByType":
1787
+ suggest = "last_modified_by_type"
1788
+
1789
+ if suggest:
1790
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1791
+
1792
+ def __getitem__(self, key: str) -> Any:
1793
+ SystemDataResponse.__key_warning(key)
1794
+ return super().__getitem__(key)
1795
+
1796
+ def get(self, key: str, default = None) -> Any:
1797
+ SystemDataResponse.__key_warning(key)
1798
+ return super().get(key, default)
1799
+
1800
+ def __init__(__self__, *,
1801
+ created_at: Optional[str] = None,
1802
+ created_by: Optional[str] = None,
1803
+ created_by_type: Optional[str] = None,
1804
+ last_modified_at: Optional[str] = None,
1805
+ last_modified_by: Optional[str] = None,
1806
+ last_modified_by_type: Optional[str] = None):
1807
+ """
1808
+ Metadata pertaining to creation and last modification of the resource.
1809
+ :param str created_at: The timestamp of resource creation (UTC).
1810
+ :param str created_by: The identity that created the resource.
1811
+ :param str created_by_type: The type of identity that created the resource.
1812
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1813
+ :param str last_modified_by: The identity that last modified the resource.
1814
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1815
+ """
1816
+ if created_at is not None:
1817
+ pulumi.set(__self__, "created_at", created_at)
1818
+ if created_by is not None:
1819
+ pulumi.set(__self__, "created_by", created_by)
1820
+ if created_by_type is not None:
1821
+ pulumi.set(__self__, "created_by_type", created_by_type)
1822
+ if last_modified_at is not None:
1823
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1824
+ if last_modified_by is not None:
1825
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1826
+ if last_modified_by_type is not None:
1827
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1828
+
1829
+ @property
1830
+ @pulumi.getter(name="createdAt")
1831
+ def created_at(self) -> Optional[str]:
1832
+ """
1833
+ The timestamp of resource creation (UTC).
1834
+ """
1835
+ return pulumi.get(self, "created_at")
1836
+
1837
+ @property
1838
+ @pulumi.getter(name="createdBy")
1839
+ def created_by(self) -> Optional[str]:
1840
+ """
1841
+ The identity that created the resource.
1842
+ """
1843
+ return pulumi.get(self, "created_by")
1844
+
1845
+ @property
1846
+ @pulumi.getter(name="createdByType")
1847
+ def created_by_type(self) -> Optional[str]:
1848
+ """
1849
+ The type of identity that created the resource.
1850
+ """
1851
+ return pulumi.get(self, "created_by_type")
1852
+
1853
+ @property
1854
+ @pulumi.getter(name="lastModifiedAt")
1855
+ def last_modified_at(self) -> Optional[str]:
1856
+ """
1857
+ The timestamp of resource last modification (UTC)
1858
+ """
1859
+ return pulumi.get(self, "last_modified_at")
1860
+
1861
+ @property
1862
+ @pulumi.getter(name="lastModifiedBy")
1863
+ def last_modified_by(self) -> Optional[str]:
1864
+ """
1865
+ The identity that last modified the resource.
1866
+ """
1867
+ return pulumi.get(self, "last_modified_by")
1868
+
1869
+ @property
1870
+ @pulumi.getter(name="lastModifiedByType")
1871
+ def last_modified_by_type(self) -> Optional[str]:
1872
+ """
1873
+ The type of identity that last modified the resource.
1874
+ """
1875
+ return pulumi.get(self, "last_modified_by_type")
1876
+
1877
+
1878
+ @pulumi.output_type
1879
+ class UserAssignedIdentityResponse(dict):
1880
+ """
1881
+ User assigned identity properties
1882
+ """
1883
+ @staticmethod
1884
+ def __key_warning(key: str):
1885
+ suggest = None
1886
+ if key == "clientId":
1887
+ suggest = "client_id"
1888
+ elif key == "principalId":
1889
+ suggest = "principal_id"
1890
+
1891
+ if suggest:
1892
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1893
+
1894
+ def __getitem__(self, key: str) -> Any:
1895
+ UserAssignedIdentityResponse.__key_warning(key)
1896
+ return super().__getitem__(key)
1897
+
1898
+ def get(self, key: str, default = None) -> Any:
1899
+ UserAssignedIdentityResponse.__key_warning(key)
1900
+ return super().get(key, default)
1901
+
1902
+ def __init__(__self__, *,
1903
+ client_id: str,
1904
+ principal_id: str):
1905
+ """
1906
+ User assigned identity properties
1907
+ :param str client_id: The client ID of the assigned identity.
1908
+ :param str principal_id: The principal ID of the assigned identity.
1909
+ """
1910
+ pulumi.set(__self__, "client_id", client_id)
1911
+ pulumi.set(__self__, "principal_id", principal_id)
1912
+
1913
+ @property
1914
+ @pulumi.getter(name="clientId")
1915
+ def client_id(self) -> str:
1916
+ """
1917
+ The client ID of the assigned identity.
1918
+ """
1919
+ return pulumi.get(self, "client_id")
1920
+
1921
+ @property
1922
+ @pulumi.getter(name="principalId")
1923
+ def principal_id(self) -> str:
1924
+ """
1925
+ The principal ID of the assigned identity.
1926
+ """
1927
+ return pulumi.get(self, "principal_id")
1928
+
1929
+
1930
+ @pulumi.output_type
1931
+ class UserRoleAssignmentResponse(dict):
1932
+ """
1933
+ Mapping of user object ID to role assignments.
1934
+ """
1935
+ def __init__(__self__, *,
1936
+ roles: Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']] = None):
1937
+ """
1938
+ Mapping of user object ID to role assignments.
1939
+ :param Mapping[str, 'EnvironmentRoleResponse'] roles: A map of roles to assign to the parent user.
1940
+ """
1941
+ if roles is not None:
1942
+ pulumi.set(__self__, "roles", roles)
1943
+
1944
+ @property
1945
+ @pulumi.getter
1946
+ def roles(self) -> Optional[Mapping[str, 'outputs.EnvironmentRoleResponse']]:
1947
+ """
1948
+ A map of roles to assign to the parent user.
1949
+ """
1950
+ return pulumi.get(self, "roles")
1951
+
1952
+