pulumi-azure-native 3.6.1__py3-none-any.whl → 3.7.0a1754587761__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (289) hide show
  1. pulumi_azure_native/__init__.py +32 -0
  2. pulumi_azure_native/botservice/bot.py +9 -9
  3. pulumi_azure_native/botservice/channel.py +9 -9
  4. pulumi_azure_native/botservice/get_bot.py +3 -3
  5. pulumi_azure_native/botservice/get_channel.py +3 -3
  6. pulumi_azure_native/botservice/list_channel_with_keys.py +3 -3
  7. pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
  8. pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
  9. pulumi_azure_native/cloudngfw/firewall.py +3 -3
  10. pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
  11. pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
  12. pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
  13. pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
  14. pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
  15. pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
  16. pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
  17. pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
  18. pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
  19. pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
  20. pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
  21. pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
  22. pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
  23. pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
  24. pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
  25. pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
  26. pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
  27. pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
  28. pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
  29. pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
  30. pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
  31. pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
  32. pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
  33. pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
  34. pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
  35. pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
  36. pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
  37. pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
  38. pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
  39. pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
  40. pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
  41. pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
  42. pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
  43. pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
  44. pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
  45. pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
  46. pulumi_azure_native/cloudngfw/local_rule.py +3 -3
  47. pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
  48. pulumi_azure_native/cloudngfw/post_rule.py +3 -3
  49. pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
  50. pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
  51. pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
  52. pulumi_azure_native/confluent/connector.py +5 -1
  53. pulumi_azure_native/confluent/get_connector.py +4 -0
  54. pulumi_azure_native/confluent/get_organization.py +2 -2
  55. pulumi_azure_native/confluent/get_organization_cluster_by_id.py +4 -0
  56. pulumi_azure_native/confluent/get_organization_environment_by_id.py +4 -0
  57. pulumi_azure_native/confluent/get_topic.py +4 -0
  58. pulumi_azure_native/confluent/list_access_clusters.py +2 -2
  59. pulumi_azure_native/confluent/list_access_environments.py +2 -2
  60. pulumi_azure_native/confluent/list_access_invitations.py +2 -2
  61. pulumi_azure_native/confluent/list_access_role_binding_name.py +2 -2
  62. pulumi_azure_native/confluent/list_access_role_bindings.py +2 -2
  63. pulumi_azure_native/confluent/list_access_service_accounts.py +2 -2
  64. pulumi_azure_native/confluent/list_access_users.py +2 -2
  65. pulumi_azure_native/confluent/list_organization_regions.py +2 -2
  66. pulumi_azure_native/confluent/organization.py +3 -3
  67. pulumi_azure_native/confluent/organization_cluster_by_id.py +5 -1
  68. pulumi_azure_native/confluent/organization_environment_by_id.py +5 -1
  69. pulumi_azure_native/confluent/topic.py +5 -1
  70. pulumi_azure_native/containerservice/__init__.py +2 -0
  71. pulumi_azure_native/containerservice/_inputs.py +74 -0
  72. pulumi_azure_native/containerservice/agent_pool.py +3 -3
  73. pulumi_azure_native/containerservice/auto_upgrade_profile.py +3 -3
  74. pulumi_azure_native/containerservice/fleet.py +3 -3
  75. pulumi_azure_native/containerservice/fleet_member.py +3 -3
  76. pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
  77. pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
  78. pulumi_azure_native/containerservice/get_auto_upgrade_profile.py +2 -2
  79. pulumi_azure_native/containerservice/get_fleet.py +2 -2
  80. pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
  81. pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
  82. pulumi_azure_native/containerservice/get_identity_binding.py +182 -0
  83. pulumi_azure_native/containerservice/get_load_balancer.py +2 -2
  84. pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
  85. pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
  86. pulumi_azure_native/containerservice/get_managed_cluster_snapshot.py +2 -2
  87. pulumi_azure_native/containerservice/get_managed_namespace.py +2 -2
  88. pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
  89. pulumi_azure_native/containerservice/get_snapshot.py +2 -2
  90. pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
  91. pulumi_azure_native/containerservice/get_update_run.py +2 -2
  92. pulumi_azure_native/containerservice/identity_binding.py +246 -0
  93. pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
  94. pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
  95. pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
  96. pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
  97. pulumi_azure_native/containerservice/list_managed_namespace_credential.py +2 -2
  98. pulumi_azure_native/containerservice/load_balancer.py +3 -3
  99. pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
  100. pulumi_azure_native/containerservice/managed_cluster.py +3 -3
  101. pulumi_azure_native/containerservice/managed_cluster_snapshot.py +3 -3
  102. pulumi_azure_native/containerservice/managed_namespace.py +3 -3
  103. pulumi_azure_native/containerservice/outputs.py +185 -0
  104. pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
  105. pulumi_azure_native/containerservice/snapshot.py +3 -3
  106. pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
  107. pulumi_azure_native/containerservice/update_run.py +3 -3
  108. pulumi_azure_native/databox/get_job.py +2 -2
  109. pulumi_azure_native/databox/job.py +3 -3
  110. pulumi_azure_native/databox/list_job_credentials.py +2 -2
  111. pulumi_azure_native/dbforpostgresql/administrator.py +1 -1
  112. pulumi_azure_native/dbforpostgresql/backup.py +1 -1
  113. pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
  114. pulumi_azure_native/dbforpostgresql/database.py +3 -3
  115. pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
  116. pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
  117. pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
  118. pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
  119. pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
  120. pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
  121. pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
  122. pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +2 -2
  123. pulumi_azure_native/dbforpostgresql/migration.py +3 -3
  124. pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +3 -3
  125. pulumi_azure_native/dbforpostgresql/server.py +3 -3
  126. pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +3 -3
  127. pulumi_azure_native/fileshares/__init__.py +16 -0
  128. pulumi_azure_native/fileshares/_enums.py +86 -0
  129. pulumi_azure_native/fileshares/_inputs.py +354 -0
  130. pulumi_azure_native/fileshares/file_share.py +274 -0
  131. pulumi_azure_native/fileshares/get_file_share.py +190 -0
  132. pulumi_azure_native/fileshares/get_file_share_limits.py +86 -0
  133. pulumi_azure_native/fileshares/get_file_share_provisioning_recommendation.py +93 -0
  134. pulumi_azure_native/fileshares/get_file_share_usage_data.py +86 -0
  135. pulumi_azure_native/fileshares/outputs.py +999 -0
  136. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  137. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  138. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  139. pulumi_azure_native/maintenance/get_maintenance_configuration.py +3 -3
  140. pulumi_azure_native/maintenance/maintenance_configuration.py +9 -9
  141. pulumi_azure_native/mission/__init__.py +27 -0
  142. pulumi_azure_native/mission/_enums.py +412 -0
  143. pulumi_azure_native/mission/_inputs.py +1489 -0
  144. pulumi_azure_native/mission/approval.py +405 -0
  145. pulumi_azure_native/mission/community.py +554 -0
  146. pulumi_azure_native/mission/community_endpoint.py +320 -0
  147. pulumi_azure_native/mission/enclave_connection.py +396 -0
  148. pulumi_azure_native/mission/enclave_endpoint.py +320 -0
  149. pulumi_azure_native/mission/get_approval.py +264 -0
  150. pulumi_azure_native/mission/get_community.py +362 -0
  151. pulumi_azure_native/mission/get_community_endpoint.py +228 -0
  152. pulumi_azure_native/mission/get_enclave_connection.py +278 -0
  153. pulumi_azure_native/mission/get_enclave_endpoint.py +228 -0
  154. pulumi_azure_native/mission/get_transit_hub.py +242 -0
  155. pulumi_azure_native/mission/get_virtual_enclave.py +376 -0
  156. pulumi_azure_native/mission/get_workload.py +228 -0
  157. pulumi_azure_native/mission/outputs.py +1611 -0
  158. pulumi_azure_native/mission/transit_hub.py +348 -0
  159. pulumi_azure_native/mission/virtual_enclave.py +566 -0
  160. pulumi_azure_native/mission/workload.py +317 -0
  161. pulumi_azure_native/mongocluster/firewall_rule.py +3 -3
  162. pulumi_azure_native/mongocluster/get_firewall_rule.py +2 -2
  163. pulumi_azure_native/mongocluster/get_mongo_cluster.py +2 -2
  164. pulumi_azure_native/mongocluster/get_private_endpoint_connection.py +2 -2
  165. pulumi_azure_native/mongocluster/get_user.py +4 -0
  166. pulumi_azure_native/mongocluster/list_mongo_cluster_connection_strings.py +2 -2
  167. pulumi_azure_native/mongocluster/mongo_cluster.py +3 -3
  168. pulumi_azure_native/mongocluster/private_endpoint_connection.py +3 -3
  169. pulumi_azure_native/mongocluster/user.py +5 -1
  170. pulumi_azure_native/monitor/azure_monitor_workspace.py +3 -3
  171. pulumi_azure_native/monitor/get_azure_monitor_workspace.py +2 -2
  172. pulumi_azure_native/pulumi-plugin.json +1 -1
  173. pulumi_azure_native/security/__init__.py +4 -0
  174. pulumi_azure_native/security/_enums.py +11 -0
  175. pulumi_azure_native/security/_inputs.py +78 -0
  176. pulumi_azure_native/security/get_private_endpoint_connection.py +210 -0
  177. pulumi_azure_native/security/get_private_link.py +218 -0
  178. pulumi_azure_native/security/outputs.py +327 -0
  179. pulumi_azure_native/security/private_endpoint_connection.py +268 -0
  180. pulumi_azure_native/security/private_link.py +273 -0
  181. pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
  182. pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
  183. pulumi_azure_native/securityinsights/action.py +3 -3
  184. pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
  185. pulumi_azure_native/securityinsights/anomalies.py +1 -1
  186. pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
  187. pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
  188. pulumi_azure_native/securityinsights/automation_rule.py +3 -3
  189. pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
  190. pulumi_azure_native/securityinsights/bookmark.py +3 -3
  191. pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
  192. pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
  193. pulumi_azure_native/securityinsights/content_package.py +3 -3
  194. pulumi_azure_native/securityinsights/content_template.py +3 -3
  195. pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
  196. pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
  197. pulumi_azure_native/securityinsights/eyes_on.py +1 -1
  198. pulumi_azure_native/securityinsights/file_import.py +3 -3
  199. pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
  200. pulumi_azure_native/securityinsights/get_action.py +2 -2
  201. pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
  202. pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
  203. pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
  204. pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
  205. pulumi_azure_native/securityinsights/get_content_package.py +2 -2
  206. pulumi_azure_native/securityinsights/get_content_template.py +2 -2
  207. pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
  208. pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
  209. pulumi_azure_native/securityinsights/get_file_import.py +2 -2
  210. pulumi_azure_native/securityinsights/get_hunt.py +2 -2
  211. pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
  212. pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
  213. pulumi_azure_native/securityinsights/get_incident.py +2 -2
  214. pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
  215. pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
  216. pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
  217. pulumi_azure_native/securityinsights/get_metadata.py +2 -2
  218. pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
  219. pulumi_azure_native/securityinsights/get_system.py +2 -2
  220. pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
  221. pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
  222. pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
  223. pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
  224. pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
  225. pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
  226. pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
  227. pulumi_azure_native/securityinsights/hunt.py +3 -3
  228. pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
  229. pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
  230. pulumi_azure_native/securityinsights/incident.py +3 -3
  231. pulumi_azure_native/securityinsights/incident_comment.py +3 -3
  232. pulumi_azure_native/securityinsights/incident_relation.py +3 -3
  233. pulumi_azure_native/securityinsights/incident_task.py +3 -3
  234. pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
  235. pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
  236. pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
  237. pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
  238. pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
  239. pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
  240. pulumi_azure_native/securityinsights/metadata.py +3 -3
  241. pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
  242. pulumi_azure_native/securityinsights/msti_data_connector.py +1 -1
  243. pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
  244. pulumi_azure_native/securityinsights/premium_microsoft_defender_for_threat_intelligence.py +1 -1
  245. pulumi_azure_native/securityinsights/rest_api_poller_data_connector.py +1 -1
  246. pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
  247. pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
  248. pulumi_azure_native/securityinsights/system.py +3 -3
  249. pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
  250. pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
  251. pulumi_azure_native/securityinsights/ueba.py +1 -1
  252. pulumi_azure_native/securityinsights/watchlist.py +3 -3
  253. pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
  254. pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
  255. pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
  256. pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
  257. pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
  258. pulumi_azure_native/servicebus/disaster_recovery_config.py +3 -3
  259. pulumi_azure_native/servicebus/get_disaster_recovery_config.py +2 -2
  260. pulumi_azure_native/servicebus/get_migration_config.py +2 -2
  261. pulumi_azure_native/servicebus/get_namespace.py +2 -2
  262. pulumi_azure_native/servicebus/get_namespace_authorization_rule.py +2 -2
  263. pulumi_azure_native/servicebus/get_namespace_network_rule_set.py +2 -2
  264. pulumi_azure_native/servicebus/get_private_endpoint_connection.py +2 -2
  265. pulumi_azure_native/servicebus/get_queue.py +2 -2
  266. pulumi_azure_native/servicebus/get_queue_authorization_rule.py +2 -2
  267. pulumi_azure_native/servicebus/get_rule.py +2 -2
  268. pulumi_azure_native/servicebus/get_subscription.py +2 -2
  269. pulumi_azure_native/servicebus/get_topic.py +2 -2
  270. pulumi_azure_native/servicebus/get_topic_authorization_rule.py +2 -2
  271. pulumi_azure_native/servicebus/list_disaster_recovery_config_keys.py +2 -2
  272. pulumi_azure_native/servicebus/list_namespace_keys.py +2 -2
  273. pulumi_azure_native/servicebus/list_queue_keys.py +2 -2
  274. pulumi_azure_native/servicebus/list_topic_keys.py +2 -2
  275. pulumi_azure_native/servicebus/migration_config.py +3 -3
  276. pulumi_azure_native/servicebus/namespace.py +3 -3
  277. pulumi_azure_native/servicebus/namespace_authorization_rule.py +3 -3
  278. pulumi_azure_native/servicebus/namespace_network_rule_set.py +3 -3
  279. pulumi_azure_native/servicebus/private_endpoint_connection.py +3 -3
  280. pulumi_azure_native/servicebus/queue.py +3 -3
  281. pulumi_azure_native/servicebus/queue_authorization_rule.py +3 -3
  282. pulumi_azure_native/servicebus/rule.py +3 -3
  283. pulumi_azure_native/servicebus/subscription.py +3 -3
  284. pulumi_azure_native/servicebus/topic.py +3 -3
  285. pulumi_azure_native/servicebus/topic_authorization_rule.py +3 -3
  286. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/METADATA +1 -1
  287. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/RECORD +289 -254
  288. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/WHEEL +0 -0
  289. {pulumi_azure_native-3.6.1.dist-info → pulumi_azure_native-3.7.0a1754587761.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1611 @@
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 builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from . import outputs
18
+ from ._enums import *
19
+
20
+ __all__ = [
21
+ 'ApprovalSettingsResponse',
22
+ 'ApproverResponse',
23
+ 'CommunityEndpointDestinationRuleResponse',
24
+ 'EnclaveAddressSpacesModelResponse',
25
+ 'EnclaveDefaultSettingsModelResponse',
26
+ 'EnclaveEndpointDestinationRuleResponse',
27
+ 'EnclaveVirtualNetworkModelResponse',
28
+ 'GovernedServiceItemResponse',
29
+ 'MaintenanceModeConfigurationModelResponse',
30
+ 'ManagedOnBehalfOfConfigurationResponse',
31
+ 'ManagedServiceIdentityResponse',
32
+ 'MandatoryApproverResponse',
33
+ 'MoboBrokerResourceResponse',
34
+ 'PrincipalResponse',
35
+ 'RequestMetadataResponse',
36
+ 'RoleAssignmentItemResponse',
37
+ 'SubnetConfigurationResponse',
38
+ 'SystemDataResponse',
39
+ 'TransitOptionParamsResponse',
40
+ 'TransitOptionResponse',
41
+ 'UserAssignedIdentityResponse',
42
+ ]
43
+
44
+ @pulumi.output_type
45
+ class ApprovalSettingsResponse(dict):
46
+ """
47
+ ApprovalSettings Properties
48
+ """
49
+ @staticmethod
50
+ def __key_warning(key: str):
51
+ suggest = None
52
+ if key == "connectionCreation":
53
+ suggest = "connection_creation"
54
+ elif key == "connectionDeletion":
55
+ suggest = "connection_deletion"
56
+ elif key == "connectionUpdate":
57
+ suggest = "connection_update"
58
+ elif key == "enclaveCreation":
59
+ suggest = "enclave_creation"
60
+ elif key == "enclaveDeletion":
61
+ suggest = "enclave_deletion"
62
+ elif key == "endpointCreation":
63
+ suggest = "endpoint_creation"
64
+ elif key == "endpointDeletion":
65
+ suggest = "endpoint_deletion"
66
+ elif key == "endpointUpdate":
67
+ suggest = "endpoint_update"
68
+ elif key == "maintenanceMode":
69
+ suggest = "maintenance_mode"
70
+ elif key == "mandatoryApprovers":
71
+ suggest = "mandatory_approvers"
72
+ elif key == "minimumApproversRequired":
73
+ suggest = "minimum_approvers_required"
74
+ elif key == "notificationOnApprovalAction":
75
+ suggest = "notification_on_approval_action"
76
+ elif key == "notificationOnApprovalCreation":
77
+ suggest = "notification_on_approval_creation"
78
+ elif key == "notificationOnApprovalDeletion":
79
+ suggest = "notification_on_approval_deletion"
80
+ elif key == "serviceCatalogDeployment":
81
+ suggest = "service_catalog_deployment"
82
+
83
+ if suggest:
84
+ pulumi.log.warn(f"Key '{key}' not found in ApprovalSettingsResponse. Access the value via the '{suggest}' property getter instead.")
85
+
86
+ def __getitem__(self, key: str) -> Any:
87
+ ApprovalSettingsResponse.__key_warning(key)
88
+ return super().__getitem__(key)
89
+
90
+ def get(self, key: str, default = None) -> Any:
91
+ ApprovalSettingsResponse.__key_warning(key)
92
+ return super().get(key, default)
93
+
94
+ def __init__(__self__, *,
95
+ connection_creation: Optional[builtins.str] = None,
96
+ connection_deletion: Optional[builtins.str] = None,
97
+ connection_update: Optional[builtins.str] = None,
98
+ enclave_creation: Optional[builtins.str] = None,
99
+ enclave_deletion: Optional[builtins.str] = None,
100
+ endpoint_creation: Optional[builtins.str] = None,
101
+ endpoint_deletion: Optional[builtins.str] = None,
102
+ endpoint_update: Optional[builtins.str] = None,
103
+ maintenance_mode: Optional[builtins.str] = None,
104
+ mandatory_approvers: Optional[Sequence['outputs.MandatoryApproverResponse']] = None,
105
+ minimum_approvers_required: Optional[builtins.float] = None,
106
+ notification_on_approval_action: Optional[builtins.str] = None,
107
+ notification_on_approval_creation: Optional[builtins.str] = None,
108
+ notification_on_approval_deletion: Optional[builtins.str] = None,
109
+ service_catalog_deployment: Optional[builtins.str] = None):
110
+ """
111
+ ApprovalSettings Properties
112
+ :param builtins.str connection_creation: Approval required for enclave connection creation (Required or NotRequired).
113
+ :param builtins.str connection_deletion: Approval required for enclave connection deletion (Required or NotRequired).
114
+ :param builtins.str connection_update: Approval required for enclave connection update (Required or NotRequired).
115
+ :param builtins.str enclave_creation: Approval required for virtual enclave creation (Required or NotRequired).
116
+ :param builtins.str enclave_deletion: Approval required for virtual enclave deletion (Required or NotRequired).
117
+ :param builtins.str endpoint_creation: Approval required for endpoint creation (Required or NotRequired).
118
+ :param builtins.str endpoint_deletion: Approval required for endpoint deletion (Required or NotRequired).
119
+ :param builtins.str endpoint_update: Approval required for endpoint update (Required or NotRequired).
120
+ :param builtins.str maintenance_mode: Approval required for toggling maintenance mode (Required or NotRequired).
121
+ :param Sequence['MandatoryApproverResponse'] mandatory_approvers: List of mandatory approvers for the approval request
122
+ :param builtins.float minimum_approvers_required: Minimum number of approvers required for the approval request
123
+ :param builtins.str notification_on_approval_action: Notification will be sent on any action taken (Approve/Reject) on an Approval Request
124
+ :param builtins.str notification_on_approval_creation: Notification will be sent on creation of an Approval Request
125
+ :param builtins.str notification_on_approval_deletion: Notification will be sent on deletion of an Approval Request
126
+ :param builtins.str service_catalog_deployment: Approval required for deploying service catalog templates (Required or NotRequired).
127
+ """
128
+ if connection_creation is not None:
129
+ pulumi.set(__self__, "connection_creation", connection_creation)
130
+ if connection_deletion is not None:
131
+ pulumi.set(__self__, "connection_deletion", connection_deletion)
132
+ if connection_update is not None:
133
+ pulumi.set(__self__, "connection_update", connection_update)
134
+ if enclave_creation is not None:
135
+ pulumi.set(__self__, "enclave_creation", enclave_creation)
136
+ if enclave_deletion is not None:
137
+ pulumi.set(__self__, "enclave_deletion", enclave_deletion)
138
+ if endpoint_creation is not None:
139
+ pulumi.set(__self__, "endpoint_creation", endpoint_creation)
140
+ if endpoint_deletion is not None:
141
+ pulumi.set(__self__, "endpoint_deletion", endpoint_deletion)
142
+ if endpoint_update is not None:
143
+ pulumi.set(__self__, "endpoint_update", endpoint_update)
144
+ if maintenance_mode is not None:
145
+ pulumi.set(__self__, "maintenance_mode", maintenance_mode)
146
+ if mandatory_approvers is not None:
147
+ pulumi.set(__self__, "mandatory_approvers", mandatory_approvers)
148
+ if minimum_approvers_required is not None:
149
+ pulumi.set(__self__, "minimum_approvers_required", minimum_approvers_required)
150
+ if notification_on_approval_action is not None:
151
+ pulumi.set(__self__, "notification_on_approval_action", notification_on_approval_action)
152
+ if notification_on_approval_creation is not None:
153
+ pulumi.set(__self__, "notification_on_approval_creation", notification_on_approval_creation)
154
+ if notification_on_approval_deletion is not None:
155
+ pulumi.set(__self__, "notification_on_approval_deletion", notification_on_approval_deletion)
156
+ if service_catalog_deployment is not None:
157
+ pulumi.set(__self__, "service_catalog_deployment", service_catalog_deployment)
158
+
159
+ @property
160
+ @pulumi.getter(name="connectionCreation")
161
+ def connection_creation(self) -> Optional[builtins.str]:
162
+ """
163
+ Approval required for enclave connection creation (Required or NotRequired).
164
+ """
165
+ return pulumi.get(self, "connection_creation")
166
+
167
+ @property
168
+ @pulumi.getter(name="connectionDeletion")
169
+ def connection_deletion(self) -> Optional[builtins.str]:
170
+ """
171
+ Approval required for enclave connection deletion (Required or NotRequired).
172
+ """
173
+ return pulumi.get(self, "connection_deletion")
174
+
175
+ @property
176
+ @pulumi.getter(name="connectionUpdate")
177
+ def connection_update(self) -> Optional[builtins.str]:
178
+ """
179
+ Approval required for enclave connection update (Required or NotRequired).
180
+ """
181
+ return pulumi.get(self, "connection_update")
182
+
183
+ @property
184
+ @pulumi.getter(name="enclaveCreation")
185
+ def enclave_creation(self) -> Optional[builtins.str]:
186
+ """
187
+ Approval required for virtual enclave creation (Required or NotRequired).
188
+ """
189
+ return pulumi.get(self, "enclave_creation")
190
+
191
+ @property
192
+ @pulumi.getter(name="enclaveDeletion")
193
+ def enclave_deletion(self) -> Optional[builtins.str]:
194
+ """
195
+ Approval required for virtual enclave deletion (Required or NotRequired).
196
+ """
197
+ return pulumi.get(self, "enclave_deletion")
198
+
199
+ @property
200
+ @pulumi.getter(name="endpointCreation")
201
+ def endpoint_creation(self) -> Optional[builtins.str]:
202
+ """
203
+ Approval required for endpoint creation (Required or NotRequired).
204
+ """
205
+ return pulumi.get(self, "endpoint_creation")
206
+
207
+ @property
208
+ @pulumi.getter(name="endpointDeletion")
209
+ def endpoint_deletion(self) -> Optional[builtins.str]:
210
+ """
211
+ Approval required for endpoint deletion (Required or NotRequired).
212
+ """
213
+ return pulumi.get(self, "endpoint_deletion")
214
+
215
+ @property
216
+ @pulumi.getter(name="endpointUpdate")
217
+ def endpoint_update(self) -> Optional[builtins.str]:
218
+ """
219
+ Approval required for endpoint update (Required or NotRequired).
220
+ """
221
+ return pulumi.get(self, "endpoint_update")
222
+
223
+ @property
224
+ @pulumi.getter(name="maintenanceMode")
225
+ def maintenance_mode(self) -> Optional[builtins.str]:
226
+ """
227
+ Approval required for toggling maintenance mode (Required or NotRequired).
228
+ """
229
+ return pulumi.get(self, "maintenance_mode")
230
+
231
+ @property
232
+ @pulumi.getter(name="mandatoryApprovers")
233
+ def mandatory_approvers(self) -> Optional[Sequence['outputs.MandatoryApproverResponse']]:
234
+ """
235
+ List of mandatory approvers for the approval request
236
+ """
237
+ return pulumi.get(self, "mandatory_approvers")
238
+
239
+ @property
240
+ @pulumi.getter(name="minimumApproversRequired")
241
+ def minimum_approvers_required(self) -> Optional[builtins.float]:
242
+ """
243
+ Minimum number of approvers required for the approval request
244
+ """
245
+ return pulumi.get(self, "minimum_approvers_required")
246
+
247
+ @property
248
+ @pulumi.getter(name="notificationOnApprovalAction")
249
+ def notification_on_approval_action(self) -> Optional[builtins.str]:
250
+ """
251
+ Notification will be sent on any action taken (Approve/Reject) on an Approval Request
252
+ """
253
+ return pulumi.get(self, "notification_on_approval_action")
254
+
255
+ @property
256
+ @pulumi.getter(name="notificationOnApprovalCreation")
257
+ def notification_on_approval_creation(self) -> Optional[builtins.str]:
258
+ """
259
+ Notification will be sent on creation of an Approval Request
260
+ """
261
+ return pulumi.get(self, "notification_on_approval_creation")
262
+
263
+ @property
264
+ @pulumi.getter(name="notificationOnApprovalDeletion")
265
+ def notification_on_approval_deletion(self) -> Optional[builtins.str]:
266
+ """
267
+ Notification will be sent on deletion of an Approval Request
268
+ """
269
+ return pulumi.get(self, "notification_on_approval_deletion")
270
+
271
+ @property
272
+ @pulumi.getter(name="serviceCatalogDeployment")
273
+ def service_catalog_deployment(self) -> Optional[builtins.str]:
274
+ """
275
+ Approval required for deploying service catalog templates (Required or NotRequired).
276
+ """
277
+ return pulumi.get(self, "service_catalog_deployment")
278
+
279
+
280
+ @pulumi.output_type
281
+ class ApproverResponse(dict):
282
+ """
283
+ Approver Metadata for approvals request.
284
+ """
285
+ @staticmethod
286
+ def __key_warning(key: str):
287
+ suggest = None
288
+ if key == "approverEntraId":
289
+ suggest = "approver_entra_id"
290
+ elif key == "lastUpdatedAt":
291
+ suggest = "last_updated_at"
292
+ elif key == "actionPerformed":
293
+ suggest = "action_performed"
294
+
295
+ if suggest:
296
+ pulumi.log.warn(f"Key '{key}' not found in ApproverResponse. Access the value via the '{suggest}' property getter instead.")
297
+
298
+ def __getitem__(self, key: str) -> Any:
299
+ ApproverResponse.__key_warning(key)
300
+ return super().__getitem__(key)
301
+
302
+ def get(self, key: str, default = None) -> Any:
303
+ ApproverResponse.__key_warning(key)
304
+ return super().get(key, default)
305
+
306
+ def __init__(__self__, *,
307
+ approver_entra_id: builtins.str,
308
+ last_updated_at: builtins.str,
309
+ action_performed: Optional[builtins.str] = None):
310
+ """
311
+ Approver Metadata for approvals request.
312
+ :param builtins.str approver_entra_id: Entra ObjectID of the approver
313
+ :param builtins.str last_updated_at: approval request last updated at
314
+ :param builtins.str action_performed: Action Performed by approver
315
+ """
316
+ pulumi.set(__self__, "approver_entra_id", approver_entra_id)
317
+ pulumi.set(__self__, "last_updated_at", last_updated_at)
318
+ if action_performed is not None:
319
+ pulumi.set(__self__, "action_performed", action_performed)
320
+
321
+ @property
322
+ @pulumi.getter(name="approverEntraId")
323
+ def approver_entra_id(self) -> builtins.str:
324
+ """
325
+ Entra ObjectID of the approver
326
+ """
327
+ return pulumi.get(self, "approver_entra_id")
328
+
329
+ @property
330
+ @pulumi.getter(name="lastUpdatedAt")
331
+ def last_updated_at(self) -> builtins.str:
332
+ """
333
+ approval request last updated at
334
+ """
335
+ return pulumi.get(self, "last_updated_at")
336
+
337
+ @property
338
+ @pulumi.getter(name="actionPerformed")
339
+ def action_performed(self) -> Optional[builtins.str]:
340
+ """
341
+ Action Performed by approver
342
+ """
343
+ return pulumi.get(self, "action_performed")
344
+
345
+
346
+ @pulumi.output_type
347
+ class CommunityEndpointDestinationRuleResponse(dict):
348
+ """
349
+ Base type for destination rules.
350
+ """
351
+ @staticmethod
352
+ def __key_warning(key: str):
353
+ suggest = None
354
+ if key == "destinationType":
355
+ suggest = "destination_type"
356
+ elif key == "endpointRuleName":
357
+ suggest = "endpoint_rule_name"
358
+ elif key == "transitHubResourceId":
359
+ suggest = "transit_hub_resource_id"
360
+
361
+ if suggest:
362
+ pulumi.log.warn(f"Key '{key}' not found in CommunityEndpointDestinationRuleResponse. Access the value via the '{suggest}' property getter instead.")
363
+
364
+ def __getitem__(self, key: str) -> Any:
365
+ CommunityEndpointDestinationRuleResponse.__key_warning(key)
366
+ return super().__getitem__(key)
367
+
368
+ def get(self, key: str, default = None) -> Any:
369
+ CommunityEndpointDestinationRuleResponse.__key_warning(key)
370
+ return super().get(key, default)
371
+
372
+ def __init__(__self__, *,
373
+ destination: Optional[builtins.str] = None,
374
+ destination_type: Optional[builtins.str] = None,
375
+ endpoint_rule_name: Optional[builtins.str] = None,
376
+ ports: Optional[builtins.str] = None,
377
+ protocols: Optional[Sequence[builtins.str]] = None,
378
+ transit_hub_resource_id: Optional[builtins.str] = None):
379
+ """
380
+ Base type for destination rules.
381
+ :param builtins.str destination: Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas.
382
+ :param builtins.str destination_type: Destination Type.
383
+ :param builtins.str endpoint_rule_name: Endpoint Rule Name.
384
+ :param builtins.str ports: Port. Can include multiple ports separated by commas or a range indicated by a hyphen.
385
+ :param Sequence[builtins.str] protocols: Protocols. Options specified by Endpoint Protocol Enum.
386
+ :param builtins.str transit_hub_resource_id: Transit Hub Resource Id.
387
+ """
388
+ if destination is not None:
389
+ pulumi.set(__self__, "destination", destination)
390
+ if destination_type is not None:
391
+ pulumi.set(__self__, "destination_type", destination_type)
392
+ if endpoint_rule_name is not None:
393
+ pulumi.set(__self__, "endpoint_rule_name", endpoint_rule_name)
394
+ if ports is not None:
395
+ pulumi.set(__self__, "ports", ports)
396
+ if protocols is not None:
397
+ pulumi.set(__self__, "protocols", protocols)
398
+ if transit_hub_resource_id is not None:
399
+ pulumi.set(__self__, "transit_hub_resource_id", transit_hub_resource_id)
400
+
401
+ @property
402
+ @pulumi.getter
403
+ def destination(self) -> Optional[builtins.str]:
404
+ """
405
+ Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas.
406
+ """
407
+ return pulumi.get(self, "destination")
408
+
409
+ @property
410
+ @pulumi.getter(name="destinationType")
411
+ def destination_type(self) -> Optional[builtins.str]:
412
+ """
413
+ Destination Type.
414
+ """
415
+ return pulumi.get(self, "destination_type")
416
+
417
+ @property
418
+ @pulumi.getter(name="endpointRuleName")
419
+ def endpoint_rule_name(self) -> Optional[builtins.str]:
420
+ """
421
+ Endpoint Rule Name.
422
+ """
423
+ return pulumi.get(self, "endpoint_rule_name")
424
+
425
+ @property
426
+ @pulumi.getter
427
+ def ports(self) -> Optional[builtins.str]:
428
+ """
429
+ Port. Can include multiple ports separated by commas or a range indicated by a hyphen.
430
+ """
431
+ return pulumi.get(self, "ports")
432
+
433
+ @property
434
+ @pulumi.getter
435
+ def protocols(self) -> Optional[Sequence[builtins.str]]:
436
+ """
437
+ Protocols. Options specified by Endpoint Protocol Enum.
438
+ """
439
+ return pulumi.get(self, "protocols")
440
+
441
+ @property
442
+ @pulumi.getter(name="transitHubResourceId")
443
+ def transit_hub_resource_id(self) -> Optional[builtins.str]:
444
+ """
445
+ Transit Hub Resource Id.
446
+ """
447
+ return pulumi.get(self, "transit_hub_resource_id")
448
+
449
+
450
+ @pulumi.output_type
451
+ class EnclaveAddressSpacesModelResponse(dict):
452
+ """
453
+ Enclave Address Spaces
454
+ """
455
+ @staticmethod
456
+ def __key_warning(key: str):
457
+ suggest = None
458
+ if key == "enclaveAddressSpace":
459
+ suggest = "enclave_address_space"
460
+ elif key == "managedAddressSpace":
461
+ suggest = "managed_address_space"
462
+
463
+ if suggest:
464
+ pulumi.log.warn(f"Key '{key}' not found in EnclaveAddressSpacesModelResponse. Access the value via the '{suggest}' property getter instead.")
465
+
466
+ def __getitem__(self, key: str) -> Any:
467
+ EnclaveAddressSpacesModelResponse.__key_warning(key)
468
+ return super().__getitem__(key)
469
+
470
+ def get(self, key: str, default = None) -> Any:
471
+ EnclaveAddressSpacesModelResponse.__key_warning(key)
472
+ return super().get(key, default)
473
+
474
+ def __init__(__self__, *,
475
+ enclave_address_space: Optional[builtins.str] = None,
476
+ managed_address_space: Optional[builtins.str] = None):
477
+ """
478
+ Enclave Address Spaces
479
+ :param builtins.str enclave_address_space: Enclave Address Space
480
+ :param builtins.str managed_address_space: Managed Address Space
481
+ """
482
+ if enclave_address_space is not None:
483
+ pulumi.set(__self__, "enclave_address_space", enclave_address_space)
484
+ if managed_address_space is not None:
485
+ pulumi.set(__self__, "managed_address_space", managed_address_space)
486
+
487
+ @property
488
+ @pulumi.getter(name="enclaveAddressSpace")
489
+ def enclave_address_space(self) -> Optional[builtins.str]:
490
+ """
491
+ Enclave Address Space
492
+ """
493
+ return pulumi.get(self, "enclave_address_space")
494
+
495
+ @property
496
+ @pulumi.getter(name="managedAddressSpace")
497
+ def managed_address_space(self) -> Optional[builtins.str]:
498
+ """
499
+ Managed Address Space
500
+ """
501
+ return pulumi.get(self, "managed_address_space")
502
+
503
+
504
+ @pulumi.output_type
505
+ class EnclaveDefaultSettingsModelResponse(dict):
506
+ """
507
+ Virtual Enclave Default Settings
508
+ """
509
+ @staticmethod
510
+ def __key_warning(key: str):
511
+ suggest = None
512
+ if key == "keyVaultResourceId":
513
+ suggest = "key_vault_resource_id"
514
+ elif key == "logAnalyticsResourceIdCollection":
515
+ suggest = "log_analytics_resource_id_collection"
516
+ elif key == "storageAccountResourceId":
517
+ suggest = "storage_account_resource_id"
518
+ elif key == "diagnosticDestination":
519
+ suggest = "diagnostic_destination"
520
+
521
+ if suggest:
522
+ pulumi.log.warn(f"Key '{key}' not found in EnclaveDefaultSettingsModelResponse. Access the value via the '{suggest}' property getter instead.")
523
+
524
+ def __getitem__(self, key: str) -> Any:
525
+ EnclaveDefaultSettingsModelResponse.__key_warning(key)
526
+ return super().__getitem__(key)
527
+
528
+ def get(self, key: str, default = None) -> Any:
529
+ EnclaveDefaultSettingsModelResponse.__key_warning(key)
530
+ return super().get(key, default)
531
+
532
+ def __init__(__self__, *,
533
+ key_vault_resource_id: builtins.str,
534
+ log_analytics_resource_id_collection: Sequence[builtins.str],
535
+ storage_account_resource_id: builtins.str,
536
+ diagnostic_destination: Optional[builtins.str] = None):
537
+ """
538
+ Virtual Enclave Default Settings
539
+ :param builtins.str key_vault_resource_id: Key Vault Resource Id.
540
+ :param Sequence[builtins.str] log_analytics_resource_id_collection: Log Analytics Resource Ids.
541
+ :param builtins.str storage_account_resource_id: Storage Account Resource Id.
542
+ :param builtins.str diagnostic_destination: Diagnostic Destination.
543
+ """
544
+ pulumi.set(__self__, "key_vault_resource_id", key_vault_resource_id)
545
+ pulumi.set(__self__, "log_analytics_resource_id_collection", log_analytics_resource_id_collection)
546
+ pulumi.set(__self__, "storage_account_resource_id", storage_account_resource_id)
547
+ if diagnostic_destination is None:
548
+ diagnostic_destination = 'EnclaveOnly'
549
+ if diagnostic_destination is not None:
550
+ pulumi.set(__self__, "diagnostic_destination", diagnostic_destination)
551
+
552
+ @property
553
+ @pulumi.getter(name="keyVaultResourceId")
554
+ def key_vault_resource_id(self) -> builtins.str:
555
+ """
556
+ Key Vault Resource Id.
557
+ """
558
+ return pulumi.get(self, "key_vault_resource_id")
559
+
560
+ @property
561
+ @pulumi.getter(name="logAnalyticsResourceIdCollection")
562
+ def log_analytics_resource_id_collection(self) -> Sequence[builtins.str]:
563
+ """
564
+ Log Analytics Resource Ids.
565
+ """
566
+ return pulumi.get(self, "log_analytics_resource_id_collection")
567
+
568
+ @property
569
+ @pulumi.getter(name="storageAccountResourceId")
570
+ def storage_account_resource_id(self) -> builtins.str:
571
+ """
572
+ Storage Account Resource Id.
573
+ """
574
+ return pulumi.get(self, "storage_account_resource_id")
575
+
576
+ @property
577
+ @pulumi.getter(name="diagnosticDestination")
578
+ def diagnostic_destination(self) -> Optional[builtins.str]:
579
+ """
580
+ Diagnostic Destination.
581
+ """
582
+ return pulumi.get(self, "diagnostic_destination")
583
+
584
+
585
+ @pulumi.output_type
586
+ class EnclaveEndpointDestinationRuleResponse(dict):
587
+ """
588
+ Enclave Endpoint Rule Properties
589
+ """
590
+ @staticmethod
591
+ def __key_warning(key: str):
592
+ suggest = None
593
+ if key == "endpointRuleName":
594
+ suggest = "endpoint_rule_name"
595
+
596
+ if suggest:
597
+ pulumi.log.warn(f"Key '{key}' not found in EnclaveEndpointDestinationRuleResponse. Access the value via the '{suggest}' property getter instead.")
598
+
599
+ def __getitem__(self, key: str) -> Any:
600
+ EnclaveEndpointDestinationRuleResponse.__key_warning(key)
601
+ return super().__getitem__(key)
602
+
603
+ def get(self, key: str, default = None) -> Any:
604
+ EnclaveEndpointDestinationRuleResponse.__key_warning(key)
605
+ return super().get(key, default)
606
+
607
+ def __init__(__self__, *,
608
+ destination: Optional[builtins.str] = None,
609
+ endpoint_rule_name: Optional[builtins.str] = None,
610
+ ports: Optional[builtins.str] = None,
611
+ protocols: Optional[Sequence[builtins.str]] = None):
612
+ """
613
+ Enclave Endpoint Rule Properties
614
+ :param builtins.str destination: Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas.
615
+ :param builtins.str endpoint_rule_name: Endpoint Rule Name.
616
+ :param builtins.str ports: Port. Can include multiple ports separated by commas or a range indicated by a hyphen.
617
+ :param Sequence[builtins.str] protocols: Protocols. Options specified by Endpoint Protocol Enum.
618
+ """
619
+ if destination is not None:
620
+ pulumi.set(__self__, "destination", destination)
621
+ if endpoint_rule_name is not None:
622
+ pulumi.set(__self__, "endpoint_rule_name", endpoint_rule_name)
623
+ if ports is not None:
624
+ pulumi.set(__self__, "ports", ports)
625
+ if protocols is not None:
626
+ pulumi.set(__self__, "protocols", protocols)
627
+
628
+ @property
629
+ @pulumi.getter
630
+ def destination(self) -> Optional[builtins.str]:
631
+ """
632
+ Destination address. Can include multiple CIDR/IP Addresses or fqdn tags or fqdns (for community endpoint) separated by commas.
633
+ """
634
+ return pulumi.get(self, "destination")
635
+
636
+ @property
637
+ @pulumi.getter(name="endpointRuleName")
638
+ def endpoint_rule_name(self) -> Optional[builtins.str]:
639
+ """
640
+ Endpoint Rule Name.
641
+ """
642
+ return pulumi.get(self, "endpoint_rule_name")
643
+
644
+ @property
645
+ @pulumi.getter
646
+ def ports(self) -> Optional[builtins.str]:
647
+ """
648
+ Port. Can include multiple ports separated by commas or a range indicated by a hyphen.
649
+ """
650
+ return pulumi.get(self, "ports")
651
+
652
+ @property
653
+ @pulumi.getter
654
+ def protocols(self) -> Optional[Sequence[builtins.str]]:
655
+ """
656
+ Protocols. Options specified by Endpoint Protocol Enum.
657
+ """
658
+ return pulumi.get(self, "protocols")
659
+
660
+
661
+ @pulumi.output_type
662
+ class EnclaveVirtualNetworkModelResponse(dict):
663
+ """
664
+ Enclave Virtual Network Properties
665
+ """
666
+ @staticmethod
667
+ def __key_warning(key: str):
668
+ suggest = None
669
+ if key == "allowSubnetCommunication":
670
+ suggest = "allow_subnet_communication"
671
+ elif key == "customCidrRange":
672
+ suggest = "custom_cidr_range"
673
+ elif key == "networkName":
674
+ suggest = "network_name"
675
+ elif key == "networkSize":
676
+ suggest = "network_size"
677
+ elif key == "subnetConfigurations":
678
+ suggest = "subnet_configurations"
679
+
680
+ if suggest:
681
+ pulumi.log.warn(f"Key '{key}' not found in EnclaveVirtualNetworkModelResponse. Access the value via the '{suggest}' property getter instead.")
682
+
683
+ def __getitem__(self, key: str) -> Any:
684
+ EnclaveVirtualNetworkModelResponse.__key_warning(key)
685
+ return super().__getitem__(key)
686
+
687
+ def get(self, key: str, default = None) -> Any:
688
+ EnclaveVirtualNetworkModelResponse.__key_warning(key)
689
+ return super().get(key, default)
690
+
691
+ def __init__(__self__, *,
692
+ allow_subnet_communication: Optional[builtins.bool] = None,
693
+ custom_cidr_range: Optional[builtins.str] = None,
694
+ network_name: Optional[builtins.str] = None,
695
+ network_size: Optional[builtins.str] = None,
696
+ subnet_configurations: Optional[Sequence['outputs.SubnetConfigurationResponse']] = None):
697
+ """
698
+ Enclave Virtual Network Properties
699
+ :param builtins.bool allow_subnet_communication: Allow Subnet Communication.
700
+ :param builtins.str custom_cidr_range: Custom CIDR Range.
701
+ :param builtins.str network_name: Network Name.
702
+ :param builtins.str network_size: Network Size.
703
+ :param Sequence['SubnetConfigurationResponse'] subnet_configurations: Subnet Configurations.
704
+ """
705
+ if allow_subnet_communication is None:
706
+ allow_subnet_communication = False
707
+ if allow_subnet_communication is not None:
708
+ pulumi.set(__self__, "allow_subnet_communication", allow_subnet_communication)
709
+ if custom_cidr_range is not None:
710
+ pulumi.set(__self__, "custom_cidr_range", custom_cidr_range)
711
+ if network_name is not None:
712
+ pulumi.set(__self__, "network_name", network_name)
713
+ if network_size is not None:
714
+ pulumi.set(__self__, "network_size", network_size)
715
+ if subnet_configurations is not None:
716
+ pulumi.set(__self__, "subnet_configurations", subnet_configurations)
717
+
718
+ @property
719
+ @pulumi.getter(name="allowSubnetCommunication")
720
+ def allow_subnet_communication(self) -> Optional[builtins.bool]:
721
+ """
722
+ Allow Subnet Communication.
723
+ """
724
+ return pulumi.get(self, "allow_subnet_communication")
725
+
726
+ @property
727
+ @pulumi.getter(name="customCidrRange")
728
+ def custom_cidr_range(self) -> Optional[builtins.str]:
729
+ """
730
+ Custom CIDR Range.
731
+ """
732
+ return pulumi.get(self, "custom_cidr_range")
733
+
734
+ @property
735
+ @pulumi.getter(name="networkName")
736
+ def network_name(self) -> Optional[builtins.str]:
737
+ """
738
+ Network Name.
739
+ """
740
+ return pulumi.get(self, "network_name")
741
+
742
+ @property
743
+ @pulumi.getter(name="networkSize")
744
+ def network_size(self) -> Optional[builtins.str]:
745
+ """
746
+ Network Size.
747
+ """
748
+ return pulumi.get(self, "network_size")
749
+
750
+ @property
751
+ @pulumi.getter(name="subnetConfigurations")
752
+ def subnet_configurations(self) -> Optional[Sequence['outputs.SubnetConfigurationResponse']]:
753
+ """
754
+ Subnet Configurations.
755
+ """
756
+ return pulumi.get(self, "subnet_configurations")
757
+
758
+
759
+ @pulumi.output_type
760
+ class GovernedServiceItemResponse(dict):
761
+ """
762
+ GovernedServiceItem Properties
763
+ """
764
+ @staticmethod
765
+ def __key_warning(key: str):
766
+ suggest = None
767
+ if key == "serviceId":
768
+ suggest = "service_id"
769
+ elif key == "serviceName":
770
+ suggest = "service_name"
771
+ elif key == "policyAction":
772
+ suggest = "policy_action"
773
+
774
+ if suggest:
775
+ pulumi.log.warn(f"Key '{key}' not found in GovernedServiceItemResponse. Access the value via the '{suggest}' property getter instead.")
776
+
777
+ def __getitem__(self, key: str) -> Any:
778
+ GovernedServiceItemResponse.__key_warning(key)
779
+ return super().__getitem__(key)
780
+
781
+ def get(self, key: str, default = None) -> Any:
782
+ GovernedServiceItemResponse.__key_warning(key)
783
+ return super().get(key, default)
784
+
785
+ def __init__(__self__, *,
786
+ initiatives: Sequence[builtins.str],
787
+ service_id: builtins.str,
788
+ service_name: builtins.str,
789
+ enforcement: Optional[builtins.str] = None,
790
+ option: Optional[builtins.str] = None,
791
+ policy_action: Optional[builtins.str] = None):
792
+ """
793
+ GovernedServiceItem Properties
794
+ :param Sequence[builtins.str] initiatives: Initiatives associated with this service.
795
+ :param builtins.str service_id: Service ID
796
+ :param builtins.str service_name: Service name.
797
+ :param builtins.str enforcement: Initiative enforcement (Enabled or Disabled).
798
+ :param builtins.str option: Governance option for this service (Allow, Deny, ExceptionOnly, or NotApplicable).
799
+ :param builtins.str policy_action: Enforcement mode for policy. AuditOnly, Enforce, or None.
800
+ """
801
+ pulumi.set(__self__, "initiatives", initiatives)
802
+ pulumi.set(__self__, "service_id", service_id)
803
+ pulumi.set(__self__, "service_name", service_name)
804
+ if enforcement is not None:
805
+ pulumi.set(__self__, "enforcement", enforcement)
806
+ if option is not None:
807
+ pulumi.set(__self__, "option", option)
808
+ if policy_action is not None:
809
+ pulumi.set(__self__, "policy_action", policy_action)
810
+
811
+ @property
812
+ @pulumi.getter
813
+ def initiatives(self) -> Sequence[builtins.str]:
814
+ """
815
+ Initiatives associated with this service.
816
+ """
817
+ return pulumi.get(self, "initiatives")
818
+
819
+ @property
820
+ @pulumi.getter(name="serviceId")
821
+ def service_id(self) -> builtins.str:
822
+ """
823
+ Service ID
824
+ """
825
+ return pulumi.get(self, "service_id")
826
+
827
+ @property
828
+ @pulumi.getter(name="serviceName")
829
+ def service_name(self) -> builtins.str:
830
+ """
831
+ Service name.
832
+ """
833
+ return pulumi.get(self, "service_name")
834
+
835
+ @property
836
+ @pulumi.getter
837
+ def enforcement(self) -> Optional[builtins.str]:
838
+ """
839
+ Initiative enforcement (Enabled or Disabled).
840
+ """
841
+ return pulumi.get(self, "enforcement")
842
+
843
+ @property
844
+ @pulumi.getter
845
+ def option(self) -> Optional[builtins.str]:
846
+ """
847
+ Governance option for this service (Allow, Deny, ExceptionOnly, or NotApplicable).
848
+ """
849
+ return pulumi.get(self, "option")
850
+
851
+ @property
852
+ @pulumi.getter(name="policyAction")
853
+ def policy_action(self) -> Optional[builtins.str]:
854
+ """
855
+ Enforcement mode for policy. AuditOnly, Enforce, or None.
856
+ """
857
+ return pulumi.get(self, "policy_action")
858
+
859
+
860
+ @pulumi.output_type
861
+ class MaintenanceModeConfigurationModelResponse(dict):
862
+ """
863
+ Maintenance Mode
864
+ """
865
+ def __init__(__self__, *,
866
+ mode: Optional[builtins.str] = None,
867
+ justification: Optional[builtins.str] = None,
868
+ principals: Optional[Sequence['outputs.PrincipalResponse']] = None):
869
+ """
870
+ Maintenance Mode
871
+ :param builtins.str mode: Current mode of Maintenance Mode Configuration
872
+ :param builtins.str justification: Justification for entering or exiting Maintenance Mode
873
+ :param Sequence['PrincipalResponse'] principals: The user, group or service principal object affected by Maintenance Mode
874
+ """
875
+ if mode is None:
876
+ mode = 'Off'
877
+ pulumi.set(__self__, "mode", mode)
878
+ if justification is None:
879
+ justification = 'Off'
880
+ if justification is not None:
881
+ pulumi.set(__self__, "justification", justification)
882
+ if principals is not None:
883
+ pulumi.set(__self__, "principals", principals)
884
+
885
+ @property
886
+ @pulumi.getter
887
+ def mode(self) -> builtins.str:
888
+ """
889
+ Current mode of Maintenance Mode Configuration
890
+ """
891
+ return pulumi.get(self, "mode")
892
+
893
+ @property
894
+ @pulumi.getter
895
+ def justification(self) -> Optional[builtins.str]:
896
+ """
897
+ Justification for entering or exiting Maintenance Mode
898
+ """
899
+ return pulumi.get(self, "justification")
900
+
901
+ @property
902
+ @pulumi.getter
903
+ def principals(self) -> Optional[Sequence['outputs.PrincipalResponse']]:
904
+ """
905
+ The user, group or service principal object affected by Maintenance Mode
906
+ """
907
+ return pulumi.get(self, "principals")
908
+
909
+
910
+ @pulumi.output_type
911
+ class ManagedOnBehalfOfConfigurationResponse(dict):
912
+ """
913
+ Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
914
+ """
915
+ @staticmethod
916
+ def __key_warning(key: str):
917
+ suggest = None
918
+ if key == "moboBrokerResources":
919
+ suggest = "mobo_broker_resources"
920
+
921
+ if suggest:
922
+ pulumi.log.warn(f"Key '{key}' not found in ManagedOnBehalfOfConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
923
+
924
+ def __getitem__(self, key: str) -> Any:
925
+ ManagedOnBehalfOfConfigurationResponse.__key_warning(key)
926
+ return super().__getitem__(key)
927
+
928
+ def get(self, key: str, default = None) -> Any:
929
+ ManagedOnBehalfOfConfigurationResponse.__key_warning(key)
930
+ return super().get(key, default)
931
+
932
+ def __init__(__self__, *,
933
+ mobo_broker_resources: Optional[Sequence['outputs.MoboBrokerResourceResponse']] = None):
934
+ """
935
+ Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
936
+ :param Sequence['MoboBrokerResourceResponse'] mobo_broker_resources: Managed-On-Behalf-Of broker resources
937
+ """
938
+ if mobo_broker_resources is not None:
939
+ pulumi.set(__self__, "mobo_broker_resources", mobo_broker_resources)
940
+
941
+ @property
942
+ @pulumi.getter(name="moboBrokerResources")
943
+ def mobo_broker_resources(self) -> Optional[Sequence['outputs.MoboBrokerResourceResponse']]:
944
+ """
945
+ Managed-On-Behalf-Of broker resources
946
+ """
947
+ return pulumi.get(self, "mobo_broker_resources")
948
+
949
+
950
+ @pulumi.output_type
951
+ class ManagedServiceIdentityResponse(dict):
952
+ """
953
+ Managed service identity (system assigned and/or user assigned identities)
954
+ """
955
+ @staticmethod
956
+ def __key_warning(key: str):
957
+ suggest = None
958
+ if key == "principalId":
959
+ suggest = "principal_id"
960
+ elif key == "tenantId":
961
+ suggest = "tenant_id"
962
+ elif key == "userAssignedIdentities":
963
+ suggest = "user_assigned_identities"
964
+
965
+ if suggest:
966
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
967
+
968
+ def __getitem__(self, key: str) -> Any:
969
+ ManagedServiceIdentityResponse.__key_warning(key)
970
+ return super().__getitem__(key)
971
+
972
+ def get(self, key: str, default = None) -> Any:
973
+ ManagedServiceIdentityResponse.__key_warning(key)
974
+ return super().get(key, default)
975
+
976
+ def __init__(__self__, *,
977
+ principal_id: builtins.str,
978
+ tenant_id: builtins.str,
979
+ type: builtins.str,
980
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
981
+ """
982
+ Managed service identity (system assigned and/or user assigned identities)
983
+ :param builtins.str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
984
+ :param builtins.str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
985
+ :param builtins.str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
986
+ :param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
987
+ """
988
+ pulumi.set(__self__, "principal_id", principal_id)
989
+ pulumi.set(__self__, "tenant_id", tenant_id)
990
+ pulumi.set(__self__, "type", type)
991
+ if user_assigned_identities is not None:
992
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
993
+
994
+ @property
995
+ @pulumi.getter(name="principalId")
996
+ def principal_id(self) -> builtins.str:
997
+ """
998
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
999
+ """
1000
+ return pulumi.get(self, "principal_id")
1001
+
1002
+ @property
1003
+ @pulumi.getter(name="tenantId")
1004
+ def tenant_id(self) -> builtins.str:
1005
+ """
1006
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
1007
+ """
1008
+ return pulumi.get(self, "tenant_id")
1009
+
1010
+ @property
1011
+ @pulumi.getter
1012
+ def type(self) -> builtins.str:
1013
+ """
1014
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
1015
+ """
1016
+ return pulumi.get(self, "type")
1017
+
1018
+ @property
1019
+ @pulumi.getter(name="userAssignedIdentities")
1020
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
1021
+ """
1022
+ The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
1023
+ """
1024
+ return pulumi.get(self, "user_assigned_identities")
1025
+
1026
+
1027
+ @pulumi.output_type
1028
+ class MandatoryApproverResponse(dict):
1029
+ """
1030
+ Approver Metadata for approvals request.
1031
+ """
1032
+ @staticmethod
1033
+ def __key_warning(key: str):
1034
+ suggest = None
1035
+ if key == "approverEntraId":
1036
+ suggest = "approver_entra_id"
1037
+
1038
+ if suggest:
1039
+ pulumi.log.warn(f"Key '{key}' not found in MandatoryApproverResponse. Access the value via the '{suggest}' property getter instead.")
1040
+
1041
+ def __getitem__(self, key: str) -> Any:
1042
+ MandatoryApproverResponse.__key_warning(key)
1043
+ return super().__getitem__(key)
1044
+
1045
+ def get(self, key: str, default = None) -> Any:
1046
+ MandatoryApproverResponse.__key_warning(key)
1047
+ return super().get(key, default)
1048
+
1049
+ def __init__(__self__, *,
1050
+ approver_entra_id: builtins.str):
1051
+ """
1052
+ Approver Metadata for approvals request.
1053
+ :param builtins.str approver_entra_id: EntraId of the approver
1054
+ """
1055
+ pulumi.set(__self__, "approver_entra_id", approver_entra_id)
1056
+
1057
+ @property
1058
+ @pulumi.getter(name="approverEntraId")
1059
+ def approver_entra_id(self) -> builtins.str:
1060
+ """
1061
+ EntraId of the approver
1062
+ """
1063
+ return pulumi.get(self, "approver_entra_id")
1064
+
1065
+
1066
+ @pulumi.output_type
1067
+ class MoboBrokerResourceResponse(dict):
1068
+ """
1069
+ Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user.
1070
+ """
1071
+ def __init__(__self__, *,
1072
+ id: Optional[builtins.str] = None):
1073
+ """
1074
+ Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user.
1075
+ :param builtins.str id: Resource identifier of a Managed-On-Behalf-Of broker resource
1076
+ """
1077
+ if id is not None:
1078
+ pulumi.set(__self__, "id", id)
1079
+
1080
+ @property
1081
+ @pulumi.getter
1082
+ def id(self) -> Optional[builtins.str]:
1083
+ """
1084
+ Resource identifier of a Managed-On-Behalf-Of broker resource
1085
+ """
1086
+ return pulumi.get(self, "id")
1087
+
1088
+
1089
+ @pulumi.output_type
1090
+ class PrincipalResponse(dict):
1091
+ """
1092
+ Principal for maintenance mode or role assignments
1093
+ """
1094
+ def __init__(__self__, *,
1095
+ id: builtins.str,
1096
+ type: builtins.str):
1097
+ """
1098
+ Principal for maintenance mode or role assignments
1099
+ :param builtins.str id: The object id associated with the principal
1100
+ :param builtins.str type: The type of the object id. We currently allow users, groups, and service principals
1101
+ """
1102
+ pulumi.set(__self__, "id", id)
1103
+ pulumi.set(__self__, "type", type)
1104
+
1105
+ @property
1106
+ @pulumi.getter
1107
+ def id(self) -> builtins.str:
1108
+ """
1109
+ The object id associated with the principal
1110
+ """
1111
+ return pulumi.get(self, "id")
1112
+
1113
+ @property
1114
+ @pulumi.getter
1115
+ def type(self) -> builtins.str:
1116
+ """
1117
+ The type of the object id. We currently allow users, groups, and service principals
1118
+ """
1119
+ return pulumi.get(self, "type")
1120
+
1121
+
1122
+ @pulumi.output_type
1123
+ class RequestMetadataResponse(dict):
1124
+ """
1125
+ Request Metadata for approvals request.
1126
+ """
1127
+ @staticmethod
1128
+ def __key_warning(key: str):
1129
+ suggest = None
1130
+ if key == "resourceAction":
1131
+ suggest = "resource_action"
1132
+ elif key == "approvalCallbackPayload":
1133
+ suggest = "approval_callback_payload"
1134
+ elif key == "approvalCallbackRoute":
1135
+ suggest = "approval_callback_route"
1136
+ elif key == "approvalStatus":
1137
+ suggest = "approval_status"
1138
+
1139
+ if suggest:
1140
+ pulumi.log.warn(f"Key '{key}' not found in RequestMetadataResponse. Access the value via the '{suggest}' property getter instead.")
1141
+
1142
+ def __getitem__(self, key: str) -> Any:
1143
+ RequestMetadataResponse.__key_warning(key)
1144
+ return super().__getitem__(key)
1145
+
1146
+ def get(self, key: str, default = None) -> Any:
1147
+ RequestMetadataResponse.__key_warning(key)
1148
+ return super().get(key, default)
1149
+
1150
+ def __init__(__self__, *,
1151
+ resource_action: builtins.str,
1152
+ approval_callback_payload: Optional[builtins.str] = None,
1153
+ approval_callback_route: Optional[builtins.str] = None,
1154
+ approval_status: Optional[builtins.str] = None):
1155
+ """
1156
+ Request Metadata for approvals request.
1157
+ :param builtins.str resource_action: Resource Action of the item being approved or declined.
1158
+ :param builtins.str approval_callback_payload: Payload to be sent upon any action on approval request
1159
+ :param builtins.str approval_callback_route: Route name for the approval callback
1160
+ :param builtins.str approval_status: Status of the approval. Uses ApprovalStatus enum.
1161
+ """
1162
+ pulumi.set(__self__, "resource_action", resource_action)
1163
+ if approval_callback_payload is not None:
1164
+ pulumi.set(__self__, "approval_callback_payload", approval_callback_payload)
1165
+ if approval_callback_route is not None:
1166
+ pulumi.set(__self__, "approval_callback_route", approval_callback_route)
1167
+ if approval_status is None:
1168
+ approval_status = 'Pending'
1169
+ if approval_status is not None:
1170
+ pulumi.set(__self__, "approval_status", approval_status)
1171
+
1172
+ @property
1173
+ @pulumi.getter(name="resourceAction")
1174
+ def resource_action(self) -> builtins.str:
1175
+ """
1176
+ Resource Action of the item being approved or declined.
1177
+ """
1178
+ return pulumi.get(self, "resource_action")
1179
+
1180
+ @property
1181
+ @pulumi.getter(name="approvalCallbackPayload")
1182
+ def approval_callback_payload(self) -> Optional[builtins.str]:
1183
+ """
1184
+ Payload to be sent upon any action on approval request
1185
+ """
1186
+ return pulumi.get(self, "approval_callback_payload")
1187
+
1188
+ @property
1189
+ @pulumi.getter(name="approvalCallbackRoute")
1190
+ def approval_callback_route(self) -> Optional[builtins.str]:
1191
+ """
1192
+ Route name for the approval callback
1193
+ """
1194
+ return pulumi.get(self, "approval_callback_route")
1195
+
1196
+ @property
1197
+ @pulumi.getter(name="approvalStatus")
1198
+ def approval_status(self) -> Optional[builtins.str]:
1199
+ """
1200
+ Status of the approval. Uses ApprovalStatus enum.
1201
+ """
1202
+ return pulumi.get(self, "approval_status")
1203
+
1204
+
1205
+ @pulumi.output_type
1206
+ class RoleAssignmentItemResponse(dict):
1207
+ """
1208
+ Role assignment item that indicates which principals should be assigned this role definition
1209
+ """
1210
+ @staticmethod
1211
+ def __key_warning(key: str):
1212
+ suggest = None
1213
+ if key == "roleDefinitionId":
1214
+ suggest = "role_definition_id"
1215
+
1216
+ if suggest:
1217
+ pulumi.log.warn(f"Key '{key}' not found in RoleAssignmentItemResponse. Access the value via the '{suggest}' property getter instead.")
1218
+
1219
+ def __getitem__(self, key: str) -> Any:
1220
+ RoleAssignmentItemResponse.__key_warning(key)
1221
+ return super().__getitem__(key)
1222
+
1223
+ def get(self, key: str, default = None) -> Any:
1224
+ RoleAssignmentItemResponse.__key_warning(key)
1225
+ return super().get(key, default)
1226
+
1227
+ def __init__(__self__, *,
1228
+ role_definition_id: builtins.str,
1229
+ principals: Optional[Sequence['outputs.PrincipalResponse']] = None):
1230
+ """
1231
+ Role assignment item that indicates which principals should be assigned this role definition
1232
+ :param builtins.str role_definition_id: Role definition identifier
1233
+ :param Sequence['PrincipalResponse'] principals: List of principal IDs to which to assign this role definition
1234
+ """
1235
+ pulumi.set(__self__, "role_definition_id", role_definition_id)
1236
+ if principals is not None:
1237
+ pulumi.set(__self__, "principals", principals)
1238
+
1239
+ @property
1240
+ @pulumi.getter(name="roleDefinitionId")
1241
+ def role_definition_id(self) -> builtins.str:
1242
+ """
1243
+ Role definition identifier
1244
+ """
1245
+ return pulumi.get(self, "role_definition_id")
1246
+
1247
+ @property
1248
+ @pulumi.getter
1249
+ def principals(self) -> Optional[Sequence['outputs.PrincipalResponse']]:
1250
+ """
1251
+ List of principal IDs to which to assign this role definition
1252
+ """
1253
+ return pulumi.get(self, "principals")
1254
+
1255
+
1256
+ @pulumi.output_type
1257
+ class SubnetConfigurationResponse(dict):
1258
+ """
1259
+ Subnet Configuration
1260
+ """
1261
+ @staticmethod
1262
+ def __key_warning(key: str):
1263
+ suggest = None
1264
+ if key == "addressPrefix":
1265
+ suggest = "address_prefix"
1266
+ elif key == "networkPrefixSize":
1267
+ suggest = "network_prefix_size"
1268
+ elif key == "networkSecurityGroupResourceId":
1269
+ suggest = "network_security_group_resource_id"
1270
+ elif key == "subnetName":
1271
+ suggest = "subnet_name"
1272
+ elif key == "subnetResourceId":
1273
+ suggest = "subnet_resource_id"
1274
+ elif key == "subnetDelegation":
1275
+ suggest = "subnet_delegation"
1276
+
1277
+ if suggest:
1278
+ pulumi.log.warn(f"Key '{key}' not found in SubnetConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
1279
+
1280
+ def __getitem__(self, key: str) -> Any:
1281
+ SubnetConfigurationResponse.__key_warning(key)
1282
+ return super().__getitem__(key)
1283
+
1284
+ def get(self, key: str, default = None) -> Any:
1285
+ SubnetConfigurationResponse.__key_warning(key)
1286
+ return super().get(key, default)
1287
+
1288
+ def __init__(__self__, *,
1289
+ address_prefix: builtins.str,
1290
+ network_prefix_size: builtins.int,
1291
+ network_security_group_resource_id: builtins.str,
1292
+ subnet_name: builtins.str,
1293
+ subnet_resource_id: builtins.str,
1294
+ subnet_delegation: Optional[builtins.str] = None):
1295
+ """
1296
+ Subnet Configuration
1297
+ :param builtins.str address_prefix: Address prefix.
1298
+ :param builtins.int network_prefix_size: Network prefix size.
1299
+ :param builtins.str network_security_group_resource_id: Network security group ID.
1300
+ :param builtins.str subnet_name: Subnet name.
1301
+ :param builtins.str subnet_resource_id: Subnet Resource ID.
1302
+ :param builtins.str subnet_delegation: Subnet delegation.
1303
+ """
1304
+ pulumi.set(__self__, "address_prefix", address_prefix)
1305
+ pulumi.set(__self__, "network_prefix_size", network_prefix_size)
1306
+ pulumi.set(__self__, "network_security_group_resource_id", network_security_group_resource_id)
1307
+ pulumi.set(__self__, "subnet_name", subnet_name)
1308
+ pulumi.set(__self__, "subnet_resource_id", subnet_resource_id)
1309
+ if subnet_delegation is not None:
1310
+ pulumi.set(__self__, "subnet_delegation", subnet_delegation)
1311
+
1312
+ @property
1313
+ @pulumi.getter(name="addressPrefix")
1314
+ def address_prefix(self) -> builtins.str:
1315
+ """
1316
+ Address prefix.
1317
+ """
1318
+ return pulumi.get(self, "address_prefix")
1319
+
1320
+ @property
1321
+ @pulumi.getter(name="networkPrefixSize")
1322
+ def network_prefix_size(self) -> builtins.int:
1323
+ """
1324
+ Network prefix size.
1325
+ """
1326
+ return pulumi.get(self, "network_prefix_size")
1327
+
1328
+ @property
1329
+ @pulumi.getter(name="networkSecurityGroupResourceId")
1330
+ def network_security_group_resource_id(self) -> builtins.str:
1331
+ """
1332
+ Network security group ID.
1333
+ """
1334
+ return pulumi.get(self, "network_security_group_resource_id")
1335
+
1336
+ @property
1337
+ @pulumi.getter(name="subnetName")
1338
+ def subnet_name(self) -> builtins.str:
1339
+ """
1340
+ Subnet name.
1341
+ """
1342
+ return pulumi.get(self, "subnet_name")
1343
+
1344
+ @property
1345
+ @pulumi.getter(name="subnetResourceId")
1346
+ def subnet_resource_id(self) -> builtins.str:
1347
+ """
1348
+ Subnet Resource ID.
1349
+ """
1350
+ return pulumi.get(self, "subnet_resource_id")
1351
+
1352
+ @property
1353
+ @pulumi.getter(name="subnetDelegation")
1354
+ def subnet_delegation(self) -> Optional[builtins.str]:
1355
+ """
1356
+ Subnet delegation.
1357
+ """
1358
+ return pulumi.get(self, "subnet_delegation")
1359
+
1360
+
1361
+ @pulumi.output_type
1362
+ class SystemDataResponse(dict):
1363
+ """
1364
+ Metadata pertaining to creation and last modification of the resource.
1365
+ """
1366
+ @staticmethod
1367
+ def __key_warning(key: str):
1368
+ suggest = None
1369
+ if key == "createdAt":
1370
+ suggest = "created_at"
1371
+ elif key == "createdBy":
1372
+ suggest = "created_by"
1373
+ elif key == "createdByType":
1374
+ suggest = "created_by_type"
1375
+ elif key == "lastModifiedAt":
1376
+ suggest = "last_modified_at"
1377
+ elif key == "lastModifiedBy":
1378
+ suggest = "last_modified_by"
1379
+ elif key == "lastModifiedByType":
1380
+ suggest = "last_modified_by_type"
1381
+
1382
+ if suggest:
1383
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1384
+
1385
+ def __getitem__(self, key: str) -> Any:
1386
+ SystemDataResponse.__key_warning(key)
1387
+ return super().__getitem__(key)
1388
+
1389
+ def get(self, key: str, default = None) -> Any:
1390
+ SystemDataResponse.__key_warning(key)
1391
+ return super().get(key, default)
1392
+
1393
+ def __init__(__self__, *,
1394
+ created_at: Optional[builtins.str] = None,
1395
+ created_by: Optional[builtins.str] = None,
1396
+ created_by_type: Optional[builtins.str] = None,
1397
+ last_modified_at: Optional[builtins.str] = None,
1398
+ last_modified_by: Optional[builtins.str] = None,
1399
+ last_modified_by_type: Optional[builtins.str] = None):
1400
+ """
1401
+ Metadata pertaining to creation and last modification of the resource.
1402
+ :param builtins.str created_at: The timestamp of resource creation (UTC).
1403
+ :param builtins.str created_by: The identity that created the resource.
1404
+ :param builtins.str created_by_type: The type of identity that created the resource.
1405
+ :param builtins.str last_modified_at: The timestamp of resource last modification (UTC)
1406
+ :param builtins.str last_modified_by: The identity that last modified the resource.
1407
+ :param builtins.str last_modified_by_type: The type of identity that last modified the resource.
1408
+ """
1409
+ if created_at is not None:
1410
+ pulumi.set(__self__, "created_at", created_at)
1411
+ if created_by is not None:
1412
+ pulumi.set(__self__, "created_by", created_by)
1413
+ if created_by_type is not None:
1414
+ pulumi.set(__self__, "created_by_type", created_by_type)
1415
+ if last_modified_at is not None:
1416
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1417
+ if last_modified_by is not None:
1418
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1419
+ if last_modified_by_type is not None:
1420
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1421
+
1422
+ @property
1423
+ @pulumi.getter(name="createdAt")
1424
+ def created_at(self) -> Optional[builtins.str]:
1425
+ """
1426
+ The timestamp of resource creation (UTC).
1427
+ """
1428
+ return pulumi.get(self, "created_at")
1429
+
1430
+ @property
1431
+ @pulumi.getter(name="createdBy")
1432
+ def created_by(self) -> Optional[builtins.str]:
1433
+ """
1434
+ The identity that created the resource.
1435
+ """
1436
+ return pulumi.get(self, "created_by")
1437
+
1438
+ @property
1439
+ @pulumi.getter(name="createdByType")
1440
+ def created_by_type(self) -> Optional[builtins.str]:
1441
+ """
1442
+ The type of identity that created the resource.
1443
+ """
1444
+ return pulumi.get(self, "created_by_type")
1445
+
1446
+ @property
1447
+ @pulumi.getter(name="lastModifiedAt")
1448
+ def last_modified_at(self) -> Optional[builtins.str]:
1449
+ """
1450
+ The timestamp of resource last modification (UTC)
1451
+ """
1452
+ return pulumi.get(self, "last_modified_at")
1453
+
1454
+ @property
1455
+ @pulumi.getter(name="lastModifiedBy")
1456
+ def last_modified_by(self) -> Optional[builtins.str]:
1457
+ """
1458
+ The identity that last modified the resource.
1459
+ """
1460
+ return pulumi.get(self, "last_modified_by")
1461
+
1462
+ @property
1463
+ @pulumi.getter(name="lastModifiedByType")
1464
+ def last_modified_by_type(self) -> Optional[builtins.str]:
1465
+ """
1466
+ The type of identity that last modified the resource.
1467
+ """
1468
+ return pulumi.get(self, "last_modified_by_type")
1469
+
1470
+
1471
+ @pulumi.output_type
1472
+ class TransitOptionParamsResponse(dict):
1473
+ """
1474
+ TransitOptionParams Properties
1475
+ """
1476
+ @staticmethod
1477
+ def __key_warning(key: str):
1478
+ suggest = None
1479
+ if key == "remoteVirtualNetworkId":
1480
+ suggest = "remote_virtual_network_id"
1481
+ elif key == "scaleUnits":
1482
+ suggest = "scale_units"
1483
+
1484
+ if suggest:
1485
+ pulumi.log.warn(f"Key '{key}' not found in TransitOptionParamsResponse. Access the value via the '{suggest}' property getter instead.")
1486
+
1487
+ def __getitem__(self, key: str) -> Any:
1488
+ TransitOptionParamsResponse.__key_warning(key)
1489
+ return super().__getitem__(key)
1490
+
1491
+ def get(self, key: str, default = None) -> Any:
1492
+ TransitOptionParamsResponse.__key_warning(key)
1493
+ return super().get(key, default)
1494
+
1495
+ def __init__(__self__, *,
1496
+ remote_virtual_network_id: Optional[builtins.str] = None,
1497
+ scale_units: Optional[builtins.float] = None):
1498
+ """
1499
+ TransitOptionParams Properties
1500
+ :param builtins.str remote_virtual_network_id: Transit Option Params remoteVirtualNetworkId.
1501
+ :param builtins.float scale_units: Transit Option Params scaleUnits.
1502
+ """
1503
+ if remote_virtual_network_id is not None:
1504
+ pulumi.set(__self__, "remote_virtual_network_id", remote_virtual_network_id)
1505
+ if scale_units is not None:
1506
+ pulumi.set(__self__, "scale_units", scale_units)
1507
+
1508
+ @property
1509
+ @pulumi.getter(name="remoteVirtualNetworkId")
1510
+ def remote_virtual_network_id(self) -> Optional[builtins.str]:
1511
+ """
1512
+ Transit Option Params remoteVirtualNetworkId.
1513
+ """
1514
+ return pulumi.get(self, "remote_virtual_network_id")
1515
+
1516
+ @property
1517
+ @pulumi.getter(name="scaleUnits")
1518
+ def scale_units(self) -> Optional[builtins.float]:
1519
+ """
1520
+ Transit Option Params scaleUnits.
1521
+ """
1522
+ return pulumi.get(self, "scale_units")
1523
+
1524
+
1525
+ @pulumi.output_type
1526
+ class TransitOptionResponse(dict):
1527
+ """
1528
+ TransitOption Properties
1529
+ """
1530
+ def __init__(__self__, *,
1531
+ params: Optional['outputs.TransitOptionParamsResponse'] = None,
1532
+ type: Optional[builtins.str] = None):
1533
+ """
1534
+ TransitOption Properties
1535
+ :param 'TransitOptionParamsResponse' params: Transit Option Params
1536
+ :param builtins.str type: Transit Option Type.
1537
+ """
1538
+ if params is not None:
1539
+ pulumi.set(__self__, "params", params)
1540
+ if type is not None:
1541
+ pulumi.set(__self__, "type", type)
1542
+
1543
+ @property
1544
+ @pulumi.getter
1545
+ def params(self) -> Optional['outputs.TransitOptionParamsResponse']:
1546
+ """
1547
+ Transit Option Params
1548
+ """
1549
+ return pulumi.get(self, "params")
1550
+
1551
+ @property
1552
+ @pulumi.getter
1553
+ def type(self) -> Optional[builtins.str]:
1554
+ """
1555
+ Transit Option Type.
1556
+ """
1557
+ return pulumi.get(self, "type")
1558
+
1559
+
1560
+ @pulumi.output_type
1561
+ class UserAssignedIdentityResponse(dict):
1562
+ """
1563
+ User assigned identity properties
1564
+ """
1565
+ @staticmethod
1566
+ def __key_warning(key: str):
1567
+ suggest = None
1568
+ if key == "clientId":
1569
+ suggest = "client_id"
1570
+ elif key == "principalId":
1571
+ suggest = "principal_id"
1572
+
1573
+ if suggest:
1574
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1575
+
1576
+ def __getitem__(self, key: str) -> Any:
1577
+ UserAssignedIdentityResponse.__key_warning(key)
1578
+ return super().__getitem__(key)
1579
+
1580
+ def get(self, key: str, default = None) -> Any:
1581
+ UserAssignedIdentityResponse.__key_warning(key)
1582
+ return super().get(key, default)
1583
+
1584
+ def __init__(__self__, *,
1585
+ client_id: builtins.str,
1586
+ principal_id: builtins.str):
1587
+ """
1588
+ User assigned identity properties
1589
+ :param builtins.str client_id: The client ID of the assigned identity.
1590
+ :param builtins.str principal_id: The principal ID of the assigned identity.
1591
+ """
1592
+ pulumi.set(__self__, "client_id", client_id)
1593
+ pulumi.set(__self__, "principal_id", principal_id)
1594
+
1595
+ @property
1596
+ @pulumi.getter(name="clientId")
1597
+ def client_id(self) -> builtins.str:
1598
+ """
1599
+ The client ID of the assigned identity.
1600
+ """
1601
+ return pulumi.get(self, "client_id")
1602
+
1603
+ @property
1604
+ @pulumi.getter(name="principalId")
1605
+ def principal_id(self) -> builtins.str:
1606
+ """
1607
+ The principal ID of the assigned identity.
1608
+ """
1609
+ return pulumi.get(self, "principal_id")
1610
+
1611
+