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
@@ -34,22 +34,12 @@ __all__ = [
34
34
  'OnPremiseResourceDetailsArgsDict',
35
35
  'OnPremiseSqlResourceDetailsArgs',
36
36
  'OnPremiseSqlResourceDetailsArgsDict',
37
- 'PathRecommendationArgs',
38
- 'PathRecommendationArgsDict',
39
- 'ProtectionModeArgs',
40
- 'ProtectionModeArgsDict',
41
- 'PublisherInfoArgs',
42
- 'PublisherInfoArgsDict',
43
37
  'SecurityAssessmentMetadataPartnerDataArgs',
44
38
  'SecurityAssessmentMetadataPartnerDataArgsDict',
45
39
  'SecurityAssessmentMetadataPropertiesArgs',
46
40
  'SecurityAssessmentMetadataPropertiesArgsDict',
47
41
  'SecurityAssessmentPartnerDataArgs',
48
42
  'SecurityAssessmentPartnerDataArgsDict',
49
- 'UserRecommendationArgs',
50
- 'UserRecommendationArgsDict',
51
- 'VmRecommendationArgs',
52
- 'VmRecommendationArgsDict',
53
43
  ]
54
44
 
55
45
  MYPY = False
@@ -871,380 +861,6 @@ class OnPremiseSqlResourceDetailsArgs:
871
861
  pulumi.set(self, "workspace_id", value)
872
862
 
873
863
 
874
- if not MYPY:
875
- class PathRecommendationArgsDict(TypedDict):
876
- """
877
- Represents a path that is recommended to be allowed and its properties
878
- """
879
- action: NotRequired[pulumi.Input[str]]
880
- """
881
- The recommendation action of the machine or rule
882
- """
883
- common: NotRequired[pulumi.Input[bool]]
884
- """
885
- Whether the application is commonly run on the machine
886
- """
887
- configuration_status: NotRequired[pulumi.Input[str]]
888
- """
889
- The configuration status of the machines group or machine or rule
890
- """
891
- file_type: NotRequired[pulumi.Input[str]]
892
- """
893
- The type of the file (for Linux files - Executable is used)
894
- """
895
- path: NotRequired[pulumi.Input[str]]
896
- """
897
- The full path of the file, or an identifier of the application
898
- """
899
- publisher_info: NotRequired[pulumi.Input['PublisherInfoArgsDict']]
900
- """
901
- Represents the publisher information of a process/rule
902
- """
903
- type: NotRequired[pulumi.Input[str]]
904
- """
905
- The type of the rule to be allowed
906
- """
907
- user_sids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
908
- usernames: NotRequired[pulumi.Input[Sequence[pulumi.Input['UserRecommendationArgsDict']]]]
909
- elif False:
910
- PathRecommendationArgsDict: TypeAlias = Mapping[str, Any]
911
-
912
- @pulumi.input_type
913
- class PathRecommendationArgs:
914
- def __init__(__self__, *,
915
- action: Optional[pulumi.Input[str]] = None,
916
- common: Optional[pulumi.Input[bool]] = None,
917
- configuration_status: Optional[pulumi.Input[str]] = None,
918
- file_type: Optional[pulumi.Input[str]] = None,
919
- path: Optional[pulumi.Input[str]] = None,
920
- publisher_info: Optional[pulumi.Input['PublisherInfoArgs']] = None,
921
- type: Optional[pulumi.Input[str]] = None,
922
- user_sids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
923
- usernames: Optional[pulumi.Input[Sequence[pulumi.Input['UserRecommendationArgs']]]] = None):
924
- """
925
- Represents a path that is recommended to be allowed and its properties
926
- :param pulumi.Input[str] action: The recommendation action of the machine or rule
927
- :param pulumi.Input[bool] common: Whether the application is commonly run on the machine
928
- :param pulumi.Input[str] configuration_status: The configuration status of the machines group or machine or rule
929
- :param pulumi.Input[str] file_type: The type of the file (for Linux files - Executable is used)
930
- :param pulumi.Input[str] path: The full path of the file, or an identifier of the application
931
- :param pulumi.Input['PublisherInfoArgs'] publisher_info: Represents the publisher information of a process/rule
932
- :param pulumi.Input[str] type: The type of the rule to be allowed
933
- """
934
- if action is not None:
935
- pulumi.set(__self__, "action", action)
936
- if common is not None:
937
- pulumi.set(__self__, "common", common)
938
- if configuration_status is not None:
939
- pulumi.set(__self__, "configuration_status", configuration_status)
940
- if file_type is not None:
941
- pulumi.set(__self__, "file_type", file_type)
942
- if path is not None:
943
- pulumi.set(__self__, "path", path)
944
- if publisher_info is not None:
945
- pulumi.set(__self__, "publisher_info", publisher_info)
946
- if type is not None:
947
- pulumi.set(__self__, "type", type)
948
- if user_sids is not None:
949
- pulumi.set(__self__, "user_sids", user_sids)
950
- if usernames is not None:
951
- pulumi.set(__self__, "usernames", usernames)
952
-
953
- @property
954
- @pulumi.getter
955
- def action(self) -> Optional[pulumi.Input[str]]:
956
- """
957
- The recommendation action of the machine or rule
958
- """
959
- return pulumi.get(self, "action")
960
-
961
- @action.setter
962
- def action(self, value: Optional[pulumi.Input[str]]):
963
- pulumi.set(self, "action", value)
964
-
965
- @property
966
- @pulumi.getter
967
- def common(self) -> Optional[pulumi.Input[bool]]:
968
- """
969
- Whether the application is commonly run on the machine
970
- """
971
- return pulumi.get(self, "common")
972
-
973
- @common.setter
974
- def common(self, value: Optional[pulumi.Input[bool]]):
975
- pulumi.set(self, "common", value)
976
-
977
- @property
978
- @pulumi.getter(name="configurationStatus")
979
- def configuration_status(self) -> Optional[pulumi.Input[str]]:
980
- """
981
- The configuration status of the machines group or machine or rule
982
- """
983
- return pulumi.get(self, "configuration_status")
984
-
985
- @configuration_status.setter
986
- def configuration_status(self, value: Optional[pulumi.Input[str]]):
987
- pulumi.set(self, "configuration_status", value)
988
-
989
- @property
990
- @pulumi.getter(name="fileType")
991
- def file_type(self) -> Optional[pulumi.Input[str]]:
992
- """
993
- The type of the file (for Linux files - Executable is used)
994
- """
995
- return pulumi.get(self, "file_type")
996
-
997
- @file_type.setter
998
- def file_type(self, value: Optional[pulumi.Input[str]]):
999
- pulumi.set(self, "file_type", value)
1000
-
1001
- @property
1002
- @pulumi.getter
1003
- def path(self) -> Optional[pulumi.Input[str]]:
1004
- """
1005
- The full path of the file, or an identifier of the application
1006
- """
1007
- return pulumi.get(self, "path")
1008
-
1009
- @path.setter
1010
- def path(self, value: Optional[pulumi.Input[str]]):
1011
- pulumi.set(self, "path", value)
1012
-
1013
- @property
1014
- @pulumi.getter(name="publisherInfo")
1015
- def publisher_info(self) -> Optional[pulumi.Input['PublisherInfoArgs']]:
1016
- """
1017
- Represents the publisher information of a process/rule
1018
- """
1019
- return pulumi.get(self, "publisher_info")
1020
-
1021
- @publisher_info.setter
1022
- def publisher_info(self, value: Optional[pulumi.Input['PublisherInfoArgs']]):
1023
- pulumi.set(self, "publisher_info", value)
1024
-
1025
- @property
1026
- @pulumi.getter
1027
- def type(self) -> Optional[pulumi.Input[str]]:
1028
- """
1029
- The type of the rule to be allowed
1030
- """
1031
- return pulumi.get(self, "type")
1032
-
1033
- @type.setter
1034
- def type(self, value: Optional[pulumi.Input[str]]):
1035
- pulumi.set(self, "type", value)
1036
-
1037
- @property
1038
- @pulumi.getter(name="userSids")
1039
- def user_sids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1040
- return pulumi.get(self, "user_sids")
1041
-
1042
- @user_sids.setter
1043
- def user_sids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1044
- pulumi.set(self, "user_sids", value)
1045
-
1046
- @property
1047
- @pulumi.getter
1048
- def usernames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['UserRecommendationArgs']]]]:
1049
- return pulumi.get(self, "usernames")
1050
-
1051
- @usernames.setter
1052
- def usernames(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['UserRecommendationArgs']]]]):
1053
- pulumi.set(self, "usernames", value)
1054
-
1055
-
1056
- if not MYPY:
1057
- class ProtectionModeArgsDict(TypedDict):
1058
- """
1059
- The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
1060
- """
1061
- exe: NotRequired[pulumi.Input[str]]
1062
- """
1063
- The application control policy enforcement/protection mode of the machine group
1064
- """
1065
- executable: NotRequired[pulumi.Input[str]]
1066
- """
1067
- The application control policy enforcement/protection mode of the machine group
1068
- """
1069
- msi: NotRequired[pulumi.Input[str]]
1070
- """
1071
- The application control policy enforcement/protection mode of the machine group
1072
- """
1073
- script: NotRequired[pulumi.Input[str]]
1074
- """
1075
- The application control policy enforcement/protection mode of the machine group
1076
- """
1077
- elif False:
1078
- ProtectionModeArgsDict: TypeAlias = Mapping[str, Any]
1079
-
1080
- @pulumi.input_type
1081
- class ProtectionModeArgs:
1082
- def __init__(__self__, *,
1083
- exe: Optional[pulumi.Input[str]] = None,
1084
- executable: Optional[pulumi.Input[str]] = None,
1085
- msi: Optional[pulumi.Input[str]] = None,
1086
- script: Optional[pulumi.Input[str]] = None):
1087
- """
1088
- The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
1089
- :param pulumi.Input[str] exe: The application control policy enforcement/protection mode of the machine group
1090
- :param pulumi.Input[str] executable: The application control policy enforcement/protection mode of the machine group
1091
- :param pulumi.Input[str] msi: The application control policy enforcement/protection mode of the machine group
1092
- :param pulumi.Input[str] script: The application control policy enforcement/protection mode of the machine group
1093
- """
1094
- if exe is not None:
1095
- pulumi.set(__self__, "exe", exe)
1096
- if executable is not None:
1097
- pulumi.set(__self__, "executable", executable)
1098
- if msi is not None:
1099
- pulumi.set(__self__, "msi", msi)
1100
- if script is not None:
1101
- pulumi.set(__self__, "script", script)
1102
-
1103
- @property
1104
- @pulumi.getter
1105
- def exe(self) -> Optional[pulumi.Input[str]]:
1106
- """
1107
- The application control policy enforcement/protection mode of the machine group
1108
- """
1109
- return pulumi.get(self, "exe")
1110
-
1111
- @exe.setter
1112
- def exe(self, value: Optional[pulumi.Input[str]]):
1113
- pulumi.set(self, "exe", value)
1114
-
1115
- @property
1116
- @pulumi.getter
1117
- def executable(self) -> Optional[pulumi.Input[str]]:
1118
- """
1119
- The application control policy enforcement/protection mode of the machine group
1120
- """
1121
- return pulumi.get(self, "executable")
1122
-
1123
- @executable.setter
1124
- def executable(self, value: Optional[pulumi.Input[str]]):
1125
- pulumi.set(self, "executable", value)
1126
-
1127
- @property
1128
- @pulumi.getter
1129
- def msi(self) -> Optional[pulumi.Input[str]]:
1130
- """
1131
- The application control policy enforcement/protection mode of the machine group
1132
- """
1133
- return pulumi.get(self, "msi")
1134
-
1135
- @msi.setter
1136
- def msi(self, value: Optional[pulumi.Input[str]]):
1137
- pulumi.set(self, "msi", value)
1138
-
1139
- @property
1140
- @pulumi.getter
1141
- def script(self) -> Optional[pulumi.Input[str]]:
1142
- """
1143
- The application control policy enforcement/protection mode of the machine group
1144
- """
1145
- return pulumi.get(self, "script")
1146
-
1147
- @script.setter
1148
- def script(self, value: Optional[pulumi.Input[str]]):
1149
- pulumi.set(self, "script", value)
1150
-
1151
-
1152
- if not MYPY:
1153
- class PublisherInfoArgsDict(TypedDict):
1154
- """
1155
- Represents the publisher information of a process/rule
1156
- """
1157
- binary_name: NotRequired[pulumi.Input[str]]
1158
- """
1159
- The "OriginalName" field taken from the file's version resource
1160
- """
1161
- product_name: NotRequired[pulumi.Input[str]]
1162
- """
1163
- The product name taken from the file's version resource
1164
- """
1165
- publisher_name: NotRequired[pulumi.Input[str]]
1166
- """
1167
- The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
1168
- """
1169
- version: NotRequired[pulumi.Input[str]]
1170
- """
1171
- The binary file version taken from the file's version resource
1172
- """
1173
- elif False:
1174
- PublisherInfoArgsDict: TypeAlias = Mapping[str, Any]
1175
-
1176
- @pulumi.input_type
1177
- class PublisherInfoArgs:
1178
- def __init__(__self__, *,
1179
- binary_name: Optional[pulumi.Input[str]] = None,
1180
- product_name: Optional[pulumi.Input[str]] = None,
1181
- publisher_name: Optional[pulumi.Input[str]] = None,
1182
- version: Optional[pulumi.Input[str]] = None):
1183
- """
1184
- Represents the publisher information of a process/rule
1185
- :param pulumi.Input[str] binary_name: The "OriginalName" field taken from the file's version resource
1186
- :param pulumi.Input[str] product_name: The product name taken from the file's version resource
1187
- :param pulumi.Input[str] publisher_name: The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
1188
- :param pulumi.Input[str] version: The binary file version taken from the file's version resource
1189
- """
1190
- if binary_name is not None:
1191
- pulumi.set(__self__, "binary_name", binary_name)
1192
- if product_name is not None:
1193
- pulumi.set(__self__, "product_name", product_name)
1194
- if publisher_name is not None:
1195
- pulumi.set(__self__, "publisher_name", publisher_name)
1196
- if version is not None:
1197
- pulumi.set(__self__, "version", version)
1198
-
1199
- @property
1200
- @pulumi.getter(name="binaryName")
1201
- def binary_name(self) -> Optional[pulumi.Input[str]]:
1202
- """
1203
- The "OriginalName" field taken from the file's version resource
1204
- """
1205
- return pulumi.get(self, "binary_name")
1206
-
1207
- @binary_name.setter
1208
- def binary_name(self, value: Optional[pulumi.Input[str]]):
1209
- pulumi.set(self, "binary_name", value)
1210
-
1211
- @property
1212
- @pulumi.getter(name="productName")
1213
- def product_name(self) -> Optional[pulumi.Input[str]]:
1214
- """
1215
- The product name taken from the file's version resource
1216
- """
1217
- return pulumi.get(self, "product_name")
1218
-
1219
- @product_name.setter
1220
- def product_name(self, value: Optional[pulumi.Input[str]]):
1221
- pulumi.set(self, "product_name", value)
1222
-
1223
- @property
1224
- @pulumi.getter(name="publisherName")
1225
- def publisher_name(self) -> Optional[pulumi.Input[str]]:
1226
- """
1227
- The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
1228
- """
1229
- return pulumi.get(self, "publisher_name")
1230
-
1231
- @publisher_name.setter
1232
- def publisher_name(self, value: Optional[pulumi.Input[str]]):
1233
- pulumi.set(self, "publisher_name", value)
1234
-
1235
- @property
1236
- @pulumi.getter
1237
- def version(self) -> Optional[pulumi.Input[str]]:
1238
- """
1239
- The binary file version taken from the file's version resource
1240
- """
1241
- return pulumi.get(self, "version")
1242
-
1243
- @version.setter
1244
- def version(self, value: Optional[pulumi.Input[str]]):
1245
- pulumi.set(self, "version", value)
1246
-
1247
-
1248
864
  if not MYPY:
1249
865
  class SecurityAssessmentMetadataPartnerDataArgsDict(TypedDict):
1250
866
  """
@@ -1592,155 +1208,3 @@ class SecurityAssessmentPartnerDataArgs:
1592
1208
  pulumi.set(self, "secret", value)
1593
1209
 
1594
1210
 
1595
- if not MYPY:
1596
- class UserRecommendationArgsDict(TypedDict):
1597
- """
1598
- Represents a user that is recommended to be allowed for a certain rule
1599
- """
1600
- recommendation_action: NotRequired[pulumi.Input[str]]
1601
- """
1602
- The recommendation action of the machine or rule
1603
- """
1604
- username: NotRequired[pulumi.Input[str]]
1605
- """
1606
- Represents a user that is recommended to be allowed for a certain rule
1607
- """
1608
- elif False:
1609
- UserRecommendationArgsDict: TypeAlias = Mapping[str, Any]
1610
-
1611
- @pulumi.input_type
1612
- class UserRecommendationArgs:
1613
- def __init__(__self__, *,
1614
- recommendation_action: Optional[pulumi.Input[str]] = None,
1615
- username: Optional[pulumi.Input[str]] = None):
1616
- """
1617
- Represents a user that is recommended to be allowed for a certain rule
1618
- :param pulumi.Input[str] recommendation_action: The recommendation action of the machine or rule
1619
- :param pulumi.Input[str] username: Represents a user that is recommended to be allowed for a certain rule
1620
- """
1621
- if recommendation_action is not None:
1622
- pulumi.set(__self__, "recommendation_action", recommendation_action)
1623
- if username is not None:
1624
- pulumi.set(__self__, "username", username)
1625
-
1626
- @property
1627
- @pulumi.getter(name="recommendationAction")
1628
- def recommendation_action(self) -> Optional[pulumi.Input[str]]:
1629
- """
1630
- The recommendation action of the machine or rule
1631
- """
1632
- return pulumi.get(self, "recommendation_action")
1633
-
1634
- @recommendation_action.setter
1635
- def recommendation_action(self, value: Optional[pulumi.Input[str]]):
1636
- pulumi.set(self, "recommendation_action", value)
1637
-
1638
- @property
1639
- @pulumi.getter
1640
- def username(self) -> Optional[pulumi.Input[str]]:
1641
- """
1642
- Represents a user that is recommended to be allowed for a certain rule
1643
- """
1644
- return pulumi.get(self, "username")
1645
-
1646
- @username.setter
1647
- def username(self, value: Optional[pulumi.Input[str]]):
1648
- pulumi.set(self, "username", value)
1649
-
1650
-
1651
- if not MYPY:
1652
- class VmRecommendationArgsDict(TypedDict):
1653
- """
1654
- Represents a machine that is part of a machine group
1655
- """
1656
- configuration_status: NotRequired[pulumi.Input[str]]
1657
- """
1658
- The configuration status of the machines group or machine or rule
1659
- """
1660
- enforcement_support: NotRequired[pulumi.Input[str]]
1661
- """
1662
- The machine supportability of Enforce feature
1663
- """
1664
- recommendation_action: NotRequired[pulumi.Input[str]]
1665
- """
1666
- The recommendation action of the machine or rule
1667
- """
1668
- resource_id: NotRequired[pulumi.Input[str]]
1669
- """
1670
- The full resource id of the machine
1671
- """
1672
- elif False:
1673
- VmRecommendationArgsDict: TypeAlias = Mapping[str, Any]
1674
-
1675
- @pulumi.input_type
1676
- class VmRecommendationArgs:
1677
- def __init__(__self__, *,
1678
- configuration_status: Optional[pulumi.Input[str]] = None,
1679
- enforcement_support: Optional[pulumi.Input[str]] = None,
1680
- recommendation_action: Optional[pulumi.Input[str]] = None,
1681
- resource_id: Optional[pulumi.Input[str]] = None):
1682
- """
1683
- Represents a machine that is part of a machine group
1684
- :param pulumi.Input[str] configuration_status: The configuration status of the machines group or machine or rule
1685
- :param pulumi.Input[str] enforcement_support: The machine supportability of Enforce feature
1686
- :param pulumi.Input[str] recommendation_action: The recommendation action of the machine or rule
1687
- :param pulumi.Input[str] resource_id: The full resource id of the machine
1688
- """
1689
- if configuration_status is not None:
1690
- pulumi.set(__self__, "configuration_status", configuration_status)
1691
- if enforcement_support is not None:
1692
- pulumi.set(__self__, "enforcement_support", enforcement_support)
1693
- if recommendation_action is not None:
1694
- pulumi.set(__self__, "recommendation_action", recommendation_action)
1695
- if resource_id is not None:
1696
- pulumi.set(__self__, "resource_id", resource_id)
1697
-
1698
- @property
1699
- @pulumi.getter(name="configurationStatus")
1700
- def configuration_status(self) -> Optional[pulumi.Input[str]]:
1701
- """
1702
- The configuration status of the machines group or machine or rule
1703
- """
1704
- return pulumi.get(self, "configuration_status")
1705
-
1706
- @configuration_status.setter
1707
- def configuration_status(self, value: Optional[pulumi.Input[str]]):
1708
- pulumi.set(self, "configuration_status", value)
1709
-
1710
- @property
1711
- @pulumi.getter(name="enforcementSupport")
1712
- def enforcement_support(self) -> Optional[pulumi.Input[str]]:
1713
- """
1714
- The machine supportability of Enforce feature
1715
- """
1716
- return pulumi.get(self, "enforcement_support")
1717
-
1718
- @enforcement_support.setter
1719
- def enforcement_support(self, value: Optional[pulumi.Input[str]]):
1720
- pulumi.set(self, "enforcement_support", value)
1721
-
1722
- @property
1723
- @pulumi.getter(name="recommendationAction")
1724
- def recommendation_action(self) -> Optional[pulumi.Input[str]]:
1725
- """
1726
- The recommendation action of the machine or rule
1727
- """
1728
- return pulumi.get(self, "recommendation_action")
1729
-
1730
- @recommendation_action.setter
1731
- def recommendation_action(self, value: Optional[pulumi.Input[str]]):
1732
- pulumi.set(self, "recommendation_action", value)
1733
-
1734
- @property
1735
- @pulumi.getter(name="resourceId")
1736
- def resource_id(self) -> Optional[pulumi.Input[str]]:
1737
- """
1738
- The full resource id of the machine
1739
- """
1740
- return pulumi.get(self, "resource_id")
1741
-
1742
- @resource_id.setter
1743
- def resource_id(self, value: Optional[pulumi.Input[str]]):
1744
- pulumi.set(self, "resource_id", value)
1745
-
1746
-