pulumi-azure-native 2.57.0a1724076329__py3-none-any.whl → 2.57.1__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 (475) hide show
  1. pulumi_azure_native/__init__.py +104 -0
  2. pulumi_azure_native/billing/_enums.py +0 -12
  3. pulumi_azure_native/billing/_inputs.py +5 -5
  4. pulumi_azure_native/billing/v20240401/_enums.py +0 -12
  5. pulumi_azure_native/billing/v20240401/_inputs.py +5 -5
  6. pulumi_azure_native/compute/v20240701/_enums.py +1 -1
  7. pulumi_azure_native/compute/v20240701/_inputs.py +3 -3
  8. pulumi_azure_native/compute/v20240701/outputs.py +2 -2
  9. pulumi_azure_native/datafactory/_inputs.py +140 -19
  10. pulumi_azure_native/datafactory/outputs.py +98 -13
  11. pulumi_azure_native/datafactory/v20180601/_inputs.py +140 -19
  12. pulumi_azure_native/datafactory/v20180601/outputs.py +98 -13
  13. pulumi_azure_native/documentdb/__init__.py +3 -0
  14. pulumi_azure_native/documentdb/_inputs.py +56 -0
  15. pulumi_azure_native/documentdb/firewall_rule.py +30 -70
  16. pulumi_azure_native/documentdb/get_firewall_rule.py +12 -38
  17. pulumi_azure_native/documentdb/get_mongo_cluster.py +2 -2
  18. pulumi_azure_native/documentdb/get_private_endpoint_connection.py +2 -2
  19. pulumi_azure_native/documentdb/list_mongo_cluster_connection_strings.py +2 -2
  20. pulumi_azure_native/documentdb/mongo_cluster.py +3 -3
  21. pulumi_azure_native/documentdb/mongo_cluster_firewall_rule.py +1 -1
  22. pulumi_azure_native/documentdb/outputs.py +66 -0
  23. pulumi_azure_native/documentdb/private_endpoint_connection.py +2 -2
  24. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster.py +1 -1
  25. pulumi_azure_native/documentdb/v20230315preview/mongo_cluster_firewall_rule.py +1 -1
  26. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster.py +1 -1
  27. pulumi_azure_native/documentdb/v20230915preview/mongo_cluster_firewall_rule.py +1 -1
  28. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster.py +1 -1
  29. pulumi_azure_native/documentdb/v20231115preview/mongo_cluster_firewall_rule.py +1 -1
  30. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster.py +1 -1
  31. pulumi_azure_native/documentdb/v20240215preview/mongo_cluster_firewall_rule.py +1 -1
  32. pulumi_azure_native/documentdb/v20240301preview/_inputs.py +251 -0
  33. pulumi_azure_native/documentdb/v20240301preview/firewall_rule.py +28 -68
  34. pulumi_azure_native/documentdb/v20240301preview/get_firewall_rule.py +10 -36
  35. pulumi_azure_native/documentdb/v20240301preview/get_mongo_cluster.py +10 -114
  36. pulumi_azure_native/documentdb/v20240301preview/get_private_endpoint_connection.py +10 -49
  37. pulumi_azure_native/documentdb/v20240301preview/mongo_cluster.py +21 -218
  38. pulumi_azure_native/documentdb/v20240301preview/outputs.py +294 -0
  39. pulumi_azure_native/documentdb/v20240301preview/private_endpoint_connection.py +27 -58
  40. pulumi_azure_native/documentdb/v20240601preview/_inputs.py +291 -0
  41. pulumi_azure_native/documentdb/v20240601preview/firewall_rule.py +28 -68
  42. pulumi_azure_native/documentdb/v20240601preview/get_firewall_rule.py +10 -36
  43. pulumi_azure_native/documentdb/v20240601preview/get_mongo_cluster.py +9 -152
  44. pulumi_azure_native/documentdb/v20240601preview/get_private_endpoint_connection.py +10 -49
  45. pulumi_azure_native/documentdb/v20240601preview/mongo_cluster.py +20 -286
  46. pulumi_azure_native/documentdb/v20240601preview/outputs.py +332 -0
  47. pulumi_azure_native/documentdb/v20240601preview/private_endpoint_connection.py +27 -58
  48. pulumi_azure_native/documentdb/v20240701/__init__.py +17 -0
  49. pulumi_azure_native/documentdb/v20240701/_enums.py +86 -0
  50. pulumi_azure_native/documentdb/v20240701/_inputs.py +755 -0
  51. pulumi_azure_native/documentdb/v20240701/firewall_rule.py +220 -0
  52. pulumi_azure_native/documentdb/v20240701/get_firewall_rule.py +141 -0
  53. pulumi_azure_native/documentdb/v20240701/get_mongo_cluster.py +162 -0
  54. pulumi_azure_native/documentdb/v20240701/get_private_endpoint_connection.py +141 -0
  55. pulumi_azure_native/documentdb/v20240701/list_mongo_cluster_connection_strings.py +84 -0
  56. pulumi_azure_native/documentdb/v20240701/mongo_cluster.py +258 -0
  57. pulumi_azure_native/documentdb/v20240701/outputs.py +1048 -0
  58. pulumi_azure_native/documentdb/v20240701/private_endpoint_connection.py +221 -0
  59. pulumi_azure_native/hybridcompute/__init__.py +3 -0
  60. pulumi_azure_native/hybridcompute/get_license.py +2 -2
  61. pulumi_azure_native/hybridcompute/get_license_profile.py +2 -2
  62. pulumi_azure_native/hybridcompute/get_machine.py +2 -2
  63. pulumi_azure_native/hybridcompute/get_machine_extension.py +2 -2
  64. pulumi_azure_native/hybridcompute/get_private_endpoint_connection.py +2 -2
  65. pulumi_azure_native/hybridcompute/get_private_link_scope.py +2 -2
  66. pulumi_azure_native/hybridcompute/license.py +3 -3
  67. pulumi_azure_native/hybridcompute/license_profile.py +3 -3
  68. pulumi_azure_native/hybridcompute/machine.py +3 -3
  69. pulumi_azure_native/hybridcompute/machine_extension.py +3 -3
  70. pulumi_azure_native/hybridcompute/private_endpoint_connection.py +3 -3
  71. pulumi_azure_native/hybridcompute/private_link_scope.py +3 -3
  72. pulumi_azure_native/hybridcompute/v20200802/machine.py +1 -1
  73. pulumi_azure_native/hybridcompute/v20200815preview/machine.py +1 -1
  74. pulumi_azure_native/hybridcompute/v20200815preview/machine_extension.py +1 -1
  75. pulumi_azure_native/hybridcompute/v20200815preview/private_endpoint_connection.py +1 -1
  76. pulumi_azure_native/hybridcompute/v20200815preview/private_link_scope.py +1 -1
  77. pulumi_azure_native/hybridcompute/v20220510preview/machine.py +1 -1
  78. pulumi_azure_native/hybridcompute/v20220510preview/machine_extension.py +1 -1
  79. pulumi_azure_native/hybridcompute/v20221227/machine.py +1 -1
  80. pulumi_azure_native/hybridcompute/v20221227/machine_extension.py +1 -1
  81. pulumi_azure_native/hybridcompute/v20221227/private_endpoint_connection.py +1 -1
  82. pulumi_azure_native/hybridcompute/v20221227/private_link_scope.py +1 -1
  83. pulumi_azure_native/hybridcompute/v20230620preview/license.py +1 -1
  84. pulumi_azure_native/hybridcompute/v20230620preview/license_profile.py +1 -1
  85. pulumi_azure_native/hybridcompute/v20230620preview/machine.py +1 -1
  86. pulumi_azure_native/hybridcompute/v20230620preview/machine_extension.py +1 -1
  87. pulumi_azure_native/hybridcompute/v20230620preview/private_endpoint_connection.py +1 -1
  88. pulumi_azure_native/hybridcompute/v20230620preview/private_link_scope.py +1 -1
  89. pulumi_azure_native/hybridcompute/v20231003preview/license.py +1 -1
  90. pulumi_azure_native/hybridcompute/v20231003preview/license_profile.py +1 -1
  91. pulumi_azure_native/hybridcompute/v20231003preview/machine.py +1 -1
  92. pulumi_azure_native/hybridcompute/v20231003preview/machine_extension.py +1 -1
  93. pulumi_azure_native/hybridcompute/v20231003preview/private_endpoint_connection.py +1 -1
  94. pulumi_azure_native/hybridcompute/v20231003preview/private_link_scope.py +1 -1
  95. pulumi_azure_native/hybridcompute/v20240331preview/license.py +1 -1
  96. pulumi_azure_native/hybridcompute/v20240331preview/license_profile.py +1 -1
  97. pulumi_azure_native/hybridcompute/v20240331preview/machine.py +1 -1
  98. pulumi_azure_native/hybridcompute/v20240331preview/machine_extension.py +1 -1
  99. pulumi_azure_native/hybridcompute/v20240331preview/private_endpoint_connection.py +1 -1
  100. pulumi_azure_native/hybridcompute/v20240331preview/private_link_scope.py +1 -1
  101. pulumi_azure_native/hybridcompute/v20240520preview/license.py +1 -1
  102. pulumi_azure_native/hybridcompute/v20240520preview/license_profile.py +1 -1
  103. pulumi_azure_native/hybridcompute/v20240520preview/machine.py +1 -1
  104. pulumi_azure_native/hybridcompute/v20240520preview/machine_extension.py +1 -1
  105. pulumi_azure_native/hybridcompute/v20240520preview/private_endpoint_connection.py +1 -1
  106. pulumi_azure_native/hybridcompute/v20240520preview/private_link_scope.py +1 -1
  107. pulumi_azure_native/hybridcompute/v20240710/__init__.py +22 -0
  108. pulumi_azure_native/hybridcompute/v20240710/_enums.py +164 -0
  109. pulumi_azure_native/hybridcompute/v20240710/_inputs.py +1712 -0
  110. pulumi_azure_native/hybridcompute/v20240710/get_license.py +201 -0
  111. pulumi_azure_native/hybridcompute/v20240710/get_license_profile.py +362 -0
  112. pulumi_azure_native/hybridcompute/v20240710/get_machine.py +596 -0
  113. pulumi_azure_native/hybridcompute/v20240710/get_machine_extension.py +167 -0
  114. pulumi_azure_native/hybridcompute/v20240710/get_private_endpoint_connection.py +141 -0
  115. pulumi_azure_native/hybridcompute/v20240710/get_private_link_scope.py +162 -0
  116. pulumi_azure_native/hybridcompute/v20240710/license.py +326 -0
  117. pulumi_azure_native/hybridcompute/v20240710/license_profile.py +505 -0
  118. pulumi_azure_native/hybridcompute/v20240710/machine.py +855 -0
  119. pulumi_azure_native/hybridcompute/v20240710/machine_extension.py +279 -0
  120. pulumi_azure_native/hybridcompute/v20240710/outputs.py +2817 -0
  121. pulumi_azure_native/hybridcompute/v20240710/private_endpoint_connection.py +220 -0
  122. pulumi_azure_native/hybridcompute/v20240710/private_link_scope.py +258 -0
  123. pulumi_azure_native/iotoperations/__init__.py +3 -0
  124. pulumi_azure_native/iotoperations/broker.py +5 -1
  125. pulumi_azure_native/iotoperations/broker_authentication.py +5 -1
  126. pulumi_azure_native/iotoperations/broker_authorization.py +5 -1
  127. pulumi_azure_native/iotoperations/broker_listener.py +5 -1
  128. pulumi_azure_native/iotoperations/data_flow.py +1 -1
  129. pulumi_azure_native/iotoperations/data_flow_endpoint.py +1 -1
  130. pulumi_azure_native/iotoperations/data_flow_profile.py +1 -1
  131. pulumi_azure_native/iotoperations/get_broker.py +4 -0
  132. pulumi_azure_native/iotoperations/get_broker_authentication.py +4 -0
  133. pulumi_azure_native/iotoperations/get_broker_authorization.py +4 -0
  134. pulumi_azure_native/iotoperations/get_broker_listener.py +4 -0
  135. pulumi_azure_native/iotoperations/get_instance.py +4 -0
  136. pulumi_azure_native/iotoperations/instance.py +5 -1
  137. pulumi_azure_native/iotoperations/v20240701preview/broker.py +1 -1
  138. pulumi_azure_native/iotoperations/v20240701preview/broker_authentication.py +1 -1
  139. pulumi_azure_native/iotoperations/v20240701preview/broker_authorization.py +1 -1
  140. pulumi_azure_native/iotoperations/v20240701preview/broker_listener.py +1 -1
  141. pulumi_azure_native/iotoperations/v20240701preview/data_flow.py +1 -1
  142. pulumi_azure_native/iotoperations/v20240701preview/data_flow_endpoint.py +1 -1
  143. pulumi_azure_native/iotoperations/v20240701preview/data_flow_profile.py +1 -1
  144. pulumi_azure_native/iotoperations/v20240701preview/instance.py +1 -1
  145. pulumi_azure_native/iotoperations/v20240815preview/__init__.py +26 -0
  146. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +616 -0
  147. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +6895 -0
  148. pulumi_azure_native/iotoperations/v20240815preview/broker.py +251 -0
  149. pulumi_azure_native/iotoperations/v20240815preview/broker_authentication.py +272 -0
  150. pulumi_azure_native/iotoperations/v20240815preview/broker_authorization.py +272 -0
  151. pulumi_azure_native/iotoperations/v20240815preview/broker_listener.py +272 -0
  152. pulumi_azure_native/iotoperations/v20240815preview/dataflow.py +272 -0
  153. pulumi_azure_native/iotoperations/v20240815preview/dataflow_endpoint.py +251 -0
  154. pulumi_azure_native/iotoperations/v20240815preview/dataflow_profile.py +251 -0
  155. pulumi_azure_native/iotoperations/v20240815preview/get_broker.py +154 -0
  156. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authentication.py +159 -0
  157. pulumi_azure_native/iotoperations/v20240815preview/get_broker_authorization.py +159 -0
  158. pulumi_azure_native/iotoperations/v20240815preview/get_broker_listener.py +159 -0
  159. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow.py +159 -0
  160. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_endpoint.py +154 -0
  161. pulumi_azure_native/iotoperations/v20240815preview/get_dataflow_profile.py +154 -0
  162. pulumi_azure_native/iotoperations/v20240815preview/get_instance.py +188 -0
  163. pulumi_azure_native/iotoperations/v20240815preview/instance.py +317 -0
  164. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +5753 -0
  165. pulumi_azure_native/netapp/__init__.py +3 -0
  166. pulumi_azure_native/netapp/account.py +3 -3
  167. pulumi_azure_native/netapp/backup.py +2 -2
  168. pulumi_azure_native/netapp/backup_policy.py +3 -3
  169. pulumi_azure_native/netapp/backup_vault.py +3 -3
  170. pulumi_azure_native/netapp/get_account.py +2 -2
  171. pulumi_azure_native/netapp/get_backup.py +2 -2
  172. pulumi_azure_native/netapp/get_backup_policy.py +2 -2
  173. pulumi_azure_native/netapp/get_backup_vault.py +2 -2
  174. pulumi_azure_native/netapp/get_pool.py +2 -2
  175. pulumi_azure_native/netapp/get_snapshot.py +2 -2
  176. pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
  177. pulumi_azure_native/netapp/get_subvolume.py +2 -2
  178. pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
  179. pulumi_azure_native/netapp/get_volume.py +2 -2
  180. pulumi_azure_native/netapp/get_volume_group.py +2 -2
  181. pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
  182. pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
  183. pulumi_azure_native/netapp/list_volume_replications.py +2 -2
  184. pulumi_azure_native/netapp/pool.py +3 -3
  185. pulumi_azure_native/netapp/snapshot.py +3 -3
  186. pulumi_azure_native/netapp/snapshot_policy.py +3 -3
  187. pulumi_azure_native/netapp/subvolume.py +3 -3
  188. pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
  189. pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
  190. pulumi_azure_native/netapp/v20211001/volume.py +1 -1
  191. pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
  192. pulumi_azure_native/netapp/v20220501/account.py +1 -1
  193. pulumi_azure_native/netapp/v20221101/account.py +1 -1
  194. pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
  195. pulumi_azure_native/netapp/v20221101/pool.py +1 -1
  196. pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
  197. pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
  198. pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
  199. pulumi_azure_native/netapp/v20221101/volume.py +1 -1
  200. pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
  201. pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
  202. pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
  203. pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
  204. pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
  205. pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
  206. pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
  207. pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
  208. pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
  209. pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
  210. pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
  211. pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
  212. pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
  213. pulumi_azure_native/netapp/v20230501/account.py +1 -1
  214. pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
  215. pulumi_azure_native/netapp/v20230501/pool.py +1 -1
  216. pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
  217. pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
  218. pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
  219. pulumi_azure_native/netapp/v20230501/volume.py +1 -1
  220. pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
  221. pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
  222. pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
  223. pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
  224. pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
  225. pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
  226. pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
  227. pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
  228. pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
  229. pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
  230. pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
  231. pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
  232. pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
  233. pulumi_azure_native/netapp/v20230701/account.py +1 -1
  234. pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
  235. pulumi_azure_native/netapp/v20230701/pool.py +1 -1
  236. pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
  237. pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
  238. pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
  239. pulumi_azure_native/netapp/v20230701/volume.py +1 -1
  240. pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
  241. pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
  242. pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
  243. pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
  244. pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
  245. pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
  246. pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
  247. pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
  248. pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
  249. pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
  250. pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
  251. pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
  252. pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
  253. pulumi_azure_native/netapp/v20231101/account.py +1 -1
  254. pulumi_azure_native/netapp/v20231101/backup.py +1 -1
  255. pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
  256. pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
  257. pulumi_azure_native/netapp/v20231101/pool.py +1 -1
  258. pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
  259. pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
  260. pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
  261. pulumi_azure_native/netapp/v20231101/volume.py +1 -1
  262. pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
  263. pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
  264. pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
  265. pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
  266. pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
  267. pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
  268. pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
  269. pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
  270. pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
  271. pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
  272. pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
  273. pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
  274. pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
  275. pulumi_azure_native/netapp/v20240101/__init__.py +35 -0
  276. pulumi_azure_native/netapp/v20240101/_enums.py +267 -0
  277. pulumi_azure_native/netapp/v20240101/_inputs.py +2945 -0
  278. pulumi_azure_native/netapp/v20240101/account.py +346 -0
  279. pulumi_azure_native/netapp/v20240101/backup.py +402 -0
  280. pulumi_azure_native/netapp/v20240101/backup_policy.py +414 -0
  281. pulumi_azure_native/netapp/v20240101/backup_vault.py +258 -0
  282. pulumi_azure_native/netapp/v20240101/get_account.py +227 -0
  283. pulumi_azure_native/netapp/v20240101/get_backup.py +276 -0
  284. pulumi_azure_native/netapp/v20240101/get_backup_policy.py +271 -0
  285. pulumi_azure_native/netapp/v20240101/get_backup_vault.py +167 -0
  286. pulumi_azure_native/netapp/v20240101/get_pool.py +284 -0
  287. pulumi_azure_native/netapp/v20240101/get_snapshot.py +190 -0
  288. pulumi_azure_native/netapp/v20240101/get_snapshot_policy.py +245 -0
  289. pulumi_azure_native/netapp/v20240101/get_subvolume.py +190 -0
  290. pulumi_azure_native/netapp/v20240101/get_subvolume_metadata.py +254 -0
  291. pulumi_azure_native/netapp/v20240101/get_volume.py +887 -0
  292. pulumi_azure_native/netapp/v20240101/get_volume_group.py +167 -0
  293. pulumi_azure_native/netapp/v20240101/get_volume_group_id_for_ldap_user.py +98 -0
  294. pulumi_azure_native/netapp/v20240101/get_volume_quota_rule.py +216 -0
  295. pulumi_azure_native/netapp/v20240101/list_volume_replications.py +94 -0
  296. pulumi_azure_native/netapp/v20240101/outputs.py +3035 -0
  297. pulumi_azure_native/netapp/v20240101/pool.py +462 -0
  298. pulumi_azure_native/netapp/v20240101/snapshot.py +291 -0
  299. pulumi_azure_native/netapp/v20240101/snapshot_policy.py +414 -0
  300. pulumi_azure_native/netapp/v20240101/subvolume.py +329 -0
  301. pulumi_azure_native/netapp/v20240101/volume.py +1639 -0
  302. pulumi_azure_native/netapp/v20240101/volume_group.py +279 -0
  303. pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +388 -0
  304. pulumi_azure_native/netapp/v20240301/account.py +1 -1
  305. pulumi_azure_native/netapp/v20240301/backup.py +1 -1
  306. pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
  307. pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
  308. pulumi_azure_native/netapp/v20240301/pool.py +1 -1
  309. pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
  310. pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
  311. pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
  312. pulumi_azure_native/netapp/v20240301/volume.py +1 -1
  313. pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
  314. pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
  315. pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
  316. pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
  317. pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
  318. pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
  319. pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
  320. pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
  321. pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
  322. pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
  323. pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
  324. pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
  325. pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
  326. pulumi_azure_native/netapp/volume.py +3 -3
  327. pulumi_azure_native/netapp/volume_group.py +3 -3
  328. pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
  329. pulumi_azure_native/network/__init__.py +15 -0
  330. pulumi_azure_native/network/_enums.py +11 -0
  331. pulumi_azure_native/network/_inputs.py +436 -0
  332. pulumi_azure_native/network/admin_rule.py +3 -3
  333. pulumi_azure_native/network/admin_rule_collection.py +3 -3
  334. pulumi_azure_native/network/default_admin_rule.py +1 -1
  335. pulumi_azure_native/network/get_admin_rule.py +2 -2
  336. pulumi_azure_native/network/get_admin_rule_collection.py +2 -2
  337. pulumi_azure_native/network/get_ipam_pool.py +169 -0
  338. pulumi_azure_native/network/get_ipam_pool_usage.py +195 -0
  339. pulumi_azure_native/network/get_network_manager.py +2 -2
  340. pulumi_azure_native/network/get_reachability_analysis_intent.py +148 -0
  341. pulumi_azure_native/network/get_reachability_analysis_run.py +148 -0
  342. pulumi_azure_native/network/get_security_admin_configuration.py +2 -2
  343. pulumi_azure_native/network/get_static_cidr.py +148 -0
  344. pulumi_azure_native/network/get_verifier_workspace.py +169 -0
  345. pulumi_azure_native/network/ipam_pool.py +280 -0
  346. pulumi_azure_native/network/list_ipam_pool_associated_resources.py +101 -0
  347. pulumi_azure_native/network/list_network_manager_deployment_status.py +2 -2
  348. pulumi_azure_native/network/network_manager.py +3 -3
  349. pulumi_azure_native/network/outputs.py +723 -0
  350. pulumi_azure_native/network/reachability_analysis_intent.py +245 -0
  351. pulumi_azure_native/network/reachability_analysis_run.py +244 -0
  352. pulumi_azure_native/network/security_admin_configuration.py +3 -3
  353. pulumi_azure_native/network/static_cidr.py +243 -0
  354. pulumi_azure_native/network/v20210201preview/admin_rule.py +1 -1
  355. pulumi_azure_native/network/v20210201preview/admin_rule_collection.py +1 -1
  356. pulumi_azure_native/network/v20210201preview/network_manager.py +1 -1
  357. pulumi_azure_native/network/v20210501preview/admin_rule.py +1 -1
  358. pulumi_azure_native/network/v20210501preview/admin_rule_collection.py +1 -1
  359. pulumi_azure_native/network/v20210501preview/default_admin_rule.py +1 -1
  360. pulumi_azure_native/network/v20210501preview/network_manager.py +1 -1
  361. pulumi_azure_native/network/v20210501preview/security_admin_configuration.py +1 -1
  362. pulumi_azure_native/network/v20230201/admin_rule.py +1 -1
  363. pulumi_azure_native/network/v20230201/admin_rule_collection.py +1 -1
  364. pulumi_azure_native/network/v20230201/default_admin_rule.py +1 -1
  365. pulumi_azure_native/network/v20230201/network_manager.py +1 -1
  366. pulumi_azure_native/network/v20230201/security_admin_configuration.py +1 -1
  367. pulumi_azure_native/network/v20230401/admin_rule.py +1 -1
  368. pulumi_azure_native/network/v20230401/admin_rule_collection.py +1 -1
  369. pulumi_azure_native/network/v20230401/default_admin_rule.py +1 -1
  370. pulumi_azure_native/network/v20230401/network_manager.py +1 -1
  371. pulumi_azure_native/network/v20230401/security_admin_configuration.py +1 -1
  372. pulumi_azure_native/network/v20230501/admin_rule.py +1 -1
  373. pulumi_azure_native/network/v20230501/admin_rule_collection.py +1 -1
  374. pulumi_azure_native/network/v20230501/default_admin_rule.py +1 -1
  375. pulumi_azure_native/network/v20230501/network_manager.py +1 -1
  376. pulumi_azure_native/network/v20230501/security_admin_configuration.py +1 -1
  377. pulumi_azure_native/network/v20230601/admin_rule.py +1 -1
  378. pulumi_azure_native/network/v20230601/admin_rule_collection.py +1 -1
  379. pulumi_azure_native/network/v20230601/default_admin_rule.py +1 -1
  380. pulumi_azure_native/network/v20230601/network_manager.py +1 -1
  381. pulumi_azure_native/network/v20230601/security_admin_configuration.py +1 -1
  382. pulumi_azure_native/network/v20230901/admin_rule.py +1 -1
  383. pulumi_azure_native/network/v20230901/admin_rule_collection.py +1 -1
  384. pulumi_azure_native/network/v20230901/default_admin_rule.py +1 -1
  385. pulumi_azure_native/network/v20230901/network_manager.py +1 -1
  386. pulumi_azure_native/network/v20230901/security_admin_configuration.py +1 -1
  387. pulumi_azure_native/network/v20231101/admin_rule.py +1 -1
  388. pulumi_azure_native/network/v20231101/admin_rule_collection.py +1 -1
  389. pulumi_azure_native/network/v20231101/default_admin_rule.py +1 -1
  390. pulumi_azure_native/network/v20231101/network_manager.py +1 -1
  391. pulumi_azure_native/network/v20231101/security_admin_configuration.py +1 -1
  392. pulumi_azure_native/network/v20240101/admin_rule.py +1 -1
  393. pulumi_azure_native/network/v20240101/admin_rule_collection.py +1 -1
  394. pulumi_azure_native/network/v20240101/default_admin_rule.py +1 -1
  395. pulumi_azure_native/network/v20240101/network_manager.py +1 -1
  396. pulumi_azure_native/network/v20240101/security_admin_configuration.py +1 -1
  397. pulumi_azure_native/network/v20240101preview/__init__.py +33 -0
  398. pulumi_azure_native/network/v20240101preview/_enums.py +98 -0
  399. pulumi_azure_native/network/v20240101preview/_inputs.py +611 -0
  400. pulumi_azure_native/network/v20240101preview/admin_rule.py +553 -0
  401. pulumi_azure_native/network/v20240101preview/admin_rule_collection.py +291 -0
  402. pulumi_azure_native/network/v20240101preview/default_admin_rule.py +405 -0
  403. pulumi_azure_native/network/v20240101preview/get_admin_rule.py +295 -0
  404. pulumi_azure_native/network/v20240101preview/get_admin_rule_collection.py +185 -0
  405. pulumi_azure_native/network/v20240101preview/get_default_admin_rule.py +308 -0
  406. pulumi_azure_native/network/v20240101preview/get_ipam_pool.py +167 -0
  407. pulumi_azure_native/network/v20240101preview/get_ipam_pool_usage.py +193 -0
  408. pulumi_azure_native/network/v20240101preview/get_network_manager.py +227 -0
  409. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_intent.py +146 -0
  410. pulumi_azure_native/network/v20240101preview/get_reachability_analysis_run.py +146 -0
  411. pulumi_azure_native/network/v20240101preview/get_security_admin_configuration.py +193 -0
  412. pulumi_azure_native/network/v20240101preview/get_static_cidr.py +146 -0
  413. pulumi_azure_native/network/v20240101preview/get_verifier_workspace.py +167 -0
  414. pulumi_azure_native/network/v20240101preview/ipam_pool.py +278 -0
  415. pulumi_azure_native/network/v20240101preview/list_ipam_pool_associated_resources.py +99 -0
  416. pulumi_azure_native/network/v20240101preview/list_network_manager_deployment_status.py +118 -0
  417. pulumi_azure_native/network/v20240101preview/network_manager.py +368 -0
  418. pulumi_azure_native/network/v20240101preview/outputs.py +1164 -0
  419. pulumi_azure_native/network/v20240101preview/reachability_analysis_intent.py +243 -0
  420. pulumi_azure_native/network/v20240101preview/reachability_analysis_run.py +242 -0
  421. pulumi_azure_native/network/v20240101preview/security_admin_configuration.py +298 -0
  422. pulumi_azure_native/network/v20240101preview/static_cidr.py +241 -0
  423. pulumi_azure_native/network/v20240101preview/verifier_workspace.py +278 -0
  424. pulumi_azure_native/network/verifier_workspace.py +280 -0
  425. pulumi_azure_native/portal/__init__.py +3 -0
  426. pulumi_azure_native/portal/dashboard.py +3 -3
  427. pulumi_azure_native/portal/get_dashboard.py +2 -2
  428. pulumi_azure_native/portal/get_tenant_configuration.py +4 -0
  429. pulumi_azure_native/portal/list_list_tenant_configuration_violation.py +4 -0
  430. pulumi_azure_native/portal/tenant_configuration.py +5 -1
  431. pulumi_azure_native/portal/v20190101preview/dashboard.py +1 -1
  432. pulumi_azure_native/portal/v20200901preview/dashboard.py +1 -1
  433. pulumi_azure_native/portal/v20200901preview/tenant_configuration.py +1 -1
  434. pulumi_azure_native/portal/v20221201preview/__init__.py +15 -0
  435. pulumi_azure_native/portal/v20221201preview/_enums.py +19 -0
  436. pulumi_azure_native/portal/v20221201preview/_inputs.py +639 -0
  437. pulumi_azure_native/portal/v20221201preview/dashboard.py +257 -0
  438. pulumi_azure_native/portal/v20221201preview/get_dashboard.py +162 -0
  439. pulumi_azure_native/portal/v20221201preview/get_tenant_configuration.py +131 -0
  440. pulumi_azure_native/portal/v20221201preview/list_list_tenant_configuration_violation.py +83 -0
  441. pulumi_azure_native/portal/v20221201preview/outputs.py +651 -0
  442. pulumi_azure_native/portal/v20221201preview/tenant_configuration.py +178 -0
  443. pulumi_azure_native/pulumi-plugin.json +1 -1
  444. pulumi_azure_native/standbypool/__init__.py +3 -0
  445. pulumi_azure_native/standbypool/get_standby_container_group_pool.py +2 -2
  446. pulumi_azure_native/standbypool/get_standby_virtual_machine_pool.py +2 -2
  447. pulumi_azure_native/standbypool/standby_container_group_pool.py +3 -3
  448. pulumi_azure_native/standbypool/standby_virtual_machine_pool.py +3 -3
  449. pulumi_azure_native/standbypool/v20231201preview/standby_container_group_pool.py +1 -1
  450. pulumi_azure_native/standbypool/v20231201preview/standby_virtual_machine_pool.py +1 -1
  451. pulumi_azure_native/standbypool/v20240301/__init__.py +14 -0
  452. pulumi_azure_native/standbypool/v20240301/_enums.py +34 -0
  453. pulumi_azure_native/standbypool/v20240301/_inputs.py +287 -0
  454. pulumi_azure_native/standbypool/v20240301/get_standby_container_group_pool.py +188 -0
  455. pulumi_azure_native/standbypool/v20240301/get_standby_virtual_machine_pool.py +201 -0
  456. pulumi_azure_native/standbypool/v20240301/outputs.py +352 -0
  457. pulumi_azure_native/standbypool/v20240301/standby_container_group_pool.py +299 -0
  458. pulumi_azure_native/standbypool/v20240301/standby_virtual_machine_pool.py +327 -0
  459. pulumi_azure_native/standbypool/v20240301preview/standby_container_group_pool.py +1 -1
  460. pulumi_azure_native/standbypool/v20240301preview/standby_virtual_machine_pool.py +1 -1
  461. pulumi_azure_native/subscription/__init__.py +3 -0
  462. pulumi_azure_native/subscription/alias.py +3 -3
  463. pulumi_azure_native/subscription/get_alias.py +2 -2
  464. pulumi_azure_native/subscription/v20200901/alias.py +1 -1
  465. pulumi_azure_native/subscription/v20211001/alias.py +1 -1
  466. pulumi_azure_native/subscription/v20240801preview/__init__.py +12 -0
  467. pulumi_azure_native/subscription/v20240801preview/_enums.py +17 -0
  468. pulumi_azure_native/subscription/v20240801preview/_inputs.py +267 -0
  469. pulumi_azure_native/subscription/v20240801preview/alias.py +179 -0
  470. pulumi_azure_native/subscription/v20240801preview/get_alias.py +131 -0
  471. pulumi_azure_native/subscription/v20240801preview/outputs.py +324 -0
  472. {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/METADATA +1 -1
  473. {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/RECORD +475 -337
  474. {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/WHEEL +1 -1
  475. {pulumi_azure_native-2.57.0a1724076329.dist-info → pulumi_azure_native-2.57.1.dist-info}/top_level.txt +0 -0
@@ -87853,6 +87853,18 @@ if not MYPY:
87853
87853
  """
87854
87854
  The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
87855
87855
  """
87856
+ service_principal_credential_type: NotRequired[Any]
87857
+ """
87858
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
87859
+ """
87860
+ service_principal_embedded_cert: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
87861
+ """
87862
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
87863
+ """
87864
+ service_principal_embedded_cert_password: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
87865
+ """
87866
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
87867
+ """
87856
87868
  service_principal_id: NotRequired[Any]
87857
87869
  """
87858
87870
  The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
@@ -87901,6 +87913,9 @@ class RestServiceLinkedServiceArgs:
87901
87913
  password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
87902
87914
  resource: Optional[Any] = None,
87903
87915
  scope: Optional[Any] = None,
87916
+ service_principal_credential_type: Optional[Any] = None,
87917
+ service_principal_embedded_cert: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
87918
+ service_principal_embedded_cert_password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
87904
87919
  service_principal_id: Optional[Any] = None,
87905
87920
  service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
87906
87921
  tenant: Optional[Any] = None,
@@ -87928,6 +87943,9 @@ class RestServiceLinkedServiceArgs:
87928
87943
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] password: The password used in Basic authentication type.
87929
87944
  :param Any resource: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
87930
87945
  :param Any scope: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
87946
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
87947
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
87948
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
87931
87949
  :param Any service_principal_id: The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
87932
87950
  :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The application's key used in AadServicePrincipal authentication type.
87933
87951
  :param Any tenant: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
@@ -87968,6 +87986,12 @@ class RestServiceLinkedServiceArgs:
87968
87986
  pulumi.set(__self__, "resource", resource)
87969
87987
  if scope is not None:
87970
87988
  pulumi.set(__self__, "scope", scope)
87989
+ if service_principal_credential_type is not None:
87990
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
87991
+ if service_principal_embedded_cert is not None:
87992
+ pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
87993
+ if service_principal_embedded_cert_password is not None:
87994
+ pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
87971
87995
  if service_principal_id is not None:
87972
87996
  pulumi.set(__self__, "service_principal_id", service_principal_id)
87973
87997
  if service_principal_key is not None:
@@ -88198,6 +88222,42 @@ class RestServiceLinkedServiceArgs:
88198
88222
  def scope(self, value: Optional[Any]):
88199
88223
  pulumi.set(self, "scope", value)
88200
88224
 
88225
+ @property
88226
+ @pulumi.getter(name="servicePrincipalCredentialType")
88227
+ def service_principal_credential_type(self) -> Optional[Any]:
88228
+ """
88229
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
88230
+ """
88231
+ return pulumi.get(self, "service_principal_credential_type")
88232
+
88233
+ @service_principal_credential_type.setter
88234
+ def service_principal_credential_type(self, value: Optional[Any]):
88235
+ pulumi.set(self, "service_principal_credential_type", value)
88236
+
88237
+ @property
88238
+ @pulumi.getter(name="servicePrincipalEmbeddedCert")
88239
+ def service_principal_embedded_cert(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
88240
+ """
88241
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
88242
+ """
88243
+ return pulumi.get(self, "service_principal_embedded_cert")
88244
+
88245
+ @service_principal_embedded_cert.setter
88246
+ def service_principal_embedded_cert(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
88247
+ pulumi.set(self, "service_principal_embedded_cert", value)
88248
+
88249
+ @property
88250
+ @pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
88251
+ def service_principal_embedded_cert_password(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
88252
+ """
88253
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
88254
+ """
88255
+ return pulumi.get(self, "service_principal_embedded_cert_password")
88256
+
88257
+ @service_principal_embedded_cert_password.setter
88258
+ def service_principal_embedded_cert_password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
88259
+ pulumi.set(self, "service_principal_embedded_cert_password", value)
88260
+
88201
88261
  @property
88202
88262
  @pulumi.getter(name="servicePrincipalId")
88203
88263
  def service_principal_id(self) -> Optional[Any]:
@@ -103082,10 +103142,6 @@ if not MYPY:
103082
103142
  """
103083
103143
  The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
103084
103144
  """
103085
- service_principal_key: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]
103086
- """
103087
- The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103088
- """
103089
103145
  site_url: Any
103090
103146
  """
103091
103147
  The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
@@ -103119,6 +103175,22 @@ if not MYPY:
103119
103175
  """
103120
103176
  Parameters for linked service.
103121
103177
  """
103178
+ service_principal_credential_type: NotRequired[Any]
103179
+ """
103180
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
103181
+ """
103182
+ service_principal_embedded_cert: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
103183
+ """
103184
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103185
+ """
103186
+ service_principal_embedded_cert_password: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
103187
+ """
103188
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
103189
+ """
103190
+ service_principal_key: NotRequired[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgsDict', 'SecureStringArgsDict']]]
103191
+ """
103192
+ The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103193
+ """
103122
103194
  version: NotRequired[pulumi.Input[str]]
103123
103195
  """
103124
103196
  Version of the linked service.
@@ -103130,7 +103202,6 @@ elif False:
103130
103202
  class SharePointOnlineListLinkedServiceArgs:
103131
103203
  def __init__(__self__, *,
103132
103204
  service_principal_id: Any,
103133
- service_principal_key: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']],
103134
103205
  site_url: Any,
103135
103206
  tenant_id: Any,
103136
103207
  type: pulumi.Input[str],
@@ -103139,11 +103210,14 @@ class SharePointOnlineListLinkedServiceArgs:
103139
103210
  description: Optional[pulumi.Input[str]] = None,
103140
103211
  encrypted_credential: Optional[pulumi.Input[str]] = None,
103141
103212
  parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]] = None,
103213
+ service_principal_credential_type: Optional[Any] = None,
103214
+ service_principal_embedded_cert: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
103215
+ service_principal_embedded_cert_password: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
103216
+ service_principal_key: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]] = None,
103142
103217
  version: Optional[pulumi.Input[str]] = None):
103143
103218
  """
103144
103219
  SharePoint Online List linked service.
103145
103220
  :param Any service_principal_id: The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
103146
- :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103147
103221
  :param Any site_url: The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
103148
103222
  :param Any tenant_id: The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).
103149
103223
  :param pulumi.Input[str] type: Type of linked service.
@@ -103153,10 +103227,13 @@ class SharePointOnlineListLinkedServiceArgs:
103153
103227
  :param pulumi.Input[str] description: Linked service description.
103154
103228
  :param pulumi.Input[str] encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
103155
103229
  :param pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]] parameters: Parameters for linked service.
103230
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
103231
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103232
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
103233
+ :param pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103156
103234
  :param pulumi.Input[str] version: Version of the linked service.
103157
103235
  """
103158
103236
  pulumi.set(__self__, "service_principal_id", service_principal_id)
103159
- pulumi.set(__self__, "service_principal_key", service_principal_key)
103160
103237
  pulumi.set(__self__, "site_url", site_url)
103161
103238
  pulumi.set(__self__, "tenant_id", tenant_id)
103162
103239
  pulumi.set(__self__, "type", 'SharePointOnlineList')
@@ -103170,6 +103247,14 @@ class SharePointOnlineListLinkedServiceArgs:
103170
103247
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
103171
103248
  if parameters is not None:
103172
103249
  pulumi.set(__self__, "parameters", parameters)
103250
+ if service_principal_credential_type is not None:
103251
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
103252
+ if service_principal_embedded_cert is not None:
103253
+ pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
103254
+ if service_principal_embedded_cert_password is not None:
103255
+ pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
103256
+ if service_principal_key is not None:
103257
+ pulumi.set(__self__, "service_principal_key", service_principal_key)
103173
103258
  if version is not None:
103174
103259
  pulumi.set(__self__, "version", version)
103175
103260
 
@@ -103185,18 +103270,6 @@ class SharePointOnlineListLinkedServiceArgs:
103185
103270
  def service_principal_id(self, value: Any):
103186
103271
  pulumi.set(self, "service_principal_id", value)
103187
103272
 
103188
- @property
103189
- @pulumi.getter(name="servicePrincipalKey")
103190
- def service_principal_key(self) -> pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]:
103191
- """
103192
- The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103193
- """
103194
- return pulumi.get(self, "service_principal_key")
103195
-
103196
- @service_principal_key.setter
103197
- def service_principal_key(self, value: pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]):
103198
- pulumi.set(self, "service_principal_key", value)
103199
-
103200
103273
  @property
103201
103274
  @pulumi.getter(name="siteUrl")
103202
103275
  def site_url(self) -> Any:
@@ -103294,6 +103367,54 @@ class SharePointOnlineListLinkedServiceArgs:
103294
103367
  def parameters(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input['ParameterSpecificationArgs']]]]):
103295
103368
  pulumi.set(self, "parameters", value)
103296
103369
 
103370
+ @property
103371
+ @pulumi.getter(name="servicePrincipalCredentialType")
103372
+ def service_principal_credential_type(self) -> Optional[Any]:
103373
+ """
103374
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
103375
+ """
103376
+ return pulumi.get(self, "service_principal_credential_type")
103377
+
103378
+ @service_principal_credential_type.setter
103379
+ def service_principal_credential_type(self, value: Optional[Any]):
103380
+ pulumi.set(self, "service_principal_credential_type", value)
103381
+
103382
+ @property
103383
+ @pulumi.getter(name="servicePrincipalEmbeddedCert")
103384
+ def service_principal_embedded_cert(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
103385
+ """
103386
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103387
+ """
103388
+ return pulumi.get(self, "service_principal_embedded_cert")
103389
+
103390
+ @service_principal_embedded_cert.setter
103391
+ def service_principal_embedded_cert(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
103392
+ pulumi.set(self, "service_principal_embedded_cert", value)
103393
+
103394
+ @property
103395
+ @pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
103396
+ def service_principal_embedded_cert_password(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
103397
+ """
103398
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
103399
+ """
103400
+ return pulumi.get(self, "service_principal_embedded_cert_password")
103401
+
103402
+ @service_principal_embedded_cert_password.setter
103403
+ def service_principal_embedded_cert_password(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
103404
+ pulumi.set(self, "service_principal_embedded_cert_password", value)
103405
+
103406
+ @property
103407
+ @pulumi.getter(name="servicePrincipalKey")
103408
+ def service_principal_key(self) -> Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]:
103409
+ """
103410
+ The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
103411
+ """
103412
+ return pulumi.get(self, "service_principal_key")
103413
+
103414
+ @service_principal_key.setter
103415
+ def service_principal_key(self, value: Optional[pulumi.Input[Union['AzureKeyVaultSecretReferenceArgs', 'SecureStringArgs']]]):
103416
+ pulumi.set(self, "service_principal_key", value)
103417
+
103297
103418
  @property
103298
103419
  @pulumi.getter
103299
103420
  def version(self) -> Optional[pulumi.Input[str]]:
@@ -64113,6 +64113,12 @@ class RestServiceLinkedServiceResponse(dict):
64113
64113
  suggest = "enable_server_certificate_validation"
64114
64114
  elif key == "encryptedCredential":
64115
64115
  suggest = "encrypted_credential"
64116
+ elif key == "servicePrincipalCredentialType":
64117
+ suggest = "service_principal_credential_type"
64118
+ elif key == "servicePrincipalEmbeddedCert":
64119
+ suggest = "service_principal_embedded_cert"
64120
+ elif key == "servicePrincipalEmbeddedCertPassword":
64121
+ suggest = "service_principal_embedded_cert_password"
64116
64122
  elif key == "servicePrincipalId":
64117
64123
  suggest = "service_principal_id"
64118
64124
  elif key == "servicePrincipalKey":
@@ -64152,6 +64158,9 @@ class RestServiceLinkedServiceResponse(dict):
64152
64158
  password: Optional[Any] = None,
64153
64159
  resource: Optional[Any] = None,
64154
64160
  scope: Optional[Any] = None,
64161
+ service_principal_credential_type: Optional[Any] = None,
64162
+ service_principal_embedded_cert: Optional[Any] = None,
64163
+ service_principal_embedded_cert_password: Optional[Any] = None,
64155
64164
  service_principal_id: Optional[Any] = None,
64156
64165
  service_principal_key: Optional[Any] = None,
64157
64166
  tenant: Optional[Any] = None,
@@ -64179,6 +64188,9 @@ class RestServiceLinkedServiceResponse(dict):
64179
64188
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] password: The password used in Basic authentication type.
64180
64189
  :param Any resource: The target service or resource to which the access will be requested. Type: string (or Expression with resultType string).
64181
64190
  :param Any scope: The scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).
64191
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
64192
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
64193
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
64182
64194
  :param Any service_principal_id: The application's client ID used in AadServicePrincipal authentication type. Type: string (or Expression with resultType string).
64183
64195
  :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The application's key used in AadServicePrincipal authentication type.
64184
64196
  :param Any tenant: The tenant information (domain name or tenant ID) used in AadServicePrincipal authentication type under which your application resides. Type: string (or Expression with resultType string).
@@ -64219,6 +64231,12 @@ class RestServiceLinkedServiceResponse(dict):
64219
64231
  pulumi.set(__self__, "resource", resource)
64220
64232
  if scope is not None:
64221
64233
  pulumi.set(__self__, "scope", scope)
64234
+ if service_principal_credential_type is not None:
64235
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
64236
+ if service_principal_embedded_cert is not None:
64237
+ pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
64238
+ if service_principal_embedded_cert_password is not None:
64239
+ pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
64222
64240
  if service_principal_id is not None:
64223
64241
  pulumi.set(__self__, "service_principal_id", service_principal_id)
64224
64242
  if service_principal_key is not None:
@@ -64377,6 +64395,30 @@ class RestServiceLinkedServiceResponse(dict):
64377
64395
  """
64378
64396
  return pulumi.get(self, "scope")
64379
64397
 
64398
+ @property
64399
+ @pulumi.getter(name="servicePrincipalCredentialType")
64400
+ def service_principal_credential_type(self) -> Optional[Any]:
64401
+ """
64402
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
64403
+ """
64404
+ return pulumi.get(self, "service_principal_credential_type")
64405
+
64406
+ @property
64407
+ @pulumi.getter(name="servicePrincipalEmbeddedCert")
64408
+ def service_principal_embedded_cert(self) -> Optional[Any]:
64409
+ """
64410
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
64411
+ """
64412
+ return pulumi.get(self, "service_principal_embedded_cert")
64413
+
64414
+ @property
64415
+ @pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
64416
+ def service_principal_embedded_cert_password(self) -> Optional[Any]:
64417
+ """
64418
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
64419
+ """
64420
+ return pulumi.get(self, "service_principal_embedded_cert_password")
64421
+
64380
64422
  @property
64381
64423
  @pulumi.getter(name="servicePrincipalId")
64382
64424
  def service_principal_id(self) -> Optional[Any]:
@@ -75649,8 +75691,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75649
75691
  suggest = None
75650
75692
  if key == "servicePrincipalId":
75651
75693
  suggest = "service_principal_id"
75652
- elif key == "servicePrincipalKey":
75653
- suggest = "service_principal_key"
75654
75694
  elif key == "siteUrl":
75655
75695
  suggest = "site_url"
75656
75696
  elif key == "tenantId":
@@ -75659,6 +75699,14 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75659
75699
  suggest = "connect_via"
75660
75700
  elif key == "encryptedCredential":
75661
75701
  suggest = "encrypted_credential"
75702
+ elif key == "servicePrincipalCredentialType":
75703
+ suggest = "service_principal_credential_type"
75704
+ elif key == "servicePrincipalEmbeddedCert":
75705
+ suggest = "service_principal_embedded_cert"
75706
+ elif key == "servicePrincipalEmbeddedCertPassword":
75707
+ suggest = "service_principal_embedded_cert_password"
75708
+ elif key == "servicePrincipalKey":
75709
+ suggest = "service_principal_key"
75662
75710
 
75663
75711
  if suggest:
75664
75712
  pulumi.log.warn(f"Key '{key}' not found in SharePointOnlineListLinkedServiceResponse. Access the value via the '{suggest}' property getter instead.")
@@ -75673,7 +75721,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75673
75721
 
75674
75722
  def __init__(__self__, *,
75675
75723
  service_principal_id: Any,
75676
- service_principal_key: Any,
75677
75724
  site_url: Any,
75678
75725
  tenant_id: Any,
75679
75726
  type: str,
@@ -75682,11 +75729,14 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75682
75729
  description: Optional[str] = None,
75683
75730
  encrypted_credential: Optional[str] = None,
75684
75731
  parameters: Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] = None,
75732
+ service_principal_credential_type: Optional[Any] = None,
75733
+ service_principal_embedded_cert: Optional[Any] = None,
75734
+ service_principal_embedded_cert_password: Optional[Any] = None,
75735
+ service_principal_key: Optional[Any] = None,
75685
75736
  version: Optional[str] = None):
75686
75737
  """
75687
75738
  SharePoint Online List linked service.
75688
75739
  :param Any service_principal_id: The application (client) ID of your application registered in Azure Active Directory. Make sure to grant SharePoint site permission to this application. Type: string (or Expression with resultType string).
75689
- :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75690
75740
  :param Any site_url: The URL of the SharePoint Online site. For example, https://contoso.sharepoint.com/sites/siteName. Type: string (or Expression with resultType string).
75691
75741
  :param Any tenant_id: The tenant ID under which your application resides. You can find it from Azure portal Active Directory overview page. Type: string (or Expression with resultType string).
75692
75742
  :param str type: Type of linked service.
@@ -75696,10 +75746,13 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75696
75746
  :param str description: Linked service description.
75697
75747
  :param str encrypted_credential: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
75698
75748
  :param Mapping[str, 'ParameterSpecificationResponse'] parameters: Parameters for linked service.
75749
+ :param Any service_principal_credential_type: The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
75750
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert: Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75751
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_embedded_cert_password: Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
75752
+ :param Union['AzureKeyVaultSecretReferenceResponse', 'SecureStringResponse'] service_principal_key: The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75699
75753
  :param str version: Version of the linked service.
75700
75754
  """
75701
75755
  pulumi.set(__self__, "service_principal_id", service_principal_id)
75702
- pulumi.set(__self__, "service_principal_key", service_principal_key)
75703
75756
  pulumi.set(__self__, "site_url", site_url)
75704
75757
  pulumi.set(__self__, "tenant_id", tenant_id)
75705
75758
  pulumi.set(__self__, "type", 'SharePointOnlineList')
@@ -75713,6 +75766,14 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75713
75766
  pulumi.set(__self__, "encrypted_credential", encrypted_credential)
75714
75767
  if parameters is not None:
75715
75768
  pulumi.set(__self__, "parameters", parameters)
75769
+ if service_principal_credential_type is not None:
75770
+ pulumi.set(__self__, "service_principal_credential_type", service_principal_credential_type)
75771
+ if service_principal_embedded_cert is not None:
75772
+ pulumi.set(__self__, "service_principal_embedded_cert", service_principal_embedded_cert)
75773
+ if service_principal_embedded_cert_password is not None:
75774
+ pulumi.set(__self__, "service_principal_embedded_cert_password", service_principal_embedded_cert_password)
75775
+ if service_principal_key is not None:
75776
+ pulumi.set(__self__, "service_principal_key", service_principal_key)
75716
75777
  if version is not None:
75717
75778
  pulumi.set(__self__, "version", version)
75718
75779
 
@@ -75724,14 +75785,6 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75724
75785
  """
75725
75786
  return pulumi.get(self, "service_principal_id")
75726
75787
 
75727
- @property
75728
- @pulumi.getter(name="servicePrincipalKey")
75729
- def service_principal_key(self) -> Any:
75730
- """
75731
- The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75732
- """
75733
- return pulumi.get(self, "service_principal_key")
75734
-
75735
75788
  @property
75736
75789
  @pulumi.getter(name="siteUrl")
75737
75790
  def site_url(self) -> Any:
@@ -75797,6 +75850,38 @@ class SharePointOnlineListLinkedServiceResponse(dict):
75797
75850
  """
75798
75851
  return pulumi.get(self, "parameters")
75799
75852
 
75853
+ @property
75854
+ @pulumi.getter(name="servicePrincipalCredentialType")
75855
+ def service_principal_credential_type(self) -> Optional[Any]:
75856
+ """
75857
+ The service principal credential type to use in Server-To-Server authentication. 'ServicePrincipalKey' for key/secret, 'ServicePrincipalCert' for certificate. Type: string (or Expression with resultType string).
75858
+ """
75859
+ return pulumi.get(self, "service_principal_credential_type")
75860
+
75861
+ @property
75862
+ @pulumi.getter(name="servicePrincipalEmbeddedCert")
75863
+ def service_principal_embedded_cert(self) -> Optional[Any]:
75864
+ """
75865
+ Specify the base64 encoded certificate of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75866
+ """
75867
+ return pulumi.get(self, "service_principal_embedded_cert")
75868
+
75869
+ @property
75870
+ @pulumi.getter(name="servicePrincipalEmbeddedCertPassword")
75871
+ def service_principal_embedded_cert_password(self) -> Optional[Any]:
75872
+ """
75873
+ Specify the password of your certificate if your certificate has a password and you are using AadServicePrincipal authentication. Type: string (or Expression with resultType string).
75874
+ """
75875
+ return pulumi.get(self, "service_principal_embedded_cert_password")
75876
+
75877
+ @property
75878
+ @pulumi.getter(name="servicePrincipalKey")
75879
+ def service_principal_key(self) -> Optional[Any]:
75880
+ """
75881
+ The client secret of your application registered in Azure Active Directory. Type: string (or Expression with resultType string).
75882
+ """
75883
+ return pulumi.get(self, "service_principal_key")
75884
+
75800
75885
  @property
75801
75886
  @pulumi.getter
75802
75887
  def version(self) -> Optional[str]: