pulumi-azure-native 2.58.0a1724403460__py3-none-any.whl → 2.59.0a1724845184__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 (236) hide show
  1. pulumi_azure_native/__init__.py +65 -2
  2. pulumi_azure_native/azurefleet/_enums.py +1 -1
  3. pulumi_azure_native/azurefleet/v20231101preview/_enums.py +1 -1
  4. pulumi_azure_native/azurefleet/v20240501preview/_enums.py +1 -1
  5. pulumi_azure_native/consumption/__init__.py +3 -0
  6. pulumi_azure_native/consumption/budget.py +3 -3
  7. pulumi_azure_native/consumption/get_budget.py +2 -2
  8. pulumi_azure_native/consumption/v20230501/budget.py +1 -1
  9. pulumi_azure_native/consumption/v20231101/budget.py +1 -1
  10. pulumi_azure_native/consumption/v20240801/__init__.py +12 -0
  11. pulumi_azure_native/consumption/v20240801/_enums.py +99 -0
  12. pulumi_azure_native/consumption/v20240801/_inputs.py +466 -0
  13. pulumi_azure_native/consumption/v20240801/budget.py +388 -0
  14. pulumi_azure_native/consumption/v20240801/get_budget.py +227 -0
  15. pulumi_azure_native/consumption/v20240801/outputs.py +418 -0
  16. pulumi_azure_native/containerservice/v20240402preview/_inputs.py +3 -3
  17. pulumi_azure_native/containerservice/v20240402preview/outputs.py +2 -2
  18. pulumi_azure_native/containerservice/v20240502preview/_inputs.py +3 -3
  19. pulumi_azure_native/containerservice/v20240502preview/outputs.py +2 -2
  20. pulumi_azure_native/containerservice/v20240602preview/_inputs.py +3 -3
  21. pulumi_azure_native/containerservice/v20240602preview/outputs.py +2 -2
  22. pulumi_azure_native/databricks/__init__.py +3 -0
  23. pulumi_azure_native/databricks/access_connector.py +3 -3
  24. pulumi_azure_native/databricks/get_access_connector.py +2 -2
  25. pulumi_azure_native/databricks/get_private_endpoint_connection.py +2 -2
  26. pulumi_azure_native/databricks/get_workspace.py +2 -2
  27. pulumi_azure_native/databricks/private_endpoint_connection.py +3 -3
  28. pulumi_azure_native/databricks/v20220401preview/access_connector.py +1 -1
  29. pulumi_azure_native/databricks/v20230201/private_endpoint_connection.py +1 -1
  30. pulumi_azure_native/databricks/v20230201/v_net_peering.py +1 -1
  31. pulumi_azure_native/databricks/v20230201/workspace.py +1 -1
  32. pulumi_azure_native/databricks/v20230501/access_connector.py +1 -1
  33. pulumi_azure_native/databricks/v20230915preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/databricks/v20230915preview/v_net_peering.py +1 -1
  35. pulumi_azure_native/databricks/v20230915preview/workspace.py +1 -1
  36. pulumi_azure_native/databricks/v20240501/access_connector.py +1 -1
  37. pulumi_azure_native/databricks/v20240501/private_endpoint_connection.py +1 -1
  38. pulumi_azure_native/databricks/v20240501/v_net_peering.py +1 -1
  39. pulumi_azure_native/databricks/v20240501/workspace.py +1 -1
  40. pulumi_azure_native/databricks/v20240901preview/__init__.py +18 -0
  41. pulumi_azure_native/databricks/v20240901preview/_enums.py +122 -0
  42. pulumi_azure_native/databricks/v20240901preview/_inputs.py +1712 -0
  43. pulumi_azure_native/databricks/v20240901preview/access_connector.py +268 -0
  44. pulumi_azure_native/databricks/v20240901preview/get_access_connector.py +175 -0
  45. pulumi_azure_native/databricks/v20240901preview/get_private_endpoint_connection.py +128 -0
  46. pulumi_azure_native/databricks/v20240901preview/get_v_net_peering.py +245 -0
  47. pulumi_azure_native/databricks/v20240901preview/get_workspace.py +448 -0
  48. pulumi_azure_native/databricks/v20240901preview/outputs.py +1954 -0
  49. pulumi_azure_native/databricks/v20240901preview/private_endpoint_connection.py +212 -0
  50. pulumi_azure_native/databricks/v20240901preview/v_net_peering.py +434 -0
  51. pulumi_azure_native/databricks/v20240901preview/workspace.py +688 -0
  52. pulumi_azure_native/databricks/v_net_peering.py +1 -1
  53. pulumi_azure_native/databricks/workspace.py +3 -3
  54. pulumi_azure_native/hybridconnectivity/__init__.py +3 -0
  55. pulumi_azure_native/hybridconnectivity/endpoint.py +3 -3
  56. pulumi_azure_native/hybridconnectivity/get_endpoint.py +2 -2
  57. pulumi_azure_native/hybridconnectivity/get_service_configuration.py +4 -0
  58. pulumi_azure_native/hybridconnectivity/list_endpoint_credentials.py +2 -2
  59. pulumi_azure_native/hybridconnectivity/list_endpoint_ingress_gateway_credentials.py +4 -0
  60. pulumi_azure_native/hybridconnectivity/list_endpoint_managed_proxy_details.py +2 -2
  61. pulumi_azure_native/hybridconnectivity/service_configuration.py +5 -1
  62. pulumi_azure_native/hybridconnectivity/v20220501preview/endpoint.py +1 -1
  63. pulumi_azure_native/hybridconnectivity/v20230315/endpoint.py +1 -1
  64. pulumi_azure_native/hybridconnectivity/v20230315/service_configuration.py +1 -1
  65. pulumi_azure_native/hybridconnectivity/v20241201/__init__.py +17 -0
  66. pulumi_azure_native/hybridconnectivity/v20241201/_enums.py +37 -0
  67. pulumi_azure_native/hybridconnectivity/v20241201/_inputs.py +79 -0
  68. pulumi_azure_native/hybridconnectivity/v20241201/endpoint.py +374 -0
  69. pulumi_azure_native/hybridconnectivity/v20241201/get_endpoint.py +214 -0
  70. pulumi_azure_native/hybridconnectivity/v20241201/get_service_configuration.py +258 -0
  71. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_credentials.py +159 -0
  72. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_ingress_gateway_credentials.py +198 -0
  73. pulumi_azure_native/hybridconnectivity/v20241201/list_endpoint_managed_proxy_details.py +112 -0
  74. pulumi_azure_native/hybridconnectivity/v20241201/outputs.py +196 -0
  75. pulumi_azure_native/hybridconnectivity/v20241201/service_configuration.py +463 -0
  76. pulumi_azure_native/iotoperations/v20240815preview/_enums.py +2 -2
  77. pulumi_azure_native/iotoperations/v20240815preview/_inputs.py +19 -22
  78. pulumi_azure_native/iotoperations/v20240815preview/outputs.py +11 -14
  79. pulumi_azure_native/networkcloud/__init__.py +5 -0
  80. pulumi_azure_native/networkcloud/_inputs.py +52 -0
  81. pulumi_azure_native/networkcloud/agent_pool.py +3 -3
  82. pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
  83. pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
  84. pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
  85. pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
  86. pulumi_azure_native/networkcloud/cluster.py +3 -3
  87. pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
  88. pulumi_azure_native/networkcloud/console.py +3 -3
  89. pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
  90. pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
  91. pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
  92. pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
  93. pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
  94. pulumi_azure_native/networkcloud/get_cluster.py +2 -2
  95. pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
  96. pulumi_azure_native/networkcloud/get_console.py +2 -2
  97. pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
  98. pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +244 -0
  99. pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
  100. pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
  101. pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
  102. pulumi_azure_native/networkcloud/get_rack.py +2 -2
  103. pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
  104. pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
  105. pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
  106. pulumi_azure_native/networkcloud/get_volume.py +2 -2
  107. pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
  108. pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +338 -0
  109. pulumi_azure_native/networkcloud/l2_network.py +3 -3
  110. pulumi_azure_native/networkcloud/l3_network.py +3 -3
  111. pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
  112. pulumi_azure_native/networkcloud/outputs.py +30 -0
  113. pulumi_azure_native/networkcloud/rack.py +3 -3
  114. pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
  115. pulumi_azure_native/networkcloud/trunked_network.py +3 -3
  116. pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
  117. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
  118. pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
  119. pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
  120. pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
  121. pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
  122. pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
  123. pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
  124. pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
  125. pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
  126. pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
  127. pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
  128. pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
  129. pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
  130. pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
  131. pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
  132. pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
  133. pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
  134. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
  135. pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
  136. pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
  137. pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
  138. pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
  139. pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
  140. pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
  141. pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
  142. pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
  143. pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
  144. pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
  145. pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
  146. pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
  147. pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
  148. pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
  149. pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
  150. pulumi_azure_native/networkcloud/v20240601preview/__init__.py +46 -0
  151. pulumi_azure_native/networkcloud/v20240601preview/_enums.py +327 -0
  152. pulumi_azure_native/networkcloud/v20240601preview/_inputs.py +3436 -0
  153. pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +610 -0
  154. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +795 -0
  155. pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +507 -0
  156. pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +448 -0
  157. pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +417 -0
  158. pulumi_azure_native/networkcloud/v20240601preview/cluster.py +830 -0
  159. pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +452 -0
  160. pulumi_azure_native/networkcloud/v20240601preview/console.py +417 -0
  161. pulumi_azure_native/networkcloud/v20240601preview/get_agent_pool.py +346 -0
  162. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine.py +575 -0
  163. pulumi_azure_native/networkcloud/v20240601preview/get_bare_metal_machine_key_set.py +307 -0
  164. pulumi_azure_native/networkcloud/v20240601preview/get_bmc_key_set.py +281 -0
  165. pulumi_azure_native/networkcloud/v20240601preview/get_cloud_services_network.py +308 -0
  166. pulumi_azure_native/networkcloud/v20240601preview/get_cluster.py +524 -0
  167. pulumi_azure_native/networkcloud/v20240601preview/get_cluster_manager.py +289 -0
  168. pulumi_azure_native/networkcloud/v20240601preview/get_console.py +268 -0
  169. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster.py +380 -0
  170. pulumi_azure_native/networkcloud/v20240601preview/get_kubernetes_cluster_feature.py +242 -0
  171. pulumi_azure_native/networkcloud/v20240601preview/get_l2_network.py +289 -0
  172. pulumi_azure_native/networkcloud/v20240601preview/get_l3_network.py +356 -0
  173. pulumi_azure_native/networkcloud/v20240601preview/get_metrics_configuration.py +242 -0
  174. pulumi_azure_native/networkcloud/v20240601preview/get_rack.py +263 -0
  175. pulumi_azure_native/networkcloud/v20240601preview/get_storage_appliance.py +393 -0
  176. pulumi_azure_native/networkcloud/v20240601preview/get_trunked_network.py +302 -0
  177. pulumi_azure_native/networkcloud/v20240601preview/get_virtual_machine.py +471 -0
  178. pulumi_azure_native/networkcloud/v20240601preview/get_volume.py +237 -0
  179. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +564 -0
  180. pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +336 -0
  181. pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +419 -0
  182. pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +581 -0
  183. pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +376 -0
  184. pulumi_azure_native/networkcloud/v20240601preview/outputs.py +4231 -0
  185. pulumi_azure_native/networkcloud/v20240601preview/rack.py +416 -0
  186. pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +536 -0
  187. pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +449 -0
  188. pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +823 -0
  189. pulumi_azure_native/networkcloud/v20240601preview/volume.py +336 -0
  190. pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
  191. pulumi_azure_native/networkcloud/volume.py +3 -3
  192. pulumi_azure_native/pulumi-plugin.json +1 -1
  193. pulumi_azure_native/security/__init__.py +0 -2
  194. pulumi_azure_native/security/_inputs.py +0 -536
  195. pulumi_azure_native/security/outputs.py +0 -465
  196. pulumi_azure_native/security/v20200101/__init__.py +0 -2
  197. pulumi_azure_native/security/v20200101/_inputs.py +0 -536
  198. pulumi_azure_native/security/v20200101/outputs.py +0 -465
  199. pulumi_azure_native/workloads/__init__.py +3 -0
  200. pulumi_azure_native/workloads/sap_application_server_instance.py +1 -1
  201. pulumi_azure_native/workloads/sap_central_instance.py +1 -1
  202. pulumi_azure_native/workloads/sap_database_instance.py +1 -1
  203. pulumi_azure_native/workloads/sap_virtual_instance.py +1 -1
  204. pulumi_azure_native/workloads/v20211201preview/sap_application_server_instance.py +1 -1
  205. pulumi_azure_native/workloads/v20230401/sap_application_server_instance.py +1 -1
  206. pulumi_azure_native/workloads/v20230401/sap_central_instance.py +1 -1
  207. pulumi_azure_native/workloads/v20230401/sap_database_instance.py +1 -1
  208. pulumi_azure_native/workloads/v20230401/sap_virtual_instance.py +1 -1
  209. pulumi_azure_native/workloads/v20231001preview/sap_application_server_instance.py +1 -1
  210. pulumi_azure_native/workloads/v20231001preview/sap_central_instance.py +1 -1
  211. pulumi_azure_native/workloads/v20231001preview/sap_database_instance.py +1 -1
  212. pulumi_azure_native/workloads/v20231001preview/sap_virtual_instance.py +1 -1
  213. pulumi_azure_native/workloads/v20240901/__init__.py +22 -0
  214. pulumi_azure_native/workloads/v20240901/_enums.py +242 -0
  215. pulumi_azure_native/workloads/v20240901/_inputs.py +3277 -0
  216. pulumi_azure_native/workloads/v20240901/get_sap_application_server_instance.py +362 -0
  217. pulumi_azure_native/workloads/v20240901/get_sap_central_server_instance.py +336 -0
  218. pulumi_azure_native/workloads/v20240901/get_sap_database_instance.py +271 -0
  219. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance.py +292 -0
  220. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_availability_zone_details.py +95 -0
  221. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_disk_configurations.py +110 -0
  222. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sap_supported_sku.py +110 -0
  223. pulumi_azure_native/workloads/v20240901/get_sap_virtual_instance_sizing_recommendations.py +124 -0
  224. pulumi_azure_native/workloads/v20240901/outputs.py +3879 -0
  225. pulumi_azure_native/workloads/v20240901/sap_application_server_instance.py +408 -0
  226. pulumi_azure_native/workloads/v20240901/sap_central_server_instance.py +388 -0
  227. pulumi_azure_native/workloads/v20240901/sap_database_instance.py +338 -0
  228. pulumi_azure_native/workloads/v20240901/sap_virtual_instance.py +456 -0
  229. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/METADATA +1 -1
  230. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/RECORD +232 -149
  231. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/WHEEL +1 -1
  232. pulumi_azure_native/security/adaptive_application_control.py +0 -311
  233. pulumi_azure_native/security/get_adaptive_application_control.py +0 -221
  234. pulumi_azure_native/security/v20200101/adaptive_application_control.py +0 -305
  235. pulumi_azure_native/security/v20200101/get_adaptive_application_control.py +0 -215
  236. {pulumi_azure_native-2.58.0a1724403460.dist-info → pulumi_azure_native-2.59.0a1724845184.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1954 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from ... import _utilities
16
+ from . import outputs
17
+ from ._enums import *
18
+
19
+ __all__ = [
20
+ 'AccessConnectorPropertiesResponse',
21
+ 'AddressSpaceResponse',
22
+ 'AutomaticClusterUpdateDefinitionResponse',
23
+ 'ComplianceSecurityProfileDefinitionResponse',
24
+ 'CreatedByResponse',
25
+ 'DefaultCatalogPropertiesResponse',
26
+ 'EncryptionEntitiesDefinitionResponse',
27
+ 'EncryptionResponse',
28
+ 'EncryptionV2Response',
29
+ 'EncryptionV2ResponseKeyVaultProperties',
30
+ 'EnhancedSecurityComplianceDefinitionResponse',
31
+ 'EnhancedSecurityMonitoringDefinitionResponse',
32
+ 'ManagedDiskEncryptionResponse',
33
+ 'ManagedDiskEncryptionResponseKeyVaultProperties',
34
+ 'ManagedIdentityConfigurationResponse',
35
+ 'ManagedServiceIdentityResponse',
36
+ 'PrivateEndpointConnectionPropertiesResponse',
37
+ 'PrivateEndpointConnectionResponse',
38
+ 'PrivateEndpointResponse',
39
+ 'PrivateLinkServiceConnectionStateResponse',
40
+ 'SkuResponse',
41
+ 'SystemDataResponse',
42
+ 'UserAssignedIdentityResponse',
43
+ 'VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork',
44
+ 'VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork',
45
+ 'WorkspaceCustomBooleanParameterResponse',
46
+ 'WorkspaceCustomObjectParameterResponse',
47
+ 'WorkspaceCustomParametersResponse',
48
+ 'WorkspaceCustomStringParameterResponse',
49
+ 'WorkspaceEncryptionParameterResponse',
50
+ 'WorkspaceNoPublicIPBooleanParameterResponse',
51
+ 'WorkspacePropertiesResponseAccessConnector',
52
+ 'WorkspacePropertiesResponseEncryption',
53
+ 'WorkspaceProviderAuthorizationResponse',
54
+ ]
55
+
56
+ @pulumi.output_type
57
+ class AccessConnectorPropertiesResponse(dict):
58
+ @staticmethod
59
+ def __key_warning(key: str):
60
+ suggest = None
61
+ if key == "provisioningState":
62
+ suggest = "provisioning_state"
63
+ elif key == "referedBy":
64
+ suggest = "refered_by"
65
+
66
+ if suggest:
67
+ pulumi.log.warn(f"Key '{key}' not found in AccessConnectorPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
68
+
69
+ def __getitem__(self, key: str) -> Any:
70
+ AccessConnectorPropertiesResponse.__key_warning(key)
71
+ return super().__getitem__(key)
72
+
73
+ def get(self, key: str, default = None) -> Any:
74
+ AccessConnectorPropertiesResponse.__key_warning(key)
75
+ return super().get(key, default)
76
+
77
+ def __init__(__self__, *,
78
+ provisioning_state: str,
79
+ refered_by: Sequence[str]):
80
+ """
81
+ :param str provisioning_state: Provisioning status of the Access Connector.
82
+ :param Sequence[str] refered_by: List of workspaces referring this Access Connector.
83
+ """
84
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
85
+ pulumi.set(__self__, "refered_by", refered_by)
86
+
87
+ @property
88
+ @pulumi.getter(name="provisioningState")
89
+ def provisioning_state(self) -> str:
90
+ """
91
+ Provisioning status of the Access Connector.
92
+ """
93
+ return pulumi.get(self, "provisioning_state")
94
+
95
+ @property
96
+ @pulumi.getter(name="referedBy")
97
+ def refered_by(self) -> Sequence[str]:
98
+ """
99
+ List of workspaces referring this Access Connector.
100
+ """
101
+ return pulumi.get(self, "refered_by")
102
+
103
+
104
+ @pulumi.output_type
105
+ class AddressSpaceResponse(dict):
106
+ """
107
+ AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
108
+ """
109
+ @staticmethod
110
+ def __key_warning(key: str):
111
+ suggest = None
112
+ if key == "addressPrefixes":
113
+ suggest = "address_prefixes"
114
+
115
+ if suggest:
116
+ pulumi.log.warn(f"Key '{key}' not found in AddressSpaceResponse. Access the value via the '{suggest}' property getter instead.")
117
+
118
+ def __getitem__(self, key: str) -> Any:
119
+ AddressSpaceResponse.__key_warning(key)
120
+ return super().__getitem__(key)
121
+
122
+ def get(self, key: str, default = None) -> Any:
123
+ AddressSpaceResponse.__key_warning(key)
124
+ return super().get(key, default)
125
+
126
+ def __init__(__self__, *,
127
+ address_prefixes: Optional[Sequence[str]] = None):
128
+ """
129
+ AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
130
+ :param Sequence[str] address_prefixes: A list of address blocks reserved for this virtual network in CIDR notation.
131
+ """
132
+ if address_prefixes is not None:
133
+ pulumi.set(__self__, "address_prefixes", address_prefixes)
134
+
135
+ @property
136
+ @pulumi.getter(name="addressPrefixes")
137
+ def address_prefixes(self) -> Optional[Sequence[str]]:
138
+ """
139
+ A list of address blocks reserved for this virtual network in CIDR notation.
140
+ """
141
+ return pulumi.get(self, "address_prefixes")
142
+
143
+
144
+ @pulumi.output_type
145
+ class AutomaticClusterUpdateDefinitionResponse(dict):
146
+ """
147
+ Status of automated cluster updates feature.
148
+ """
149
+ def __init__(__self__, *,
150
+ value: Optional[str] = None):
151
+ """
152
+ Status of automated cluster updates feature.
153
+ """
154
+ if value is not None:
155
+ pulumi.set(__self__, "value", value)
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def value(self) -> Optional[str]:
160
+ return pulumi.get(self, "value")
161
+
162
+
163
+ @pulumi.output_type
164
+ class ComplianceSecurityProfileDefinitionResponse(dict):
165
+ """
166
+ Status of Compliance Security Profile feature.
167
+ """
168
+ @staticmethod
169
+ def __key_warning(key: str):
170
+ suggest = None
171
+ if key == "complianceStandards":
172
+ suggest = "compliance_standards"
173
+
174
+ if suggest:
175
+ pulumi.log.warn(f"Key '{key}' not found in ComplianceSecurityProfileDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
176
+
177
+ def __getitem__(self, key: str) -> Any:
178
+ ComplianceSecurityProfileDefinitionResponse.__key_warning(key)
179
+ return super().__getitem__(key)
180
+
181
+ def get(self, key: str, default = None) -> Any:
182
+ ComplianceSecurityProfileDefinitionResponse.__key_warning(key)
183
+ return super().get(key, default)
184
+
185
+ def __init__(__self__, *,
186
+ compliance_standards: Optional[Sequence[str]] = None,
187
+ value: Optional[str] = None):
188
+ """
189
+ Status of Compliance Security Profile feature.
190
+ :param Sequence[str] compliance_standards: Compliance standards associated with the workspace.
191
+ """
192
+ if compliance_standards is not None:
193
+ pulumi.set(__self__, "compliance_standards", compliance_standards)
194
+ if value is not None:
195
+ pulumi.set(__self__, "value", value)
196
+
197
+ @property
198
+ @pulumi.getter(name="complianceStandards")
199
+ def compliance_standards(self) -> Optional[Sequence[str]]:
200
+ """
201
+ Compliance standards associated with the workspace.
202
+ """
203
+ return pulumi.get(self, "compliance_standards")
204
+
205
+ @property
206
+ @pulumi.getter
207
+ def value(self) -> Optional[str]:
208
+ return pulumi.get(self, "value")
209
+
210
+
211
+ @pulumi.output_type
212
+ class CreatedByResponse(dict):
213
+ """
214
+ Provides details of the entity that created/updated the workspace.
215
+ """
216
+ @staticmethod
217
+ def __key_warning(key: str):
218
+ suggest = None
219
+ if key == "applicationId":
220
+ suggest = "application_id"
221
+
222
+ if suggest:
223
+ pulumi.log.warn(f"Key '{key}' not found in CreatedByResponse. Access the value via the '{suggest}' property getter instead.")
224
+
225
+ def __getitem__(self, key: str) -> Any:
226
+ CreatedByResponse.__key_warning(key)
227
+ return super().__getitem__(key)
228
+
229
+ def get(self, key: str, default = None) -> Any:
230
+ CreatedByResponse.__key_warning(key)
231
+ return super().get(key, default)
232
+
233
+ def __init__(__self__, *,
234
+ application_id: str,
235
+ oid: str,
236
+ puid: str):
237
+ """
238
+ Provides details of the entity that created/updated the workspace.
239
+ :param str application_id: The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
240
+ :param str oid: The Object ID that created the workspace.
241
+ :param str puid: The Personal Object ID corresponding to the object ID above
242
+ """
243
+ pulumi.set(__self__, "application_id", application_id)
244
+ pulumi.set(__self__, "oid", oid)
245
+ pulumi.set(__self__, "puid", puid)
246
+
247
+ @property
248
+ @pulumi.getter(name="applicationId")
249
+ def application_id(self) -> str:
250
+ """
251
+ The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.
252
+ """
253
+ return pulumi.get(self, "application_id")
254
+
255
+ @property
256
+ @pulumi.getter
257
+ def oid(self) -> str:
258
+ """
259
+ The Object ID that created the workspace.
260
+ """
261
+ return pulumi.get(self, "oid")
262
+
263
+ @property
264
+ @pulumi.getter
265
+ def puid(self) -> str:
266
+ """
267
+ The Personal Object ID corresponding to the object ID above
268
+ """
269
+ return pulumi.get(self, "puid")
270
+
271
+
272
+ @pulumi.output_type
273
+ class DefaultCatalogPropertiesResponse(dict):
274
+ """
275
+ These properties lets user specify default catalog properties during workspace creation.
276
+ """
277
+ @staticmethod
278
+ def __key_warning(key: str):
279
+ suggest = None
280
+ if key == "initialName":
281
+ suggest = "initial_name"
282
+ elif key == "initialType":
283
+ suggest = "initial_type"
284
+
285
+ if suggest:
286
+ pulumi.log.warn(f"Key '{key}' not found in DefaultCatalogPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
287
+
288
+ def __getitem__(self, key: str) -> Any:
289
+ DefaultCatalogPropertiesResponse.__key_warning(key)
290
+ return super().__getitem__(key)
291
+
292
+ def get(self, key: str, default = None) -> Any:
293
+ DefaultCatalogPropertiesResponse.__key_warning(key)
294
+ return super().get(key, default)
295
+
296
+ def __init__(__self__, *,
297
+ initial_name: Optional[str] = None,
298
+ initial_type: Optional[str] = None):
299
+ """
300
+ These properties lets user specify default catalog properties during workspace creation.
301
+ :param str initial_name: Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
302
+ :param str initial_type: Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
303
+ """
304
+ if initial_name is not None:
305
+ pulumi.set(__self__, "initial_name", initial_name)
306
+ if initial_type is None:
307
+ initial_type = 'HiveMetastore'
308
+ if initial_type is not None:
309
+ pulumi.set(__self__, "initial_type", initial_type)
310
+
311
+ @property
312
+ @pulumi.getter(name="initialName")
313
+ def initial_name(self) -> Optional[str]:
314
+ """
315
+ Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.
316
+ """
317
+ return pulumi.get(self, "initial_name")
318
+
319
+ @property
320
+ @pulumi.getter(name="initialType")
321
+ def initial_type(self) -> Optional[str]:
322
+ """
323
+ Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog
324
+ """
325
+ return pulumi.get(self, "initial_type")
326
+
327
+
328
+ @pulumi.output_type
329
+ class EncryptionEntitiesDefinitionResponse(dict):
330
+ """
331
+ Encryption entities for databricks workspace resource.
332
+ """
333
+ @staticmethod
334
+ def __key_warning(key: str):
335
+ suggest = None
336
+ if key == "managedDisk":
337
+ suggest = "managed_disk"
338
+ elif key == "managedServices":
339
+ suggest = "managed_services"
340
+
341
+ if suggest:
342
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionEntitiesDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
343
+
344
+ def __getitem__(self, key: str) -> Any:
345
+ EncryptionEntitiesDefinitionResponse.__key_warning(key)
346
+ return super().__getitem__(key)
347
+
348
+ def get(self, key: str, default = None) -> Any:
349
+ EncryptionEntitiesDefinitionResponse.__key_warning(key)
350
+ return super().get(key, default)
351
+
352
+ def __init__(__self__, *,
353
+ managed_disk: Optional['outputs.ManagedDiskEncryptionResponse'] = None,
354
+ managed_services: Optional['outputs.EncryptionV2Response'] = None):
355
+ """
356
+ Encryption entities for databricks workspace resource.
357
+ :param 'ManagedDiskEncryptionResponse' managed_disk: Encryption properties for the databricks managed disks.
358
+ :param 'EncryptionV2Response' managed_services: Encryption properties for the databricks managed services.
359
+ """
360
+ if managed_disk is not None:
361
+ pulumi.set(__self__, "managed_disk", managed_disk)
362
+ if managed_services is not None:
363
+ pulumi.set(__self__, "managed_services", managed_services)
364
+
365
+ @property
366
+ @pulumi.getter(name="managedDisk")
367
+ def managed_disk(self) -> Optional['outputs.ManagedDiskEncryptionResponse']:
368
+ """
369
+ Encryption properties for the databricks managed disks.
370
+ """
371
+ return pulumi.get(self, "managed_disk")
372
+
373
+ @property
374
+ @pulumi.getter(name="managedServices")
375
+ def managed_services(self) -> Optional['outputs.EncryptionV2Response']:
376
+ """
377
+ Encryption properties for the databricks managed services.
378
+ """
379
+ return pulumi.get(self, "managed_services")
380
+
381
+
382
+ @pulumi.output_type
383
+ class EncryptionResponse(dict):
384
+ """
385
+ The object that contains details of encryption used on the workspace.
386
+ """
387
+ @staticmethod
388
+ def __key_warning(key: str):
389
+ suggest = None
390
+ if key == "keyName":
391
+ suggest = "key_name"
392
+ elif key == "keySource":
393
+ suggest = "key_source"
394
+ elif key == "keyVaultUri":
395
+ suggest = "key_vault_uri"
396
+ elif key == "keyVersion":
397
+ suggest = "key_version"
398
+
399
+ if suggest:
400
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
401
+
402
+ def __getitem__(self, key: str) -> Any:
403
+ EncryptionResponse.__key_warning(key)
404
+ return super().__getitem__(key)
405
+
406
+ def get(self, key: str, default = None) -> Any:
407
+ EncryptionResponse.__key_warning(key)
408
+ return super().get(key, default)
409
+
410
+ def __init__(__self__, *,
411
+ key_name: Optional[str] = None,
412
+ key_source: Optional[str] = None,
413
+ key_vault_uri: Optional[str] = None,
414
+ key_version: Optional[str] = None):
415
+ """
416
+ The object that contains details of encryption used on the workspace.
417
+ :param str key_name: The name of KeyVault key.
418
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
419
+ :param str key_vault_uri: The Uri of KeyVault.
420
+ :param str key_version: The version of KeyVault key.
421
+ """
422
+ if key_name is not None:
423
+ pulumi.set(__self__, "key_name", key_name)
424
+ if key_source is None:
425
+ key_source = 'Default'
426
+ if key_source is not None:
427
+ pulumi.set(__self__, "key_source", key_source)
428
+ if key_vault_uri is not None:
429
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
430
+ if key_version is not None:
431
+ pulumi.set(__self__, "key_version", key_version)
432
+
433
+ @property
434
+ @pulumi.getter(name="keyName")
435
+ def key_name(self) -> Optional[str]:
436
+ """
437
+ The name of KeyVault key.
438
+ """
439
+ return pulumi.get(self, "key_name")
440
+
441
+ @property
442
+ @pulumi.getter(name="keySource")
443
+ def key_source(self) -> Optional[str]:
444
+ """
445
+ The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault
446
+ """
447
+ return pulumi.get(self, "key_source")
448
+
449
+ @property
450
+ @pulumi.getter(name="keyVaultUri")
451
+ def key_vault_uri(self) -> Optional[str]:
452
+ """
453
+ The Uri of KeyVault.
454
+ """
455
+ return pulumi.get(self, "key_vault_uri")
456
+
457
+ @property
458
+ @pulumi.getter(name="keyVersion")
459
+ def key_version(self) -> Optional[str]:
460
+ """
461
+ The version of KeyVault key.
462
+ """
463
+ return pulumi.get(self, "key_version")
464
+
465
+
466
+ @pulumi.output_type
467
+ class EncryptionV2Response(dict):
468
+ """
469
+ The object that contains details of encryption used on the workspace.
470
+ """
471
+ @staticmethod
472
+ def __key_warning(key: str):
473
+ suggest = None
474
+ if key == "keySource":
475
+ suggest = "key_source"
476
+ elif key == "keyVaultProperties":
477
+ suggest = "key_vault_properties"
478
+
479
+ if suggest:
480
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionV2Response. Access the value via the '{suggest}' property getter instead.")
481
+
482
+ def __getitem__(self, key: str) -> Any:
483
+ EncryptionV2Response.__key_warning(key)
484
+ return super().__getitem__(key)
485
+
486
+ def get(self, key: str, default = None) -> Any:
487
+ EncryptionV2Response.__key_warning(key)
488
+ return super().get(key, default)
489
+
490
+ def __init__(__self__, *,
491
+ key_source: str,
492
+ key_vault_properties: Optional['outputs.EncryptionV2ResponseKeyVaultProperties'] = None):
493
+ """
494
+ The object that contains details of encryption used on the workspace.
495
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
496
+ :param 'EncryptionV2ResponseKeyVaultProperties' key_vault_properties: Key Vault input properties for encryption.
497
+ """
498
+ pulumi.set(__self__, "key_source", key_source)
499
+ if key_vault_properties is not None:
500
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
501
+
502
+ @property
503
+ @pulumi.getter(name="keySource")
504
+ def key_source(self) -> str:
505
+ """
506
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
507
+ """
508
+ return pulumi.get(self, "key_source")
509
+
510
+ @property
511
+ @pulumi.getter(name="keyVaultProperties")
512
+ def key_vault_properties(self) -> Optional['outputs.EncryptionV2ResponseKeyVaultProperties']:
513
+ """
514
+ Key Vault input properties for encryption.
515
+ """
516
+ return pulumi.get(self, "key_vault_properties")
517
+
518
+
519
+ @pulumi.output_type
520
+ class EncryptionV2ResponseKeyVaultProperties(dict):
521
+ """
522
+ Key Vault input properties for encryption.
523
+ """
524
+ @staticmethod
525
+ def __key_warning(key: str):
526
+ suggest = None
527
+ if key == "keyName":
528
+ suggest = "key_name"
529
+ elif key == "keyVaultUri":
530
+ suggest = "key_vault_uri"
531
+ elif key == "keyVersion":
532
+ suggest = "key_version"
533
+
534
+ if suggest:
535
+ pulumi.log.warn(f"Key '{key}' not found in EncryptionV2ResponseKeyVaultProperties. Access the value via the '{suggest}' property getter instead.")
536
+
537
+ def __getitem__(self, key: str) -> Any:
538
+ EncryptionV2ResponseKeyVaultProperties.__key_warning(key)
539
+ return super().__getitem__(key)
540
+
541
+ def get(self, key: str, default = None) -> Any:
542
+ EncryptionV2ResponseKeyVaultProperties.__key_warning(key)
543
+ return super().get(key, default)
544
+
545
+ def __init__(__self__, *,
546
+ key_name: str,
547
+ key_vault_uri: str,
548
+ key_version: str):
549
+ """
550
+ Key Vault input properties for encryption.
551
+ :param str key_name: The name of KeyVault key.
552
+ :param str key_vault_uri: The Uri of KeyVault.
553
+ :param str key_version: The version of KeyVault key.
554
+ """
555
+ pulumi.set(__self__, "key_name", key_name)
556
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
557
+ pulumi.set(__self__, "key_version", key_version)
558
+
559
+ @property
560
+ @pulumi.getter(name="keyName")
561
+ def key_name(self) -> str:
562
+ """
563
+ The name of KeyVault key.
564
+ """
565
+ return pulumi.get(self, "key_name")
566
+
567
+ @property
568
+ @pulumi.getter(name="keyVaultUri")
569
+ def key_vault_uri(self) -> str:
570
+ """
571
+ The Uri of KeyVault.
572
+ """
573
+ return pulumi.get(self, "key_vault_uri")
574
+
575
+ @property
576
+ @pulumi.getter(name="keyVersion")
577
+ def key_version(self) -> str:
578
+ """
579
+ The version of KeyVault key.
580
+ """
581
+ return pulumi.get(self, "key_version")
582
+
583
+
584
+ @pulumi.output_type
585
+ class EnhancedSecurityComplianceDefinitionResponse(dict):
586
+ """
587
+ Status of settings related to the Enhanced Security and Compliance Add-On.
588
+ """
589
+ @staticmethod
590
+ def __key_warning(key: str):
591
+ suggest = None
592
+ if key == "automaticClusterUpdate":
593
+ suggest = "automatic_cluster_update"
594
+ elif key == "complianceSecurityProfile":
595
+ suggest = "compliance_security_profile"
596
+ elif key == "enhancedSecurityMonitoring":
597
+ suggest = "enhanced_security_monitoring"
598
+
599
+ if suggest:
600
+ pulumi.log.warn(f"Key '{key}' not found in EnhancedSecurityComplianceDefinitionResponse. Access the value via the '{suggest}' property getter instead.")
601
+
602
+ def __getitem__(self, key: str) -> Any:
603
+ EnhancedSecurityComplianceDefinitionResponse.__key_warning(key)
604
+ return super().__getitem__(key)
605
+
606
+ def get(self, key: str, default = None) -> Any:
607
+ EnhancedSecurityComplianceDefinitionResponse.__key_warning(key)
608
+ return super().get(key, default)
609
+
610
+ def __init__(__self__, *,
611
+ automatic_cluster_update: Optional['outputs.AutomaticClusterUpdateDefinitionResponse'] = None,
612
+ compliance_security_profile: Optional['outputs.ComplianceSecurityProfileDefinitionResponse'] = None,
613
+ enhanced_security_monitoring: Optional['outputs.EnhancedSecurityMonitoringDefinitionResponse'] = None):
614
+ """
615
+ Status of settings related to the Enhanced Security and Compliance Add-On.
616
+ :param 'AutomaticClusterUpdateDefinitionResponse' automatic_cluster_update: Status of automated cluster updates feature.
617
+ :param 'ComplianceSecurityProfileDefinitionResponse' compliance_security_profile: Status of Compliance Security Profile feature.
618
+ :param 'EnhancedSecurityMonitoringDefinitionResponse' enhanced_security_monitoring: Status of Enhanced Security Monitoring feature.
619
+ """
620
+ if automatic_cluster_update is not None:
621
+ pulumi.set(__self__, "automatic_cluster_update", automatic_cluster_update)
622
+ if compliance_security_profile is not None:
623
+ pulumi.set(__self__, "compliance_security_profile", compliance_security_profile)
624
+ if enhanced_security_monitoring is not None:
625
+ pulumi.set(__self__, "enhanced_security_monitoring", enhanced_security_monitoring)
626
+
627
+ @property
628
+ @pulumi.getter(name="automaticClusterUpdate")
629
+ def automatic_cluster_update(self) -> Optional['outputs.AutomaticClusterUpdateDefinitionResponse']:
630
+ """
631
+ Status of automated cluster updates feature.
632
+ """
633
+ return pulumi.get(self, "automatic_cluster_update")
634
+
635
+ @property
636
+ @pulumi.getter(name="complianceSecurityProfile")
637
+ def compliance_security_profile(self) -> Optional['outputs.ComplianceSecurityProfileDefinitionResponse']:
638
+ """
639
+ Status of Compliance Security Profile feature.
640
+ """
641
+ return pulumi.get(self, "compliance_security_profile")
642
+
643
+ @property
644
+ @pulumi.getter(name="enhancedSecurityMonitoring")
645
+ def enhanced_security_monitoring(self) -> Optional['outputs.EnhancedSecurityMonitoringDefinitionResponse']:
646
+ """
647
+ Status of Enhanced Security Monitoring feature.
648
+ """
649
+ return pulumi.get(self, "enhanced_security_monitoring")
650
+
651
+
652
+ @pulumi.output_type
653
+ class EnhancedSecurityMonitoringDefinitionResponse(dict):
654
+ """
655
+ Status of Enhanced Security Monitoring feature.
656
+ """
657
+ def __init__(__self__, *,
658
+ value: Optional[str] = None):
659
+ """
660
+ Status of Enhanced Security Monitoring feature.
661
+ """
662
+ if value is not None:
663
+ pulumi.set(__self__, "value", value)
664
+
665
+ @property
666
+ @pulumi.getter
667
+ def value(self) -> Optional[str]:
668
+ return pulumi.get(self, "value")
669
+
670
+
671
+ @pulumi.output_type
672
+ class ManagedDiskEncryptionResponse(dict):
673
+ """
674
+ The object that contains details of encryption used on the workspace.
675
+ """
676
+ @staticmethod
677
+ def __key_warning(key: str):
678
+ suggest = None
679
+ if key == "keySource":
680
+ suggest = "key_source"
681
+ elif key == "keyVaultProperties":
682
+ suggest = "key_vault_properties"
683
+ elif key == "rotationToLatestKeyVersionEnabled":
684
+ suggest = "rotation_to_latest_key_version_enabled"
685
+
686
+ if suggest:
687
+ pulumi.log.warn(f"Key '{key}' not found in ManagedDiskEncryptionResponse. Access the value via the '{suggest}' property getter instead.")
688
+
689
+ def __getitem__(self, key: str) -> Any:
690
+ ManagedDiskEncryptionResponse.__key_warning(key)
691
+ return super().__getitem__(key)
692
+
693
+ def get(self, key: str, default = None) -> Any:
694
+ ManagedDiskEncryptionResponse.__key_warning(key)
695
+ return super().get(key, default)
696
+
697
+ def __init__(__self__, *,
698
+ key_source: str,
699
+ key_vault_properties: 'outputs.ManagedDiskEncryptionResponseKeyVaultProperties',
700
+ rotation_to_latest_key_version_enabled: Optional[bool] = None):
701
+ """
702
+ The object that contains details of encryption used on the workspace.
703
+ :param str key_source: The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
704
+ :param 'ManagedDiskEncryptionResponseKeyVaultProperties' key_vault_properties: Key Vault input properties for encryption.
705
+ :param bool rotation_to_latest_key_version_enabled: Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
706
+ """
707
+ pulumi.set(__self__, "key_source", key_source)
708
+ pulumi.set(__self__, "key_vault_properties", key_vault_properties)
709
+ if rotation_to_latest_key_version_enabled is not None:
710
+ pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
711
+
712
+ @property
713
+ @pulumi.getter(name="keySource")
714
+ def key_source(self) -> str:
715
+ """
716
+ The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
717
+ """
718
+ return pulumi.get(self, "key_source")
719
+
720
+ @property
721
+ @pulumi.getter(name="keyVaultProperties")
722
+ def key_vault_properties(self) -> 'outputs.ManagedDiskEncryptionResponseKeyVaultProperties':
723
+ """
724
+ Key Vault input properties for encryption.
725
+ """
726
+ return pulumi.get(self, "key_vault_properties")
727
+
728
+ @property
729
+ @pulumi.getter(name="rotationToLatestKeyVersionEnabled")
730
+ def rotation_to_latest_key_version_enabled(self) -> Optional[bool]:
731
+ """
732
+ Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
733
+ """
734
+ return pulumi.get(self, "rotation_to_latest_key_version_enabled")
735
+
736
+
737
+ @pulumi.output_type
738
+ class ManagedDiskEncryptionResponseKeyVaultProperties(dict):
739
+ """
740
+ Key Vault input properties for encryption.
741
+ """
742
+ @staticmethod
743
+ def __key_warning(key: str):
744
+ suggest = None
745
+ if key == "keyName":
746
+ suggest = "key_name"
747
+ elif key == "keyVaultUri":
748
+ suggest = "key_vault_uri"
749
+ elif key == "keyVersion":
750
+ suggest = "key_version"
751
+
752
+ if suggest:
753
+ pulumi.log.warn(f"Key '{key}' not found in ManagedDiskEncryptionResponseKeyVaultProperties. Access the value via the '{suggest}' property getter instead.")
754
+
755
+ def __getitem__(self, key: str) -> Any:
756
+ ManagedDiskEncryptionResponseKeyVaultProperties.__key_warning(key)
757
+ return super().__getitem__(key)
758
+
759
+ def get(self, key: str, default = None) -> Any:
760
+ ManagedDiskEncryptionResponseKeyVaultProperties.__key_warning(key)
761
+ return super().get(key, default)
762
+
763
+ def __init__(__self__, *,
764
+ key_name: str,
765
+ key_vault_uri: str,
766
+ key_version: str):
767
+ """
768
+ Key Vault input properties for encryption.
769
+ :param str key_name: The name of KeyVault key.
770
+ :param str key_vault_uri: The URI of KeyVault.
771
+ :param str key_version: The version of KeyVault key.
772
+ """
773
+ pulumi.set(__self__, "key_name", key_name)
774
+ pulumi.set(__self__, "key_vault_uri", key_vault_uri)
775
+ pulumi.set(__self__, "key_version", key_version)
776
+
777
+ @property
778
+ @pulumi.getter(name="keyName")
779
+ def key_name(self) -> str:
780
+ """
781
+ The name of KeyVault key.
782
+ """
783
+ return pulumi.get(self, "key_name")
784
+
785
+ @property
786
+ @pulumi.getter(name="keyVaultUri")
787
+ def key_vault_uri(self) -> str:
788
+ """
789
+ The URI of KeyVault.
790
+ """
791
+ return pulumi.get(self, "key_vault_uri")
792
+
793
+ @property
794
+ @pulumi.getter(name="keyVersion")
795
+ def key_version(self) -> str:
796
+ """
797
+ The version of KeyVault key.
798
+ """
799
+ return pulumi.get(self, "key_version")
800
+
801
+
802
+ @pulumi.output_type
803
+ class ManagedIdentityConfigurationResponse(dict):
804
+ """
805
+ The Managed Identity details for storage account.
806
+ """
807
+ @staticmethod
808
+ def __key_warning(key: str):
809
+ suggest = None
810
+ if key == "principalId":
811
+ suggest = "principal_id"
812
+ elif key == "tenantId":
813
+ suggest = "tenant_id"
814
+
815
+ if suggest:
816
+ pulumi.log.warn(f"Key '{key}' not found in ManagedIdentityConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
817
+
818
+ def __getitem__(self, key: str) -> Any:
819
+ ManagedIdentityConfigurationResponse.__key_warning(key)
820
+ return super().__getitem__(key)
821
+
822
+ def get(self, key: str, default = None) -> Any:
823
+ ManagedIdentityConfigurationResponse.__key_warning(key)
824
+ return super().get(key, default)
825
+
826
+ def __init__(__self__, *,
827
+ principal_id: str,
828
+ tenant_id: str,
829
+ type: str):
830
+ """
831
+ The Managed Identity details for storage account.
832
+ :param str principal_id: The objectId of the Managed Identity that is linked to the Managed Storage account.
833
+ :param str tenant_id: The tenant Id where the Managed Identity is created.
834
+ :param str type: The type of Identity created. It can be either SystemAssigned or UserAssigned.
835
+ """
836
+ pulumi.set(__self__, "principal_id", principal_id)
837
+ pulumi.set(__self__, "tenant_id", tenant_id)
838
+ pulumi.set(__self__, "type", type)
839
+
840
+ @property
841
+ @pulumi.getter(name="principalId")
842
+ def principal_id(self) -> str:
843
+ """
844
+ The objectId of the Managed Identity that is linked to the Managed Storage account.
845
+ """
846
+ return pulumi.get(self, "principal_id")
847
+
848
+ @property
849
+ @pulumi.getter(name="tenantId")
850
+ def tenant_id(self) -> str:
851
+ """
852
+ The tenant Id where the Managed Identity is created.
853
+ """
854
+ return pulumi.get(self, "tenant_id")
855
+
856
+ @property
857
+ @pulumi.getter
858
+ def type(self) -> str:
859
+ """
860
+ The type of Identity created. It can be either SystemAssigned or UserAssigned.
861
+ """
862
+ return pulumi.get(self, "type")
863
+
864
+
865
+ @pulumi.output_type
866
+ class ManagedServiceIdentityResponse(dict):
867
+ """
868
+ Managed service identity (system assigned and/or user assigned identities)
869
+ """
870
+ @staticmethod
871
+ def __key_warning(key: str):
872
+ suggest = None
873
+ if key == "principalId":
874
+ suggest = "principal_id"
875
+ elif key == "tenantId":
876
+ suggest = "tenant_id"
877
+ elif key == "userAssignedIdentities":
878
+ suggest = "user_assigned_identities"
879
+
880
+ if suggest:
881
+ pulumi.log.warn(f"Key '{key}' not found in ManagedServiceIdentityResponse. Access the value via the '{suggest}' property getter instead.")
882
+
883
+ def __getitem__(self, key: str) -> Any:
884
+ ManagedServiceIdentityResponse.__key_warning(key)
885
+ return super().__getitem__(key)
886
+
887
+ def get(self, key: str, default = None) -> Any:
888
+ ManagedServiceIdentityResponse.__key_warning(key)
889
+ return super().get(key, default)
890
+
891
+ def __init__(__self__, *,
892
+ principal_id: str,
893
+ tenant_id: str,
894
+ type: str,
895
+ user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
896
+ """
897
+ Managed service identity (system assigned and/or user assigned identities)
898
+ :param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
899
+ :param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
900
+ :param str type: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
901
+ :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.
902
+ """
903
+ pulumi.set(__self__, "principal_id", principal_id)
904
+ pulumi.set(__self__, "tenant_id", tenant_id)
905
+ pulumi.set(__self__, "type", type)
906
+ if user_assigned_identities is not None:
907
+ pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
908
+
909
+ @property
910
+ @pulumi.getter(name="principalId")
911
+ def principal_id(self) -> str:
912
+ """
913
+ The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
914
+ """
915
+ return pulumi.get(self, "principal_id")
916
+
917
+ @property
918
+ @pulumi.getter(name="tenantId")
919
+ def tenant_id(self) -> str:
920
+ """
921
+ The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
922
+ """
923
+ return pulumi.get(self, "tenant_id")
924
+
925
+ @property
926
+ @pulumi.getter
927
+ def type(self) -> str:
928
+ """
929
+ Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
930
+ """
931
+ return pulumi.get(self, "type")
932
+
933
+ @property
934
+ @pulumi.getter(name="userAssignedIdentities")
935
+ def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
936
+ """
937
+ 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.
938
+ """
939
+ return pulumi.get(self, "user_assigned_identities")
940
+
941
+
942
+ @pulumi.output_type
943
+ class PrivateEndpointConnectionPropertiesResponse(dict):
944
+ """
945
+ The properties of a private endpoint connection
946
+ """
947
+ @staticmethod
948
+ def __key_warning(key: str):
949
+ suggest = None
950
+ if key == "privateLinkServiceConnectionState":
951
+ suggest = "private_link_service_connection_state"
952
+ elif key == "provisioningState":
953
+ suggest = "provisioning_state"
954
+ elif key == "groupIds":
955
+ suggest = "group_ids"
956
+ elif key == "privateEndpoint":
957
+ suggest = "private_endpoint"
958
+
959
+ if suggest:
960
+ pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
961
+
962
+ def __getitem__(self, key: str) -> Any:
963
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
964
+ return super().__getitem__(key)
965
+
966
+ def get(self, key: str, default = None) -> Any:
967
+ PrivateEndpointConnectionPropertiesResponse.__key_warning(key)
968
+ return super().get(key, default)
969
+
970
+ def __init__(__self__, *,
971
+ private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
972
+ provisioning_state: str,
973
+ group_ids: Optional[Sequence[str]] = None,
974
+ private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
975
+ """
976
+ The properties of a private endpoint connection
977
+ :param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: Private endpoint connection state
978
+ :param str provisioning_state: Provisioning state of the private endpoint connection.
979
+ :param Sequence[str] group_ids: GroupIds from the private link service resource.
980
+ :param 'PrivateEndpointResponse' private_endpoint: Private endpoint
981
+ """
982
+ pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
983
+ pulumi.set(__self__, "provisioning_state", provisioning_state)
984
+ if group_ids is not None:
985
+ pulumi.set(__self__, "group_ids", group_ids)
986
+ if private_endpoint is not None:
987
+ pulumi.set(__self__, "private_endpoint", private_endpoint)
988
+
989
+ @property
990
+ @pulumi.getter(name="privateLinkServiceConnectionState")
991
+ def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
992
+ """
993
+ Private endpoint connection state
994
+ """
995
+ return pulumi.get(self, "private_link_service_connection_state")
996
+
997
+ @property
998
+ @pulumi.getter(name="provisioningState")
999
+ def provisioning_state(self) -> str:
1000
+ """
1001
+ Provisioning state of the private endpoint connection.
1002
+ """
1003
+ return pulumi.get(self, "provisioning_state")
1004
+
1005
+ @property
1006
+ @pulumi.getter(name="groupIds")
1007
+ def group_ids(self) -> Optional[Sequence[str]]:
1008
+ """
1009
+ GroupIds from the private link service resource.
1010
+ """
1011
+ return pulumi.get(self, "group_ids")
1012
+
1013
+ @property
1014
+ @pulumi.getter(name="privateEndpoint")
1015
+ def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
1016
+ """
1017
+ Private endpoint
1018
+ """
1019
+ return pulumi.get(self, "private_endpoint")
1020
+
1021
+
1022
+ @pulumi.output_type
1023
+ class PrivateEndpointConnectionResponse(dict):
1024
+ """
1025
+ The private endpoint connection of a workspace
1026
+ """
1027
+ def __init__(__self__, *,
1028
+ id: str,
1029
+ name: str,
1030
+ properties: 'outputs.PrivateEndpointConnectionPropertiesResponse',
1031
+ type: str):
1032
+ """
1033
+ The private endpoint connection of a workspace
1034
+ :param str id: The resource identifier.
1035
+ :param str name: The resource name.
1036
+ :param 'PrivateEndpointConnectionPropertiesResponse' properties: The private endpoint connection properties.
1037
+ :param str type: The resource type.
1038
+ """
1039
+ pulumi.set(__self__, "id", id)
1040
+ pulumi.set(__self__, "name", name)
1041
+ pulumi.set(__self__, "properties", properties)
1042
+ pulumi.set(__self__, "type", type)
1043
+
1044
+ @property
1045
+ @pulumi.getter
1046
+ def id(self) -> str:
1047
+ """
1048
+ The resource identifier.
1049
+ """
1050
+ return pulumi.get(self, "id")
1051
+
1052
+ @property
1053
+ @pulumi.getter
1054
+ def name(self) -> str:
1055
+ """
1056
+ The resource name.
1057
+ """
1058
+ return pulumi.get(self, "name")
1059
+
1060
+ @property
1061
+ @pulumi.getter
1062
+ def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
1063
+ """
1064
+ The private endpoint connection properties.
1065
+ """
1066
+ return pulumi.get(self, "properties")
1067
+
1068
+ @property
1069
+ @pulumi.getter
1070
+ def type(self) -> str:
1071
+ """
1072
+ The resource type.
1073
+ """
1074
+ return pulumi.get(self, "type")
1075
+
1076
+
1077
+ @pulumi.output_type
1078
+ class PrivateEndpointResponse(dict):
1079
+ """
1080
+ The private endpoint property of a private endpoint connection
1081
+ """
1082
+ def __init__(__self__, *,
1083
+ id: str):
1084
+ """
1085
+ The private endpoint property of a private endpoint connection
1086
+ :param str id: The resource identifier.
1087
+ """
1088
+ pulumi.set(__self__, "id", id)
1089
+
1090
+ @property
1091
+ @pulumi.getter
1092
+ def id(self) -> str:
1093
+ """
1094
+ The resource identifier.
1095
+ """
1096
+ return pulumi.get(self, "id")
1097
+
1098
+
1099
+ @pulumi.output_type
1100
+ class PrivateLinkServiceConnectionStateResponse(dict):
1101
+ """
1102
+ The current state of a private endpoint connection
1103
+ """
1104
+ @staticmethod
1105
+ def __key_warning(key: str):
1106
+ suggest = None
1107
+ if key == "actionsRequired":
1108
+ suggest = "actions_required"
1109
+
1110
+ if suggest:
1111
+ pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
1112
+
1113
+ def __getitem__(self, key: str) -> Any:
1114
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1115
+ return super().__getitem__(key)
1116
+
1117
+ def get(self, key: str, default = None) -> Any:
1118
+ PrivateLinkServiceConnectionStateResponse.__key_warning(key)
1119
+ return super().get(key, default)
1120
+
1121
+ def __init__(__self__, *,
1122
+ status: str,
1123
+ actions_required: Optional[str] = None,
1124
+ description: Optional[str] = None):
1125
+ """
1126
+ The current state of a private endpoint connection
1127
+ :param str status: The status of a private endpoint connection
1128
+ :param str actions_required: Actions required for a private endpoint connection
1129
+ :param str description: The description for the current state of a private endpoint connection
1130
+ """
1131
+ pulumi.set(__self__, "status", status)
1132
+ if actions_required is not None:
1133
+ pulumi.set(__self__, "actions_required", actions_required)
1134
+ if description is not None:
1135
+ pulumi.set(__self__, "description", description)
1136
+
1137
+ @property
1138
+ @pulumi.getter
1139
+ def status(self) -> str:
1140
+ """
1141
+ The status of a private endpoint connection
1142
+ """
1143
+ return pulumi.get(self, "status")
1144
+
1145
+ @property
1146
+ @pulumi.getter(name="actionsRequired")
1147
+ def actions_required(self) -> Optional[str]:
1148
+ """
1149
+ Actions required for a private endpoint connection
1150
+ """
1151
+ return pulumi.get(self, "actions_required")
1152
+
1153
+ @property
1154
+ @pulumi.getter
1155
+ def description(self) -> Optional[str]:
1156
+ """
1157
+ The description for the current state of a private endpoint connection
1158
+ """
1159
+ return pulumi.get(self, "description")
1160
+
1161
+
1162
+ @pulumi.output_type
1163
+ class SkuResponse(dict):
1164
+ """
1165
+ SKU for the resource.
1166
+ """
1167
+ def __init__(__self__, *,
1168
+ name: str,
1169
+ tier: Optional[str] = None):
1170
+ """
1171
+ SKU for the resource.
1172
+ :param str name: The SKU name.
1173
+ :param str tier: The SKU tier.
1174
+ """
1175
+ pulumi.set(__self__, "name", name)
1176
+ if tier is not None:
1177
+ pulumi.set(__self__, "tier", tier)
1178
+
1179
+ @property
1180
+ @pulumi.getter
1181
+ def name(self) -> str:
1182
+ """
1183
+ The SKU name.
1184
+ """
1185
+ return pulumi.get(self, "name")
1186
+
1187
+ @property
1188
+ @pulumi.getter
1189
+ def tier(self) -> Optional[str]:
1190
+ """
1191
+ The SKU tier.
1192
+ """
1193
+ return pulumi.get(self, "tier")
1194
+
1195
+
1196
+ @pulumi.output_type
1197
+ class SystemDataResponse(dict):
1198
+ """
1199
+ Metadata pertaining to creation and last modification of the resource.
1200
+ """
1201
+ @staticmethod
1202
+ def __key_warning(key: str):
1203
+ suggest = None
1204
+ if key == "createdAt":
1205
+ suggest = "created_at"
1206
+ elif key == "createdBy":
1207
+ suggest = "created_by"
1208
+ elif key == "createdByType":
1209
+ suggest = "created_by_type"
1210
+ elif key == "lastModifiedAt":
1211
+ suggest = "last_modified_at"
1212
+ elif key == "lastModifiedBy":
1213
+ suggest = "last_modified_by"
1214
+ elif key == "lastModifiedByType":
1215
+ suggest = "last_modified_by_type"
1216
+
1217
+ if suggest:
1218
+ pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
1219
+
1220
+ def __getitem__(self, key: str) -> Any:
1221
+ SystemDataResponse.__key_warning(key)
1222
+ return super().__getitem__(key)
1223
+
1224
+ def get(self, key: str, default = None) -> Any:
1225
+ SystemDataResponse.__key_warning(key)
1226
+ return super().get(key, default)
1227
+
1228
+ def __init__(__self__, *,
1229
+ created_at: Optional[str] = None,
1230
+ created_by: Optional[str] = None,
1231
+ created_by_type: Optional[str] = None,
1232
+ last_modified_at: Optional[str] = None,
1233
+ last_modified_by: Optional[str] = None,
1234
+ last_modified_by_type: Optional[str] = None):
1235
+ """
1236
+ Metadata pertaining to creation and last modification of the resource.
1237
+ :param str created_at: The timestamp of resource creation (UTC).
1238
+ :param str created_by: The identity that created the resource.
1239
+ :param str created_by_type: The type of identity that created the resource.
1240
+ :param str last_modified_at: The timestamp of resource last modification (UTC)
1241
+ :param str last_modified_by: The identity that last modified the resource.
1242
+ :param str last_modified_by_type: The type of identity that last modified the resource.
1243
+ """
1244
+ if created_at is not None:
1245
+ pulumi.set(__self__, "created_at", created_at)
1246
+ if created_by is not None:
1247
+ pulumi.set(__self__, "created_by", created_by)
1248
+ if created_by_type is not None:
1249
+ pulumi.set(__self__, "created_by_type", created_by_type)
1250
+ if last_modified_at is not None:
1251
+ pulumi.set(__self__, "last_modified_at", last_modified_at)
1252
+ if last_modified_by is not None:
1253
+ pulumi.set(__self__, "last_modified_by", last_modified_by)
1254
+ if last_modified_by_type is not None:
1255
+ pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
1256
+
1257
+ @property
1258
+ @pulumi.getter(name="createdAt")
1259
+ def created_at(self) -> Optional[str]:
1260
+ """
1261
+ The timestamp of resource creation (UTC).
1262
+ """
1263
+ return pulumi.get(self, "created_at")
1264
+
1265
+ @property
1266
+ @pulumi.getter(name="createdBy")
1267
+ def created_by(self) -> Optional[str]:
1268
+ """
1269
+ The identity that created the resource.
1270
+ """
1271
+ return pulumi.get(self, "created_by")
1272
+
1273
+ @property
1274
+ @pulumi.getter(name="createdByType")
1275
+ def created_by_type(self) -> Optional[str]:
1276
+ """
1277
+ The type of identity that created the resource.
1278
+ """
1279
+ return pulumi.get(self, "created_by_type")
1280
+
1281
+ @property
1282
+ @pulumi.getter(name="lastModifiedAt")
1283
+ def last_modified_at(self) -> Optional[str]:
1284
+ """
1285
+ The timestamp of resource last modification (UTC)
1286
+ """
1287
+ return pulumi.get(self, "last_modified_at")
1288
+
1289
+ @property
1290
+ @pulumi.getter(name="lastModifiedBy")
1291
+ def last_modified_by(self) -> Optional[str]:
1292
+ """
1293
+ The identity that last modified the resource.
1294
+ """
1295
+ return pulumi.get(self, "last_modified_by")
1296
+
1297
+ @property
1298
+ @pulumi.getter(name="lastModifiedByType")
1299
+ def last_modified_by_type(self) -> Optional[str]:
1300
+ """
1301
+ The type of identity that last modified the resource.
1302
+ """
1303
+ return pulumi.get(self, "last_modified_by_type")
1304
+
1305
+
1306
+ @pulumi.output_type
1307
+ class UserAssignedIdentityResponse(dict):
1308
+ """
1309
+ User assigned identity properties
1310
+ """
1311
+ @staticmethod
1312
+ def __key_warning(key: str):
1313
+ suggest = None
1314
+ if key == "clientId":
1315
+ suggest = "client_id"
1316
+ elif key == "principalId":
1317
+ suggest = "principal_id"
1318
+
1319
+ if suggest:
1320
+ pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
1321
+
1322
+ def __getitem__(self, key: str) -> Any:
1323
+ UserAssignedIdentityResponse.__key_warning(key)
1324
+ return super().__getitem__(key)
1325
+
1326
+ def get(self, key: str, default = None) -> Any:
1327
+ UserAssignedIdentityResponse.__key_warning(key)
1328
+ return super().get(key, default)
1329
+
1330
+ def __init__(__self__, *,
1331
+ client_id: str,
1332
+ principal_id: str):
1333
+ """
1334
+ User assigned identity properties
1335
+ :param str client_id: The client ID of the assigned identity.
1336
+ :param str principal_id: The principal ID of the assigned identity.
1337
+ """
1338
+ pulumi.set(__self__, "client_id", client_id)
1339
+ pulumi.set(__self__, "principal_id", principal_id)
1340
+
1341
+ @property
1342
+ @pulumi.getter(name="clientId")
1343
+ def client_id(self) -> str:
1344
+ """
1345
+ The client ID of the assigned identity.
1346
+ """
1347
+ return pulumi.get(self, "client_id")
1348
+
1349
+ @property
1350
+ @pulumi.getter(name="principalId")
1351
+ def principal_id(self) -> str:
1352
+ """
1353
+ The principal ID of the assigned identity.
1354
+ """
1355
+ return pulumi.get(self, "principal_id")
1356
+
1357
+
1358
+ @pulumi.output_type
1359
+ class VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork(dict):
1360
+ """
1361
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1362
+ """
1363
+ def __init__(__self__, *,
1364
+ id: Optional[str] = None):
1365
+ """
1366
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1367
+ :param str id: The Id of the databricks virtual network.
1368
+ """
1369
+ if id is not None:
1370
+ pulumi.set(__self__, "id", id)
1371
+
1372
+ @property
1373
+ @pulumi.getter
1374
+ def id(self) -> Optional[str]:
1375
+ """
1376
+ The Id of the databricks virtual network.
1377
+ """
1378
+ return pulumi.get(self, "id")
1379
+
1380
+
1381
+ @pulumi.output_type
1382
+ class VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork(dict):
1383
+ """
1384
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1385
+ """
1386
+ def __init__(__self__, *,
1387
+ id: Optional[str] = None):
1388
+ """
1389
+ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
1390
+ :param str id: The Id of the remote virtual network.
1391
+ """
1392
+ if id is not None:
1393
+ pulumi.set(__self__, "id", id)
1394
+
1395
+ @property
1396
+ @pulumi.getter
1397
+ def id(self) -> Optional[str]:
1398
+ """
1399
+ The Id of the remote virtual network.
1400
+ """
1401
+ return pulumi.get(self, "id")
1402
+
1403
+
1404
+ @pulumi.output_type
1405
+ class WorkspaceCustomBooleanParameterResponse(dict):
1406
+ """
1407
+ The value which should be used for this field.
1408
+ """
1409
+ def __init__(__self__, *,
1410
+ type: str,
1411
+ value: bool):
1412
+ """
1413
+ The value which should be used for this field.
1414
+ :param str type: The type of variable that this is
1415
+ :param bool value: The value which should be used for this field.
1416
+ """
1417
+ pulumi.set(__self__, "type", type)
1418
+ pulumi.set(__self__, "value", value)
1419
+
1420
+ @property
1421
+ @pulumi.getter
1422
+ def type(self) -> str:
1423
+ """
1424
+ The type of variable that this is
1425
+ """
1426
+ return pulumi.get(self, "type")
1427
+
1428
+ @property
1429
+ @pulumi.getter
1430
+ def value(self) -> bool:
1431
+ """
1432
+ The value which should be used for this field.
1433
+ """
1434
+ return pulumi.get(self, "value")
1435
+
1436
+
1437
+ @pulumi.output_type
1438
+ class WorkspaceCustomObjectParameterResponse(dict):
1439
+ """
1440
+ The value which should be used for this field.
1441
+ """
1442
+ def __init__(__self__, *,
1443
+ type: str,
1444
+ value: Any):
1445
+ """
1446
+ The value which should be used for this field.
1447
+ :param str type: The type of variable that this is
1448
+ :param Any value: The value which should be used for this field.
1449
+ """
1450
+ pulumi.set(__self__, "type", type)
1451
+ pulumi.set(__self__, "value", value)
1452
+
1453
+ @property
1454
+ @pulumi.getter
1455
+ def type(self) -> str:
1456
+ """
1457
+ The type of variable that this is
1458
+ """
1459
+ return pulumi.get(self, "type")
1460
+
1461
+ @property
1462
+ @pulumi.getter
1463
+ def value(self) -> Any:
1464
+ """
1465
+ The value which should be used for this field.
1466
+ """
1467
+ return pulumi.get(self, "value")
1468
+
1469
+
1470
+ @pulumi.output_type
1471
+ class WorkspaceCustomParametersResponse(dict):
1472
+ """
1473
+ Custom Parameters used for Cluster Creation.
1474
+ """
1475
+ @staticmethod
1476
+ def __key_warning(key: str):
1477
+ suggest = None
1478
+ if key == "resourceTags":
1479
+ suggest = "resource_tags"
1480
+ elif key == "amlWorkspaceId":
1481
+ suggest = "aml_workspace_id"
1482
+ elif key == "customPrivateSubnetName":
1483
+ suggest = "custom_private_subnet_name"
1484
+ elif key == "customPublicSubnetName":
1485
+ suggest = "custom_public_subnet_name"
1486
+ elif key == "customVirtualNetworkId":
1487
+ suggest = "custom_virtual_network_id"
1488
+ elif key == "enableNoPublicIp":
1489
+ suggest = "enable_no_public_ip"
1490
+ elif key == "loadBalancerBackendPoolName":
1491
+ suggest = "load_balancer_backend_pool_name"
1492
+ elif key == "loadBalancerId":
1493
+ suggest = "load_balancer_id"
1494
+ elif key == "natGatewayName":
1495
+ suggest = "nat_gateway_name"
1496
+ elif key == "prepareEncryption":
1497
+ suggest = "prepare_encryption"
1498
+ elif key == "publicIpName":
1499
+ suggest = "public_ip_name"
1500
+ elif key == "requireInfrastructureEncryption":
1501
+ suggest = "require_infrastructure_encryption"
1502
+ elif key == "storageAccountName":
1503
+ suggest = "storage_account_name"
1504
+ elif key == "storageAccountSkuName":
1505
+ suggest = "storage_account_sku_name"
1506
+ elif key == "vnetAddressPrefix":
1507
+ suggest = "vnet_address_prefix"
1508
+
1509
+ if suggest:
1510
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceCustomParametersResponse. Access the value via the '{suggest}' property getter instead.")
1511
+
1512
+ def __getitem__(self, key: str) -> Any:
1513
+ WorkspaceCustomParametersResponse.__key_warning(key)
1514
+ return super().__getitem__(key)
1515
+
1516
+ def get(self, key: str, default = None) -> Any:
1517
+ WorkspaceCustomParametersResponse.__key_warning(key)
1518
+ return super().get(key, default)
1519
+
1520
+ def __init__(__self__, *,
1521
+ resource_tags: 'outputs.WorkspaceCustomObjectParameterResponse',
1522
+ aml_workspace_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1523
+ custom_private_subnet_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1524
+ custom_public_subnet_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1525
+ custom_virtual_network_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1526
+ enable_no_public_ip: Optional['outputs.WorkspaceNoPublicIPBooleanParameterResponse'] = None,
1527
+ encryption: Optional['outputs.WorkspaceEncryptionParameterResponse'] = None,
1528
+ load_balancer_backend_pool_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1529
+ load_balancer_id: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1530
+ nat_gateway_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1531
+ prepare_encryption: Optional['outputs.WorkspaceCustomBooleanParameterResponse'] = None,
1532
+ public_ip_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1533
+ require_infrastructure_encryption: Optional['outputs.WorkspaceCustomBooleanParameterResponse'] = None,
1534
+ storage_account_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1535
+ storage_account_sku_name: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None,
1536
+ vnet_address_prefix: Optional['outputs.WorkspaceCustomStringParameterResponse'] = None):
1537
+ """
1538
+ Custom Parameters used for Cluster Creation.
1539
+ :param 'WorkspaceCustomObjectParameterResponse' resource_tags: Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
1540
+ :param 'WorkspaceCustomStringParameterResponse' aml_workspace_id: The ID of a Azure Machine Learning workspace to link with Databricks workspace
1541
+ :param 'WorkspaceCustomStringParameterResponse' custom_private_subnet_name: The name of the Private Subnet within the Virtual Network
1542
+ :param 'WorkspaceCustomStringParameterResponse' custom_public_subnet_name: The name of a Public Subnet within the Virtual Network
1543
+ :param 'WorkspaceCustomStringParameterResponse' custom_virtual_network_id: The ID of a Virtual Network where this Databricks Cluster should be created
1544
+ :param 'WorkspaceNoPublicIPBooleanParameterResponse' enable_no_public_ip: Boolean indicating whether the public IP should be disabled. Default value is true
1545
+ :param 'WorkspaceEncryptionParameterResponse' encryption: Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
1546
+ :param 'WorkspaceCustomStringParameterResponse' load_balancer_backend_pool_name: Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
1547
+ :param 'WorkspaceCustomStringParameterResponse' load_balancer_id: Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
1548
+ :param 'WorkspaceCustomStringParameterResponse' nat_gateway_name: Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
1549
+ :param 'WorkspaceCustomBooleanParameterResponse' prepare_encryption: Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
1550
+ :param 'WorkspaceCustomStringParameterResponse' public_ip_name: Name of the Public IP for No Public IP workspace with managed vNet.
1551
+ :param 'WorkspaceCustomBooleanParameterResponse' require_infrastructure_encryption: A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
1552
+ :param 'WorkspaceCustomStringParameterResponse' storage_account_name: Default DBFS storage account name.
1553
+ :param 'WorkspaceCustomStringParameterResponse' storage_account_sku_name: Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
1554
+ :param 'WorkspaceCustomStringParameterResponse' vnet_address_prefix: Address prefix for Managed virtual network. Default value for this input is 10.139.
1555
+ """
1556
+ pulumi.set(__self__, "resource_tags", resource_tags)
1557
+ if aml_workspace_id is not None:
1558
+ pulumi.set(__self__, "aml_workspace_id", aml_workspace_id)
1559
+ if custom_private_subnet_name is not None:
1560
+ pulumi.set(__self__, "custom_private_subnet_name", custom_private_subnet_name)
1561
+ if custom_public_subnet_name is not None:
1562
+ pulumi.set(__self__, "custom_public_subnet_name", custom_public_subnet_name)
1563
+ if custom_virtual_network_id is not None:
1564
+ pulumi.set(__self__, "custom_virtual_network_id", custom_virtual_network_id)
1565
+ if enable_no_public_ip is not None:
1566
+ pulumi.set(__self__, "enable_no_public_ip", enable_no_public_ip)
1567
+ if encryption is not None:
1568
+ pulumi.set(__self__, "encryption", encryption)
1569
+ if load_balancer_backend_pool_name is not None:
1570
+ pulumi.set(__self__, "load_balancer_backend_pool_name", load_balancer_backend_pool_name)
1571
+ if load_balancer_id is not None:
1572
+ pulumi.set(__self__, "load_balancer_id", load_balancer_id)
1573
+ if nat_gateway_name is not None:
1574
+ pulumi.set(__self__, "nat_gateway_name", nat_gateway_name)
1575
+ if prepare_encryption is not None:
1576
+ pulumi.set(__self__, "prepare_encryption", prepare_encryption)
1577
+ if public_ip_name is not None:
1578
+ pulumi.set(__self__, "public_ip_name", public_ip_name)
1579
+ if require_infrastructure_encryption is not None:
1580
+ pulumi.set(__self__, "require_infrastructure_encryption", require_infrastructure_encryption)
1581
+ if storage_account_name is not None:
1582
+ pulumi.set(__self__, "storage_account_name", storage_account_name)
1583
+ if storage_account_sku_name is not None:
1584
+ pulumi.set(__self__, "storage_account_sku_name", storage_account_sku_name)
1585
+ if vnet_address_prefix is not None:
1586
+ pulumi.set(__self__, "vnet_address_prefix", vnet_address_prefix)
1587
+
1588
+ @property
1589
+ @pulumi.getter(name="resourceTags")
1590
+ def resource_tags(self) -> 'outputs.WorkspaceCustomObjectParameterResponse':
1591
+ """
1592
+ Tags applied to resources under Managed resource group. These can be updated by updating tags at workspace level.
1593
+ """
1594
+ return pulumi.get(self, "resource_tags")
1595
+
1596
+ @property
1597
+ @pulumi.getter(name="amlWorkspaceId")
1598
+ def aml_workspace_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1599
+ """
1600
+ The ID of a Azure Machine Learning workspace to link with Databricks workspace
1601
+ """
1602
+ return pulumi.get(self, "aml_workspace_id")
1603
+
1604
+ @property
1605
+ @pulumi.getter(name="customPrivateSubnetName")
1606
+ def custom_private_subnet_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1607
+ """
1608
+ The name of the Private Subnet within the Virtual Network
1609
+ """
1610
+ return pulumi.get(self, "custom_private_subnet_name")
1611
+
1612
+ @property
1613
+ @pulumi.getter(name="customPublicSubnetName")
1614
+ def custom_public_subnet_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1615
+ """
1616
+ The name of a Public Subnet within the Virtual Network
1617
+ """
1618
+ return pulumi.get(self, "custom_public_subnet_name")
1619
+
1620
+ @property
1621
+ @pulumi.getter(name="customVirtualNetworkId")
1622
+ def custom_virtual_network_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1623
+ """
1624
+ The ID of a Virtual Network where this Databricks Cluster should be created
1625
+ """
1626
+ return pulumi.get(self, "custom_virtual_network_id")
1627
+
1628
+ @property
1629
+ @pulumi.getter(name="enableNoPublicIp")
1630
+ def enable_no_public_ip(self) -> Optional['outputs.WorkspaceNoPublicIPBooleanParameterResponse']:
1631
+ """
1632
+ Boolean indicating whether the public IP should be disabled. Default value is true
1633
+ """
1634
+ return pulumi.get(self, "enable_no_public_ip")
1635
+
1636
+ @property
1637
+ @pulumi.getter
1638
+ def encryption(self) -> Optional['outputs.WorkspaceEncryptionParameterResponse']:
1639
+ """
1640
+ Contains the encryption details for Customer-Managed Key (CMK) enabled workspace.
1641
+ """
1642
+ return pulumi.get(self, "encryption")
1643
+
1644
+ @property
1645
+ @pulumi.getter(name="loadBalancerBackendPoolName")
1646
+ def load_balancer_backend_pool_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1647
+ """
1648
+ Name of the outbound Load Balancer Backend Pool for Secure Cluster Connectivity (No Public IP).
1649
+ """
1650
+ return pulumi.get(self, "load_balancer_backend_pool_name")
1651
+
1652
+ @property
1653
+ @pulumi.getter(name="loadBalancerId")
1654
+ def load_balancer_id(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1655
+ """
1656
+ Resource URI of Outbound Load balancer for Secure Cluster Connectivity (No Public IP) workspace.
1657
+ """
1658
+ return pulumi.get(self, "load_balancer_id")
1659
+
1660
+ @property
1661
+ @pulumi.getter(name="natGatewayName")
1662
+ def nat_gateway_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1663
+ """
1664
+ Name of the NAT gateway for Secure Cluster Connectivity (No Public IP) workspace subnets.
1665
+ """
1666
+ return pulumi.get(self, "nat_gateway_name")
1667
+
1668
+ @property
1669
+ @pulumi.getter(name="prepareEncryption")
1670
+ def prepare_encryption(self) -> Optional['outputs.WorkspaceCustomBooleanParameterResponse']:
1671
+ """
1672
+ Prepare the workspace for encryption. Enables the Managed Identity for managed storage account.
1673
+ """
1674
+ return pulumi.get(self, "prepare_encryption")
1675
+
1676
+ @property
1677
+ @pulumi.getter(name="publicIpName")
1678
+ def public_ip_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1679
+ """
1680
+ Name of the Public IP for No Public IP workspace with managed vNet.
1681
+ """
1682
+ return pulumi.get(self, "public_ip_name")
1683
+
1684
+ @property
1685
+ @pulumi.getter(name="requireInfrastructureEncryption")
1686
+ def require_infrastructure_encryption(self) -> Optional['outputs.WorkspaceCustomBooleanParameterResponse']:
1687
+ """
1688
+ A boolean indicating whether or not the DBFS root file system will be enabled with secondary layer of encryption with platform managed keys for data at rest.
1689
+ """
1690
+ return pulumi.get(self, "require_infrastructure_encryption")
1691
+
1692
+ @property
1693
+ @pulumi.getter(name="storageAccountName")
1694
+ def storage_account_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1695
+ """
1696
+ Default DBFS storage account name.
1697
+ """
1698
+ return pulumi.get(self, "storage_account_name")
1699
+
1700
+ @property
1701
+ @pulumi.getter(name="storageAccountSkuName")
1702
+ def storage_account_sku_name(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1703
+ """
1704
+ Storage account SKU name, ex: Standard_GRS, Standard_LRS. Refer https://aka.ms/storageskus for valid inputs.
1705
+ """
1706
+ return pulumi.get(self, "storage_account_sku_name")
1707
+
1708
+ @property
1709
+ @pulumi.getter(name="vnetAddressPrefix")
1710
+ def vnet_address_prefix(self) -> Optional['outputs.WorkspaceCustomStringParameterResponse']:
1711
+ """
1712
+ Address prefix for Managed virtual network. Default value for this input is 10.139.
1713
+ """
1714
+ return pulumi.get(self, "vnet_address_prefix")
1715
+
1716
+
1717
+ @pulumi.output_type
1718
+ class WorkspaceCustomStringParameterResponse(dict):
1719
+ """
1720
+ The Value.
1721
+ """
1722
+ def __init__(__self__, *,
1723
+ type: str,
1724
+ value: str):
1725
+ """
1726
+ The Value.
1727
+ :param str type: The type of variable that this is
1728
+ :param str value: The value which should be used for this field.
1729
+ """
1730
+ pulumi.set(__self__, "type", type)
1731
+ pulumi.set(__self__, "value", value)
1732
+
1733
+ @property
1734
+ @pulumi.getter
1735
+ def type(self) -> str:
1736
+ """
1737
+ The type of variable that this is
1738
+ """
1739
+ return pulumi.get(self, "type")
1740
+
1741
+ @property
1742
+ @pulumi.getter
1743
+ def value(self) -> str:
1744
+ """
1745
+ The value which should be used for this field.
1746
+ """
1747
+ return pulumi.get(self, "value")
1748
+
1749
+
1750
+ @pulumi.output_type
1751
+ class WorkspaceEncryptionParameterResponse(dict):
1752
+ """
1753
+ The object that contains details of encryption used on the workspace.
1754
+ """
1755
+ def __init__(__self__, *,
1756
+ type: str,
1757
+ value: Optional['outputs.EncryptionResponse'] = None):
1758
+ """
1759
+ The object that contains details of encryption used on the workspace.
1760
+ :param str type: The type of variable that this is
1761
+ :param 'EncryptionResponse' value: The value which should be used for this field.
1762
+ """
1763
+ pulumi.set(__self__, "type", type)
1764
+ if value is not None:
1765
+ pulumi.set(__self__, "value", value)
1766
+
1767
+ @property
1768
+ @pulumi.getter
1769
+ def type(self) -> str:
1770
+ """
1771
+ The type of variable that this is
1772
+ """
1773
+ return pulumi.get(self, "type")
1774
+
1775
+ @property
1776
+ @pulumi.getter
1777
+ def value(self) -> Optional['outputs.EncryptionResponse']:
1778
+ """
1779
+ The value which should be used for this field.
1780
+ """
1781
+ return pulumi.get(self, "value")
1782
+
1783
+
1784
+ @pulumi.output_type
1785
+ class WorkspaceNoPublicIPBooleanParameterResponse(dict):
1786
+ """
1787
+ The value which should be used for this field.
1788
+ """
1789
+ def __init__(__self__, *,
1790
+ type: str,
1791
+ value: bool):
1792
+ """
1793
+ The value which should be used for this field.
1794
+ :param str type: The type of variable that this is
1795
+ :param bool value: The value which should be used for this field.
1796
+ """
1797
+ pulumi.set(__self__, "type", type)
1798
+ pulumi.set(__self__, "value", value)
1799
+
1800
+ @property
1801
+ @pulumi.getter
1802
+ def type(self) -> str:
1803
+ """
1804
+ The type of variable that this is
1805
+ """
1806
+ return pulumi.get(self, "type")
1807
+
1808
+ @property
1809
+ @pulumi.getter
1810
+ def value(self) -> bool:
1811
+ """
1812
+ The value which should be used for this field.
1813
+ """
1814
+ return pulumi.get(self, "value")
1815
+
1816
+
1817
+ @pulumi.output_type
1818
+ class WorkspacePropertiesResponseAccessConnector(dict):
1819
+ """
1820
+ Access Connector Resource that is going to be associated with Databricks Workspace
1821
+ """
1822
+ @staticmethod
1823
+ def __key_warning(key: str):
1824
+ suggest = None
1825
+ if key == "identityType":
1826
+ suggest = "identity_type"
1827
+ elif key == "userAssignedIdentityId":
1828
+ suggest = "user_assigned_identity_id"
1829
+
1830
+ if suggest:
1831
+ pulumi.log.warn(f"Key '{key}' not found in WorkspacePropertiesResponseAccessConnector. Access the value via the '{suggest}' property getter instead.")
1832
+
1833
+ def __getitem__(self, key: str) -> Any:
1834
+ WorkspacePropertiesResponseAccessConnector.__key_warning(key)
1835
+ return super().__getitem__(key)
1836
+
1837
+ def get(self, key: str, default = None) -> Any:
1838
+ WorkspacePropertiesResponseAccessConnector.__key_warning(key)
1839
+ return super().get(key, default)
1840
+
1841
+ def __init__(__self__, *,
1842
+ id: str,
1843
+ identity_type: str,
1844
+ user_assigned_identity_id: Optional[str] = None):
1845
+ """
1846
+ Access Connector Resource that is going to be associated with Databricks Workspace
1847
+ :param str id: The resource ID of Azure Databricks Access Connector Resource.
1848
+ :param str identity_type: The identity type of the Access Connector Resource.
1849
+ :param str user_assigned_identity_id: The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1850
+ """
1851
+ pulumi.set(__self__, "id", id)
1852
+ pulumi.set(__self__, "identity_type", identity_type)
1853
+ if user_assigned_identity_id is not None:
1854
+ pulumi.set(__self__, "user_assigned_identity_id", user_assigned_identity_id)
1855
+
1856
+ @property
1857
+ @pulumi.getter
1858
+ def id(self) -> str:
1859
+ """
1860
+ The resource ID of Azure Databricks Access Connector Resource.
1861
+ """
1862
+ return pulumi.get(self, "id")
1863
+
1864
+ @property
1865
+ @pulumi.getter(name="identityType")
1866
+ def identity_type(self) -> str:
1867
+ """
1868
+ The identity type of the Access Connector Resource.
1869
+ """
1870
+ return pulumi.get(self, "identity_type")
1871
+
1872
+ @property
1873
+ @pulumi.getter(name="userAssignedIdentityId")
1874
+ def user_assigned_identity_id(self) -> Optional[str]:
1875
+ """
1876
+ The resource ID of the User Assigned Identity associated with the Access Connector Resource. This is required for type 'UserAssigned' and not valid for type 'SystemAssigned'.
1877
+ """
1878
+ return pulumi.get(self, "user_assigned_identity_id")
1879
+
1880
+
1881
+ @pulumi.output_type
1882
+ class WorkspacePropertiesResponseEncryption(dict):
1883
+ """
1884
+ Encryption properties for databricks workspace
1885
+ """
1886
+ def __init__(__self__, *,
1887
+ entities: 'outputs.EncryptionEntitiesDefinitionResponse'):
1888
+ """
1889
+ Encryption properties for databricks workspace
1890
+ :param 'EncryptionEntitiesDefinitionResponse' entities: Encryption entities definition for the workspace.
1891
+ """
1892
+ pulumi.set(__self__, "entities", entities)
1893
+
1894
+ @property
1895
+ @pulumi.getter
1896
+ def entities(self) -> 'outputs.EncryptionEntitiesDefinitionResponse':
1897
+ """
1898
+ Encryption entities definition for the workspace.
1899
+ """
1900
+ return pulumi.get(self, "entities")
1901
+
1902
+
1903
+ @pulumi.output_type
1904
+ class WorkspaceProviderAuthorizationResponse(dict):
1905
+ """
1906
+ The workspace provider authorization.
1907
+ """
1908
+ @staticmethod
1909
+ def __key_warning(key: str):
1910
+ suggest = None
1911
+ if key == "principalId":
1912
+ suggest = "principal_id"
1913
+ elif key == "roleDefinitionId":
1914
+ suggest = "role_definition_id"
1915
+
1916
+ if suggest:
1917
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProviderAuthorizationResponse. Access the value via the '{suggest}' property getter instead.")
1918
+
1919
+ def __getitem__(self, key: str) -> Any:
1920
+ WorkspaceProviderAuthorizationResponse.__key_warning(key)
1921
+ return super().__getitem__(key)
1922
+
1923
+ def get(self, key: str, default = None) -> Any:
1924
+ WorkspaceProviderAuthorizationResponse.__key_warning(key)
1925
+ return super().get(key, default)
1926
+
1927
+ def __init__(__self__, *,
1928
+ principal_id: str,
1929
+ role_definition_id: str):
1930
+ """
1931
+ The workspace provider authorization.
1932
+ :param str principal_id: The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1933
+ :param str role_definition_id: The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1934
+ """
1935
+ pulumi.set(__self__, "principal_id", principal_id)
1936
+ pulumi.set(__self__, "role_definition_id", role_definition_id)
1937
+
1938
+ @property
1939
+ @pulumi.getter(name="principalId")
1940
+ def principal_id(self) -> str:
1941
+ """
1942
+ The provider's principal identifier. This is the identity that the provider will use to call ARM to manage the workspace resources.
1943
+ """
1944
+ return pulumi.get(self, "principal_id")
1945
+
1946
+ @property
1947
+ @pulumi.getter(name="roleDefinitionId")
1948
+ def role_definition_id(self) -> str:
1949
+ """
1950
+ The provider's role definition identifier. This role will define all the permissions that the provider must have on the workspace's container resource group. This role definition cannot have permission to delete the resource group.
1951
+ """
1952
+ return pulumi.get(self, "role_definition_id")
1953
+
1954
+