pulumi-azure-native 2.82.0a1736497599__py3-none-any.whl → 2.83.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurestackhci/__init__.py +3 -0
  3. pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
  4. pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
  5. pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
  6. pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
  7. pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
  8. pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
  9. pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
  10. pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
  11. pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
  12. pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
  13. pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
  14. pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
  15. pulumi_azure_native/azurestackhci/logical_network.py +3 -3
  16. pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
  17. pulumi_azure_native/azurestackhci/network_interface.py +3 -3
  18. pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
  19. pulumi_azure_native/azurestackhci/security_rule.py +3 -3
  20. pulumi_azure_native/azurestackhci/storage_container.py +3 -3
  21. pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
  22. pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
  23. pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
  24. pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
  25. pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
  26. pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
  27. pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
  28. pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
  29. pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
  30. pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
  31. pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
  32. pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
  33. pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
  34. pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
  35. pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
  36. pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
  37. pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
  38. pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
  39. pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
  40. pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
  41. pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
  42. pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
  43. pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
  44. pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
  45. pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
  46. pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
  47. pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
  48. pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
  49. pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
  50. pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
  51. pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
  52. pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
  53. pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
  54. pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
  55. pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
  56. pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
  57. pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
  58. pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
  59. pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
  60. pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
  61. pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
  62. pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
  63. pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
  64. pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
  65. pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
  66. pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
  67. pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
  68. pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
  69. pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
  70. pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
  71. pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
  72. pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
  73. pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
  74. pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
  75. pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
  76. pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
  77. pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
  78. pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
  79. pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
  80. pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
  81. pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
  82. pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
  83. pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
  84. pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
  85. pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
  86. pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
  87. pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
  88. pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
  89. pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
  90. pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
  91. pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
  92. pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
  93. pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
  94. pulumi_azure_native/azurestackhci/v20241001preview/__init__.py +30 -0
  95. pulumi_azure_native/azurestackhci/v20241001preview/_enums.py +332 -0
  96. pulumi_azure_native/azurestackhci/v20241001preview/_inputs.py +2417 -0
  97. pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +540 -0
  98. pulumi_azure_native/azurestackhci/v20241001preview/get_gallery_image.py +325 -0
  99. pulumi_azure_native/azurestackhci/v20241001preview/get_guest_agent.py +179 -0
  100. pulumi_azure_native/azurestackhci/v20241001preview/get_logical_network.py +241 -0
  101. pulumi_azure_native/azurestackhci/v20241001preview/get_marketplace_gallery_image.py +283 -0
  102. pulumi_azure_native/azurestackhci/v20241001preview/get_network_interface.py +255 -0
  103. pulumi_azure_native/azurestackhci/v20241001preview/get_network_security_group.py +227 -0
  104. pulumi_azure_native/azurestackhci/v20241001preview/get_security_rule.py +289 -0
  105. pulumi_azure_native/azurestackhci/v20241001preview/get_storage_container.py +213 -0
  106. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_hard_disk.py +325 -0
  107. pulumi_azure_native/azurestackhci/v20241001preview/get_virtual_machine_instance.py +319 -0
  108. pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +229 -0
  109. pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +365 -0
  110. pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +453 -0
  111. pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +394 -0
  112. pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +298 -0
  113. pulumi_azure_native/azurestackhci/v20241001preview/outputs.py +3941 -0
  114. pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +496 -0
  115. pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +308 -0
  116. pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +539 -0
  117. pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +462 -0
  118. pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
  119. pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
  120. pulumi_azure_native/batch/v20240701/_enums.py +1 -1
  121. pulumi_azure_native/batch/v20240701/_inputs.py +12 -12
  122. pulumi_azure_native/batch/v20240701/get_pool.py +1 -1
  123. pulumi_azure_native/batch/v20240701/outputs.py +8 -8
  124. pulumi_azure_native/batch/v20240701/pool.py +4 -4
  125. pulumi_azure_native/databasewatcher/__init__.py +3 -0
  126. pulumi_azure_native/databasewatcher/_inputs.py +6 -6
  127. pulumi_azure_native/databasewatcher/alert_rule_resource.py +3 -3
  128. pulumi_azure_native/databasewatcher/get_alert_rule_resource.py +2 -2
  129. pulumi_azure_native/databasewatcher/get_shared_private_link_resource.py +3 -3
  130. pulumi_azure_native/databasewatcher/get_target.py +2 -2
  131. pulumi_azure_native/databasewatcher/get_watcher.py +2 -2
  132. pulumi_azure_native/databasewatcher/outputs.py +4 -4
  133. pulumi_azure_native/databasewatcher/shared_private_link_resource.py +7 -7
  134. pulumi_azure_native/databasewatcher/target.py +3 -3
  135. pulumi_azure_native/databasewatcher/v20230901preview/_inputs.py +6 -6
  136. pulumi_azure_native/databasewatcher/v20230901preview/get_shared_private_link_resource.py +1 -1
  137. pulumi_azure_native/databasewatcher/v20230901preview/outputs.py +4 -4
  138. pulumi_azure_native/databasewatcher/v20230901preview/shared_private_link_resource.py +5 -5
  139. pulumi_azure_native/databasewatcher/v20230901preview/target.py +1 -1
  140. pulumi_azure_native/databasewatcher/v20230901preview/watcher.py +1 -1
  141. pulumi_azure_native/databasewatcher/v20240719preview/_inputs.py +6 -6
  142. pulumi_azure_native/databasewatcher/v20240719preview/alert_rule_resource.py +1 -1
  143. pulumi_azure_native/databasewatcher/v20240719preview/get_shared_private_link_resource.py +1 -1
  144. pulumi_azure_native/databasewatcher/v20240719preview/outputs.py +4 -4
  145. pulumi_azure_native/databasewatcher/v20240719preview/shared_private_link_resource.py +5 -5
  146. pulumi_azure_native/databasewatcher/v20240719preview/target.py +1 -1
  147. pulumi_azure_native/databasewatcher/v20240719preview/watcher.py +1 -1
  148. pulumi_azure_native/databasewatcher/v20241001preview/_inputs.py +6 -6
  149. pulumi_azure_native/databasewatcher/v20241001preview/alert_rule_resource.py +1 -1
  150. pulumi_azure_native/databasewatcher/v20241001preview/get_shared_private_link_resource.py +1 -1
  151. pulumi_azure_native/databasewatcher/v20241001preview/outputs.py +4 -4
  152. pulumi_azure_native/databasewatcher/v20241001preview/shared_private_link_resource.py +5 -5
  153. pulumi_azure_native/databasewatcher/v20241001preview/target.py +1 -1
  154. pulumi_azure_native/databasewatcher/v20241001preview/watcher.py +1 -1
  155. pulumi_azure_native/databasewatcher/v20250102/__init__.py +18 -0
  156. pulumi_azure_native/databasewatcher/v20250102/_enums.py +68 -0
  157. pulumi_azure_native/databasewatcher/v20250102/_inputs.py +310 -0
  158. pulumi_azure_native/databasewatcher/v20250102/alert_rule_resource.py +351 -0
  159. pulumi_azure_native/databasewatcher/v20250102/get_alert_rule_resource.py +219 -0
  160. pulumi_azure_native/databasewatcher/v20250102/get_shared_private_link_resource.py +219 -0
  161. pulumi_azure_native/databasewatcher/v20250102/get_target.py +205 -0
  162. pulumi_azure_native/databasewatcher/v20250102/get_watcher.py +227 -0
  163. pulumi_azure_native/databasewatcher/v20250102/outputs.py +452 -0
  164. pulumi_azure_native/databasewatcher/v20250102/shared_private_link_resource.py +329 -0
  165. pulumi_azure_native/databasewatcher/v20250102/target.py +321 -0
  166. pulumi_azure_native/databasewatcher/v20250102/watcher.py +336 -0
  167. pulumi_azure_native/databasewatcher/watcher.py +3 -3
  168. pulumi_azure_native/keyvault/__init__.py +6 -0
  169. pulumi_azure_native/keyvault/get_key.py +2 -2
  170. pulumi_azure_native/keyvault/get_managed_hsm.py +2 -2
  171. pulumi_azure_native/keyvault/get_mhsm_private_endpoint_connection.py +2 -2
  172. pulumi_azure_native/keyvault/get_private_endpoint_connection.py +2 -2
  173. pulumi_azure_native/keyvault/get_secret.py +2 -2
  174. pulumi_azure_native/keyvault/get_vault.py +2 -2
  175. pulumi_azure_native/keyvault/key.py +3 -3
  176. pulumi_azure_native/keyvault/managed_hsm.py +3 -3
  177. pulumi_azure_native/keyvault/mhsm_private_endpoint_connection.py +3 -3
  178. pulumi_azure_native/keyvault/private_endpoint_connection.py +3 -3
  179. pulumi_azure_native/keyvault/secret.py +3 -3
  180. pulumi_azure_native/keyvault/v20230201/key.py +1 -1
  181. pulumi_azure_native/keyvault/v20230201/managed_hsm.py +1 -1
  182. pulumi_azure_native/keyvault/v20230201/mhsm_private_endpoint_connection.py +1 -1
  183. pulumi_azure_native/keyvault/v20230201/private_endpoint_connection.py +1 -1
  184. pulumi_azure_native/keyvault/v20230201/secret.py +1 -1
  185. pulumi_azure_native/keyvault/v20230201/vault.py +1 -1
  186. pulumi_azure_native/keyvault/v20230701/key.py +1 -1
  187. pulumi_azure_native/keyvault/v20230701/managed_hsm.py +1 -1
  188. pulumi_azure_native/keyvault/v20230701/mhsm_private_endpoint_connection.py +1 -1
  189. pulumi_azure_native/keyvault/v20230701/private_endpoint_connection.py +1 -1
  190. pulumi_azure_native/keyvault/v20230701/secret.py +1 -1
  191. pulumi_azure_native/keyvault/v20230701/vault.py +1 -1
  192. pulumi_azure_native/keyvault/v20240401preview/key.py +1 -1
  193. pulumi_azure_native/keyvault/v20240401preview/managed_hsm.py +1 -1
  194. pulumi_azure_native/keyvault/v20240401preview/mhsm_private_endpoint_connection.py +1 -1
  195. pulumi_azure_native/keyvault/v20240401preview/private_endpoint_connection.py +1 -1
  196. pulumi_azure_native/keyvault/v20240401preview/secret.py +1 -1
  197. pulumi_azure_native/keyvault/v20240401preview/vault.py +1 -1
  198. pulumi_azure_native/keyvault/v20241101/__init__.py +22 -0
  199. pulumi_azure_native/keyvault/v20241101/_enums.py +245 -0
  200. pulumi_azure_native/keyvault/v20241101/_inputs.py +2194 -0
  201. pulumi_azure_native/keyvault/v20241101/get_key.py +272 -0
  202. pulumi_azure_native/keyvault/v20241101/get_managed_hsm.py +199 -0
  203. pulumi_azure_native/keyvault/v20241101/get_mhsm_private_endpoint_connection.py +247 -0
  204. pulumi_azure_native/keyvault/v20241101/get_private_endpoint_connection.py +205 -0
  205. pulumi_azure_native/keyvault/v20241101/get_secret.py +163 -0
  206. pulumi_azure_native/keyvault/v20241101/get_vault.py +171 -0
  207. pulumi_azure_native/keyvault/v20241101/key.py +329 -0
  208. pulumi_azure_native/keyvault/v20241101/managed_hsm.py +315 -0
  209. pulumi_azure_native/keyvault/v20241101/mhsm_private_endpoint_connection.py +366 -0
  210. pulumi_azure_native/keyvault/v20241101/outputs.py +2269 -0
  211. pulumi_azure_native/keyvault/v20241101/private_endpoint_connection.py +261 -0
  212. pulumi_azure_native/keyvault/v20241101/secret.py +250 -0
  213. pulumi_azure_native/keyvault/v20241101/vault.py +259 -0
  214. pulumi_azure_native/keyvault/v20241201preview/__init__.py +22 -0
  215. pulumi_azure_native/keyvault/v20241201preview/_enums.py +245 -0
  216. pulumi_azure_native/keyvault/v20241201preview/_inputs.py +2194 -0
  217. pulumi_azure_native/keyvault/v20241201preview/get_key.py +272 -0
  218. pulumi_azure_native/keyvault/v20241201preview/get_managed_hsm.py +199 -0
  219. pulumi_azure_native/keyvault/v20241201preview/get_mhsm_private_endpoint_connection.py +247 -0
  220. pulumi_azure_native/keyvault/v20241201preview/get_private_endpoint_connection.py +205 -0
  221. pulumi_azure_native/keyvault/v20241201preview/get_secret.py +163 -0
  222. pulumi_azure_native/keyvault/v20241201preview/get_vault.py +171 -0
  223. pulumi_azure_native/keyvault/v20241201preview/key.py +329 -0
  224. pulumi_azure_native/keyvault/v20241201preview/managed_hsm.py +315 -0
  225. pulumi_azure_native/keyvault/v20241201preview/mhsm_private_endpoint_connection.py +366 -0
  226. pulumi_azure_native/keyvault/v20241201preview/outputs.py +2269 -0
  227. pulumi_azure_native/keyvault/v20241201preview/private_endpoint_connection.py +261 -0
  228. pulumi_azure_native/keyvault/v20241201preview/secret.py +250 -0
  229. pulumi_azure_native/keyvault/v20241201preview/vault.py +259 -0
  230. pulumi_azure_native/keyvault/vault.py +3 -3
  231. pulumi_azure_native/network/ipam_pool.py +17 -16
  232. pulumi_azure_native/network/v20240101preview/ipam_pool.py +17 -16
  233. pulumi_azure_native/pulumi-plugin.json +1 -1
  234. pulumi_azure_native/quota/__init__.py +3 -0
  235. pulumi_azure_native/quota/get_group_quota.py +2 -2
  236. pulumi_azure_native/quota/get_group_quota_subscription.py +2 -2
  237. pulumi_azure_native/quota/group_quota.py +3 -3
  238. pulumi_azure_native/quota/group_quota_subscription.py +3 -3
  239. pulumi_azure_native/quota/v20230601preview/group_quota.py +1 -1
  240. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +1 -1
  241. pulumi_azure_native/quota/v20241015preview/group_quota.py +1 -1
  242. pulumi_azure_native/quota/v20241015preview/group_quota_subscription.py +1 -1
  243. pulumi_azure_native/quota/v20241218preview/group_quota.py +1 -1
  244. pulumi_azure_native/quota/v20241218preview/group_quota_subscription.py +1 -1
  245. pulumi_azure_native/quota/v20250301/__init__.py +13 -0
  246. pulumi_azure_native/quota/v20250301/_inputs.py +55 -0
  247. pulumi_azure_native/quota/v20250301/get_group_quota.py +140 -0
  248. pulumi_azure_native/quota/v20250301/get_group_quota_subscription.py +140 -0
  249. pulumi_azure_native/quota/v20250301/group_quota.py +191 -0
  250. pulumi_azure_native/quota/v20250301/group_quota_subscription.py +177 -0
  251. pulumi_azure_native/quota/v20250301/outputs.py +230 -0
  252. pulumi_azure_native/search/__init__.py +3 -0
  253. pulumi_azure_native/search/get_private_endpoint_connection.py +2 -2
  254. pulumi_azure_native/search/get_service.py +2 -2
  255. pulumi_azure_native/search/get_shared_private_link_resource.py +2 -2
  256. pulumi_azure_native/search/list_admin_key.py +2 -2
  257. pulumi_azure_native/search/list_query_key_by_search_service.py +2 -2
  258. pulumi_azure_native/search/private_endpoint_connection.py +3 -3
  259. pulumi_azure_native/search/service.py +3 -3
  260. pulumi_azure_native/search/shared_private_link_resource.py +3 -3
  261. pulumi_azure_native/search/v20210401preview/service.py +1 -1
  262. pulumi_azure_native/search/v20220901/private_endpoint_connection.py +1 -1
  263. pulumi_azure_native/search/v20220901/service.py +1 -1
  264. pulumi_azure_native/search/v20220901/shared_private_link_resource.py +1 -1
  265. pulumi_azure_native/search/v20231101/private_endpoint_connection.py +1 -1
  266. pulumi_azure_native/search/v20231101/service.py +1 -1
  267. pulumi_azure_native/search/v20231101/shared_private_link_resource.py +1 -1
  268. pulumi_azure_native/search/v20240301preview/private_endpoint_connection.py +1 -1
  269. pulumi_azure_native/search/v20240301preview/service.py +1 -1
  270. pulumi_azure_native/search/v20240301preview/shared_private_link_resource.py +1 -1
  271. pulumi_azure_native/search/v20240601preview/private_endpoint_connection.py +1 -1
  272. pulumi_azure_native/search/v20240601preview/service.py +1 -1
  273. pulumi_azure_native/search/v20240601preview/shared_private_link_resource.py +1 -1
  274. pulumi_azure_native/search/v20250201preview/__init__.py +18 -0
  275. pulumi_azure_native/search/v20250201preview/_enums.py +298 -0
  276. pulumi_azure_native/search/v20250201preview/_inputs.py +701 -0
  277. pulumi_azure_native/search/v20250201preview/get_private_endpoint_connection.py +135 -0
  278. pulumi_azure_native/search/v20250201preview/get_service.py +465 -0
  279. pulumi_azure_native/search/v20250201preview/get_shared_private_link_resource.py +135 -0
  280. pulumi_azure_native/search/v20250201preview/list_admin_key.py +100 -0
  281. pulumi_azure_native/search/v20250201preview/list_query_key_by_search_service.py +101 -0
  282. pulumi_azure_native/search/v20250201preview/outputs.py +943 -0
  283. pulumi_azure_native/search/v20250201preview/private_endpoint_connection.py +211 -0
  284. pulumi_azure_native/search/v20250201preview/service.py +731 -0
  285. pulumi_azure_native/search/v20250201preview/shared_private_link_resource.py +211 -0
  286. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/RECORD +289 -202
  288. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-2.82.0a1736497599.dist-info → pulumi_azure_native-2.83.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2269 @@
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
+ 'AccessPolicyEntryResponse',
21
+ 'ActionResponse',
22
+ 'IPRuleResponse',
23
+ 'KeyAttributesResponse',
24
+ 'KeyReleasePolicyResponse',
25
+ 'KeyRotationPolicyAttributesResponse',
26
+ 'LifetimeActionResponse',
27
+ 'MHSMGeoReplicatedRegionResponse',
28
+ 'MHSMIPRuleResponse',
29
+ 'MHSMNetworkRuleSetResponse',
30
+ 'MHSMPrivateEndpointConnectionItemResponse',
31
+ 'MHSMPrivateEndpointResponse',
32
+ 'MHSMPrivateLinkServiceConnectionStateResponse',
33
+ 'MHSMVirtualNetworkRuleResponse',
34
+ 'ManagedHSMSecurityDomainPropertiesResponse',
35
+ 'ManagedHsmPropertiesResponse',
36
+ 'ManagedHsmSkuResponse',
37
+ 'ManagedServiceIdentityResponse',
38
+ 'NetworkRuleSetResponse',
39
+ 'PermissionsResponse',
40
+ 'PrivateEndpointConnectionItemResponse',
41
+ 'PrivateEndpointResponse',
42
+ 'PrivateLinkServiceConnectionStateResponse',
43
+ 'RotationPolicyResponse',
44
+ 'SecretAttributesResponse',
45
+ 'SecretPropertiesResponse',
46
+ 'SkuResponse',
47
+ 'SystemDataResponse',
48
+ 'TriggerResponse',
49
+ 'UserAssignedIdentityResponse',
50
+ 'VaultPropertiesResponse',
51
+ 'VirtualNetworkRuleResponse',
52
+ ]
53
+
54
+ @pulumi.output_type
55
+ class AccessPolicyEntryResponse(dict):
56
+ """
57
+ An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
58
+ """
59
+ @staticmethod
60
+ def __key_warning(key: str):
61
+ suggest = None
62
+ if key == "objectId":
63
+ suggest = "object_id"
64
+ elif key == "tenantId":
65
+ suggest = "tenant_id"
66
+ elif key == "applicationId":
67
+ suggest = "application_id"
68
+
69
+ if suggest:
70
+ pulumi.log.warn(f"Key '{key}' not found in AccessPolicyEntryResponse. Access the value via the '{suggest}' property getter instead.")
71
+
72
+ def __getitem__(self, key: str) -> Any:
73
+ AccessPolicyEntryResponse.__key_warning(key)
74
+ return super().__getitem__(key)
75
+
76
+ def get(self, key: str, default = None) -> Any:
77
+ AccessPolicyEntryResponse.__key_warning(key)
78
+ return super().get(key, default)
79
+
80
+ def __init__(__self__, *,
81
+ object_id: str,
82
+ permissions: 'outputs.PermissionsResponse',
83
+ tenant_id: str,
84
+ application_id: Optional[str] = None):
85
+ """
86
+ An identity that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.
87
+ :param str object_id: The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.
88
+ :param 'PermissionsResponse' permissions: Permissions the identity has for keys, secrets and certificates.
89
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
90
+ :param str application_id: Application ID of the client making request on behalf of a principal
91
+ """
92
+ pulumi.set(__self__, "object_id", object_id)
93
+ pulumi.set(__self__, "permissions", permissions)
94
+ pulumi.set(__self__, "tenant_id", tenant_id)
95
+ if application_id is not None:
96
+ pulumi.set(__self__, "application_id", application_id)
97
+
98
+ @property
99
+ @pulumi.getter(name="objectId")
100
+ def object_id(self) -> str:
101
+ """
102
+ The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault. The object ID must be unique for the list of access policies.
103
+ """
104
+ return pulumi.get(self, "object_id")
105
+
106
+ @property
107
+ @pulumi.getter
108
+ def permissions(self) -> 'outputs.PermissionsResponse':
109
+ """
110
+ Permissions the identity has for keys, secrets and certificates.
111
+ """
112
+ return pulumi.get(self, "permissions")
113
+
114
+ @property
115
+ @pulumi.getter(name="tenantId")
116
+ def tenant_id(self) -> str:
117
+ """
118
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
119
+ """
120
+ return pulumi.get(self, "tenant_id")
121
+
122
+ @property
123
+ @pulumi.getter(name="applicationId")
124
+ def application_id(self) -> Optional[str]:
125
+ """
126
+ Application ID of the client making request on behalf of a principal
127
+ """
128
+ return pulumi.get(self, "application_id")
129
+
130
+
131
+ @pulumi.output_type
132
+ class ActionResponse(dict):
133
+ def __init__(__self__, *,
134
+ type: Optional[str] = None):
135
+ """
136
+ :param str type: The type of action.
137
+ """
138
+ if type is not None:
139
+ pulumi.set(__self__, "type", type)
140
+
141
+ @property
142
+ @pulumi.getter
143
+ def type(self) -> Optional[str]:
144
+ """
145
+ The type of action.
146
+ """
147
+ return pulumi.get(self, "type")
148
+
149
+
150
+ @pulumi.output_type
151
+ class IPRuleResponse(dict):
152
+ """
153
+ A rule governing the accessibility of a vault from a specific ip address or ip range.
154
+ """
155
+ def __init__(__self__, *,
156
+ value: str):
157
+ """
158
+ A rule governing the accessibility of a vault from a specific ip address or ip range.
159
+ :param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
160
+ """
161
+ pulumi.set(__self__, "value", value)
162
+
163
+ @property
164
+ @pulumi.getter
165
+ def value(self) -> str:
166
+ """
167
+ An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
168
+ """
169
+ return pulumi.get(self, "value")
170
+
171
+
172
+ @pulumi.output_type
173
+ class KeyAttributesResponse(dict):
174
+ """
175
+ The object attributes managed by the Azure Key Vault service.
176
+ """
177
+ @staticmethod
178
+ def __key_warning(key: str):
179
+ suggest = None
180
+ if key == "recoveryLevel":
181
+ suggest = "recovery_level"
182
+ elif key == "notBefore":
183
+ suggest = "not_before"
184
+
185
+ if suggest:
186
+ pulumi.log.warn(f"Key '{key}' not found in KeyAttributesResponse. Access the value via the '{suggest}' property getter instead.")
187
+
188
+ def __getitem__(self, key: str) -> Any:
189
+ KeyAttributesResponse.__key_warning(key)
190
+ return super().__getitem__(key)
191
+
192
+ def get(self, key: str, default = None) -> Any:
193
+ KeyAttributesResponse.__key_warning(key)
194
+ return super().get(key, default)
195
+
196
+ def __init__(__self__, *,
197
+ created: float,
198
+ recovery_level: str,
199
+ updated: float,
200
+ enabled: Optional[bool] = None,
201
+ expires: Optional[float] = None,
202
+ exportable: Optional[bool] = None,
203
+ not_before: Optional[float] = None):
204
+ """
205
+ The object attributes managed by the Azure Key Vault service.
206
+ :param float created: Creation time in seconds since 1970-01-01T00:00:00Z.
207
+ :param str recovery_level: The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.
208
+ :param float updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
209
+ :param bool enabled: Determines whether or not the object is enabled.
210
+ :param float expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
211
+ :param bool exportable: Indicates if the private key can be exported.
212
+ :param float not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
213
+ """
214
+ pulumi.set(__self__, "created", created)
215
+ pulumi.set(__self__, "recovery_level", recovery_level)
216
+ pulumi.set(__self__, "updated", updated)
217
+ if enabled is not None:
218
+ pulumi.set(__self__, "enabled", enabled)
219
+ if expires is not None:
220
+ pulumi.set(__self__, "expires", expires)
221
+ if exportable is None:
222
+ exportable = False
223
+ if exportable is not None:
224
+ pulumi.set(__self__, "exportable", exportable)
225
+ if not_before is not None:
226
+ pulumi.set(__self__, "not_before", not_before)
227
+
228
+ @property
229
+ @pulumi.getter
230
+ def created(self) -> float:
231
+ """
232
+ Creation time in seconds since 1970-01-01T00:00:00Z.
233
+ """
234
+ return pulumi.get(self, "created")
235
+
236
+ @property
237
+ @pulumi.getter(name="recoveryLevel")
238
+ def recovery_level(self) -> str:
239
+ """
240
+ The deletion recovery level currently in effect for the object. If it contains 'Purgeable', then the object can be permanently deleted by a privileged user; otherwise, only the system can purge the object at the end of the retention interval.
241
+ """
242
+ return pulumi.get(self, "recovery_level")
243
+
244
+ @property
245
+ @pulumi.getter
246
+ def updated(self) -> float:
247
+ """
248
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
249
+ """
250
+ return pulumi.get(self, "updated")
251
+
252
+ @property
253
+ @pulumi.getter
254
+ def enabled(self) -> Optional[bool]:
255
+ """
256
+ Determines whether or not the object is enabled.
257
+ """
258
+ return pulumi.get(self, "enabled")
259
+
260
+ @property
261
+ @pulumi.getter
262
+ def expires(self) -> Optional[float]:
263
+ """
264
+ Expiry date in seconds since 1970-01-01T00:00:00Z.
265
+ """
266
+ return pulumi.get(self, "expires")
267
+
268
+ @property
269
+ @pulumi.getter
270
+ def exportable(self) -> Optional[bool]:
271
+ """
272
+ Indicates if the private key can be exported.
273
+ """
274
+ return pulumi.get(self, "exportable")
275
+
276
+ @property
277
+ @pulumi.getter(name="notBefore")
278
+ def not_before(self) -> Optional[float]:
279
+ """
280
+ Not before date in seconds since 1970-01-01T00:00:00Z.
281
+ """
282
+ return pulumi.get(self, "not_before")
283
+
284
+
285
+ @pulumi.output_type
286
+ class KeyReleasePolicyResponse(dict):
287
+ @staticmethod
288
+ def __key_warning(key: str):
289
+ suggest = None
290
+ if key == "contentType":
291
+ suggest = "content_type"
292
+
293
+ if suggest:
294
+ pulumi.log.warn(f"Key '{key}' not found in KeyReleasePolicyResponse. Access the value via the '{suggest}' property getter instead.")
295
+
296
+ def __getitem__(self, key: str) -> Any:
297
+ KeyReleasePolicyResponse.__key_warning(key)
298
+ return super().__getitem__(key)
299
+
300
+ def get(self, key: str, default = None) -> Any:
301
+ KeyReleasePolicyResponse.__key_warning(key)
302
+ return super().get(key, default)
303
+
304
+ def __init__(__self__, *,
305
+ content_type: Optional[str] = None,
306
+ data: Optional[str] = None):
307
+ """
308
+ :param str content_type: Content type and version of key release policy
309
+ :param str data: Blob encoding the policy rules under which the key can be released.
310
+ """
311
+ if content_type is None:
312
+ content_type = 'application/json; charset=utf-8'
313
+ if content_type is not None:
314
+ pulumi.set(__self__, "content_type", content_type)
315
+ if data is not None:
316
+ pulumi.set(__self__, "data", data)
317
+
318
+ @property
319
+ @pulumi.getter(name="contentType")
320
+ def content_type(self) -> Optional[str]:
321
+ """
322
+ Content type and version of key release policy
323
+ """
324
+ return pulumi.get(self, "content_type")
325
+
326
+ @property
327
+ @pulumi.getter
328
+ def data(self) -> Optional[str]:
329
+ """
330
+ Blob encoding the policy rules under which the key can be released.
331
+ """
332
+ return pulumi.get(self, "data")
333
+
334
+
335
+ @pulumi.output_type
336
+ class KeyRotationPolicyAttributesResponse(dict):
337
+ @staticmethod
338
+ def __key_warning(key: str):
339
+ suggest = None
340
+ if key == "expiryTime":
341
+ suggest = "expiry_time"
342
+
343
+ if suggest:
344
+ pulumi.log.warn(f"Key '{key}' not found in KeyRotationPolicyAttributesResponse. Access the value via the '{suggest}' property getter instead.")
345
+
346
+ def __getitem__(self, key: str) -> Any:
347
+ KeyRotationPolicyAttributesResponse.__key_warning(key)
348
+ return super().__getitem__(key)
349
+
350
+ def get(self, key: str, default = None) -> Any:
351
+ KeyRotationPolicyAttributesResponse.__key_warning(key)
352
+ return super().get(key, default)
353
+
354
+ def __init__(__self__, *,
355
+ created: float,
356
+ updated: float,
357
+ expiry_time: Optional[str] = None):
358
+ """
359
+ :param float created: Creation time in seconds since 1970-01-01T00:00:00Z.
360
+ :param float updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
361
+ :param str expiry_time: The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
362
+ """
363
+ pulumi.set(__self__, "created", created)
364
+ pulumi.set(__self__, "updated", updated)
365
+ if expiry_time is not None:
366
+ pulumi.set(__self__, "expiry_time", expiry_time)
367
+
368
+ @property
369
+ @pulumi.getter
370
+ def created(self) -> float:
371
+ """
372
+ Creation time in seconds since 1970-01-01T00:00:00Z.
373
+ """
374
+ return pulumi.get(self, "created")
375
+
376
+ @property
377
+ @pulumi.getter
378
+ def updated(self) -> float:
379
+ """
380
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
381
+ """
382
+ return pulumi.get(self, "updated")
383
+
384
+ @property
385
+ @pulumi.getter(name="expiryTime")
386
+ def expiry_time(self) -> Optional[str]:
387
+ """
388
+ The expiration time for the new key version. It should be in ISO8601 format. Eg: 'P90D', 'P1Y'.
389
+ """
390
+ return pulumi.get(self, "expiry_time")
391
+
392
+
393
+ @pulumi.output_type
394
+ class LifetimeActionResponse(dict):
395
+ def __init__(__self__, *,
396
+ action: Optional['outputs.ActionResponse'] = None,
397
+ trigger: Optional['outputs.TriggerResponse'] = None):
398
+ """
399
+ :param 'ActionResponse' action: The action of key rotation policy lifetimeAction.
400
+ :param 'TriggerResponse' trigger: The trigger of key rotation policy lifetimeAction.
401
+ """
402
+ if action is not None:
403
+ pulumi.set(__self__, "action", action)
404
+ if trigger is not None:
405
+ pulumi.set(__self__, "trigger", trigger)
406
+
407
+ @property
408
+ @pulumi.getter
409
+ def action(self) -> Optional['outputs.ActionResponse']:
410
+ """
411
+ The action of key rotation policy lifetimeAction.
412
+ """
413
+ return pulumi.get(self, "action")
414
+
415
+ @property
416
+ @pulumi.getter
417
+ def trigger(self) -> Optional['outputs.TriggerResponse']:
418
+ """
419
+ The trigger of key rotation policy lifetimeAction.
420
+ """
421
+ return pulumi.get(self, "trigger")
422
+
423
+
424
+ @pulumi.output_type
425
+ class MHSMGeoReplicatedRegionResponse(dict):
426
+ """
427
+ A region that this managed HSM Pool has been extended to.
428
+ """
429
+ @staticmethod
430
+ def __key_warning(key: str):
431
+ suggest = None
432
+ if key == "provisioningState":
433
+ suggest = "provisioning_state"
434
+ elif key == "isPrimary":
435
+ suggest = "is_primary"
436
+
437
+ if suggest:
438
+ pulumi.log.warn(f"Key '{key}' not found in MHSMGeoReplicatedRegionResponse. Access the value via the '{suggest}' property getter instead.")
439
+
440
+ def __getitem__(self, key: str) -> Any:
441
+ MHSMGeoReplicatedRegionResponse.__key_warning(key)
442
+ return super().__getitem__(key)
443
+
444
+ def get(self, key: str, default = None) -> Any:
445
+ MHSMGeoReplicatedRegionResponse.__key_warning(key)
446
+ return super().get(key, default)
447
+
448
+ def __init__(__self__, *,
449
+ provisioning_state: str,
450
+ is_primary: Optional[bool] = None,
451
+ name: Optional[str] = None):
452
+ """
453
+ A region that this managed HSM Pool has been extended to.
454
+ :param str provisioning_state: Provisioning state of the geo replicated region.
455
+ :param bool is_primary: A boolean value that indicates whether the region is the primary region or a secondary region.
456
+ :param str name: Name of the geo replicated region.
457
+ """
458
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
459
+ if is_primary is not None:
460
+ pulumi.set(__self__, "is_primary", is_primary)
461
+ if name is not None:
462
+ pulumi.set(__self__, "name", name)
463
+
464
+ @property
465
+ @pulumi.getter(name="provisioningState")
466
+ def provisioning_state(self) -> str:
467
+ """
468
+ Provisioning state of the geo replicated region.
469
+ """
470
+ return pulumi.get(self, "provisioning_state")
471
+
472
+ @property
473
+ @pulumi.getter(name="isPrimary")
474
+ def is_primary(self) -> Optional[bool]:
475
+ """
476
+ A boolean value that indicates whether the region is the primary region or a secondary region.
477
+ """
478
+ return pulumi.get(self, "is_primary")
479
+
480
+ @property
481
+ @pulumi.getter
482
+ def name(self) -> Optional[str]:
483
+ """
484
+ Name of the geo replicated region.
485
+ """
486
+ return pulumi.get(self, "name")
487
+
488
+
489
+ @pulumi.output_type
490
+ class MHSMIPRuleResponse(dict):
491
+ """
492
+ A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.
493
+ """
494
+ def __init__(__self__, *,
495
+ value: str):
496
+ """
497
+ A rule governing the accessibility of a managed HSM pool from a specific IP address or IP range.
498
+ :param str value: An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
499
+ """
500
+ pulumi.set(__self__, "value", value)
501
+
502
+ @property
503
+ @pulumi.getter
504
+ def value(self) -> str:
505
+ """
506
+ An IPv4 address range in CIDR notation, such as '124.56.78.91' (simple IP address) or '124.56.78.0/24' (all addresses that start with 124.56.78).
507
+ """
508
+ return pulumi.get(self, "value")
509
+
510
+
511
+ @pulumi.output_type
512
+ class MHSMNetworkRuleSetResponse(dict):
513
+ """
514
+ A set of rules governing the network accessibility of a managed hsm pool.
515
+ """
516
+ @staticmethod
517
+ def __key_warning(key: str):
518
+ suggest = None
519
+ if key == "defaultAction":
520
+ suggest = "default_action"
521
+ elif key == "ipRules":
522
+ suggest = "ip_rules"
523
+ elif key == "virtualNetworkRules":
524
+ suggest = "virtual_network_rules"
525
+
526
+ if suggest:
527
+ pulumi.log.warn(f"Key '{key}' not found in MHSMNetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
528
+
529
+ def __getitem__(self, key: str) -> Any:
530
+ MHSMNetworkRuleSetResponse.__key_warning(key)
531
+ return super().__getitem__(key)
532
+
533
+ def get(self, key: str, default = None) -> Any:
534
+ MHSMNetworkRuleSetResponse.__key_warning(key)
535
+ return super().get(key, default)
536
+
537
+ def __init__(__self__, *,
538
+ bypass: Optional[str] = None,
539
+ default_action: Optional[str] = None,
540
+ ip_rules: Optional[Sequence['outputs.MHSMIPRuleResponse']] = None,
541
+ virtual_network_rules: Optional[Sequence['outputs.MHSMVirtualNetworkRuleResponse']] = None):
542
+ """
543
+ A set of rules governing the network accessibility of a managed hsm pool.
544
+ :param str bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
545
+ :param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
546
+ :param Sequence['MHSMIPRuleResponse'] ip_rules: The list of IP address rules.
547
+ :param Sequence['MHSMVirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
548
+ """
549
+ if bypass is not None:
550
+ pulumi.set(__self__, "bypass", bypass)
551
+ if default_action is not None:
552
+ pulumi.set(__self__, "default_action", default_action)
553
+ if ip_rules is not None:
554
+ pulumi.set(__self__, "ip_rules", ip_rules)
555
+ if virtual_network_rules is not None:
556
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
557
+
558
+ @property
559
+ @pulumi.getter
560
+ def bypass(self) -> Optional[str]:
561
+ """
562
+ Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
563
+ """
564
+ return pulumi.get(self, "bypass")
565
+
566
+ @property
567
+ @pulumi.getter(name="defaultAction")
568
+ def default_action(self) -> Optional[str]:
569
+ """
570
+ The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
571
+ """
572
+ return pulumi.get(self, "default_action")
573
+
574
+ @property
575
+ @pulumi.getter(name="ipRules")
576
+ def ip_rules(self) -> Optional[Sequence['outputs.MHSMIPRuleResponse']]:
577
+ """
578
+ The list of IP address rules.
579
+ """
580
+ return pulumi.get(self, "ip_rules")
581
+
582
+ @property
583
+ @pulumi.getter(name="virtualNetworkRules")
584
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.MHSMVirtualNetworkRuleResponse']]:
585
+ """
586
+ The list of virtual network rules.
587
+ """
588
+ return pulumi.get(self, "virtual_network_rules")
589
+
590
+
591
+ @pulumi.output_type
592
+ class MHSMPrivateEndpointConnectionItemResponse(dict):
593
+ """
594
+ Private endpoint connection item.
595
+ """
596
+ @staticmethod
597
+ def __key_warning(key: str):
598
+ suggest = None
599
+ if key == "provisioningState":
600
+ suggest = "provisioning_state"
601
+ elif key == "privateEndpoint":
602
+ suggest = "private_endpoint"
603
+ elif key == "privateLinkServiceConnectionState":
604
+ suggest = "private_link_service_connection_state"
605
+
606
+ if suggest:
607
+ pulumi.log.warn(f"Key '{key}' not found in MHSMPrivateEndpointConnectionItemResponse. Access the value via the '{suggest}' property getter instead.")
608
+
609
+ def __getitem__(self, key: str) -> Any:
610
+ MHSMPrivateEndpointConnectionItemResponse.__key_warning(key)
611
+ return super().__getitem__(key)
612
+
613
+ def get(self, key: str, default = None) -> Any:
614
+ MHSMPrivateEndpointConnectionItemResponse.__key_warning(key)
615
+ return super().get(key, default)
616
+
617
+ def __init__(__self__, *,
618
+ provisioning_state: str,
619
+ etag: Optional[str] = None,
620
+ id: Optional[str] = None,
621
+ private_endpoint: Optional['outputs.MHSMPrivateEndpointResponse'] = None,
622
+ private_link_service_connection_state: Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse'] = None):
623
+ """
624
+ Private endpoint connection item.
625
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
626
+ :param str etag: Modified whenever there is a change in the state of private endpoint connection.
627
+ :param str id: Id of private endpoint connection.
628
+ :param 'MHSMPrivateEndpointResponse' private_endpoint: Properties of the private endpoint object.
629
+ :param 'MHSMPrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Approval state of the private link connection.
630
+ """
631
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
632
+ if etag is not None:
633
+ pulumi.set(__self__, "etag", etag)
634
+ if id is not None:
635
+ pulumi.set(__self__, "id", id)
636
+ if private_endpoint is not None:
637
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
638
+ if private_link_service_connection_state is not None:
639
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
640
+
641
+ @property
642
+ @pulumi.getter(name="provisioningState")
643
+ def provisioning_state(self) -> str:
644
+ """
645
+ Provisioning state of the private endpoint connection.
646
+ """
647
+ return pulumi.get(self, "provisioning_state")
648
+
649
+ @property
650
+ @pulumi.getter
651
+ def etag(self) -> Optional[str]:
652
+ """
653
+ Modified whenever there is a change in the state of private endpoint connection.
654
+ """
655
+ return pulumi.get(self, "etag")
656
+
657
+ @property
658
+ @pulumi.getter
659
+ def id(self) -> Optional[str]:
660
+ """
661
+ Id of private endpoint connection.
662
+ """
663
+ return pulumi.get(self, "id")
664
+
665
+ @property
666
+ @pulumi.getter(name="privateEndpoint")
667
+ def private_endpoint(self) -> Optional['outputs.MHSMPrivateEndpointResponse']:
668
+ """
669
+ Properties of the private endpoint object.
670
+ """
671
+ return pulumi.get(self, "private_endpoint")
672
+
673
+ @property
674
+ @pulumi.getter(name="privateLinkServiceConnectionState")
675
+ def private_link_service_connection_state(self) -> Optional['outputs.MHSMPrivateLinkServiceConnectionStateResponse']:
676
+ """
677
+ Approval state of the private link connection.
678
+ """
679
+ return pulumi.get(self, "private_link_service_connection_state")
680
+
681
+
682
+ @pulumi.output_type
683
+ class MHSMPrivateEndpointResponse(dict):
684
+ """
685
+ Private endpoint object properties.
686
+ """
687
+ def __init__(__self__, *,
688
+ id: str):
689
+ """
690
+ Private endpoint object properties.
691
+ :param str id: Full identifier of the private endpoint resource.
692
+ """
693
+ pulumi.set(__self__, "id", id)
694
+
695
+ @property
696
+ @pulumi.getter
697
+ def id(self) -> str:
698
+ """
699
+ Full identifier of the private endpoint resource.
700
+ """
701
+ return pulumi.get(self, "id")
702
+
703
+
704
+ @pulumi.output_type
705
+ class MHSMPrivateLinkServiceConnectionStateResponse(dict):
706
+ """
707
+ An object that represents the approval state of the private link connection.
708
+ """
709
+ @staticmethod
710
+ def __key_warning(key: str):
711
+ suggest = None
712
+ if key == "actionsRequired":
713
+ suggest = "actions_required"
714
+
715
+ if suggest:
716
+ pulumi.log.warn(f"Key '{key}' not found in MHSMPrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
717
+
718
+ def __getitem__(self, key: str) -> Any:
719
+ MHSMPrivateLinkServiceConnectionStateResponse.__key_warning(key)
720
+ return super().__getitem__(key)
721
+
722
+ def get(self, key: str, default = None) -> Any:
723
+ MHSMPrivateLinkServiceConnectionStateResponse.__key_warning(key)
724
+ return super().get(key, default)
725
+
726
+ def __init__(__self__, *,
727
+ actions_required: Optional[str] = None,
728
+ description: Optional[str] = None,
729
+ status: Optional[str] = None):
730
+ """
731
+ An object that represents the approval state of the private link connection.
732
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
733
+ :param str description: The reason for approval or rejection.
734
+ :param str status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
735
+ """
736
+ if actions_required is not None:
737
+ pulumi.set(__self__, "actions_required", actions_required)
738
+ if description is not None:
739
+ pulumi.set(__self__, "description", description)
740
+ if status is not None:
741
+ pulumi.set(__self__, "status", status)
742
+
743
+ @property
744
+ @pulumi.getter(name="actionsRequired")
745
+ def actions_required(self) -> Optional[str]:
746
+ """
747
+ A message indicating if changes on the service provider require any updates on the consumer.
748
+ """
749
+ return pulumi.get(self, "actions_required")
750
+
751
+ @property
752
+ @pulumi.getter
753
+ def description(self) -> Optional[str]:
754
+ """
755
+ The reason for approval or rejection.
756
+ """
757
+ return pulumi.get(self, "description")
758
+
759
+ @property
760
+ @pulumi.getter
761
+ def status(self) -> Optional[str]:
762
+ """
763
+ Indicates whether the connection has been approved, rejected or removed by the key vault owner.
764
+ """
765
+ return pulumi.get(self, "status")
766
+
767
+
768
+ @pulumi.output_type
769
+ class MHSMVirtualNetworkRuleResponse(dict):
770
+ """
771
+ A rule governing the accessibility of a managed hsm pool from a specific virtual network.
772
+ """
773
+ def __init__(__self__, *,
774
+ id: str):
775
+ """
776
+ A rule governing the accessibility of a managed hsm pool from a specific virtual network.
777
+ :param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
778
+ """
779
+ pulumi.set(__self__, "id", id)
780
+
781
+ @property
782
+ @pulumi.getter
783
+ def id(self) -> str:
784
+ """
785
+ Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
786
+ """
787
+ return pulumi.get(self, "id")
788
+
789
+
790
+ @pulumi.output_type
791
+ class ManagedHSMSecurityDomainPropertiesResponse(dict):
792
+ """
793
+ The security domain properties of the managed hsm.
794
+ """
795
+ @staticmethod
796
+ def __key_warning(key: str):
797
+ suggest = None
798
+ if key == "activationStatus":
799
+ suggest = "activation_status"
800
+ elif key == "activationStatusMessage":
801
+ suggest = "activation_status_message"
802
+
803
+ if suggest:
804
+ pulumi.log.warn(f"Key '{key}' not found in ManagedHSMSecurityDomainPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
805
+
806
+ def __getitem__(self, key: str) -> Any:
807
+ ManagedHSMSecurityDomainPropertiesResponse.__key_warning(key)
808
+ return super().__getitem__(key)
809
+
810
+ def get(self, key: str, default = None) -> Any:
811
+ ManagedHSMSecurityDomainPropertiesResponse.__key_warning(key)
812
+ return super().get(key, default)
813
+
814
+ def __init__(__self__, *,
815
+ activation_status: str,
816
+ activation_status_message: str):
817
+ """
818
+ The security domain properties of the managed hsm.
819
+ :param str activation_status: Activation Status
820
+ :param str activation_status_message: Activation Status Message.
821
+ """
822
+ pulumi.set(__self__, "activation_status", activation_status)
823
+ pulumi.set(__self__, "activation_status_message", activation_status_message)
824
+
825
+ @property
826
+ @pulumi.getter(name="activationStatus")
827
+ def activation_status(self) -> str:
828
+ """
829
+ Activation Status
830
+ """
831
+ return pulumi.get(self, "activation_status")
832
+
833
+ @property
834
+ @pulumi.getter(name="activationStatusMessage")
835
+ def activation_status_message(self) -> str:
836
+ """
837
+ Activation Status Message.
838
+ """
839
+ return pulumi.get(self, "activation_status_message")
840
+
841
+
842
+ @pulumi.output_type
843
+ class ManagedHsmPropertiesResponse(dict):
844
+ """
845
+ Properties of the managed HSM Pool
846
+ """
847
+ @staticmethod
848
+ def __key_warning(key: str):
849
+ suggest = None
850
+ if key == "hsmUri":
851
+ suggest = "hsm_uri"
852
+ elif key == "privateEndpointConnections":
853
+ suggest = "private_endpoint_connections"
854
+ elif key == "provisioningState":
855
+ suggest = "provisioning_state"
856
+ elif key == "scheduledPurgeDate":
857
+ suggest = "scheduled_purge_date"
858
+ elif key == "securityDomainProperties":
859
+ suggest = "security_domain_properties"
860
+ elif key == "statusMessage":
861
+ suggest = "status_message"
862
+ elif key == "enablePurgeProtection":
863
+ suggest = "enable_purge_protection"
864
+ elif key == "enableSoftDelete":
865
+ suggest = "enable_soft_delete"
866
+ elif key == "initialAdminObjectIds":
867
+ suggest = "initial_admin_object_ids"
868
+ elif key == "networkAcls":
869
+ suggest = "network_acls"
870
+ elif key == "publicNetworkAccess":
871
+ suggest = "public_network_access"
872
+ elif key == "softDeleteRetentionInDays":
873
+ suggest = "soft_delete_retention_in_days"
874
+ elif key == "tenantId":
875
+ suggest = "tenant_id"
876
+
877
+ if suggest:
878
+ pulumi.log.warn(f"Key '{key}' not found in ManagedHsmPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
879
+
880
+ def __getitem__(self, key: str) -> Any:
881
+ ManagedHsmPropertiesResponse.__key_warning(key)
882
+ return super().__getitem__(key)
883
+
884
+ def get(self, key: str, default = None) -> Any:
885
+ ManagedHsmPropertiesResponse.__key_warning(key)
886
+ return super().get(key, default)
887
+
888
+ def __init__(__self__, *,
889
+ hsm_uri: str,
890
+ private_endpoint_connections: Sequence['outputs.MHSMPrivateEndpointConnectionItemResponse'],
891
+ provisioning_state: str,
892
+ scheduled_purge_date: str,
893
+ security_domain_properties: 'outputs.ManagedHSMSecurityDomainPropertiesResponse',
894
+ status_message: str,
895
+ enable_purge_protection: Optional[bool] = None,
896
+ enable_soft_delete: Optional[bool] = None,
897
+ initial_admin_object_ids: Optional[Sequence[str]] = None,
898
+ network_acls: Optional['outputs.MHSMNetworkRuleSetResponse'] = None,
899
+ public_network_access: Optional[str] = None,
900
+ regions: Optional[Sequence['outputs.MHSMGeoReplicatedRegionResponse']] = None,
901
+ soft_delete_retention_in_days: Optional[int] = None,
902
+ tenant_id: Optional[str] = None):
903
+ """
904
+ Properties of the managed HSM Pool
905
+ :param str hsm_uri: The URI of the managed hsm pool for performing operations on keys.
906
+ :param Sequence['MHSMPrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the managed hsm pool.
907
+ :param str provisioning_state: Provisioning state.
908
+ :param str scheduled_purge_date: The scheduled purge date in UTC.
909
+ :param 'ManagedHSMSecurityDomainPropertiesResponse' security_domain_properties: Managed HSM security domain properties.
910
+ :param str status_message: Resource Status Message.
911
+ :param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible.
912
+ :param bool enable_soft_delete: Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable.
913
+ :param Sequence[str] initial_admin_object_ids: Array of initial administrators object ids for this managed hsm pool.
914
+ :param 'MHSMNetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
915
+ :param str public_network_access: Control permission to the managed HSM from public networks.
916
+ :param Sequence['MHSMGeoReplicatedRegionResponse'] regions: List of all regions associated with the managed hsm pool.
917
+ :param int soft_delete_retention_in_days: Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90.
918
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
919
+ """
920
+ pulumi.set(__self__, "hsm_uri", hsm_uri)
921
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
922
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
923
+ pulumi.set(__self__, "scheduled_purge_date", scheduled_purge_date)
924
+ pulumi.set(__self__, "security_domain_properties", security_domain_properties)
925
+ pulumi.set(__self__, "status_message", status_message)
926
+ if enable_purge_protection is None:
927
+ enable_purge_protection = True
928
+ if enable_purge_protection is not None:
929
+ pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
930
+ if enable_soft_delete is None:
931
+ enable_soft_delete = True
932
+ if enable_soft_delete is not None:
933
+ pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
934
+ if initial_admin_object_ids is not None:
935
+ pulumi.set(__self__, "initial_admin_object_ids", initial_admin_object_ids)
936
+ if network_acls is not None:
937
+ pulumi.set(__self__, "network_acls", network_acls)
938
+ if public_network_access is None:
939
+ public_network_access = 'Enabled'
940
+ if public_network_access is not None:
941
+ pulumi.set(__self__, "public_network_access", public_network_access)
942
+ if regions is not None:
943
+ pulumi.set(__self__, "regions", regions)
944
+ if soft_delete_retention_in_days is None:
945
+ soft_delete_retention_in_days = 90
946
+ if soft_delete_retention_in_days is not None:
947
+ pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
948
+ if tenant_id is not None:
949
+ pulumi.set(__self__, "tenant_id", tenant_id)
950
+
951
+ @property
952
+ @pulumi.getter(name="hsmUri")
953
+ def hsm_uri(self) -> str:
954
+ """
955
+ The URI of the managed hsm pool for performing operations on keys.
956
+ """
957
+ return pulumi.get(self, "hsm_uri")
958
+
959
+ @property
960
+ @pulumi.getter(name="privateEndpointConnections")
961
+ def private_endpoint_connections(self) -> Sequence['outputs.MHSMPrivateEndpointConnectionItemResponse']:
962
+ """
963
+ List of private endpoint connections associated with the managed hsm pool.
964
+ """
965
+ return pulumi.get(self, "private_endpoint_connections")
966
+
967
+ @property
968
+ @pulumi.getter(name="provisioningState")
969
+ def provisioning_state(self) -> str:
970
+ """
971
+ Provisioning state.
972
+ """
973
+ return pulumi.get(self, "provisioning_state")
974
+
975
+ @property
976
+ @pulumi.getter(name="scheduledPurgeDate")
977
+ def scheduled_purge_date(self) -> str:
978
+ """
979
+ The scheduled purge date in UTC.
980
+ """
981
+ return pulumi.get(self, "scheduled_purge_date")
982
+
983
+ @property
984
+ @pulumi.getter(name="securityDomainProperties")
985
+ def security_domain_properties(self) -> 'outputs.ManagedHSMSecurityDomainPropertiesResponse':
986
+ """
987
+ Managed HSM security domain properties.
988
+ """
989
+ return pulumi.get(self, "security_domain_properties")
990
+
991
+ @property
992
+ @pulumi.getter(name="statusMessage")
993
+ def status_message(self) -> str:
994
+ """
995
+ Resource Status Message.
996
+ """
997
+ return pulumi.get(self, "status_message")
998
+
999
+ @property
1000
+ @pulumi.getter(name="enablePurgeProtection")
1001
+ def enable_purge_protection(self) -> Optional[bool]:
1002
+ """
1003
+ Property specifying whether protection against purge is enabled for this managed HSM pool. Setting this property to true activates protection against purge for this managed HSM pool and its content - only the Managed HSM service may initiate a hard, irrecoverable deletion. Enabling this functionality is irreversible.
1004
+ """
1005
+ return pulumi.get(self, "enable_purge_protection")
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="enableSoftDelete")
1009
+ def enable_soft_delete(self) -> Optional[bool]:
1010
+ """
1011
+ Property to specify whether the 'soft delete' functionality is enabled for this managed HSM pool. Soft delete is enabled by default for all managed HSMs and is immutable.
1012
+ """
1013
+ return pulumi.get(self, "enable_soft_delete")
1014
+
1015
+ @property
1016
+ @pulumi.getter(name="initialAdminObjectIds")
1017
+ def initial_admin_object_ids(self) -> Optional[Sequence[str]]:
1018
+ """
1019
+ Array of initial administrators object ids for this managed hsm pool.
1020
+ """
1021
+ return pulumi.get(self, "initial_admin_object_ids")
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="networkAcls")
1025
+ def network_acls(self) -> Optional['outputs.MHSMNetworkRuleSetResponse']:
1026
+ """
1027
+ Rules governing the accessibility of the key vault from specific network locations.
1028
+ """
1029
+ return pulumi.get(self, "network_acls")
1030
+
1031
+ @property
1032
+ @pulumi.getter(name="publicNetworkAccess")
1033
+ def public_network_access(self) -> Optional[str]:
1034
+ """
1035
+ Control permission to the managed HSM from public networks.
1036
+ """
1037
+ return pulumi.get(self, "public_network_access")
1038
+
1039
+ @property
1040
+ @pulumi.getter
1041
+ def regions(self) -> Optional[Sequence['outputs.MHSMGeoReplicatedRegionResponse']]:
1042
+ """
1043
+ List of all regions associated with the managed hsm pool.
1044
+ """
1045
+ return pulumi.get(self, "regions")
1046
+
1047
+ @property
1048
+ @pulumi.getter(name="softDeleteRetentionInDays")
1049
+ def soft_delete_retention_in_days(self) -> Optional[int]:
1050
+ """
1051
+ Soft deleted data retention days. When you delete an HSM or a key, it will remain recoverable for the configured retention period or for a default period of 90 days. It accepts values between 7 and 90.
1052
+ """
1053
+ return pulumi.get(self, "soft_delete_retention_in_days")
1054
+
1055
+ @property
1056
+ @pulumi.getter(name="tenantId")
1057
+ def tenant_id(self) -> Optional[str]:
1058
+ """
1059
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the managed HSM pool.
1060
+ """
1061
+ return pulumi.get(self, "tenant_id")
1062
+
1063
+
1064
+ @pulumi.output_type
1065
+ class ManagedHsmSkuResponse(dict):
1066
+ """
1067
+ SKU details
1068
+ """
1069
+ def __init__(__self__, *,
1070
+ family: str,
1071
+ name: str):
1072
+ """
1073
+ SKU details
1074
+ :param str family: SKU Family of the managed HSM Pool
1075
+ :param str name: SKU of the managed HSM Pool
1076
+ """
1077
+ pulumi.set(__self__, "family", family)
1078
+ pulumi.set(__self__, "name", name)
1079
+
1080
+ @property
1081
+ @pulumi.getter
1082
+ def family(self) -> str:
1083
+ """
1084
+ SKU Family of the managed HSM Pool
1085
+ """
1086
+ return pulumi.get(self, "family")
1087
+
1088
+ @property
1089
+ @pulumi.getter
1090
+ def name(self) -> str:
1091
+ """
1092
+ SKU of the managed HSM Pool
1093
+ """
1094
+ return pulumi.get(self, "name")
1095
+
1096
+
1097
+ @pulumi.output_type
1098
+ class ManagedServiceIdentityResponse(dict):
1099
+ """
1100
+ Managed service identity (system assigned and/or user assigned identities)
1101
+ """
1102
+ @staticmethod
1103
+ def __key_warning(key: str):
1104
+ suggest = None
1105
+ if key == "principalId":
1106
+ suggest = "principal_id"
1107
+ elif key == "tenantId":
1108
+ suggest = "tenant_id"
1109
+ elif key == "userAssignedIdentities":
1110
+ suggest = "user_assigned_identities"
1111
+
1112
+ if suggest:
1113
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1114
+
1115
+ def __getitem__(self, key: str) -> Any:
1116
+ ManagedServiceIdentityResponse.__key_warning(key)
1117
+ return super().__getitem__(key)
1118
+
1119
+ def get(self, key: str, default = None) -> Any:
1120
+ ManagedServiceIdentityResponse.__key_warning(key)
1121
+ return super().get(key, default)
1122
+
1123
+ def __init__(__self__, *,
1124
+ principal_id: str,
1125
+ tenant_id: str,
1126
+ type: str,
1127
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
1128
+ """
1129
+ Managed service identity (system assigned and/or user assigned identities)
1130
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1131
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1132
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1133
+ :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.
1134
+ """
1135
+ pulumi.set(__self__, "principal_id", principal_id)
1136
+ pulumi.set(__self__, "tenant_id", tenant_id)
1137
+ pulumi.set(__self__, "type", type)
1138
+ if user_assigned_identities is not None:
1139
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
1140
+
1141
+ @property
1142
+ @pulumi.getter(name="principalId")
1143
+ def principal_id(self) -> str:
1144
+ """
1145
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
1146
+ """
1147
+ return pulumi.get(self, "principal_id")
1148
+
1149
+ @property
1150
+ @pulumi.getter(name="tenantId")
1151
+ def tenant_id(self) -> str:
1152
+ """
1153
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1154
+ """
1155
+ return pulumi.get(self, "tenant_id")
1156
+
1157
+ @property
1158
+ @pulumi.getter
1159
+ def type(self) -> str:
1160
+ """
1161
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1162
+ """
1163
+ return pulumi.get(self, "type")
1164
+
1165
+ @property
1166
+ @pulumi.getter(name="userAssignedIdentities")
1167
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1168
+ """
1169
+ 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.
1170
+ """
1171
+ return pulumi.get(self, "user_assigned_identities")
1172
+
1173
+
1174
+ @pulumi.output_type
1175
+ class NetworkRuleSetResponse(dict):
1176
+ """
1177
+ A set of rules governing the network accessibility of a vault.
1178
+ """
1179
+ @staticmethod
1180
+ def __key_warning(key: str):
1181
+ suggest = None
1182
+ if key == "defaultAction":
1183
+ suggest = "default_action"
1184
+ elif key == "ipRules":
1185
+ suggest = "ip_rules"
1186
+ elif key == "virtualNetworkRules":
1187
+ suggest = "virtual_network_rules"
1188
+
1189
+ if suggest:
1190
+ pulumi.log.warn(f"Key '{key}' not found in NetworkRuleSetResponse. Access the value via the '{suggest}' property getter instead.")
1191
+
1192
+ def __getitem__(self, key: str) -> Any:
1193
+ NetworkRuleSetResponse.__key_warning(key)
1194
+ return super().__getitem__(key)
1195
+
1196
+ def get(self, key: str, default = None) -> Any:
1197
+ NetworkRuleSetResponse.__key_warning(key)
1198
+ return super().get(key, default)
1199
+
1200
+ def __init__(__self__, *,
1201
+ bypass: Optional[str] = None,
1202
+ default_action: Optional[str] = None,
1203
+ ip_rules: Optional[Sequence['outputs.IPRuleResponse']] = None,
1204
+ virtual_network_rules: Optional[Sequence['outputs.VirtualNetworkRuleResponse']] = None):
1205
+ """
1206
+ A set of rules governing the network accessibility of a vault.
1207
+ :param str bypass: Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
1208
+ :param str default_action: The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1209
+ :param Sequence['IPRuleResponse'] ip_rules: The list of IP address rules.
1210
+ :param Sequence['VirtualNetworkRuleResponse'] virtual_network_rules: The list of virtual network rules.
1211
+ """
1212
+ if bypass is not None:
1213
+ pulumi.set(__self__, "bypass", bypass)
1214
+ if default_action is not None:
1215
+ pulumi.set(__self__, "default_action", default_action)
1216
+ if ip_rules is not None:
1217
+ pulumi.set(__self__, "ip_rules", ip_rules)
1218
+ if virtual_network_rules is not None:
1219
+ pulumi.set(__self__, "virtual_network_rules", virtual_network_rules)
1220
+
1221
+ @property
1222
+ @pulumi.getter
1223
+ def bypass(self) -> Optional[str]:
1224
+ """
1225
+ Tells what traffic can bypass network rules. This can be 'AzureServices' or 'None'. If not specified the default is 'AzureServices'.
1226
+ """
1227
+ return pulumi.get(self, "bypass")
1228
+
1229
+ @property
1230
+ @pulumi.getter(name="defaultAction")
1231
+ def default_action(self) -> Optional[str]:
1232
+ """
1233
+ The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
1234
+ """
1235
+ return pulumi.get(self, "default_action")
1236
+
1237
+ @property
1238
+ @pulumi.getter(name="ipRules")
1239
+ def ip_rules(self) -> Optional[Sequence['outputs.IPRuleResponse']]:
1240
+ """
1241
+ The list of IP address rules.
1242
+ """
1243
+ return pulumi.get(self, "ip_rules")
1244
+
1245
+ @property
1246
+ @pulumi.getter(name="virtualNetworkRules")
1247
+ def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
1248
+ """
1249
+ The list of virtual network rules.
1250
+ """
1251
+ return pulumi.get(self, "virtual_network_rules")
1252
+
1253
+
1254
+ @pulumi.output_type
1255
+ class PermissionsResponse(dict):
1256
+ """
1257
+ Permissions the identity has for keys, secrets, certificates and storage.
1258
+ """
1259
+ def __init__(__self__, *,
1260
+ certificates: Optional[Sequence[str]] = None,
1261
+ keys: Optional[Sequence[str]] = None,
1262
+ secrets: Optional[Sequence[str]] = None,
1263
+ storage: Optional[Sequence[str]] = None):
1264
+ """
1265
+ Permissions the identity has for keys, secrets, certificates and storage.
1266
+ :param Sequence[str] certificates: Permissions to certificates
1267
+ :param Sequence[str] keys: Permissions to keys
1268
+ :param Sequence[str] secrets: Permissions to secrets
1269
+ :param Sequence[str] storage: Permissions to storage accounts
1270
+ """
1271
+ if certificates is not None:
1272
+ pulumi.set(__self__, "certificates", certificates)
1273
+ if keys is not None:
1274
+ pulumi.set(__self__, "keys", keys)
1275
+ if secrets is not None:
1276
+ pulumi.set(__self__, "secrets", secrets)
1277
+ if storage is not None:
1278
+ pulumi.set(__self__, "storage", storage)
1279
+
1280
+ @property
1281
+ @pulumi.getter
1282
+ def certificates(self) -> Optional[Sequence[str]]:
1283
+ """
1284
+ Permissions to certificates
1285
+ """
1286
+ return pulumi.get(self, "certificates")
1287
+
1288
+ @property
1289
+ @pulumi.getter
1290
+ def keys(self) -> Optional[Sequence[str]]:
1291
+ """
1292
+ Permissions to keys
1293
+ """
1294
+ return pulumi.get(self, "keys")
1295
+
1296
+ @property
1297
+ @pulumi.getter
1298
+ def secrets(self) -> Optional[Sequence[str]]:
1299
+ """
1300
+ Permissions to secrets
1301
+ """
1302
+ return pulumi.get(self, "secrets")
1303
+
1304
+ @property
1305
+ @pulumi.getter
1306
+ def storage(self) -> Optional[Sequence[str]]:
1307
+ """
1308
+ Permissions to storage accounts
1309
+ """
1310
+ return pulumi.get(self, "storage")
1311
+
1312
+
1313
+ @pulumi.output_type
1314
+ class PrivateEndpointConnectionItemResponse(dict):
1315
+ """
1316
+ Private endpoint connection item.
1317
+ """
1318
+ @staticmethod
1319
+ def __key_warning(key: str):
1320
+ suggest = None
1321
+ if key == "provisioningState":
1322
+ suggest = "provisioning_state"
1323
+ elif key == "privateEndpoint":
1324
+ suggest = "private_endpoint"
1325
+ elif key == "privateLinkServiceConnectionState":
1326
+ suggest = "private_link_service_connection_state"
1327
+
1328
+ if suggest:
1329
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionItemResponse. Access the value via the '{suggest}' property getter instead.")
1330
+
1331
+ def __getitem__(self, key: str) -> Any:
1332
+ PrivateEndpointConnectionItemResponse.__key_warning(key)
1333
+ return super().__getitem__(key)
1334
+
1335
+ def get(self, key: str, default = None) -> Any:
1336
+ PrivateEndpointConnectionItemResponse.__key_warning(key)
1337
+ return super().get(key, default)
1338
+
1339
+ def __init__(__self__, *,
1340
+ provisioning_state: str,
1341
+ etag: Optional[str] = None,
1342
+ id: Optional[str] = None,
1343
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None,
1344
+ private_link_service_connection_state: Optional['outputs.PrivateLinkServiceConnectionStateResponse'] = None):
1345
+ """
1346
+ Private endpoint connection item.
1347
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
1348
+ :param str etag: Modified whenever there is a change in the state of private endpoint connection.
1349
+ :param str id: Id of private endpoint connection.
1350
+ :param 'PrivateEndpointResponse' private_endpoint: Properties of the private endpoint object.
1351
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Approval state of the private link connection.
1352
+ """
1353
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
1354
+ if etag is not None:
1355
+ pulumi.set(__self__, "etag", etag)
1356
+ if id is not None:
1357
+ pulumi.set(__self__, "id", id)
1358
+ if private_endpoint is not None:
1359
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
1360
+ if private_link_service_connection_state is not None:
1361
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
1362
+
1363
+ @property
1364
+ @pulumi.getter(name="provisioningState")
1365
+ def provisioning_state(self) -> str:
1366
+ """
1367
+ Provisioning state of the private endpoint connection.
1368
+ """
1369
+ return pulumi.get(self, "provisioning_state")
1370
+
1371
+ @property
1372
+ @pulumi.getter
1373
+ def etag(self) -> Optional[str]:
1374
+ """
1375
+ Modified whenever there is a change in the state of private endpoint connection.
1376
+ """
1377
+ return pulumi.get(self, "etag")
1378
+
1379
+ @property
1380
+ @pulumi.getter
1381
+ def id(self) -> Optional[str]:
1382
+ """
1383
+ Id of private endpoint connection.
1384
+ """
1385
+ return pulumi.get(self, "id")
1386
+
1387
+ @property
1388
+ @pulumi.getter(name="privateEndpoint")
1389
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1390
+ """
1391
+ Properties of the private endpoint object.
1392
+ """
1393
+ return pulumi.get(self, "private_endpoint")
1394
+
1395
+ @property
1396
+ @pulumi.getter(name="privateLinkServiceConnectionState")
1397
+ def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
1398
+ """
1399
+ Approval state of the private link connection.
1400
+ """
1401
+ return pulumi.get(self, "private_link_service_connection_state")
1402
+
1403
+
1404
+ @pulumi.output_type
1405
+ class PrivateEndpointResponse(dict):
1406
+ """
1407
+ Private endpoint object properties.
1408
+ """
1409
+ def __init__(__self__, *,
1410
+ id: str):
1411
+ """
1412
+ Private endpoint object properties.
1413
+ :param str id: Full identifier of the private endpoint resource.
1414
+ """
1415
+ pulumi.set(__self__, "id", id)
1416
+
1417
+ @property
1418
+ @pulumi.getter
1419
+ def id(self) -> str:
1420
+ """
1421
+ Full identifier of the private endpoint resource.
1422
+ """
1423
+ return pulumi.get(self, "id")
1424
+
1425
+
1426
+ @pulumi.output_type
1427
+ class PrivateLinkServiceConnectionStateResponse(dict):
1428
+ """
1429
+ An object that represents the approval state of the private link connection.
1430
+ """
1431
+ @staticmethod
1432
+ def __key_warning(key: str):
1433
+ suggest = None
1434
+ if key == "actionsRequired":
1435
+ suggest = "actions_required"
1436
+
1437
+ if suggest:
1438
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1439
+
1440
+ def __getitem__(self, key: str) -> Any:
1441
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1442
+ return super().__getitem__(key)
1443
+
1444
+ def get(self, key: str, default = None) -> Any:
1445
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1446
+ return super().get(key, default)
1447
+
1448
+ def __init__(__self__, *,
1449
+ actions_required: Optional[str] = None,
1450
+ description: Optional[str] = None,
1451
+ status: Optional[str] = None):
1452
+ """
1453
+ An object that represents the approval state of the private link connection.
1454
+ :param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
1455
+ :param str description: The reason for approval or rejection.
1456
+ :param str status: Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1457
+ """
1458
+ if actions_required is not None:
1459
+ pulumi.set(__self__, "actions_required", actions_required)
1460
+ if description is not None:
1461
+ pulumi.set(__self__, "description", description)
1462
+ if status is not None:
1463
+ pulumi.set(__self__, "status", status)
1464
+
1465
+ @property
1466
+ @pulumi.getter(name="actionsRequired")
1467
+ def actions_required(self) -> Optional[str]:
1468
+ """
1469
+ A message indicating if changes on the service provider require any updates on the consumer.
1470
+ """
1471
+ return pulumi.get(self, "actions_required")
1472
+
1473
+ @property
1474
+ @pulumi.getter
1475
+ def description(self) -> Optional[str]:
1476
+ """
1477
+ The reason for approval or rejection.
1478
+ """
1479
+ return pulumi.get(self, "description")
1480
+
1481
+ @property
1482
+ @pulumi.getter
1483
+ def status(self) -> Optional[str]:
1484
+ """
1485
+ Indicates whether the connection has been approved, rejected or removed by the key vault owner.
1486
+ """
1487
+ return pulumi.get(self, "status")
1488
+
1489
+
1490
+ @pulumi.output_type
1491
+ class RotationPolicyResponse(dict):
1492
+ @staticmethod
1493
+ def __key_warning(key: str):
1494
+ suggest = None
1495
+ if key == "lifetimeActions":
1496
+ suggest = "lifetime_actions"
1497
+
1498
+ if suggest:
1499
+ pulumi.log.warn(f"Key '{key}' not found in RotationPolicyResponse. Access the value via the '{suggest}' property getter instead.")
1500
+
1501
+ def __getitem__(self, key: str) -> Any:
1502
+ RotationPolicyResponse.__key_warning(key)
1503
+ return super().__getitem__(key)
1504
+
1505
+ def get(self, key: str, default = None) -> Any:
1506
+ RotationPolicyResponse.__key_warning(key)
1507
+ return super().get(key, default)
1508
+
1509
+ def __init__(__self__, *,
1510
+ attributes: Optional['outputs.KeyRotationPolicyAttributesResponse'] = None,
1511
+ lifetime_actions: Optional[Sequence['outputs.LifetimeActionResponse']] = None):
1512
+ """
1513
+ :param 'KeyRotationPolicyAttributesResponse' attributes: The attributes of key rotation policy.
1514
+ :param Sequence['LifetimeActionResponse'] lifetime_actions: The lifetimeActions for key rotation action.
1515
+ """
1516
+ if attributes is not None:
1517
+ pulumi.set(__self__, "attributes", attributes)
1518
+ if lifetime_actions is not None:
1519
+ pulumi.set(__self__, "lifetime_actions", lifetime_actions)
1520
+
1521
+ @property
1522
+ @pulumi.getter
1523
+ def attributes(self) -> Optional['outputs.KeyRotationPolicyAttributesResponse']:
1524
+ """
1525
+ The attributes of key rotation policy.
1526
+ """
1527
+ return pulumi.get(self, "attributes")
1528
+
1529
+ @property
1530
+ @pulumi.getter(name="lifetimeActions")
1531
+ def lifetime_actions(self) -> Optional[Sequence['outputs.LifetimeActionResponse']]:
1532
+ """
1533
+ The lifetimeActions for key rotation action.
1534
+ """
1535
+ return pulumi.get(self, "lifetime_actions")
1536
+
1537
+
1538
+ @pulumi.output_type
1539
+ class SecretAttributesResponse(dict):
1540
+ """
1541
+ The secret management attributes.
1542
+ """
1543
+ @staticmethod
1544
+ def __key_warning(key: str):
1545
+ suggest = None
1546
+ if key == "notBefore":
1547
+ suggest = "not_before"
1548
+
1549
+ if suggest:
1550
+ pulumi.log.warn(f"Key '{key}' not found in SecretAttributesResponse. Access the value via the '{suggest}' property getter instead.")
1551
+
1552
+ def __getitem__(self, key: str) -> Any:
1553
+ SecretAttributesResponse.__key_warning(key)
1554
+ return super().__getitem__(key)
1555
+
1556
+ def get(self, key: str, default = None) -> Any:
1557
+ SecretAttributesResponse.__key_warning(key)
1558
+ return super().get(key, default)
1559
+
1560
+ def __init__(__self__, *,
1561
+ created: int,
1562
+ updated: int,
1563
+ enabled: Optional[bool] = None,
1564
+ expires: Optional[int] = None,
1565
+ not_before: Optional[int] = None):
1566
+ """
1567
+ The secret management attributes.
1568
+ :param int created: Creation time in seconds since 1970-01-01T00:00:00Z.
1569
+ :param int updated: Last updated time in seconds since 1970-01-01T00:00:00Z.
1570
+ :param bool enabled: Determines whether the object is enabled.
1571
+ :param int expires: Expiry date in seconds since 1970-01-01T00:00:00Z.
1572
+ :param int not_before: Not before date in seconds since 1970-01-01T00:00:00Z.
1573
+ """
1574
+ pulumi.set(__self__, "created", created)
1575
+ pulumi.set(__self__, "updated", updated)
1576
+ if enabled is not None:
1577
+ pulumi.set(__self__, "enabled", enabled)
1578
+ if expires is not None:
1579
+ pulumi.set(__self__, "expires", expires)
1580
+ if not_before is not None:
1581
+ pulumi.set(__self__, "not_before", not_before)
1582
+
1583
+ @property
1584
+ @pulumi.getter
1585
+ def created(self) -> int:
1586
+ """
1587
+ Creation time in seconds since 1970-01-01T00:00:00Z.
1588
+ """
1589
+ return pulumi.get(self, "created")
1590
+
1591
+ @property
1592
+ @pulumi.getter
1593
+ def updated(self) -> int:
1594
+ """
1595
+ Last updated time in seconds since 1970-01-01T00:00:00Z.
1596
+ """
1597
+ return pulumi.get(self, "updated")
1598
+
1599
+ @property
1600
+ @pulumi.getter
1601
+ def enabled(self) -> Optional[bool]:
1602
+ """
1603
+ Determines whether the object is enabled.
1604
+ """
1605
+ return pulumi.get(self, "enabled")
1606
+
1607
+ @property
1608
+ @pulumi.getter
1609
+ def expires(self) -> Optional[int]:
1610
+ """
1611
+ Expiry date in seconds since 1970-01-01T00:00:00Z.
1612
+ """
1613
+ return pulumi.get(self, "expires")
1614
+
1615
+ @property
1616
+ @pulumi.getter(name="notBefore")
1617
+ def not_before(self) -> Optional[int]:
1618
+ """
1619
+ Not before date in seconds since 1970-01-01T00:00:00Z.
1620
+ """
1621
+ return pulumi.get(self, "not_before")
1622
+
1623
+
1624
+ @pulumi.output_type
1625
+ class SecretPropertiesResponse(dict):
1626
+ """
1627
+ Properties of the secret
1628
+ """
1629
+ @staticmethod
1630
+ def __key_warning(key: str):
1631
+ suggest = None
1632
+ if key == "secretUri":
1633
+ suggest = "secret_uri"
1634
+ elif key == "secretUriWithVersion":
1635
+ suggest = "secret_uri_with_version"
1636
+ elif key == "contentType":
1637
+ suggest = "content_type"
1638
+
1639
+ if suggest:
1640
+ pulumi.log.warn(f"Key '{key}' not found in SecretPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
1641
+
1642
+ def __getitem__(self, key: str) -> Any:
1643
+ SecretPropertiesResponse.__key_warning(key)
1644
+ return super().__getitem__(key)
1645
+
1646
+ def get(self, key: str, default = None) -> Any:
1647
+ SecretPropertiesResponse.__key_warning(key)
1648
+ return super().get(key, default)
1649
+
1650
+ def __init__(__self__, *,
1651
+ secret_uri: str,
1652
+ secret_uri_with_version: str,
1653
+ attributes: Optional['outputs.SecretAttributesResponse'] = None,
1654
+ content_type: Optional[str] = None,
1655
+ value: Optional[str] = None):
1656
+ """
1657
+ Properties of the secret
1658
+ :param str secret_uri: The URI to retrieve the current version of the secret.
1659
+ :param str secret_uri_with_version: The URI to retrieve the specific version of the secret.
1660
+ :param 'SecretAttributesResponse' attributes: The attributes of the secret.
1661
+ :param str content_type: The content type of the secret.
1662
+ :param str value: The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
1663
+ """
1664
+ pulumi.set(__self__, "secret_uri", secret_uri)
1665
+ pulumi.set(__self__, "secret_uri_with_version", secret_uri_with_version)
1666
+ if attributes is not None:
1667
+ pulumi.set(__self__, "attributes", attributes)
1668
+ if content_type is not None:
1669
+ pulumi.set(__self__, "content_type", content_type)
1670
+ if value is not None:
1671
+ pulumi.set(__self__, "value", value)
1672
+
1673
+ @property
1674
+ @pulumi.getter(name="secretUri")
1675
+ def secret_uri(self) -> str:
1676
+ """
1677
+ The URI to retrieve the current version of the secret.
1678
+ """
1679
+ return pulumi.get(self, "secret_uri")
1680
+
1681
+ @property
1682
+ @pulumi.getter(name="secretUriWithVersion")
1683
+ def secret_uri_with_version(self) -> str:
1684
+ """
1685
+ The URI to retrieve the specific version of the secret.
1686
+ """
1687
+ return pulumi.get(self, "secret_uri_with_version")
1688
+
1689
+ @property
1690
+ @pulumi.getter
1691
+ def attributes(self) -> Optional['outputs.SecretAttributesResponse']:
1692
+ """
1693
+ The attributes of the secret.
1694
+ """
1695
+ return pulumi.get(self, "attributes")
1696
+
1697
+ @property
1698
+ @pulumi.getter(name="contentType")
1699
+ def content_type(self) -> Optional[str]:
1700
+ """
1701
+ The content type of the secret.
1702
+ """
1703
+ return pulumi.get(self, "content_type")
1704
+
1705
+ @property
1706
+ @pulumi.getter
1707
+ def value(self) -> Optional[str]:
1708
+ """
1709
+ The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
1710
+ """
1711
+ return pulumi.get(self, "value")
1712
+
1713
+
1714
+ @pulumi.output_type
1715
+ class SkuResponse(dict):
1716
+ """
1717
+ SKU details
1718
+ """
1719
+ def __init__(__self__, *,
1720
+ family: str,
1721
+ name: str):
1722
+ """
1723
+ SKU details
1724
+ :param str family: SKU family name
1725
+ :param str name: SKU name to specify whether the key vault is a standard vault or a premium vault.
1726
+ """
1727
+ pulumi.set(__self__, "family", family)
1728
+ pulumi.set(__self__, "name", name)
1729
+
1730
+ @property
1731
+ @pulumi.getter
1732
+ def family(self) -> str:
1733
+ """
1734
+ SKU family name
1735
+ """
1736
+ return pulumi.get(self, "family")
1737
+
1738
+ @property
1739
+ @pulumi.getter
1740
+ def name(self) -> str:
1741
+ """
1742
+ SKU name to specify whether the key vault is a standard vault or a premium vault.
1743
+ """
1744
+ return pulumi.get(self, "name")
1745
+
1746
+
1747
+ @pulumi.output_type
1748
+ class SystemDataResponse(dict):
1749
+ """
1750
+ Metadata pertaining to creation and last modification of the key vault resource.
1751
+ """
1752
+ @staticmethod
1753
+ def __key_warning(key: str):
1754
+ suggest = None
1755
+ if key == "createdAt":
1756
+ suggest = "created_at"
1757
+ elif key == "createdBy":
1758
+ suggest = "created_by"
1759
+ elif key == "createdByType":
1760
+ suggest = "created_by_type"
1761
+ elif key == "lastModifiedAt":
1762
+ suggest = "last_modified_at"
1763
+ elif key == "lastModifiedBy":
1764
+ suggest = "last_modified_by"
1765
+ elif key == "lastModifiedByType":
1766
+ suggest = "last_modified_by_type"
1767
+
1768
+ if suggest:
1769
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1770
+
1771
+ def __getitem__(self, key: str) -> Any:
1772
+ SystemDataResponse.__key_warning(key)
1773
+ return super().__getitem__(key)
1774
+
1775
+ def get(self, key: str, default = None) -> Any:
1776
+ SystemDataResponse.__key_warning(key)
1777
+ return super().get(key, default)
1778
+
1779
+ def __init__(__self__, *,
1780
+ created_at: Optional[str] = None,
1781
+ created_by: Optional[str] = None,
1782
+ created_by_type: Optional[str] = None,
1783
+ last_modified_at: Optional[str] = None,
1784
+ last_modified_by: Optional[str] = None,
1785
+ last_modified_by_type: Optional[str] = None):
1786
+ """
1787
+ Metadata pertaining to creation and last modification of the key vault resource.
1788
+ :param str created_at: The timestamp of the key vault resource creation (UTC).
1789
+ :param str created_by: The identity that created the key vault resource.
1790
+ :param str created_by_type: The type of identity that created the key vault resource.
1791
+ :param str last_modified_at: The timestamp of the key vault resource last modification (UTC).
1792
+ :param str last_modified_by: The identity that last modified the key vault resource.
1793
+ :param str last_modified_by_type: The type of identity that last modified the key vault resource.
1794
+ """
1795
+ if created_at is not None:
1796
+ pulumi.set(__self__, "created_at", created_at)
1797
+ if created_by is not None:
1798
+ pulumi.set(__self__, "created_by", created_by)
1799
+ if created_by_type is not None:
1800
+ pulumi.set(__self__, "created_by_type", created_by_type)
1801
+ if last_modified_at is not None:
1802
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1803
+ if last_modified_by is not None:
1804
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1805
+ if last_modified_by_type is not None:
1806
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1807
+
1808
+ @property
1809
+ @pulumi.getter(name="createdAt")
1810
+ def created_at(self) -> Optional[str]:
1811
+ """
1812
+ The timestamp of the key vault resource creation (UTC).
1813
+ """
1814
+ return pulumi.get(self, "created_at")
1815
+
1816
+ @property
1817
+ @pulumi.getter(name="createdBy")
1818
+ def created_by(self) -> Optional[str]:
1819
+ """
1820
+ The identity that created the key vault resource.
1821
+ """
1822
+ return pulumi.get(self, "created_by")
1823
+
1824
+ @property
1825
+ @pulumi.getter(name="createdByType")
1826
+ def created_by_type(self) -> Optional[str]:
1827
+ """
1828
+ The type of identity that created the key vault resource.
1829
+ """
1830
+ return pulumi.get(self, "created_by_type")
1831
+
1832
+ @property
1833
+ @pulumi.getter(name="lastModifiedAt")
1834
+ def last_modified_at(self) -> Optional[str]:
1835
+ """
1836
+ The timestamp of the key vault resource last modification (UTC).
1837
+ """
1838
+ return pulumi.get(self, "last_modified_at")
1839
+
1840
+ @property
1841
+ @pulumi.getter(name="lastModifiedBy")
1842
+ def last_modified_by(self) -> Optional[str]:
1843
+ """
1844
+ The identity that last modified the key vault resource.
1845
+ """
1846
+ return pulumi.get(self, "last_modified_by")
1847
+
1848
+ @property
1849
+ @pulumi.getter(name="lastModifiedByType")
1850
+ def last_modified_by_type(self) -> Optional[str]:
1851
+ """
1852
+ The type of identity that last modified the key vault resource.
1853
+ """
1854
+ return pulumi.get(self, "last_modified_by_type")
1855
+
1856
+
1857
+ @pulumi.output_type
1858
+ class TriggerResponse(dict):
1859
+ @staticmethod
1860
+ def __key_warning(key: str):
1861
+ suggest = None
1862
+ if key == "timeAfterCreate":
1863
+ suggest = "time_after_create"
1864
+ elif key == "timeBeforeExpiry":
1865
+ suggest = "time_before_expiry"
1866
+
1867
+ if suggest:
1868
+ pulumi.log.warn(f"Key '{key}' not found in TriggerResponse. Access the value via the '{suggest}' property getter instead.")
1869
+
1870
+ def __getitem__(self, key: str) -> Any:
1871
+ TriggerResponse.__key_warning(key)
1872
+ return super().__getitem__(key)
1873
+
1874
+ def get(self, key: str, default = None) -> Any:
1875
+ TriggerResponse.__key_warning(key)
1876
+ return super().get(key, default)
1877
+
1878
+ def __init__(__self__, *,
1879
+ time_after_create: Optional[str] = None,
1880
+ time_before_expiry: Optional[str] = None):
1881
+ """
1882
+ :param str time_after_create: The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1883
+ :param str time_before_expiry: The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1884
+ """
1885
+ if time_after_create is not None:
1886
+ pulumi.set(__self__, "time_after_create", time_after_create)
1887
+ if time_before_expiry is not None:
1888
+ pulumi.set(__self__, "time_before_expiry", time_before_expiry)
1889
+
1890
+ @property
1891
+ @pulumi.getter(name="timeAfterCreate")
1892
+ def time_after_create(self) -> Optional[str]:
1893
+ """
1894
+ The time duration after key creation to rotate the key. It only applies to rotate. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1895
+ """
1896
+ return pulumi.get(self, "time_after_create")
1897
+
1898
+ @property
1899
+ @pulumi.getter(name="timeBeforeExpiry")
1900
+ def time_before_expiry(self) -> Optional[str]:
1901
+ """
1902
+ The time duration before key expiring to rotate or notify. It will be in ISO 8601 duration format. Eg: 'P90D', 'P1Y'.
1903
+ """
1904
+ return pulumi.get(self, "time_before_expiry")
1905
+
1906
+
1907
+ @pulumi.output_type
1908
+ class UserAssignedIdentityResponse(dict):
1909
+ """
1910
+ User assigned identity properties
1911
+ """
1912
+ @staticmethod
1913
+ def __key_warning(key: str):
1914
+ suggest = None
1915
+ if key == "clientId":
1916
+ suggest = "client_id"
1917
+ elif key == "principalId":
1918
+ suggest = "principal_id"
1919
+
1920
+ if suggest:
1921
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1922
+
1923
+ def __getitem__(self, key: str) -> Any:
1924
+ UserAssignedIdentityResponse.__key_warning(key)
1925
+ return super().__getitem__(key)
1926
+
1927
+ def get(self, key: str, default = None) -> Any:
1928
+ UserAssignedIdentityResponse.__key_warning(key)
1929
+ return super().get(key, default)
1930
+
1931
+ def __init__(__self__, *,
1932
+ client_id: str,
1933
+ principal_id: str):
1934
+ """
1935
+ User assigned identity properties
1936
+ :param str client_id: The client ID of the assigned identity.
1937
+ :param str principal_id: The principal ID of the assigned identity.
1938
+ """
1939
+ pulumi.set(__self__, "client_id", client_id)
1940
+ pulumi.set(__self__, "principal_id", principal_id)
1941
+
1942
+ @property
1943
+ @pulumi.getter(name="clientId")
1944
+ def client_id(self) -> str:
1945
+ """
1946
+ The client ID of the assigned identity.
1947
+ """
1948
+ return pulumi.get(self, "client_id")
1949
+
1950
+ @property
1951
+ @pulumi.getter(name="principalId")
1952
+ def principal_id(self) -> str:
1953
+ """
1954
+ The principal ID of the assigned identity.
1955
+ """
1956
+ return pulumi.get(self, "principal_id")
1957
+
1958
+
1959
+ @pulumi.output_type
1960
+ class VaultPropertiesResponse(dict):
1961
+ """
1962
+ Properties of the vault
1963
+ """
1964
+ @staticmethod
1965
+ def __key_warning(key: str):
1966
+ suggest = None
1967
+ if key == "hsmPoolResourceId":
1968
+ suggest = "hsm_pool_resource_id"
1969
+ elif key == "privateEndpointConnections":
1970
+ suggest = "private_endpoint_connections"
1971
+ elif key == "tenantId":
1972
+ suggest = "tenant_id"
1973
+ elif key == "accessPolicies":
1974
+ suggest = "access_policies"
1975
+ elif key == "enablePurgeProtection":
1976
+ suggest = "enable_purge_protection"
1977
+ elif key == "enableRbacAuthorization":
1978
+ suggest = "enable_rbac_authorization"
1979
+ elif key == "enableSoftDelete":
1980
+ suggest = "enable_soft_delete"
1981
+ elif key == "enabledForDeployment":
1982
+ suggest = "enabled_for_deployment"
1983
+ elif key == "enabledForDiskEncryption":
1984
+ suggest = "enabled_for_disk_encryption"
1985
+ elif key == "enabledForTemplateDeployment":
1986
+ suggest = "enabled_for_template_deployment"
1987
+ elif key == "networkAcls":
1988
+ suggest = "network_acls"
1989
+ elif key == "provisioningState":
1990
+ suggest = "provisioning_state"
1991
+ elif key == "publicNetworkAccess":
1992
+ suggest = "public_network_access"
1993
+ elif key == "softDeleteRetentionInDays":
1994
+ suggest = "soft_delete_retention_in_days"
1995
+ elif key == "vaultUri":
1996
+ suggest = "vault_uri"
1997
+
1998
+ if suggest:
1999
+ pulumi.log.warn(f"Key '{key}' not found in VaultPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
2000
+
2001
+ def __getitem__(self, key: str) -> Any:
2002
+ VaultPropertiesResponse.__key_warning(key)
2003
+ return super().__getitem__(key)
2004
+
2005
+ def get(self, key: str, default = None) -> Any:
2006
+ VaultPropertiesResponse.__key_warning(key)
2007
+ return super().get(key, default)
2008
+
2009
+ def __init__(__self__, *,
2010
+ hsm_pool_resource_id: str,
2011
+ private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionItemResponse'],
2012
+ sku: 'outputs.SkuResponse',
2013
+ tenant_id: str,
2014
+ access_policies: Optional[Sequence['outputs.AccessPolicyEntryResponse']] = None,
2015
+ enable_purge_protection: Optional[bool] = None,
2016
+ enable_rbac_authorization: Optional[bool] = None,
2017
+ enable_soft_delete: Optional[bool] = None,
2018
+ enabled_for_deployment: Optional[bool] = None,
2019
+ enabled_for_disk_encryption: Optional[bool] = None,
2020
+ enabled_for_template_deployment: Optional[bool] = None,
2021
+ network_acls: Optional['outputs.NetworkRuleSetResponse'] = None,
2022
+ provisioning_state: Optional[str] = None,
2023
+ public_network_access: Optional[str] = None,
2024
+ soft_delete_retention_in_days: Optional[int] = None,
2025
+ vault_uri: Optional[str] = None):
2026
+ """
2027
+ Properties of the vault
2028
+ :param str hsm_pool_resource_id: The resource id of HSM Pool.
2029
+ :param Sequence['PrivateEndpointConnectionItemResponse'] private_endpoint_connections: List of private endpoint connections associated with the key vault.
2030
+ :param 'SkuResponse' sku: SKU details
2031
+ :param str tenant_id: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
2032
+ :param Sequence['AccessPolicyEntryResponse'] access_policies: An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
2033
+ These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
2034
+ :param bool enable_purge_protection: Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
2035
+ :param bool enable_rbac_authorization: Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC.
2036
+ :param bool enable_soft_delete: Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false.
2037
+ :param bool enabled_for_deployment: Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
2038
+ :param bool enabled_for_disk_encryption: Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
2039
+ :param bool enabled_for_template_deployment: Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
2040
+ :param 'NetworkRuleSetResponse' network_acls: Rules governing the accessibility of the key vault from specific network locations.
2041
+ :param str provisioning_state: Provisioning state of the vault.
2042
+ :param str public_network_access: Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
2043
+ :param int soft_delete_retention_in_days: softDelete data retention days. It accepts >=7 and <=90.
2044
+ :param str vault_uri: The URI of the vault for performing operations on keys and secrets.
2045
+ """
2046
+ pulumi.set(__self__, "hsm_pool_resource_id", hsm_pool_resource_id)
2047
+ pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
2048
+ pulumi.set(__self__, "sku", sku)
2049
+ pulumi.set(__self__, "tenant_id", tenant_id)
2050
+ if access_policies is not None:
2051
+ pulumi.set(__self__, "access_policies", access_policies)
2052
+ if enable_purge_protection is not None:
2053
+ pulumi.set(__self__, "enable_purge_protection", enable_purge_protection)
2054
+ if enable_rbac_authorization is None:
2055
+ enable_rbac_authorization = False
2056
+ if enable_rbac_authorization is not None:
2057
+ pulumi.set(__self__, "enable_rbac_authorization", enable_rbac_authorization)
2058
+ if enable_soft_delete is None:
2059
+ enable_soft_delete = True
2060
+ if enable_soft_delete is not None:
2061
+ pulumi.set(__self__, "enable_soft_delete", enable_soft_delete)
2062
+ if enabled_for_deployment is None:
2063
+ enabled_for_deployment = False
2064
+ if enabled_for_deployment is not None:
2065
+ pulumi.set(__self__, "enabled_for_deployment", enabled_for_deployment)
2066
+ if enabled_for_disk_encryption is None:
2067
+ enabled_for_disk_encryption = False
2068
+ if enabled_for_disk_encryption is not None:
2069
+ pulumi.set(__self__, "enabled_for_disk_encryption", enabled_for_disk_encryption)
2070
+ if enabled_for_template_deployment is None:
2071
+ enabled_for_template_deployment = False
2072
+ if enabled_for_template_deployment is not None:
2073
+ pulumi.set(__self__, "enabled_for_template_deployment", enabled_for_template_deployment)
2074
+ if network_acls is not None:
2075
+ pulumi.set(__self__, "network_acls", network_acls)
2076
+ if provisioning_state is not None:
2077
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
2078
+ if public_network_access is None:
2079
+ public_network_access = 'enabled'
2080
+ if public_network_access is not None:
2081
+ pulumi.set(__self__, "public_network_access", public_network_access)
2082
+ if soft_delete_retention_in_days is None:
2083
+ soft_delete_retention_in_days = 90
2084
+ if soft_delete_retention_in_days is not None:
2085
+ pulumi.set(__self__, "soft_delete_retention_in_days", soft_delete_retention_in_days)
2086
+ if vault_uri is not None:
2087
+ pulumi.set(__self__, "vault_uri", vault_uri)
2088
+
2089
+ @property
2090
+ @pulumi.getter(name="hsmPoolResourceId")
2091
+ def hsm_pool_resource_id(self) -> str:
2092
+ """
2093
+ The resource id of HSM Pool.
2094
+ """
2095
+ return pulumi.get(self, "hsm_pool_resource_id")
2096
+
2097
+ @property
2098
+ @pulumi.getter(name="privateEndpointConnections")
2099
+ def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionItemResponse']:
2100
+ """
2101
+ List of private endpoint connections associated with the key vault.
2102
+ """
2103
+ return pulumi.get(self, "private_endpoint_connections")
2104
+
2105
+ @property
2106
+ @pulumi.getter
2107
+ def sku(self) -> 'outputs.SkuResponse':
2108
+ """
2109
+ SKU details
2110
+ """
2111
+ return pulumi.get(self, "sku")
2112
+
2113
+ @property
2114
+ @pulumi.getter(name="tenantId")
2115
+ def tenant_id(self) -> str:
2116
+ """
2117
+ The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.
2118
+ """
2119
+ return pulumi.get(self, "tenant_id")
2120
+
2121
+ @property
2122
+ @pulumi.getter(name="accessPolicies")
2123
+ def access_policies(self) -> Optional[Sequence['outputs.AccessPolicyEntryResponse']]:
2124
+ """
2125
+ An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When `createMode` is set to `recover`, access policies are not required. Otherwise, access policies are required.
2126
+ These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
2127
+ """
2128
+ return pulumi.get(self, "access_policies")
2129
+
2130
+ @property
2131
+ @pulumi.getter(name="enablePurgeProtection")
2132
+ def enable_purge_protection(self) -> Optional[bool]:
2133
+ """
2134
+ Property specifying whether protection against purge is enabled for this vault. Setting this property to true activates protection against purge for this vault and its content - only the Key Vault service may initiate a hard, irrecoverable deletion. The setting is effective only if soft delete is also enabled. Enabling this functionality is irreversible - that is, the property does not accept false as its value.
2135
+ """
2136
+ return pulumi.get(self, "enable_purge_protection")
2137
+
2138
+ @property
2139
+ @pulumi.getter(name="enableRbacAuthorization")
2140
+ def enable_rbac_authorization(self) -> Optional[bool]:
2141
+ """
2142
+ Property that controls how data actions are authorized. When true, the key vault will use Role Based Access Control (RBAC) for authorization of data actions, and the access policies specified in vault properties will be ignored. When false, the key vault will use the access policies specified in vault properties, and any policy stored on Azure Resource Manager will be ignored. If null or not specified, the vault is created with the default value of false. Note that management actions are always authorized with RBAC.
2143
+ """
2144
+ return pulumi.get(self, "enable_rbac_authorization")
2145
+
2146
+ @property
2147
+ @pulumi.getter(name="enableSoftDelete")
2148
+ def enable_soft_delete(self) -> Optional[bool]:
2149
+ """
2150
+ Property to specify whether the 'soft delete' functionality is enabled for this key vault. If it's not set to any value(true or false) when creating new key vault, it will be set to true by default. Once set to true, it cannot be reverted to false.
2151
+ """
2152
+ return pulumi.get(self, "enable_soft_delete")
2153
+
2154
+ @property
2155
+ @pulumi.getter(name="enabledForDeployment")
2156
+ def enabled_for_deployment(self) -> Optional[bool]:
2157
+ """
2158
+ Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.
2159
+ """
2160
+ return pulumi.get(self, "enabled_for_deployment")
2161
+
2162
+ @property
2163
+ @pulumi.getter(name="enabledForDiskEncryption")
2164
+ def enabled_for_disk_encryption(self) -> Optional[bool]:
2165
+ """
2166
+ Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.
2167
+ """
2168
+ return pulumi.get(self, "enabled_for_disk_encryption")
2169
+
2170
+ @property
2171
+ @pulumi.getter(name="enabledForTemplateDeployment")
2172
+ def enabled_for_template_deployment(self) -> Optional[bool]:
2173
+ """
2174
+ Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.
2175
+ """
2176
+ return pulumi.get(self, "enabled_for_template_deployment")
2177
+
2178
+ @property
2179
+ @pulumi.getter(name="networkAcls")
2180
+ def network_acls(self) -> Optional['outputs.NetworkRuleSetResponse']:
2181
+ """
2182
+ Rules governing the accessibility of the key vault from specific network locations.
2183
+ """
2184
+ return pulumi.get(self, "network_acls")
2185
+
2186
+ @property
2187
+ @pulumi.getter(name="provisioningState")
2188
+ def provisioning_state(self) -> Optional[str]:
2189
+ """
2190
+ Provisioning state of the vault.
2191
+ """
2192
+ return pulumi.get(self, "provisioning_state")
2193
+
2194
+ @property
2195
+ @pulumi.getter(name="publicNetworkAccess")
2196
+ def public_network_access(self) -> Optional[str]:
2197
+ """
2198
+ Property to specify whether the vault will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked. This will override the set firewall rules, meaning that even if the firewall rules are present we will not honor the rules.
2199
+ """
2200
+ return pulumi.get(self, "public_network_access")
2201
+
2202
+ @property
2203
+ @pulumi.getter(name="softDeleteRetentionInDays")
2204
+ def soft_delete_retention_in_days(self) -> Optional[int]:
2205
+ """
2206
+ softDelete data retention days. It accepts >=7 and <=90.
2207
+ """
2208
+ return pulumi.get(self, "soft_delete_retention_in_days")
2209
+
2210
+ @property
2211
+ @pulumi.getter(name="vaultUri")
2212
+ def vault_uri(self) -> Optional[str]:
2213
+ """
2214
+ The URI of the vault for performing operations on keys and secrets.
2215
+ """
2216
+ return pulumi.get(self, "vault_uri")
2217
+
2218
+
2219
+ @pulumi.output_type
2220
+ class VirtualNetworkRuleResponse(dict):
2221
+ """
2222
+ A rule governing the accessibility of a vault from a specific virtual network.
2223
+ """
2224
+ @staticmethod
2225
+ def __key_warning(key: str):
2226
+ suggest = None
2227
+ if key == "ignoreMissingVnetServiceEndpoint":
2228
+ suggest = "ignore_missing_vnet_service_endpoint"
2229
+
2230
+ if suggest:
2231
+ pulumi.log.warn(f"Key '{key}' not found in VirtualNetworkRuleResponse. Access the value via the '{suggest}' property getter instead.")
2232
+
2233
+ def __getitem__(self, key: str) -> Any:
2234
+ VirtualNetworkRuleResponse.__key_warning(key)
2235
+ return super().__getitem__(key)
2236
+
2237
+ def get(self, key: str, default = None) -> Any:
2238
+ VirtualNetworkRuleResponse.__key_warning(key)
2239
+ return super().get(key, default)
2240
+
2241
+ def __init__(__self__, *,
2242
+ id: str,
2243
+ ignore_missing_vnet_service_endpoint: Optional[bool] = None):
2244
+ """
2245
+ A rule governing the accessibility of a vault from a specific virtual network.
2246
+ :param str id: Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
2247
+ :param bool ignore_missing_vnet_service_endpoint: Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
2248
+ """
2249
+ pulumi.set(__self__, "id", id)
2250
+ if ignore_missing_vnet_service_endpoint is not None:
2251
+ pulumi.set(__self__, "ignore_missing_vnet_service_endpoint", ignore_missing_vnet_service_endpoint)
2252
+
2253
+ @property
2254
+ @pulumi.getter
2255
+ def id(self) -> str:
2256
+ """
2257
+ Full resource id of a vnet subnet, such as '/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/subnet1'.
2258
+ """
2259
+ return pulumi.get(self, "id")
2260
+
2261
+ @property
2262
+ @pulumi.getter(name="ignoreMissingVnetServiceEndpoint")
2263
+ def ignore_missing_vnet_service_endpoint(self) -> Optional[bool]:
2264
+ """
2265
+ Property to specify whether NRP will ignore the check if parent subnet has serviceEndpoints configured.
2266
+ """
2267
+ return pulumi.get(self, "ignore_missing_vnet_service_endpoint")
2268
+
2269
+