pulumi-azure-native 2.34.1a1712062553__py3-none-any.whl → 2.35.1a1712567702__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 (341) hide show
  1. pulumi_azure_native/__init__.py +73 -0
  2. pulumi_azure_native/azurearcdata/__init__.py +7 -0
  3. pulumi_azure_native/azurearcdata/_enums.py +12 -0
  4. pulumi_azure_native/azurearcdata/_inputs.py +399 -0
  5. pulumi_azure_native/azurearcdata/active_directory_connector.py +5 -1
  6. pulumi_azure_native/azurearcdata/data_controller.py +5 -1
  7. pulumi_azure_native/azurearcdata/failover_group.py +5 -1
  8. pulumi_azure_native/azurearcdata/get_active_directory_connector.py +4 -0
  9. pulumi_azure_native/azurearcdata/get_data_controller.py +4 -0
  10. pulumi_azure_native/azurearcdata/get_failover_group.py +4 -0
  11. pulumi_azure_native/azurearcdata/get_postgres_instance.py +4 -0
  12. pulumi_azure_native/azurearcdata/get_sql_managed_instance.py +4 -0
  13. pulumi_azure_native/azurearcdata/get_sql_server_availability_group.py +164 -0
  14. pulumi_azure_native/azurearcdata/get_sql_server_availability_group_detail_view.py +164 -0
  15. pulumi_azure_native/azurearcdata/get_sql_server_database.py +4 -0
  16. pulumi_azure_native/azurearcdata/get_sql_server_instance.py +4 -0
  17. pulumi_azure_native/azurearcdata/get_sql_server_instance_telemetry.py +138 -0
  18. pulumi_azure_native/azurearcdata/outputs.py +1047 -0
  19. pulumi_azure_native/azurearcdata/postgres_instance.py +5 -1
  20. pulumi_azure_native/azurearcdata/sql_managed_instance.py +5 -1
  21. pulumi_azure_native/azurearcdata/sql_server_availability_group.py +276 -0
  22. pulumi_azure_native/azurearcdata/sql_server_database.py +5 -1
  23. pulumi_azure_native/azurearcdata/sql_server_instance.py +5 -1
  24. pulumi_azure_native/azurearcdata/v20230115preview/active_directory_connector.py +1 -1
  25. pulumi_azure_native/azurearcdata/v20230115preview/data_controller.py +1 -1
  26. pulumi_azure_native/azurearcdata/v20230115preview/failover_group.py +1 -1
  27. pulumi_azure_native/azurearcdata/v20230115preview/postgres_instance.py +1 -1
  28. pulumi_azure_native/azurearcdata/v20230115preview/sql_managed_instance.py +1 -1
  29. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_database.py +1 -1
  30. pulumi_azure_native/azurearcdata/v20230115preview/sql_server_instance.py +1 -1
  31. pulumi_azure_native/azurearcdata/v20240101/__init__.py +28 -0
  32. pulumi_azure_native/azurearcdata/v20240101/_enums.py +188 -0
  33. pulumi_azure_native/azurearcdata/v20240101/_inputs.py +3132 -0
  34. pulumi_azure_native/azurearcdata/v20240101/active_directory_connector.py +217 -0
  35. pulumi_azure_native/azurearcdata/v20240101/data_controller.py +283 -0
  36. pulumi_azure_native/azurearcdata/v20240101/failover_group.py +217 -0
  37. pulumi_azure_native/azurearcdata/v20240101/get_active_directory_connector.py +136 -0
  38. pulumi_azure_native/azurearcdata/v20240101/get_data_controller.py +170 -0
  39. pulumi_azure_native/azurearcdata/v20240101/get_failover_group.py +136 -0
  40. pulumi_azure_native/azurearcdata/v20240101/get_postgres_instance.py +183 -0
  41. pulumi_azure_native/azurearcdata/v20240101/get_sql_managed_instance.py +183 -0
  42. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group.py +162 -0
  43. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_availability_group_detail_view.py +162 -0
  44. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_database.py +162 -0
  45. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance.py +157 -0
  46. pulumi_azure_native/azurearcdata/v20240101/get_sql_server_instance_telemetry.py +136 -0
  47. pulumi_azure_native/azurearcdata/v20240101/outputs.py +4225 -0
  48. pulumi_azure_native/azurearcdata/v20240101/postgres_instance.py +312 -0
  49. pulumi_azure_native/azurearcdata/v20240101/sql_managed_instance.py +312 -0
  50. pulumi_azure_native/azurearcdata/v20240101/sql_server_availability_group.py +274 -0
  51. pulumi_azure_native/azurearcdata/v20240101/sql_server_database.py +275 -0
  52. pulumi_azure_native/azurearcdata/v20240101/sql_server_instance.py +253 -0
  53. pulumi_azure_native/azuresphere/v20240401/list_catalog_deployments.py +1 -1
  54. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_groups.py +1 -1
  55. pulumi_azure_native/azuresphere/v20240401/list_catalog_device_insights.py +1 -1
  56. pulumi_azure_native/azuresphere/v20240401/list_catalog_devices.py +1 -1
  57. pulumi_azure_native/eventhub/v20230101preview/outputs.py +14 -1
  58. pulumi_azure_native/insights/__init__.py +3 -0
  59. pulumi_azure_native/insights/data_collection_endpoint.py +5 -1
  60. pulumi_azure_native/insights/data_collection_rule.py +5 -1
  61. pulumi_azure_native/insights/data_collection_rule_association.py +5 -1
  62. pulumi_azure_native/insights/get_data_collection_endpoint.py +4 -0
  63. pulumi_azure_native/insights/get_data_collection_rule.py +4 -0
  64. pulumi_azure_native/insights/get_data_collection_rule_association.py +4 -0
  65. pulumi_azure_native/insights/v20220601/data_collection_endpoint.py +1 -1
  66. pulumi_azure_native/insights/v20220601/data_collection_rule.py +1 -1
  67. pulumi_azure_native/insights/v20220601/data_collection_rule_association.py +1 -1
  68. pulumi_azure_native/insights/v20230311/__init__.py +16 -0
  69. pulumi_azure_native/insights/v20230311/_enums.py +196 -0
  70. pulumi_azure_native/insights/v20230311/_inputs.py +2122 -0
  71. pulumi_azure_native/insights/v20230311/data_collection_endpoint.py +449 -0
  72. pulumi_azure_native/insights/v20230311/data_collection_rule.py +568 -0
  73. pulumi_azure_native/insights/v20230311/data_collection_rule_association.py +281 -0
  74. pulumi_azure_native/insights/v20230311/get_data_collection_endpoint.py +313 -0
  75. pulumi_azure_native/insights/v20230311/get_data_collection_rule.py +340 -0
  76. pulumi_azure_native/insights/v20230311/get_data_collection_rule_association.py +196 -0
  77. pulumi_azure_native/insights/v20230311/outputs.py +3280 -0
  78. pulumi_azure_native/loadtestservice/_enums.py +7 -1
  79. pulumi_azure_native/loadtestservice/_inputs.py +5 -5
  80. pulumi_azure_native/loadtestservice/get_load_test.py +7 -7
  81. pulumi_azure_native/loadtestservice/load_test.py +9 -9
  82. pulumi_azure_native/loadtestservice/outputs.py +49 -49
  83. pulumi_azure_native/loadtestservice/v20221201/_enums.py +7 -1
  84. pulumi_azure_native/loadtestservice/v20221201/_inputs.py +5 -5
  85. pulumi_azure_native/loadtestservice/v20221201/get_load_test.py +7 -7
  86. pulumi_azure_native/loadtestservice/v20221201/load_test.py +9 -9
  87. pulumi_azure_native/loadtestservice/v20221201/outputs.py +49 -49
  88. pulumi_azure_native/netapp/__init__.py +3 -0
  89. pulumi_azure_native/netapp/account.py +3 -3
  90. pulumi_azure_native/netapp/backup.py +2 -2
  91. pulumi_azure_native/netapp/backup_policy.py +3 -3
  92. pulumi_azure_native/netapp/backup_vault.py +3 -3
  93. pulumi_azure_native/netapp/get_account.py +2 -2
  94. pulumi_azure_native/netapp/get_backup.py +2 -2
  95. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  96. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  97. pulumi_azure_native/netapp/get_pool.py +2 -2
  98. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  99. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  100. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  101. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  102. pulumi_azure_native/netapp/get_volume.py +2 -2
  103. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  104. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  105. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  106. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  107. pulumi_azure_native/netapp/pool.py +3 -3
  108. pulumi_azure_native/netapp/snapshot.py +3 -3
  109. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  110. pulumi_azure_native/netapp/subvolume.py +3 -3
  111. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  112. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  113. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  114. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  115. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  116. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  117. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  118. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  119. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  120. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  121. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  122. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  123. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  124. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  125. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  126. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  127. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  128. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  129. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  130. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  131. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  132. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  133. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  134. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  135. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  136. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  137. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  138. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  139. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  140. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  141. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  142. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  143. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  144. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  145. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  146. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  147. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  148. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  149. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  150. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  151. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  152. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  153. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  154. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  155. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  156. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  157. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  158. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  159. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  160. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  161. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  162. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  163. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  164. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  165. pulumi_azure_native/netapp/v20230701preview/__init__.py +35 -0
  166. pulumi_azure_native/netapp/v20230701preview/_enums.py +267 -0
  167. pulumi_azure_native/netapp/v20230701preview/_inputs.py +2339 -0
  168. pulumi_azure_native/netapp/v20230701preview/account.py +380 -0
  169. pulumi_azure_native/netapp/v20230701preview/backup.py +397 -0
  170. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +409 -0
  171. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +253 -0
  172. pulumi_azure_native/netapp/v20230701preview/get_account.py +248 -0
  173. pulumi_azure_native/netapp/v20230701preview/get_backup.py +271 -0
  174. pulumi_azure_native/netapp/v20230701preview/get_backup_policy.py +266 -0
  175. pulumi_azure_native/netapp/v20230701preview/get_backup_vault.py +162 -0
  176. pulumi_azure_native/netapp/v20230701preview/get_pool.py +279 -0
  177. pulumi_azure_native/netapp/v20230701preview/get_snapshot.py +185 -0
  178. pulumi_azure_native/netapp/v20230701preview/get_snapshot_policy.py +240 -0
  179. pulumi_azure_native/netapp/v20230701preview/get_subvolume.py +185 -0
  180. pulumi_azure_native/netapp/v20230701preview/get_subvolume_metadata.py +249 -0
  181. pulumi_azure_native/netapp/v20230701preview/get_volume.py +895 -0
  182. pulumi_azure_native/netapp/v20230701preview/get_volume_group.py +162 -0
  183. pulumi_azure_native/netapp/v20230701preview/get_volume_group_id_for_ldap_user.py +93 -0
  184. pulumi_azure_native/netapp/v20230701preview/get_volume_quota_rule.py +211 -0
  185. pulumi_azure_native/netapp/v20230701preview/list_volume_replications.py +89 -0
  186. pulumi_azure_native/netapp/v20230701preview/outputs.py +3111 -0
  187. pulumi_azure_native/netapp/v20230701preview/pool.py +457 -0
  188. pulumi_azure_native/netapp/v20230701preview/snapshot.py +286 -0
  189. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +409 -0
  190. pulumi_azure_native/netapp/v20230701preview/subvolume.py +324 -0
  191. pulumi_azure_native/netapp/v20230701preview/volume.py +1644 -0
  192. pulumi_azure_native/netapp/v20230701preview/volume_group.py +274 -0
  193. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +383 -0
  194. pulumi_azure_native/netapp/volume.py +3 -3
  195. pulumi_azure_native/netapp/volume_group.py +3 -3
  196. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  197. pulumi_azure_native/quota/_enums.py +1 -1
  198. pulumi_azure_native/quota/_inputs.py +10 -10
  199. pulumi_azure_native/quota/get_group_quota.py +7 -7
  200. pulumi_azure_native/quota/get_group_quota_subscription.py +8 -8
  201. pulumi_azure_native/quota/group_quota.py +15 -15
  202. pulumi_azure_native/quota/group_quota_subscription.py +17 -17
  203. pulumi_azure_native/quota/outputs.py +12 -12
  204. pulumi_azure_native/quota/v20230601preview/_enums.py +1 -1
  205. pulumi_azure_native/quota/v20230601preview/_inputs.py +10 -10
  206. pulumi_azure_native/quota/v20230601preview/get_group_quota.py +7 -7
  207. pulumi_azure_native/quota/v20230601preview/get_group_quota_subscription.py +8 -8
  208. pulumi_azure_native/quota/v20230601preview/group_quota.py +15 -15
  209. pulumi_azure_native/quota/v20230601preview/group_quota_subscription.py +17 -17
  210. pulumi_azure_native/quota/v20230601preview/outputs.py +12 -12
  211. pulumi_azure_native/recoveryservices/get_private_endpoint_connection.py +2 -2
  212. pulumi_azure_native/recoveryservices/get_protected_item.py +2 -2
  213. pulumi_azure_native/recoveryservices/get_protection_container.py +2 -2
  214. pulumi_azure_native/recoveryservices/get_protection_intent.py +2 -2
  215. pulumi_azure_native/recoveryservices/get_protection_policy.py +2 -2
  216. pulumi_azure_native/recoveryservices/get_resource_guard_proxy.py +2 -2
  217. pulumi_azure_native/recoveryservices/private_endpoint_connection.py +3 -3
  218. pulumi_azure_native/recoveryservices/protected_item.py +3 -3
  219. pulumi_azure_native/recoveryservices/protection_container.py +3 -3
  220. pulumi_azure_native/recoveryservices/protection_intent.py +3 -3
  221. pulumi_azure_native/recoveryservices/protection_policy.py +3 -3
  222. pulumi_azure_native/recoveryservices/resource_guard_proxy.py +3 -3
  223. pulumi_azure_native/recoveryservices/v20230401/private_endpoint_connection.py +1 -1
  224. pulumi_azure_native/recoveryservices/v20230401/protected_item.py +1 -1
  225. pulumi_azure_native/recoveryservices/v20230401/protection_container.py +1 -1
  226. pulumi_azure_native/recoveryservices/v20230401/protection_intent.py +1 -1
  227. pulumi_azure_native/recoveryservices/v20230401/protection_policy.py +1 -1
  228. pulumi_azure_native/recoveryservices/v20230401/resource_guard_proxy.py +1 -1
  229. pulumi_azure_native/recoveryservices/v20230601/private_endpoint_connection.py +1 -1
  230. pulumi_azure_native/recoveryservices/v20230601/protected_item.py +1 -1
  231. pulumi_azure_native/recoveryservices/v20230601/protection_container.py +1 -1
  232. pulumi_azure_native/recoveryservices/v20230601/protection_intent.py +1 -1
  233. pulumi_azure_native/recoveryservices/v20230601/protection_policy.py +1 -1
  234. pulumi_azure_native/recoveryservices/v20230601/resource_guard_proxy.py +1 -1
  235. pulumi_azure_native/recoveryservices/v20230801/private_endpoint_connection.py +1 -1
  236. pulumi_azure_native/recoveryservices/v20230801/protected_item.py +1 -1
  237. pulumi_azure_native/recoveryservices/v20230801/protection_container.py +1 -1
  238. pulumi_azure_native/recoveryservices/v20230801/protection_intent.py +1 -1
  239. pulumi_azure_native/recoveryservices/v20230801/protection_policy.py +1 -1
  240. pulumi_azure_native/recoveryservices/v20230801/resource_guard_proxy.py +1 -1
  241. pulumi_azure_native/recoveryservices/v20240101/private_endpoint_connection.py +1 -1
  242. pulumi_azure_native/recoveryservices/v20240101/protected_item.py +1 -1
  243. pulumi_azure_native/recoveryservices/v20240101/protection_container.py +1 -1
  244. pulumi_azure_native/recoveryservices/v20240101/protection_intent.py +1 -1
  245. pulumi_azure_native/recoveryservices/v20240101/protection_policy.py +1 -1
  246. pulumi_azure_native/recoveryservices/v20240101/resource_guard_proxy.py +1 -1
  247. pulumi_azure_native/recoveryservices/v20240201/__init__.py +12 -0
  248. pulumi_azure_native/recoveryservices/v20240201/_enums.py +368 -0
  249. pulumi_azure_native/recoveryservices/v20240201/_inputs.py +11655 -197
  250. pulumi_azure_native/recoveryservices/v20240201/get_private_endpoint_connection.py +162 -0
  251. pulumi_azure_native/recoveryservices/v20240201/get_protected_item.py +179 -0
  252. pulumi_azure_native/recoveryservices/v20240201/get_protection_container.py +167 -0
  253. pulumi_azure_native/recoveryservices/v20240201/get_protection_intent.py +169 -0
  254. pulumi_azure_native/recoveryservices/v20240201/get_protection_policy.py +164 -0
  255. pulumi_azure_native/recoveryservices/v20240201/get_resource_guard_proxy.py +157 -0
  256. pulumi_azure_native/recoveryservices/v20240201/outputs.py +13072 -317
  257. pulumi_azure_native/recoveryservices/v20240201/private_endpoint_connection.py +293 -0
  258. pulumi_azure_native/recoveryservices/v20240201/protected_item.py +335 -0
  259. pulumi_azure_native/recoveryservices/v20240201/protection_container.py +314 -0
  260. pulumi_azure_native/recoveryservices/v20240201/protection_intent.py +314 -0
  261. pulumi_azure_native/recoveryservices/v20240201/protection_policy.py +293 -0
  262. pulumi_azure_native/recoveryservices/v20240201/resource_guard_proxy.py +285 -0
  263. pulumi_azure_native/resources/__init__.py +3 -0
  264. pulumi_azure_native/resources/deployment.py +3 -3
  265. pulumi_azure_native/resources/deployment_at_management_group_scope.py +3 -3
  266. pulumi_azure_native/resources/deployment_at_scope.py +3 -3
  267. pulumi_azure_native/resources/deployment_at_subscription_scope.py +3 -3
  268. pulumi_azure_native/resources/deployment_at_tenant_scope.py +3 -3
  269. pulumi_azure_native/resources/get_deployment.py +2 -2
  270. pulumi_azure_native/resources/get_deployment_at_management_group_scope.py +2 -2
  271. pulumi_azure_native/resources/get_deployment_at_scope.py +2 -2
  272. pulumi_azure_native/resources/get_deployment_at_subscription_scope.py +2 -2
  273. pulumi_azure_native/resources/get_deployment_at_tenant_scope.py +2 -2
  274. pulumi_azure_native/resources/get_resource.py +2 -2
  275. pulumi_azure_native/resources/get_resource_group.py +2 -2
  276. pulumi_azure_native/resources/get_tag_at_scope.py +2 -2
  277. pulumi_azure_native/resources/resource.py +3 -3
  278. pulumi_azure_native/resources/resource_group.py +3 -3
  279. pulumi_azure_native/resources/tag_at_scope.py +3 -3
  280. pulumi_azure_native/resources/v20220901/deployment.py +1 -1
  281. pulumi_azure_native/resources/v20220901/deployment_at_management_group_scope.py +1 -1
  282. pulumi_azure_native/resources/v20220901/deployment_at_scope.py +1 -1
  283. pulumi_azure_native/resources/v20220901/deployment_at_subscription_scope.py +1 -1
  284. pulumi_azure_native/resources/v20220901/deployment_at_tenant_scope.py +1 -1
  285. pulumi_azure_native/resources/v20220901/resource.py +1 -1
  286. pulumi_azure_native/resources/v20220901/resource_group.py +1 -1
  287. pulumi_azure_native/resources/v20220901/tag_at_scope.py +1 -1
  288. pulumi_azure_native/resources/v20230701/deployment.py +1 -1
  289. pulumi_azure_native/resources/v20230701/deployment_at_management_group_scope.py +1 -1
  290. pulumi_azure_native/resources/v20230701/deployment_at_scope.py +1 -1
  291. pulumi_azure_native/resources/v20230701/deployment_at_subscription_scope.py +1 -1
  292. pulumi_azure_native/resources/v20230701/deployment_at_tenant_scope.py +1 -1
  293. pulumi_azure_native/resources/v20230701/resource.py +1 -1
  294. pulumi_azure_native/resources/v20230701/resource_group.py +1 -1
  295. pulumi_azure_native/resources/v20230701/tag_at_scope.py +1 -1
  296. pulumi_azure_native/resources/v20240301/__init__.py +26 -0
  297. pulumi_azure_native/resources/v20240301/_enums.py +55 -0
  298. pulumi_azure_native/resources/v20240301/_inputs.py +788 -0
  299. pulumi_azure_native/resources/v20240301/deployment.py +244 -0
  300. pulumi_azure_native/resources/v20240301/deployment_at_management_group_scope.py +244 -0
  301. pulumi_azure_native/resources/v20240301/deployment_at_scope.py +244 -0
  302. pulumi_azure_native/resources/v20240301/deployment_at_subscription_scope.py +223 -0
  303. pulumi_azure_native/resources/v20240301/deployment_at_tenant_scope.py +223 -0
  304. pulumi_azure_native/resources/v20240301/get_deployment.py +144 -0
  305. pulumi_azure_native/resources/v20240301/get_deployment_at_management_group_scope.py +144 -0
  306. pulumi_azure_native/resources/v20240301/get_deployment_at_scope.py +144 -0
  307. pulumi_azure_native/resources/v20240301/get_deployment_at_subscription_scope.py +139 -0
  308. pulumi_azure_native/resources/v20240301/get_deployment_at_tenant_scope.py +139 -0
  309. pulumi_azure_native/resources/v20240301/get_resource.py +237 -0
  310. pulumi_azure_native/resources/v20240301/get_resource_group.py +152 -0
  311. pulumi_azure_native/resources/v20240301/get_tag_at_scope.py +113 -0
  312. pulumi_azure_native/resources/v20240301/outputs.py +1842 -0
  313. pulumi_azure_native/resources/v20240301/resource.py +480 -0
  314. pulumi_azure_native/resources/v20240301/resource_group.py +230 -0
  315. pulumi_azure_native/resources/v20240301/tag_at_scope.py +165 -0
  316. pulumi_azure_native/security/__init__.py +3 -0
  317. pulumi_azure_native/security/dev_ops_configuration.py +5 -1
  318. pulumi_azure_native/security/get_dev_ops_configuration.py +4 -0
  319. pulumi_azure_native/security/list_azure_dev_ops_org_available.py +4 -0
  320. pulumi_azure_native/security/list_git_hub_owner_available.py +4 -0
  321. pulumi_azure_native/security/list_git_lab_group_available.py +4 -0
  322. pulumi_azure_native/security/list_git_lab_subgroup.py +4 -0
  323. pulumi_azure_native/security/v20230901preview/dev_ops_configuration.py +1 -1
  324. pulumi_azure_native/security/v20240401/__init__.py +16 -0
  325. pulumi_azure_native/security/v20240401/_enums.py +40 -0
  326. pulumi_azure_native/security/v20240401/_inputs.py +135 -0
  327. pulumi_azure_native/security/v20240401/dev_ops_configuration.py +196 -0
  328. pulumi_azure_native/security/v20240401/get_dev_ops_configuration.py +131 -0
  329. pulumi_azure_native/security/v20240401/list_azure_dev_ops_org_available.py +92 -0
  330. pulumi_azure_native/security/v20240401/list_git_hub_owner_available.py +92 -0
  331. pulumi_azure_native/security/v20240401/list_git_lab_group_available.py +92 -0
  332. pulumi_azure_native/security/v20240401/list_git_lab_subgroup.py +97 -0
  333. pulumi_azure_native/security/v20240401/outputs.py +1018 -0
  334. pulumi_azure_native/standbypool/_inputs.py +2 -2
  335. pulumi_azure_native/standbypool/outputs.py +2 -2
  336. pulumi_azure_native/standbypool/v20231201preview/_inputs.py +2 -2
  337. pulumi_azure_native/standbypool/v20231201preview/outputs.py +2 -2
  338. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/METADATA +1 -1
  339. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/RECORD +341 -234
  340. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/WHEEL +0 -0
  341. {pulumi_azure_native-2.34.1a1712062553.dist-info → pulumi_azure_native-2.35.1a1712567702.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1018 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import pulumi
8
+ import pulumi.runtime
9
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
10
+ from ... import _utilities
11
+ from . import outputs
12
+ from ._enums import *
13
+
14
+ __all__ = [
15
+ 'ActionableRemediationResponse',
16
+ 'AuthorizationResponse',
17
+ 'AzureDevOpsOrgPropertiesResponse',
18
+ 'AzureDevOpsOrgResponse',
19
+ 'CategoryConfigurationResponse',
20
+ 'DevOpsCapabilityResponse',
21
+ 'DevOpsConfigurationPropertiesResponse',
22
+ 'GitHubOwnerPropertiesResponse',
23
+ 'GitHubOwnerResponse',
24
+ 'GitLabGroupPropertiesResponse',
25
+ 'GitLabGroupResponse',
26
+ 'SystemDataResponse',
27
+ 'TargetBranchConfigurationResponse',
28
+ ]
29
+
30
+ @pulumi.output_type
31
+ class ActionableRemediationResponse(dict):
32
+ """
33
+ Configuration payload for PR Annotations.
34
+ """
35
+ def __init__(__self__, *,
36
+ branch_configuration: Optional['outputs.TargetBranchConfigurationResponse'] = None,
37
+ category_configurations: Optional[Sequence['outputs.CategoryConfigurationResponse']] = None,
38
+ inherit_from_parent_state: Optional[str] = None,
39
+ state: Optional[str] = None):
40
+ """
41
+ Configuration payload for PR Annotations.
42
+ :param 'TargetBranchConfigurationResponse' branch_configuration: Repository branch configuration for PR Annotations.
43
+ :param Sequence['CategoryConfigurationResponse'] category_configurations: Gets or sets list of categories and severity levels.
44
+ :param str inherit_from_parent_state: Update Settings.
45
+
46
+ Enabled - Resource should inherit configurations from parent.
47
+ Disabled - Resource should not inherit configurations from parent.
48
+ :param str state: ActionableRemediation Setting.
49
+ None - the setting was never set.
50
+ Enabled - ActionableRemediation is enabled.
51
+ Disabled - ActionableRemediation is disabled.
52
+ """
53
+ if branch_configuration is not None:
54
+ pulumi.set(__self__, "branch_configuration", branch_configuration)
55
+ if category_configurations is not None:
56
+ pulumi.set(__self__, "category_configurations", category_configurations)
57
+ if inherit_from_parent_state is not None:
58
+ pulumi.set(__self__, "inherit_from_parent_state", inherit_from_parent_state)
59
+ if state is not None:
60
+ pulumi.set(__self__, "state", state)
61
+
62
+ @property
63
+ @pulumi.getter(name="branchConfiguration")
64
+ def branch_configuration(self) -> Optional['outputs.TargetBranchConfigurationResponse']:
65
+ """
66
+ Repository branch configuration for PR Annotations.
67
+ """
68
+ return pulumi.get(self, "branch_configuration")
69
+
70
+ @property
71
+ @pulumi.getter(name="categoryConfigurations")
72
+ def category_configurations(self) -> Optional[Sequence['outputs.CategoryConfigurationResponse']]:
73
+ """
74
+ Gets or sets list of categories and severity levels.
75
+ """
76
+ return pulumi.get(self, "category_configurations")
77
+
78
+ @property
79
+ @pulumi.getter(name="inheritFromParentState")
80
+ def inherit_from_parent_state(self) -> Optional[str]:
81
+ """
82
+ Update Settings.
83
+
84
+ Enabled - Resource should inherit configurations from parent.
85
+ Disabled - Resource should not inherit configurations from parent.
86
+ """
87
+ return pulumi.get(self, "inherit_from_parent_state")
88
+
89
+ @property
90
+ @pulumi.getter
91
+ def state(self) -> Optional[str]:
92
+ """
93
+ ActionableRemediation Setting.
94
+ None - the setting was never set.
95
+ Enabled - ActionableRemediation is enabled.
96
+ Disabled - ActionableRemediation is disabled.
97
+ """
98
+ return pulumi.get(self, "state")
99
+
100
+
101
+ @pulumi.output_type
102
+ class AuthorizationResponse(dict):
103
+ """
104
+ Authorization payload.
105
+ """
106
+ def __init__(__self__, *,
107
+ code: Optional[str] = None):
108
+ """
109
+ Authorization payload.
110
+ :param str code: Gets or sets one-time OAuth code to exchange for refresh and access tokens.
111
+
112
+ Only used during PUT/PATCH operations. The secret is cleared during GET.
113
+ """
114
+ if code is not None:
115
+ pulumi.set(__self__, "code", code)
116
+
117
+ @property
118
+ @pulumi.getter
119
+ def code(self) -> Optional[str]:
120
+ """
121
+ Gets or sets one-time OAuth code to exchange for refresh and access tokens.
122
+
123
+ Only used during PUT/PATCH operations. The secret is cleared during GET.
124
+ """
125
+ return pulumi.get(self, "code")
126
+
127
+
128
+ @pulumi.output_type
129
+ class AzureDevOpsOrgPropertiesResponse(dict):
130
+ """
131
+ Azure DevOps Organization properties.
132
+ """
133
+ def __init__(__self__, *,
134
+ provisioning_status_message: str,
135
+ provisioning_status_update_time_utc: str,
136
+ actionable_remediation: Optional['outputs.ActionableRemediationResponse'] = None,
137
+ onboarding_state: Optional[str] = None,
138
+ provisioning_state: Optional[str] = None):
139
+ """
140
+ Azure DevOps Organization properties.
141
+ :param str provisioning_status_message: Gets or sets resource status message.
142
+ :param str provisioning_status_update_time_utc: Gets or sets time when resource was last checked.
143
+ :param 'ActionableRemediationResponse' actionable_remediation: Configuration payload for PR Annotations.
144
+ :param str onboarding_state: Details about resource onboarding status across all connectors.
145
+
146
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
147
+ Onboarded - this resource has already been onboarded by the specified connector.
148
+ NotOnboarded - this resource has not been onboarded to any connector.
149
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
150
+ :param str provisioning_state: The provisioning state of the resource.
151
+
152
+ Pending - Provisioning pending.
153
+ Failed - Provisioning failed.
154
+ Succeeded - Successful provisioning.
155
+ Canceled - Provisioning canceled.
156
+ PendingDeletion - Deletion pending.
157
+ DeletionSuccess - Deletion successful.
158
+ DeletionFailure - Deletion failure.
159
+ """
160
+ pulumi.set(__self__, "provisioning_status_message", provisioning_status_message)
161
+ pulumi.set(__self__, "provisioning_status_update_time_utc", provisioning_status_update_time_utc)
162
+ if actionable_remediation is not None:
163
+ pulumi.set(__self__, "actionable_remediation", actionable_remediation)
164
+ if onboarding_state is not None:
165
+ pulumi.set(__self__, "onboarding_state", onboarding_state)
166
+ if provisioning_state is not None:
167
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
168
+
169
+ @property
170
+ @pulumi.getter(name="provisioningStatusMessage")
171
+ def provisioning_status_message(self) -> str:
172
+ """
173
+ Gets or sets resource status message.
174
+ """
175
+ return pulumi.get(self, "provisioning_status_message")
176
+
177
+ @property
178
+ @pulumi.getter(name="provisioningStatusUpdateTimeUtc")
179
+ def provisioning_status_update_time_utc(self) -> str:
180
+ """
181
+ Gets or sets time when resource was last checked.
182
+ """
183
+ return pulumi.get(self, "provisioning_status_update_time_utc")
184
+
185
+ @property
186
+ @pulumi.getter(name="actionableRemediation")
187
+ def actionable_remediation(self) -> Optional['outputs.ActionableRemediationResponse']:
188
+ """
189
+ Configuration payload for PR Annotations.
190
+ """
191
+ return pulumi.get(self, "actionable_remediation")
192
+
193
+ @property
194
+ @pulumi.getter(name="onboardingState")
195
+ def onboarding_state(self) -> Optional[str]:
196
+ """
197
+ Details about resource onboarding status across all connectors.
198
+
199
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
200
+ Onboarded - this resource has already been onboarded by the specified connector.
201
+ NotOnboarded - this resource has not been onboarded to any connector.
202
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
203
+ """
204
+ return pulumi.get(self, "onboarding_state")
205
+
206
+ @property
207
+ @pulumi.getter(name="provisioningState")
208
+ def provisioning_state(self) -> Optional[str]:
209
+ """
210
+ The provisioning state of the resource.
211
+
212
+ Pending - Provisioning pending.
213
+ Failed - Provisioning failed.
214
+ Succeeded - Successful provisioning.
215
+ Canceled - Provisioning canceled.
216
+ PendingDeletion - Deletion pending.
217
+ DeletionSuccess - Deletion successful.
218
+ DeletionFailure - Deletion failure.
219
+ """
220
+ return pulumi.get(self, "provisioning_state")
221
+
222
+
223
+ @pulumi.output_type
224
+ class AzureDevOpsOrgResponse(dict):
225
+ """
226
+ Azure DevOps Organization resource.
227
+ """
228
+ def __init__(__self__, *,
229
+ id: str,
230
+ name: str,
231
+ system_data: 'outputs.SystemDataResponse',
232
+ type: str,
233
+ properties: Optional['outputs.AzureDevOpsOrgPropertiesResponse'] = None):
234
+ """
235
+ Azure DevOps Organization resource.
236
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
237
+ :param str name: The name of the resource
238
+ :param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
239
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
240
+ :param 'AzureDevOpsOrgPropertiesResponse' properties: Azure DevOps Organization properties.
241
+ """
242
+ pulumi.set(__self__, "id", id)
243
+ pulumi.set(__self__, "name", name)
244
+ pulumi.set(__self__, "system_data", system_data)
245
+ pulumi.set(__self__, "type", type)
246
+ if properties is not None:
247
+ pulumi.set(__self__, "properties", properties)
248
+
249
+ @property
250
+ @pulumi.getter
251
+ def id(self) -> str:
252
+ """
253
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
254
+ """
255
+ return pulumi.get(self, "id")
256
+
257
+ @property
258
+ @pulumi.getter
259
+ def name(self) -> str:
260
+ """
261
+ The name of the resource
262
+ """
263
+ return pulumi.get(self, "name")
264
+
265
+ @property
266
+ @pulumi.getter(name="systemData")
267
+ def system_data(self) -> 'outputs.SystemDataResponse':
268
+ """
269
+ Metadata pertaining to creation and last modification of the resource.
270
+ """
271
+ return pulumi.get(self, "system_data")
272
+
273
+ @property
274
+ @pulumi.getter
275
+ def type(self) -> str:
276
+ """
277
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
278
+ """
279
+ return pulumi.get(self, "type")
280
+
281
+ @property
282
+ @pulumi.getter
283
+ def properties(self) -> Optional['outputs.AzureDevOpsOrgPropertiesResponse']:
284
+ """
285
+ Azure DevOps Organization properties.
286
+ """
287
+ return pulumi.get(self, "properties")
288
+
289
+
290
+ @pulumi.output_type
291
+ class CategoryConfigurationResponse(dict):
292
+ """
293
+ Severity level per category configuration for PR Annotations.
294
+ """
295
+ def __init__(__self__, *,
296
+ category: Optional[str] = None,
297
+ minimum_severity_level: Optional[str] = None):
298
+ """
299
+ Severity level per category configuration for PR Annotations.
300
+ :param str category: Rule categories.
301
+ Code - code scanning results.
302
+ Artifact scanning results.
303
+ Dependencies scanning results.
304
+ IaC results.
305
+ Secrets scanning results.
306
+ Container scanning results.
307
+ :param str minimum_severity_level: Gets or sets minimum severity level for a given category.
308
+ """
309
+ if category is not None:
310
+ pulumi.set(__self__, "category", category)
311
+ if minimum_severity_level is not None:
312
+ pulumi.set(__self__, "minimum_severity_level", minimum_severity_level)
313
+
314
+ @property
315
+ @pulumi.getter
316
+ def category(self) -> Optional[str]:
317
+ """
318
+ Rule categories.
319
+ Code - code scanning results.
320
+ Artifact scanning results.
321
+ Dependencies scanning results.
322
+ IaC results.
323
+ Secrets scanning results.
324
+ Container scanning results.
325
+ """
326
+ return pulumi.get(self, "category")
327
+
328
+ @property
329
+ @pulumi.getter(name="minimumSeverityLevel")
330
+ def minimum_severity_level(self) -> Optional[str]:
331
+ """
332
+ Gets or sets minimum severity level for a given category.
333
+ """
334
+ return pulumi.get(self, "minimum_severity_level")
335
+
336
+
337
+ @pulumi.output_type
338
+ class DevOpsCapabilityResponse(dict):
339
+ """
340
+ Details about DevOps capability.
341
+ """
342
+ def __init__(__self__, *,
343
+ name: str,
344
+ value: str):
345
+ """
346
+ Details about DevOps capability.
347
+ :param str name: Gets the name of the DevOps capability.
348
+ :param str value: Gets the value of the DevOps capability.
349
+ """
350
+ pulumi.set(__self__, "name", name)
351
+ pulumi.set(__self__, "value", value)
352
+
353
+ @property
354
+ @pulumi.getter
355
+ def name(self) -> str:
356
+ """
357
+ Gets the name of the DevOps capability.
358
+ """
359
+ return pulumi.get(self, "name")
360
+
361
+ @property
362
+ @pulumi.getter
363
+ def value(self) -> str:
364
+ """
365
+ Gets the value of the DevOps capability.
366
+ """
367
+ return pulumi.get(self, "value")
368
+
369
+
370
+ @pulumi.output_type
371
+ class DevOpsConfigurationPropertiesResponse(dict):
372
+ """
373
+ DevOps Configuration properties.
374
+ """
375
+ @staticmethod
376
+ def __key_warning(key: str):
377
+ suggest = None
378
+ if key == "provisioningStatusMessage":
379
+ suggest = "provisioning_status_message"
380
+ elif key == "provisioningStatusUpdateTimeUtc":
381
+ suggest = "provisioning_status_update_time_utc"
382
+ elif key == "autoDiscovery":
383
+ suggest = "auto_discovery"
384
+ elif key == "provisioningState":
385
+ suggest = "provisioning_state"
386
+ elif key == "topLevelInventoryList":
387
+ suggest = "top_level_inventory_list"
388
+
389
+ if suggest:
390
+ pulumi.log.warn(f"Key '{key}' not found in DevOpsConfigurationPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
391
+
392
+ def __getitem__(self, key: str) -> Any:
393
+ DevOpsConfigurationPropertiesResponse.__key_warning(key)
394
+ return super().__getitem__(key)
395
+
396
+ def get(self, key: str, default = None) -> Any:
397
+ DevOpsConfigurationPropertiesResponse.__key_warning(key)
398
+ return super().get(key, default)
399
+
400
+ def __init__(__self__, *,
401
+ capabilities: Sequence['outputs.DevOpsCapabilityResponse'],
402
+ provisioning_status_message: str,
403
+ provisioning_status_update_time_utc: str,
404
+ authorization: Optional['outputs.AuthorizationResponse'] = None,
405
+ auto_discovery: Optional[str] = None,
406
+ provisioning_state: Optional[str] = None,
407
+ top_level_inventory_list: Optional[Sequence[str]] = None):
408
+ """
409
+ DevOps Configuration properties.
410
+ :param Sequence['DevOpsCapabilityResponse'] capabilities: List of capabilities assigned to the DevOps configuration during the discovery process.
411
+ :param str provisioning_status_message: Gets or sets resource status message.
412
+ :param str provisioning_status_update_time_utc: Gets or sets time when resource was last checked.
413
+ :param 'AuthorizationResponse' authorization: Authorization payload.
414
+ :param str auto_discovery: AutoDiscovery states.
415
+ :param str provisioning_state: The provisioning state of the resource.
416
+
417
+ Pending - Provisioning pending.
418
+ Failed - Provisioning failed.
419
+ Succeeded - Successful provisioning.
420
+ Canceled - Provisioning canceled.
421
+ PendingDeletion - Deletion pending.
422
+ DeletionSuccess - Deletion successful.
423
+ DeletionFailure - Deletion failure.
424
+ :param Sequence[str] top_level_inventory_list: List of top-level inventory to select when AutoDiscovery is disabled.
425
+ This field is ignored when AutoDiscovery is enabled.
426
+ """
427
+ pulumi.set(__self__, "capabilities", capabilities)
428
+ pulumi.set(__self__, "provisioning_status_message", provisioning_status_message)
429
+ pulumi.set(__self__, "provisioning_status_update_time_utc", provisioning_status_update_time_utc)
430
+ if authorization is not None:
431
+ pulumi.set(__self__, "authorization", authorization)
432
+ if auto_discovery is not None:
433
+ pulumi.set(__self__, "auto_discovery", auto_discovery)
434
+ if provisioning_state is not None:
435
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
436
+ if top_level_inventory_list is not None:
437
+ pulumi.set(__self__, "top_level_inventory_list", top_level_inventory_list)
438
+
439
+ @property
440
+ @pulumi.getter
441
+ def capabilities(self) -> Sequence['outputs.DevOpsCapabilityResponse']:
442
+ """
443
+ List of capabilities assigned to the DevOps configuration during the discovery process.
444
+ """
445
+ return pulumi.get(self, "capabilities")
446
+
447
+ @property
448
+ @pulumi.getter(name="provisioningStatusMessage")
449
+ def provisioning_status_message(self) -> str:
450
+ """
451
+ Gets or sets resource status message.
452
+ """
453
+ return pulumi.get(self, "provisioning_status_message")
454
+
455
+ @property
456
+ @pulumi.getter(name="provisioningStatusUpdateTimeUtc")
457
+ def provisioning_status_update_time_utc(self) -> str:
458
+ """
459
+ Gets or sets time when resource was last checked.
460
+ """
461
+ return pulumi.get(self, "provisioning_status_update_time_utc")
462
+
463
+ @property
464
+ @pulumi.getter
465
+ def authorization(self) -> Optional['outputs.AuthorizationResponse']:
466
+ """
467
+ Authorization payload.
468
+ """
469
+ return pulumi.get(self, "authorization")
470
+
471
+ @property
472
+ @pulumi.getter(name="autoDiscovery")
473
+ def auto_discovery(self) -> Optional[str]:
474
+ """
475
+ AutoDiscovery states.
476
+ """
477
+ return pulumi.get(self, "auto_discovery")
478
+
479
+ @property
480
+ @pulumi.getter(name="provisioningState")
481
+ def provisioning_state(self) -> Optional[str]:
482
+ """
483
+ The provisioning state of the resource.
484
+
485
+ Pending - Provisioning pending.
486
+ Failed - Provisioning failed.
487
+ Succeeded - Successful provisioning.
488
+ Canceled - Provisioning canceled.
489
+ PendingDeletion - Deletion pending.
490
+ DeletionSuccess - Deletion successful.
491
+ DeletionFailure - Deletion failure.
492
+ """
493
+ return pulumi.get(self, "provisioning_state")
494
+
495
+ @property
496
+ @pulumi.getter(name="topLevelInventoryList")
497
+ def top_level_inventory_list(self) -> Optional[Sequence[str]]:
498
+ """
499
+ List of top-level inventory to select when AutoDiscovery is disabled.
500
+ This field is ignored when AutoDiscovery is enabled.
501
+ """
502
+ return pulumi.get(self, "top_level_inventory_list")
503
+
504
+
505
+ @pulumi.output_type
506
+ class GitHubOwnerPropertiesResponse(dict):
507
+ """
508
+ GitHub Owner properties.
509
+ """
510
+ def __init__(__self__, *,
511
+ git_hub_internal_id: str,
512
+ owner_url: str,
513
+ provisioning_status_message: str,
514
+ provisioning_status_update_time_utc: str,
515
+ onboarding_state: Optional[str] = None,
516
+ provisioning_state: Optional[str] = None):
517
+ """
518
+ GitHub Owner properties.
519
+ :param str git_hub_internal_id: Gets or sets internal GitHub id.
520
+ :param str owner_url: Gets or sets GitHub Owner url.
521
+ :param str provisioning_status_message: Gets or sets resource status message.
522
+ :param str provisioning_status_update_time_utc: Gets or sets time when resource was last checked.
523
+ :param str onboarding_state: Details about resource onboarding status across all connectors.
524
+
525
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
526
+ Onboarded - this resource has already been onboarded by the specified connector.
527
+ NotOnboarded - this resource has not been onboarded to any connector.
528
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
529
+ :param str provisioning_state: The provisioning state of the resource.
530
+
531
+ Pending - Provisioning pending.
532
+ Failed - Provisioning failed.
533
+ Succeeded - Successful provisioning.
534
+ Canceled - Provisioning canceled.
535
+ PendingDeletion - Deletion pending.
536
+ DeletionSuccess - Deletion successful.
537
+ DeletionFailure - Deletion failure.
538
+ """
539
+ pulumi.set(__self__, "git_hub_internal_id", git_hub_internal_id)
540
+ pulumi.set(__self__, "owner_url", owner_url)
541
+ pulumi.set(__self__, "provisioning_status_message", provisioning_status_message)
542
+ pulumi.set(__self__, "provisioning_status_update_time_utc", provisioning_status_update_time_utc)
543
+ if onboarding_state is not None:
544
+ pulumi.set(__self__, "onboarding_state", onboarding_state)
545
+ if provisioning_state is not None:
546
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
547
+
548
+ @property
549
+ @pulumi.getter(name="gitHubInternalId")
550
+ def git_hub_internal_id(self) -> str:
551
+ """
552
+ Gets or sets internal GitHub id.
553
+ """
554
+ return pulumi.get(self, "git_hub_internal_id")
555
+
556
+ @property
557
+ @pulumi.getter(name="ownerUrl")
558
+ def owner_url(self) -> str:
559
+ """
560
+ Gets or sets GitHub Owner url.
561
+ """
562
+ return pulumi.get(self, "owner_url")
563
+
564
+ @property
565
+ @pulumi.getter(name="provisioningStatusMessage")
566
+ def provisioning_status_message(self) -> str:
567
+ """
568
+ Gets or sets resource status message.
569
+ """
570
+ return pulumi.get(self, "provisioning_status_message")
571
+
572
+ @property
573
+ @pulumi.getter(name="provisioningStatusUpdateTimeUtc")
574
+ def provisioning_status_update_time_utc(self) -> str:
575
+ """
576
+ Gets or sets time when resource was last checked.
577
+ """
578
+ return pulumi.get(self, "provisioning_status_update_time_utc")
579
+
580
+ @property
581
+ @pulumi.getter(name="onboardingState")
582
+ def onboarding_state(self) -> Optional[str]:
583
+ """
584
+ Details about resource onboarding status across all connectors.
585
+
586
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
587
+ Onboarded - this resource has already been onboarded by the specified connector.
588
+ NotOnboarded - this resource has not been onboarded to any connector.
589
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
590
+ """
591
+ return pulumi.get(self, "onboarding_state")
592
+
593
+ @property
594
+ @pulumi.getter(name="provisioningState")
595
+ def provisioning_state(self) -> Optional[str]:
596
+ """
597
+ The provisioning state of the resource.
598
+
599
+ Pending - Provisioning pending.
600
+ Failed - Provisioning failed.
601
+ Succeeded - Successful provisioning.
602
+ Canceled - Provisioning canceled.
603
+ PendingDeletion - Deletion pending.
604
+ DeletionSuccess - Deletion successful.
605
+ DeletionFailure - Deletion failure.
606
+ """
607
+ return pulumi.get(self, "provisioning_state")
608
+
609
+
610
+ @pulumi.output_type
611
+ class GitHubOwnerResponse(dict):
612
+ """
613
+ GitHub Owner resource.
614
+ """
615
+ def __init__(__self__, *,
616
+ id: str,
617
+ name: str,
618
+ system_data: 'outputs.SystemDataResponse',
619
+ type: str,
620
+ properties: Optional['outputs.GitHubOwnerPropertiesResponse'] = None):
621
+ """
622
+ GitHub Owner resource.
623
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
624
+ :param str name: The name of the resource
625
+ :param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
626
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
627
+ :param 'GitHubOwnerPropertiesResponse' properties: GitHub Owner properties.
628
+ """
629
+ pulumi.set(__self__, "id", id)
630
+ pulumi.set(__self__, "name", name)
631
+ pulumi.set(__self__, "system_data", system_data)
632
+ pulumi.set(__self__, "type", type)
633
+ if properties is not None:
634
+ pulumi.set(__self__, "properties", properties)
635
+
636
+ @property
637
+ @pulumi.getter
638
+ def id(self) -> str:
639
+ """
640
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
641
+ """
642
+ return pulumi.get(self, "id")
643
+
644
+ @property
645
+ @pulumi.getter
646
+ def name(self) -> str:
647
+ """
648
+ The name of the resource
649
+ """
650
+ return pulumi.get(self, "name")
651
+
652
+ @property
653
+ @pulumi.getter(name="systemData")
654
+ def system_data(self) -> 'outputs.SystemDataResponse':
655
+ """
656
+ Metadata pertaining to creation and last modification of the resource.
657
+ """
658
+ return pulumi.get(self, "system_data")
659
+
660
+ @property
661
+ @pulumi.getter
662
+ def type(self) -> str:
663
+ """
664
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
665
+ """
666
+ return pulumi.get(self, "type")
667
+
668
+ @property
669
+ @pulumi.getter
670
+ def properties(self) -> Optional['outputs.GitHubOwnerPropertiesResponse']:
671
+ """
672
+ GitHub Owner properties.
673
+ """
674
+ return pulumi.get(self, "properties")
675
+
676
+
677
+ @pulumi.output_type
678
+ class GitLabGroupPropertiesResponse(dict):
679
+ """
680
+ GitLab Group properties.
681
+ """
682
+ def __init__(__self__, *,
683
+ fully_qualified_friendly_name: str,
684
+ fully_qualified_name: str,
685
+ provisioning_status_message: str,
686
+ provisioning_status_update_time_utc: str,
687
+ url: str,
688
+ onboarding_state: Optional[str] = None,
689
+ provisioning_state: Optional[str] = None):
690
+ """
691
+ GitLab Group properties.
692
+ :param str fully_qualified_friendly_name: Gets or sets the human readable fully-qualified name of the Group object.
693
+
694
+ This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.
695
+ :param str fully_qualified_name: Gets or sets the fully-qualified name of the Group object.
696
+
697
+ This contains the entire namespace hierarchy where namespaces are separated by the '$' character.
698
+ :param str provisioning_status_message: Gets or sets resource status message.
699
+ :param str provisioning_status_update_time_utc: Gets or sets time when resource was last checked.
700
+ :param str url: Gets or sets the url of the GitLab Group.
701
+ :param str onboarding_state: Details about resource onboarding status across all connectors.
702
+
703
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
704
+ Onboarded - this resource has already been onboarded by the specified connector.
705
+ NotOnboarded - this resource has not been onboarded to any connector.
706
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
707
+ :param str provisioning_state: The provisioning state of the resource.
708
+
709
+ Pending - Provisioning pending.
710
+ Failed - Provisioning failed.
711
+ Succeeded - Successful provisioning.
712
+ Canceled - Provisioning canceled.
713
+ PendingDeletion - Deletion pending.
714
+ DeletionSuccess - Deletion successful.
715
+ DeletionFailure - Deletion failure.
716
+ """
717
+ pulumi.set(__self__, "fully_qualified_friendly_name", fully_qualified_friendly_name)
718
+ pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
719
+ pulumi.set(__self__, "provisioning_status_message", provisioning_status_message)
720
+ pulumi.set(__self__, "provisioning_status_update_time_utc", provisioning_status_update_time_utc)
721
+ pulumi.set(__self__, "url", url)
722
+ if onboarding_state is not None:
723
+ pulumi.set(__self__, "onboarding_state", onboarding_state)
724
+ if provisioning_state is not None:
725
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
726
+
727
+ @property
728
+ @pulumi.getter(name="fullyQualifiedFriendlyName")
729
+ def fully_qualified_friendly_name(self) -> str:
730
+ """
731
+ Gets or sets the human readable fully-qualified name of the Group object.
732
+
733
+ This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.
734
+ """
735
+ return pulumi.get(self, "fully_qualified_friendly_name")
736
+
737
+ @property
738
+ @pulumi.getter(name="fullyQualifiedName")
739
+ def fully_qualified_name(self) -> str:
740
+ """
741
+ Gets or sets the fully-qualified name of the Group object.
742
+
743
+ This contains the entire namespace hierarchy where namespaces are separated by the '$' character.
744
+ """
745
+ return pulumi.get(self, "fully_qualified_name")
746
+
747
+ @property
748
+ @pulumi.getter(name="provisioningStatusMessage")
749
+ def provisioning_status_message(self) -> str:
750
+ """
751
+ Gets or sets resource status message.
752
+ """
753
+ return pulumi.get(self, "provisioning_status_message")
754
+
755
+ @property
756
+ @pulumi.getter(name="provisioningStatusUpdateTimeUtc")
757
+ def provisioning_status_update_time_utc(self) -> str:
758
+ """
759
+ Gets or sets time when resource was last checked.
760
+ """
761
+ return pulumi.get(self, "provisioning_status_update_time_utc")
762
+
763
+ @property
764
+ @pulumi.getter
765
+ def url(self) -> str:
766
+ """
767
+ Gets or sets the url of the GitLab Group.
768
+ """
769
+ return pulumi.get(self, "url")
770
+
771
+ @property
772
+ @pulumi.getter(name="onboardingState")
773
+ def onboarding_state(self) -> Optional[str]:
774
+ """
775
+ Details about resource onboarding status across all connectors.
776
+
777
+ OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources.
778
+ Onboarded - this resource has already been onboarded by the specified connector.
779
+ NotOnboarded - this resource has not been onboarded to any connector.
780
+ NotApplicable - the onboarding state is not applicable to the current endpoint.
781
+ """
782
+ return pulumi.get(self, "onboarding_state")
783
+
784
+ @property
785
+ @pulumi.getter(name="provisioningState")
786
+ def provisioning_state(self) -> Optional[str]:
787
+ """
788
+ The provisioning state of the resource.
789
+
790
+ Pending - Provisioning pending.
791
+ Failed - Provisioning failed.
792
+ Succeeded - Successful provisioning.
793
+ Canceled - Provisioning canceled.
794
+ PendingDeletion - Deletion pending.
795
+ DeletionSuccess - Deletion successful.
796
+ DeletionFailure - Deletion failure.
797
+ """
798
+ return pulumi.get(self, "provisioning_state")
799
+
800
+
801
+ @pulumi.output_type
802
+ class GitLabGroupResponse(dict):
803
+ """
804
+ GitLab Group resource.
805
+ """
806
+ def __init__(__self__, *,
807
+ id: str,
808
+ name: str,
809
+ system_data: 'outputs.SystemDataResponse',
810
+ type: str,
811
+ properties: Optional['outputs.GitLabGroupPropertiesResponse'] = None):
812
+ """
813
+ GitLab Group resource.
814
+ :param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
815
+ :param str name: The name of the resource
816
+ :param 'SystemDataResponse' system_data: Metadata pertaining to creation and last modification of the resource.
817
+ :param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
818
+ :param 'GitLabGroupPropertiesResponse' properties: GitLab Group properties.
819
+ """
820
+ pulumi.set(__self__, "id", id)
821
+ pulumi.set(__self__, "name", name)
822
+ pulumi.set(__self__, "system_data", system_data)
823
+ pulumi.set(__self__, "type", type)
824
+ if properties is not None:
825
+ pulumi.set(__self__, "properties", properties)
826
+
827
+ @property
828
+ @pulumi.getter
829
+ def id(self) -> str:
830
+ """
831
+ Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
832
+ """
833
+ return pulumi.get(self, "id")
834
+
835
+ @property
836
+ @pulumi.getter
837
+ def name(self) -> str:
838
+ """
839
+ The name of the resource
840
+ """
841
+ return pulumi.get(self, "name")
842
+
843
+ @property
844
+ @pulumi.getter(name="systemData")
845
+ def system_data(self) -> 'outputs.SystemDataResponse':
846
+ """
847
+ Metadata pertaining to creation and last modification of the resource.
848
+ """
849
+ return pulumi.get(self, "system_data")
850
+
851
+ @property
852
+ @pulumi.getter
853
+ def type(self) -> str:
854
+ """
855
+ The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
856
+ """
857
+ return pulumi.get(self, "type")
858
+
859
+ @property
860
+ @pulumi.getter
861
+ def properties(self) -> Optional['outputs.GitLabGroupPropertiesResponse']:
862
+ """
863
+ GitLab Group properties.
864
+ """
865
+ return pulumi.get(self, "properties")
866
+
867
+
868
+ @pulumi.output_type
869
+ class SystemDataResponse(dict):
870
+ """
871
+ Metadata pertaining to creation and last modification of the resource.
872
+ """
873
+ @staticmethod
874
+ def __key_warning(key: str):
875
+ suggest = None
876
+ if key == "createdAt":
877
+ suggest = "created_at"
878
+ elif key == "createdBy":
879
+ suggest = "created_by"
880
+ elif key == "createdByType":
881
+ suggest = "created_by_type"
882
+ elif key == "lastModifiedAt":
883
+ suggest = "last_modified_at"
884
+ elif key == "lastModifiedBy":
885
+ suggest = "last_modified_by"
886
+ elif key == "lastModifiedByType":
887
+ suggest = "last_modified_by_type"
888
+
889
+ if suggest:
890
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
891
+
892
+ def __getitem__(self, key: str) -> Any:
893
+ SystemDataResponse.__key_warning(key)
894
+ return super().__getitem__(key)
895
+
896
+ def get(self, key: str, default = None) -> Any:
897
+ SystemDataResponse.__key_warning(key)
898
+ return super().get(key, default)
899
+
900
+ def __init__(__self__, *,
901
+ created_at: Optional[str] = None,
902
+ created_by: Optional[str] = None,
903
+ created_by_type: Optional[str] = None,
904
+ last_modified_at: Optional[str] = None,
905
+ last_modified_by: Optional[str] = None,
906
+ last_modified_by_type: Optional[str] = None):
907
+ """
908
+ Metadata pertaining to creation and last modification of the resource.
909
+ :param str created_at: The timestamp of resource creation (UTC).
910
+ :param str created_by: The identity that created the resource.
911
+ :param str created_by_type: The type of identity that created the resource.
912
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
913
+ :param str last_modified_by: The identity that last modified the resource.
914
+ :param str last_modified_by_type: The type of identity that last modified the resource.
915
+ """
916
+ if created_at is not None:
917
+ pulumi.set(__self__, "created_at", created_at)
918
+ if created_by is not None:
919
+ pulumi.set(__self__, "created_by", created_by)
920
+ if created_by_type is not None:
921
+ pulumi.set(__self__, "created_by_type", created_by_type)
922
+ if last_modified_at is not None:
923
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
924
+ if last_modified_by is not None:
925
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
926
+ if last_modified_by_type is not None:
927
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
928
+
929
+ @property
930
+ @pulumi.getter(name="createdAt")
931
+ def created_at(self) -> Optional[str]:
932
+ """
933
+ The timestamp of resource creation (UTC).
934
+ """
935
+ return pulumi.get(self, "created_at")
936
+
937
+ @property
938
+ @pulumi.getter(name="createdBy")
939
+ def created_by(self) -> Optional[str]:
940
+ """
941
+ The identity that created the resource.
942
+ """
943
+ return pulumi.get(self, "created_by")
944
+
945
+ @property
946
+ @pulumi.getter(name="createdByType")
947
+ def created_by_type(self) -> Optional[str]:
948
+ """
949
+ The type of identity that created the resource.
950
+ """
951
+ return pulumi.get(self, "created_by_type")
952
+
953
+ @property
954
+ @pulumi.getter(name="lastModifiedAt")
955
+ def last_modified_at(self) -> Optional[str]:
956
+ """
957
+ The timestamp of resource last modification (UTC)
958
+ """
959
+ return pulumi.get(self, "last_modified_at")
960
+
961
+ @property
962
+ @pulumi.getter(name="lastModifiedBy")
963
+ def last_modified_by(self) -> Optional[str]:
964
+ """
965
+ The identity that last modified the resource.
966
+ """
967
+ return pulumi.get(self, "last_modified_by")
968
+
969
+ @property
970
+ @pulumi.getter(name="lastModifiedByType")
971
+ def last_modified_by_type(self) -> Optional[str]:
972
+ """
973
+ The type of identity that last modified the resource.
974
+ """
975
+ return pulumi.get(self, "last_modified_by_type")
976
+
977
+
978
+ @pulumi.output_type
979
+ class TargetBranchConfigurationResponse(dict):
980
+ """
981
+ Repository branch configuration for PR Annotations.
982
+ """
983
+ def __init__(__self__, *,
984
+ annotate_default_branch: Optional[str] = None,
985
+ branch_names: Optional[Sequence[str]] = None):
986
+ """
987
+ Repository branch configuration for PR Annotations.
988
+ :param str annotate_default_branch: Configuration of PR Annotations on default branch.
989
+
990
+ Enabled - PR Annotations are enabled on the resource's default branch.
991
+ Disabled - PR Annotations are disabled on the resource's default branch.
992
+ :param Sequence[str] branch_names: Gets or sets branches that should have annotations.
993
+ """
994
+ if annotate_default_branch is not None:
995
+ pulumi.set(__self__, "annotate_default_branch", annotate_default_branch)
996
+ if branch_names is not None:
997
+ pulumi.set(__self__, "branch_names", branch_names)
998
+
999
+ @property
1000
+ @pulumi.getter(name="annotateDefaultBranch")
1001
+ def annotate_default_branch(self) -> Optional[str]:
1002
+ """
1003
+ Configuration of PR Annotations on default branch.
1004
+
1005
+ Enabled - PR Annotations are enabled on the resource's default branch.
1006
+ Disabled - PR Annotations are disabled on the resource's default branch.
1007
+ """
1008
+ return pulumi.get(self, "annotate_default_branch")
1009
+
1010
+ @property
1011
+ @pulumi.getter(name="branchNames")
1012
+ def branch_names(self) -> Optional[Sequence[str]]:
1013
+ """
1014
+ Gets or sets branches that should have annotations.
1015
+ """
1016
+ return pulumi.get(self, "branch_names")
1017
+
1018
+