pulumi-azure-native 2.68.0__py3-none-any.whl → 2.68.0a1729176987__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 (202) hide show
  1. pulumi_azure_native/__init__.py +0 -58
  2. pulumi_azure_native/awsconnector/_inputs.py +96 -132
  3. pulumi_azure_native/awsconnector/outputs.py +66 -120
  4. pulumi_azure_native/awsconnector/v20241201/_inputs.py +96 -132
  5. pulumi_azure_native/awsconnector/v20241201/outputs.py +66 -120
  6. pulumi_azure_native/cache/__init__.py +0 -3
  7. pulumi_azure_native/cache/access_policy.py +3 -3
  8. pulumi_azure_native/cache/access_policy_assignment.py +3 -3
  9. pulumi_azure_native/cache/firewall_rule.py +3 -3
  10. pulumi_azure_native/cache/get_access_policy.py +2 -2
  11. pulumi_azure_native/cache/get_access_policy_assignment.py +2 -2
  12. pulumi_azure_native/cache/get_firewall_rule.py +2 -2
  13. pulumi_azure_native/cache/get_linked_server.py +2 -2
  14. pulumi_azure_native/cache/get_patch_schedule.py +2 -2
  15. pulumi_azure_native/cache/get_private_endpoint_connection.py +2 -2
  16. pulumi_azure_native/cache/get_redis.py +2 -2
  17. pulumi_azure_native/cache/linked_server.py +3 -3
  18. pulumi_azure_native/cache/list_redis_keys.py +2 -2
  19. pulumi_azure_native/cache/patch_schedule.py +3 -3
  20. pulumi_azure_native/cache/private_endpoint_connection.py +3 -3
  21. pulumi_azure_native/cache/redis.py +3 -3
  22. pulumi_azure_native/cache/v20200601/redis.py +1 -1
  23. pulumi_azure_native/cache/v20230401/firewall_rule.py +1 -1
  24. pulumi_azure_native/cache/v20230401/linked_server.py +1 -1
  25. pulumi_azure_native/cache/v20230401/patch_schedule.py +1 -1
  26. pulumi_azure_native/cache/v20230401/private_endpoint_connection.py +1 -1
  27. pulumi_azure_native/cache/v20230401/redis.py +1 -1
  28. pulumi_azure_native/cache/v20230501preview/access_policy.py +1 -1
  29. pulumi_azure_native/cache/v20230501preview/access_policy_assignment.py +1 -1
  30. pulumi_azure_native/cache/v20230501preview/firewall_rule.py +1 -1
  31. pulumi_azure_native/cache/v20230501preview/linked_server.py +1 -1
  32. pulumi_azure_native/cache/v20230501preview/patch_schedule.py +1 -1
  33. pulumi_azure_native/cache/v20230501preview/private_endpoint_connection.py +1 -1
  34. pulumi_azure_native/cache/v20230501preview/redis.py +1 -1
  35. pulumi_azure_native/cache/v20230801/access_policy.py +1 -1
  36. pulumi_azure_native/cache/v20230801/access_policy_assignment.py +1 -1
  37. pulumi_azure_native/cache/v20230801/firewall_rule.py +1 -1
  38. pulumi_azure_native/cache/v20230801/linked_server.py +1 -1
  39. pulumi_azure_native/cache/v20230801/patch_schedule.py +1 -1
  40. pulumi_azure_native/cache/v20230801/private_endpoint_connection.py +1 -1
  41. pulumi_azure_native/cache/v20230801/redis.py +1 -1
  42. pulumi_azure_native/cache/v20240301/access_policy.py +1 -1
  43. pulumi_azure_native/cache/v20240301/access_policy_assignment.py +1 -1
  44. pulumi_azure_native/cache/v20240301/firewall_rule.py +1 -1
  45. pulumi_azure_native/cache/v20240301/linked_server.py +1 -1
  46. pulumi_azure_native/cache/v20240301/patch_schedule.py +1 -1
  47. pulumi_azure_native/cache/v20240301/private_endpoint_connection.py +1 -1
  48. pulumi_azure_native/cache/v20240301/redis.py +1 -1
  49. pulumi_azure_native/cache/v20240401preview/access_policy.py +1 -1
  50. pulumi_azure_native/cache/v20240401preview/access_policy_assignment.py +1 -1
  51. pulumi_azure_native/cache/v20240401preview/firewall_rule.py +1 -1
  52. pulumi_azure_native/cache/v20240401preview/linked_server.py +1 -1
  53. pulumi_azure_native/cache/v20240401preview/patch_schedule.py +1 -1
  54. pulumi_azure_native/cache/v20240401preview/private_endpoint_connection.py +1 -1
  55. pulumi_azure_native/cache/v20240401preview/redis.py +1 -1
  56. pulumi_azure_native/costmanagement/__init__.py +0 -3
  57. pulumi_azure_native/costmanagement/budget.py +3 -3
  58. pulumi_azure_native/costmanagement/cost_allocation_rule.py +3 -3
  59. pulumi_azure_native/costmanagement/export.py +3 -3
  60. pulumi_azure_native/costmanagement/get_budget.py +2 -2
  61. pulumi_azure_native/costmanagement/get_cost_allocation_rule.py +2 -2
  62. pulumi_azure_native/costmanagement/get_export.py +2 -2
  63. pulumi_azure_native/costmanagement/get_scheduled_action.py +2 -2
  64. pulumi_azure_native/costmanagement/get_scheduled_action_by_scope.py +2 -2
  65. pulumi_azure_native/costmanagement/get_view.py +2 -2
  66. pulumi_azure_native/costmanagement/get_view_by_scope.py +2 -2
  67. pulumi_azure_native/costmanagement/scheduled_action.py +3 -3
  68. pulumi_azure_native/costmanagement/scheduled_action_by_scope.py +3 -3
  69. pulumi_azure_native/costmanagement/tag_inheritance_setting.py +1 -1
  70. pulumi_azure_native/costmanagement/v20190401preview/budget.py +1 -1
  71. pulumi_azure_native/costmanagement/v20191001/export.py +1 -1
  72. pulumi_azure_native/costmanagement/v20191101/view.py +1 -1
  73. pulumi_azure_native/costmanagement/v20191101/view_by_scope.py +1 -1
  74. pulumi_azure_native/costmanagement/v20200301preview/cost_allocation_rule.py +1 -1
  75. pulumi_azure_native/costmanagement/v20200601/view.py +1 -1
  76. pulumi_azure_native/costmanagement/v20200601/view_by_scope.py +1 -1
  77. pulumi_azure_native/costmanagement/v20221001/view.py +1 -1
  78. pulumi_azure_native/costmanagement/v20221001/view_by_scope.py +1 -1
  79. pulumi_azure_native/costmanagement/v20221005preview/tag_inheritance_setting.py +1 -1
  80. pulumi_azure_native/costmanagement/v20221005preview/view.py +1 -1
  81. pulumi_azure_native/costmanagement/v20221005preview/view_by_scope.py +1 -1
  82. pulumi_azure_native/costmanagement/v20230301/export.py +1 -1
  83. pulumi_azure_native/costmanagement/v20230301/scheduled_action.py +1 -1
  84. pulumi_azure_native/costmanagement/v20230301/scheduled_action_by_scope.py +1 -1
  85. pulumi_azure_native/costmanagement/v20230301/view.py +1 -1
  86. pulumi_azure_native/costmanagement/v20230301/view_by_scope.py +1 -1
  87. pulumi_azure_native/costmanagement/v20230401preview/budget.py +1 -1
  88. pulumi_azure_native/costmanagement/v20230401preview/export.py +1 -1
  89. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action.py +1 -1
  90. pulumi_azure_native/costmanagement/v20230401preview/scheduled_action_by_scope.py +1 -1
  91. pulumi_azure_native/costmanagement/v20230401preview/view.py +1 -1
  92. pulumi_azure_native/costmanagement/v20230401preview/view_by_scope.py +1 -1
  93. pulumi_azure_native/costmanagement/v20230701preview/export.py +1 -1
  94. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action.py +1 -1
  95. pulumi_azure_native/costmanagement/v20230701preview/scheduled_action_by_scope.py +1 -1
  96. pulumi_azure_native/costmanagement/v20230701preview/view.py +1 -1
  97. pulumi_azure_native/costmanagement/v20230701preview/view_by_scope.py +1 -1
  98. pulumi_azure_native/costmanagement/v20230801/budget.py +1 -1
  99. pulumi_azure_native/costmanagement/v20230801/cost_allocation_rule.py +1 -1
  100. pulumi_azure_native/costmanagement/v20230801/export.py +1 -1
  101. pulumi_azure_native/costmanagement/v20230801/scheduled_action.py +1 -1
  102. pulumi_azure_native/costmanagement/v20230801/scheduled_action_by_scope.py +1 -1
  103. pulumi_azure_native/costmanagement/v20230801/tag_inheritance_setting.py +1 -1
  104. pulumi_azure_native/costmanagement/v20230801/view.py +1 -1
  105. pulumi_azure_native/costmanagement/v20230801/view_by_scope.py +1 -1
  106. pulumi_azure_native/costmanagement/v20230901/budget.py +1 -1
  107. pulumi_azure_native/costmanagement/v20230901/cost_allocation_rule.py +1 -1
  108. pulumi_azure_native/costmanagement/v20230901/export.py +1 -1
  109. pulumi_azure_native/costmanagement/v20230901/scheduled_action.py +1 -1
  110. pulumi_azure_native/costmanagement/v20230901/scheduled_action_by_scope.py +1 -1
  111. pulumi_azure_native/costmanagement/v20230901/tag_inheritance_setting.py +1 -1
  112. pulumi_azure_native/costmanagement/v20230901/view.py +1 -1
  113. pulumi_azure_native/costmanagement/v20230901/view_by_scope.py +1 -1
  114. pulumi_azure_native/costmanagement/v20231101/budget.py +1 -1
  115. pulumi_azure_native/costmanagement/v20231101/cost_allocation_rule.py +1 -1
  116. pulumi_azure_native/costmanagement/v20231101/export.py +1 -1
  117. pulumi_azure_native/costmanagement/v20231101/scheduled_action.py +1 -1
  118. pulumi_azure_native/costmanagement/v20231101/scheduled_action_by_scope.py +1 -1
  119. pulumi_azure_native/costmanagement/v20231101/tag_inheritance_setting.py +1 -1
  120. pulumi_azure_native/costmanagement/v20231101/view.py +1 -1
  121. pulumi_azure_native/costmanagement/v20231101/view_by_scope.py +1 -1
  122. pulumi_azure_native/costmanagement/view.py +3 -3
  123. pulumi_azure_native/costmanagement/view_by_scope.py +3 -3
  124. pulumi_azure_native/kubernetes/__init__.py +0 -3
  125. pulumi_azure_native/kubernetes/connected_cluster.py +3 -3
  126. pulumi_azure_native/kubernetes/get_connected_cluster.py +2 -2
  127. pulumi_azure_native/kubernetes/list_connected_cluster_user_credential.py +2 -2
  128. pulumi_azure_native/kubernetes/v20220501preview/connected_cluster.py +1 -1
  129. pulumi_azure_native/kubernetes/v20221001preview/connected_cluster.py +1 -1
  130. pulumi_azure_native/kubernetes/v20231101preview/connected_cluster.py +1 -1
  131. pulumi_azure_native/kubernetes/v20240101/connected_cluster.py +1 -1
  132. pulumi_azure_native/kubernetes/v20240201preview/connected_cluster.py +1 -1
  133. pulumi_azure_native/kubernetes/v20240601preview/connected_cluster.py +1 -1
  134. pulumi_azure_native/kubernetes/v20240701preview/connected_cluster.py +1 -1
  135. pulumi_azure_native/kubernetes/v20240715preview/connected_cluster.py +1 -1
  136. pulumi_azure_native/pulumi-plugin.json +1 -1
  137. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/METADATA +1 -1
  138. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/RECORD +140 -202
  139. pulumi_azure_native/cache/v20241101/__init__.py +0 -25
  140. pulumi_azure_native/cache/v20241101/_enums.py +0 -111
  141. pulumi_azure_native/cache/v20241101/_inputs.py +0 -646
  142. pulumi_azure_native/cache/v20241101/access_policy.py +0 -219
  143. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +0 -279
  144. pulumi_azure_native/cache/v20241101/firewall_rule.py +0 -239
  145. pulumi_azure_native/cache/v20241101/get_access_policy.py +0 -148
  146. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +0 -176
  147. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +0 -148
  148. pulumi_azure_native/cache/v20241101/get_linked_server.py +0 -204
  149. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +0 -149
  150. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +0 -163
  151. pulumi_azure_native/cache/v20241101/get_redis.py +0 -493
  152. pulumi_azure_native/cache/v20241101/linked_server.py +0 -299
  153. pulumi_azure_native/cache/v20241101/list_redis_keys.py +0 -100
  154. pulumi_azure_native/cache/v20241101/outputs.py +0 -917
  155. pulumi_azure_native/cache/v20241101/patch_schedule.py +0 -221
  156. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +0 -232
  157. pulumi_azure_native/cache/v20241101/redis.py +0 -804
  158. pulumi_azure_native/costmanagement/v20240801/__init__.py +0 -26
  159. pulumi_azure_native/costmanagement/v20240801/_enums.py +0 -538
  160. pulumi_azure_native/costmanagement/v20240801/_inputs.py +0 -2660
  161. pulumi_azure_native/costmanagement/v20240801/budget.py +0 -619
  162. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +0 -190
  163. pulumi_azure_native/costmanagement/v20240801/export.py +0 -415
  164. pulumi_azure_native/costmanagement/v20240801/get_budget.py +0 -337
  165. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +0 -129
  166. pulumi_azure_native/costmanagement/v20240801/get_export.py +0 -261
  167. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +0 -263
  168. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +0 -269
  169. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +0 -144
  170. pulumi_azure_native/costmanagement/v20240801/get_view.py +0 -333
  171. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +0 -339
  172. pulumi_azure_native/costmanagement/v20240801/outputs.py +0 -2593
  173. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +0 -425
  174. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +0 -426
  175. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +0 -222
  176. pulumi_azure_native/costmanagement/v20240801/view.py +0 -587
  177. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +0 -588
  178. pulumi_azure_native/kubernetes/v20241201preview/__init__.py +0 -13
  179. pulumi_azure_native/kubernetes/v20241201preview/_enums.py +0 -77
  180. pulumi_azure_native/kubernetes/v20241201preview/_inputs.py +0 -559
  181. pulumi_azure_native/kubernetes/v20241201preview/connected_cluster.py +0 -793
  182. pulumi_azure_native/kubernetes/v20241201preview/get_connected_cluster.py +0 -507
  183. pulumi_azure_native/kubernetes/v20241201preview/list_connected_cluster_user_credential.py +0 -114
  184. pulumi_azure_native/kubernetes/v20241201preview/outputs.py +0 -854
  185. pulumi_azure_native/secretsynccontroller/__init__.py +0 -22
  186. pulumi_azure_native/secretsynccontroller/_enums.py +0 -38
  187. pulumi_azure_native/secretsynccontroller/_inputs.py +0 -134
  188. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +0 -389
  189. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +0 -243
  190. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +0 -271
  191. pulumi_azure_native/secretsynccontroller/outputs.py +0 -367
  192. pulumi_azure_native/secretsynccontroller/secret_sync.py +0 -429
  193. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +0 -14
  194. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +0 -38
  195. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +0 -134
  196. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +0 -387
  197. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +0 -241
  198. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +0 -269
  199. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +0 -367
  200. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +0 -427
  201. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/WHEEL +0 -0
  202. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729176987.dist-info}/top_level.txt +0 -0
@@ -1,427 +0,0 @@
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
- from ._inputs import *
19
-
20
- __all__ = ['SecretSyncArgs', 'SecretSync']
21
-
22
- @pulumi.input_type
23
- class SecretSyncArgs:
24
- def __init__(__self__, *,
25
- kubernetes_secret_type: pulumi.Input[Union[str, 'KubernetesSecretType']],
26
- object_secret_mapping: pulumi.Input[Sequence[pulumi.Input['KubernetesSecretObjectMappingArgs']]],
27
- resource_group_name: pulumi.Input[str],
28
- secret_provider_class_name: pulumi.Input[str],
29
- service_account_name: pulumi.Input[str],
30
- extended_location: Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']] = None,
31
- force_synchronization: Optional[pulumi.Input[str]] = None,
32
- location: Optional[pulumi.Input[str]] = None,
33
- secret_sync_name: Optional[pulumi.Input[str]] = None,
34
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
35
- """
36
- The set of arguments for constructing a SecretSync resource.
37
- :param pulumi.Input[Union[str, 'KubernetesSecretType']] kubernetes_secret_type: Type specifies the type of the Kubernetes secret object, e.g. "Opaque" or"kubernetes.io/tls". The controller must have permission to create secrets of the specified type.
38
- :param pulumi.Input[Sequence[pulumi.Input['KubernetesSecretObjectMappingArgs']]] object_secret_mapping: An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
39
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
40
- :param pulumi.Input[str] secret_provider_class_name: SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.
41
- :param pulumi.Input[str] service_account_name: ServiceAccountName specifies the name of the service account used to access the cloud provider secret store. The audience field in the service account token must be passed as parameter in the controller configuration. The audience is used when requesting a token from the API server for the service account; the supported audiences are defined by each provider.
42
- :param pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs'] extended_location: The complex type of the extended location.
43
- :param pulumi.Input[str] force_synchronization: ForceSynchronization can be used to force the secret synchronization. The secret synchronization is triggered by changing the value in this field. This field is not used to resolve synchronization conflicts.
44
- :param pulumi.Input[str] location: The geo-location where the resource lives
45
- :param pulumi.Input[str] secret_sync_name: The name of the SecretSync
46
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
47
- """
48
- pulumi.set(__self__, "kubernetes_secret_type", kubernetes_secret_type)
49
- pulumi.set(__self__, "object_secret_mapping", object_secret_mapping)
50
- pulumi.set(__self__, "resource_group_name", resource_group_name)
51
- pulumi.set(__self__, "secret_provider_class_name", secret_provider_class_name)
52
- pulumi.set(__self__, "service_account_name", service_account_name)
53
- if extended_location is not None:
54
- pulumi.set(__self__, "extended_location", extended_location)
55
- if force_synchronization is not None:
56
- pulumi.set(__self__, "force_synchronization", force_synchronization)
57
- if location is not None:
58
- pulumi.set(__self__, "location", location)
59
- if secret_sync_name is not None:
60
- pulumi.set(__self__, "secret_sync_name", secret_sync_name)
61
- if tags is not None:
62
- pulumi.set(__self__, "tags", tags)
63
-
64
- @property
65
- @pulumi.getter(name="kubernetesSecretType")
66
- def kubernetes_secret_type(self) -> pulumi.Input[Union[str, 'KubernetesSecretType']]:
67
- """
68
- Type specifies the type of the Kubernetes secret object, e.g. "Opaque" or"kubernetes.io/tls". The controller must have permission to create secrets of the specified type.
69
- """
70
- return pulumi.get(self, "kubernetes_secret_type")
71
-
72
- @kubernetes_secret_type.setter
73
- def kubernetes_secret_type(self, value: pulumi.Input[Union[str, 'KubernetesSecretType']]):
74
- pulumi.set(self, "kubernetes_secret_type", value)
75
-
76
- @property
77
- @pulumi.getter(name="objectSecretMapping")
78
- def object_secret_mapping(self) -> pulumi.Input[Sequence[pulumi.Input['KubernetesSecretObjectMappingArgs']]]:
79
- """
80
- An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
81
- """
82
- return pulumi.get(self, "object_secret_mapping")
83
-
84
- @object_secret_mapping.setter
85
- def object_secret_mapping(self, value: pulumi.Input[Sequence[pulumi.Input['KubernetesSecretObjectMappingArgs']]]):
86
- pulumi.set(self, "object_secret_mapping", value)
87
-
88
- @property
89
- @pulumi.getter(name="resourceGroupName")
90
- def resource_group_name(self) -> pulumi.Input[str]:
91
- """
92
- The name of the resource group. The name is case insensitive.
93
- """
94
- return pulumi.get(self, "resource_group_name")
95
-
96
- @resource_group_name.setter
97
- def resource_group_name(self, value: pulumi.Input[str]):
98
- pulumi.set(self, "resource_group_name", value)
99
-
100
- @property
101
- @pulumi.getter(name="secretProviderClassName")
102
- def secret_provider_class_name(self) -> pulumi.Input[str]:
103
- """
104
- SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.
105
- """
106
- return pulumi.get(self, "secret_provider_class_name")
107
-
108
- @secret_provider_class_name.setter
109
- def secret_provider_class_name(self, value: pulumi.Input[str]):
110
- pulumi.set(self, "secret_provider_class_name", value)
111
-
112
- @property
113
- @pulumi.getter(name="serviceAccountName")
114
- def service_account_name(self) -> pulumi.Input[str]:
115
- """
116
- ServiceAccountName specifies the name of the service account used to access the cloud provider secret store. The audience field in the service account token must be passed as parameter in the controller configuration. The audience is used when requesting a token from the API server for the service account; the supported audiences are defined by each provider.
117
- """
118
- return pulumi.get(self, "service_account_name")
119
-
120
- @service_account_name.setter
121
- def service_account_name(self, value: pulumi.Input[str]):
122
- pulumi.set(self, "service_account_name", value)
123
-
124
- @property
125
- @pulumi.getter(name="extendedLocation")
126
- def extended_location(self) -> Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']]:
127
- """
128
- The complex type of the extended location.
129
- """
130
- return pulumi.get(self, "extended_location")
131
-
132
- @extended_location.setter
133
- def extended_location(self, value: Optional[pulumi.Input['AzureResourceManagerCommonTypesExtendedLocationArgs']]):
134
- pulumi.set(self, "extended_location", value)
135
-
136
- @property
137
- @pulumi.getter(name="forceSynchronization")
138
- def force_synchronization(self) -> Optional[pulumi.Input[str]]:
139
- """
140
- ForceSynchronization can be used to force the secret synchronization. The secret synchronization is triggered by changing the value in this field. This field is not used to resolve synchronization conflicts.
141
- """
142
- return pulumi.get(self, "force_synchronization")
143
-
144
- @force_synchronization.setter
145
- def force_synchronization(self, value: Optional[pulumi.Input[str]]):
146
- pulumi.set(self, "force_synchronization", value)
147
-
148
- @property
149
- @pulumi.getter
150
- def location(self) -> Optional[pulumi.Input[str]]:
151
- """
152
- The geo-location where the resource lives
153
- """
154
- return pulumi.get(self, "location")
155
-
156
- @location.setter
157
- def location(self, value: Optional[pulumi.Input[str]]):
158
- pulumi.set(self, "location", value)
159
-
160
- @property
161
- @pulumi.getter(name="secretSyncName")
162
- def secret_sync_name(self) -> Optional[pulumi.Input[str]]:
163
- """
164
- The name of the SecretSync
165
- """
166
- return pulumi.get(self, "secret_sync_name")
167
-
168
- @secret_sync_name.setter
169
- def secret_sync_name(self, value: Optional[pulumi.Input[str]]):
170
- pulumi.set(self, "secret_sync_name", value)
171
-
172
- @property
173
- @pulumi.getter
174
- def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
175
- """
176
- Resource tags.
177
- """
178
- return pulumi.get(self, "tags")
179
-
180
- @tags.setter
181
- def tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
182
- pulumi.set(self, "tags", value)
183
-
184
-
185
- class SecretSync(pulumi.CustomResource):
186
- @overload
187
- def __init__(__self__,
188
- resource_name: str,
189
- opts: Optional[pulumi.ResourceOptions] = None,
190
- extended_location: Optional[pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']]] = None,
191
- force_synchronization: Optional[pulumi.Input[str]] = None,
192
- kubernetes_secret_type: Optional[pulumi.Input[Union[str, 'KubernetesSecretType']]] = None,
193
- location: Optional[pulumi.Input[str]] = None,
194
- object_secret_mapping: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KubernetesSecretObjectMappingArgs', 'KubernetesSecretObjectMappingArgsDict']]]]] = None,
195
- resource_group_name: Optional[pulumi.Input[str]] = None,
196
- secret_provider_class_name: Optional[pulumi.Input[str]] = None,
197
- secret_sync_name: Optional[pulumi.Input[str]] = None,
198
- service_account_name: Optional[pulumi.Input[str]] = None,
199
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
200
- __props__=None):
201
- """
202
- The SecretSync resource.
203
-
204
- :param str resource_name: The name of the resource.
205
- :param pulumi.ResourceOptions opts: Options for the resource.
206
- :param pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']] extended_location: The complex type of the extended location.
207
- :param pulumi.Input[str] force_synchronization: ForceSynchronization can be used to force the secret synchronization. The secret synchronization is triggered by changing the value in this field. This field is not used to resolve synchronization conflicts.
208
- :param pulumi.Input[Union[str, 'KubernetesSecretType']] kubernetes_secret_type: Type specifies the type of the Kubernetes secret object, e.g. "Opaque" or"kubernetes.io/tls". The controller must have permission to create secrets of the specified type.
209
- :param pulumi.Input[str] location: The geo-location where the resource lives
210
- :param pulumi.Input[Sequence[pulumi.Input[Union['KubernetesSecretObjectMappingArgs', 'KubernetesSecretObjectMappingArgsDict']]]] object_secret_mapping: An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
211
- :param pulumi.Input[str] resource_group_name: The name of the resource group. The name is case insensitive.
212
- :param pulumi.Input[str] secret_provider_class_name: SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.
213
- :param pulumi.Input[str] secret_sync_name: The name of the SecretSync
214
- :param pulumi.Input[str] service_account_name: ServiceAccountName specifies the name of the service account used to access the cloud provider secret store. The audience field in the service account token must be passed as parameter in the controller configuration. The audience is used when requesting a token from the API server for the service account; the supported audiences are defined by each provider.
215
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: Resource tags.
216
- """
217
- ...
218
- @overload
219
- def __init__(__self__,
220
- resource_name: str,
221
- args: SecretSyncArgs,
222
- opts: Optional[pulumi.ResourceOptions] = None):
223
- """
224
- The SecretSync resource.
225
-
226
- :param str resource_name: The name of the resource.
227
- :param SecretSyncArgs args: The arguments to use to populate this resource's properties.
228
- :param pulumi.ResourceOptions opts: Options for the resource.
229
- """
230
- ...
231
- def __init__(__self__, resource_name: str, *args, **kwargs):
232
- resource_args, opts = _utilities.get_resource_args_opts(SecretSyncArgs, pulumi.ResourceOptions, *args, **kwargs)
233
- if resource_args is not None:
234
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
235
- else:
236
- __self__._internal_init(resource_name, *args, **kwargs)
237
-
238
- def _internal_init(__self__,
239
- resource_name: str,
240
- opts: Optional[pulumi.ResourceOptions] = None,
241
- extended_location: Optional[pulumi.Input[Union['AzureResourceManagerCommonTypesExtendedLocationArgs', 'AzureResourceManagerCommonTypesExtendedLocationArgsDict']]] = None,
242
- force_synchronization: Optional[pulumi.Input[str]] = None,
243
- kubernetes_secret_type: Optional[pulumi.Input[Union[str, 'KubernetesSecretType']]] = None,
244
- location: Optional[pulumi.Input[str]] = None,
245
- object_secret_mapping: Optional[pulumi.Input[Sequence[pulumi.Input[Union['KubernetesSecretObjectMappingArgs', 'KubernetesSecretObjectMappingArgsDict']]]]] = None,
246
- resource_group_name: Optional[pulumi.Input[str]] = None,
247
- secret_provider_class_name: Optional[pulumi.Input[str]] = None,
248
- secret_sync_name: Optional[pulumi.Input[str]] = None,
249
- service_account_name: Optional[pulumi.Input[str]] = None,
250
- tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
251
- __props__=None):
252
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
253
- if not isinstance(opts, pulumi.ResourceOptions):
254
- raise TypeError('Expected resource options to be a ResourceOptions instance')
255
- if opts.id is None:
256
- if __props__ is not None:
257
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
258
- __props__ = SecretSyncArgs.__new__(SecretSyncArgs)
259
-
260
- __props__.__dict__["extended_location"] = extended_location
261
- __props__.__dict__["force_synchronization"] = force_synchronization
262
- if kubernetes_secret_type is None and not opts.urn:
263
- raise TypeError("Missing required property 'kubernetes_secret_type'")
264
- __props__.__dict__["kubernetes_secret_type"] = kubernetes_secret_type
265
- __props__.__dict__["location"] = location
266
- if object_secret_mapping is None and not opts.urn:
267
- raise TypeError("Missing required property 'object_secret_mapping'")
268
- __props__.__dict__["object_secret_mapping"] = object_secret_mapping
269
- if resource_group_name is None and not opts.urn:
270
- raise TypeError("Missing required property 'resource_group_name'")
271
- __props__.__dict__["resource_group_name"] = resource_group_name
272
- if secret_provider_class_name is None and not opts.urn:
273
- raise TypeError("Missing required property 'secret_provider_class_name'")
274
- __props__.__dict__["secret_provider_class_name"] = secret_provider_class_name
275
- __props__.__dict__["secret_sync_name"] = secret_sync_name
276
- if service_account_name is None and not opts.urn:
277
- raise TypeError("Missing required property 'service_account_name'")
278
- __props__.__dict__["service_account_name"] = service_account_name
279
- __props__.__dict__["tags"] = tags
280
- __props__.__dict__["name"] = None
281
- __props__.__dict__["provisioning_state"] = None
282
- __props__.__dict__["status"] = None
283
- __props__.__dict__["system_data"] = None
284
- __props__.__dict__["type"] = None
285
- alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="azure-native:secretsynccontroller:SecretSync")])
286
- opts = pulumi.ResourceOptions.merge(opts, alias_opts)
287
- super(SecretSync, __self__).__init__(
288
- 'azure-native:secretsynccontroller/v20240821preview:SecretSync',
289
- resource_name,
290
- __props__,
291
- opts)
292
-
293
- @staticmethod
294
- def get(resource_name: str,
295
- id: pulumi.Input[str],
296
- opts: Optional[pulumi.ResourceOptions] = None) -> 'SecretSync':
297
- """
298
- Get an existing SecretSync resource's state with the given name, id, and optional extra
299
- properties used to qualify the lookup.
300
-
301
- :param str resource_name: The unique name of the resulting resource.
302
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
303
- :param pulumi.ResourceOptions opts: Options for the resource.
304
- """
305
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
306
-
307
- __props__ = SecretSyncArgs.__new__(SecretSyncArgs)
308
-
309
- __props__.__dict__["extended_location"] = None
310
- __props__.__dict__["force_synchronization"] = None
311
- __props__.__dict__["kubernetes_secret_type"] = None
312
- __props__.__dict__["location"] = None
313
- __props__.__dict__["name"] = None
314
- __props__.__dict__["object_secret_mapping"] = None
315
- __props__.__dict__["provisioning_state"] = None
316
- __props__.__dict__["secret_provider_class_name"] = None
317
- __props__.__dict__["service_account_name"] = None
318
- __props__.__dict__["status"] = None
319
- __props__.__dict__["system_data"] = None
320
- __props__.__dict__["tags"] = None
321
- __props__.__dict__["type"] = None
322
- return SecretSync(resource_name, opts=opts, __props__=__props__)
323
-
324
- @property
325
- @pulumi.getter(name="extendedLocation")
326
- def extended_location(self) -> pulumi.Output[Optional['outputs.AzureResourceManagerCommonTypesExtendedLocationResponse']]:
327
- """
328
- The complex type of the extended location.
329
- """
330
- return pulumi.get(self, "extended_location")
331
-
332
- @property
333
- @pulumi.getter(name="forceSynchronization")
334
- def force_synchronization(self) -> pulumi.Output[Optional[str]]:
335
- """
336
- ForceSynchronization can be used to force the secret synchronization. The secret synchronization is triggered by changing the value in this field. This field is not used to resolve synchronization conflicts.
337
- """
338
- return pulumi.get(self, "force_synchronization")
339
-
340
- @property
341
- @pulumi.getter(name="kubernetesSecretType")
342
- def kubernetes_secret_type(self) -> pulumi.Output[str]:
343
- """
344
- Type specifies the type of the Kubernetes secret object, e.g. "Opaque" or"kubernetes.io/tls". The controller must have permission to create secrets of the specified type.
345
- """
346
- return pulumi.get(self, "kubernetes_secret_type")
347
-
348
- @property
349
- @pulumi.getter
350
- def location(self) -> pulumi.Output[str]:
351
- """
352
- The geo-location where the resource lives
353
- """
354
- return pulumi.get(self, "location")
355
-
356
- @property
357
- @pulumi.getter
358
- def name(self) -> pulumi.Output[str]:
359
- """
360
- The name of the resource
361
- """
362
- return pulumi.get(self, "name")
363
-
364
- @property
365
- @pulumi.getter(name="objectSecretMapping")
366
- def object_secret_mapping(self) -> pulumi.Output[Sequence['outputs.KubernetesSecretObjectMappingResponse']]:
367
- """
368
- An array of SecretObjectData that maps secret data from the external secret provider to the Kubernetes secret. Each entry specifies the source secret in the external provider and the corresponding key in the Kubernetes secret.
369
- """
370
- return pulumi.get(self, "object_secret_mapping")
371
-
372
- @property
373
- @pulumi.getter(name="provisioningState")
374
- def provisioning_state(self) -> pulumi.Output[str]:
375
- """
376
- Provisioning state of the SecretSync instance.
377
- """
378
- return pulumi.get(self, "provisioning_state")
379
-
380
- @property
381
- @pulumi.getter(name="secretProviderClassName")
382
- def secret_provider_class_name(self) -> pulumi.Output[str]:
383
- """
384
- SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.
385
- """
386
- return pulumi.get(self, "secret_provider_class_name")
387
-
388
- @property
389
- @pulumi.getter(name="serviceAccountName")
390
- def service_account_name(self) -> pulumi.Output[str]:
391
- """
392
- ServiceAccountName specifies the name of the service account used to access the cloud provider secret store. The audience field in the service account token must be passed as parameter in the controller configuration. The audience is used when requesting a token from the API server for the service account; the supported audiences are defined by each provider.
393
- """
394
- return pulumi.get(self, "service_account_name")
395
-
396
- @property
397
- @pulumi.getter
398
- def status(self) -> pulumi.Output['outputs.SecretSyncStatusResponse']:
399
- """
400
- SecretSyncStatus defines the observed state of the secret synchronization process.
401
- """
402
- return pulumi.get(self, "status")
403
-
404
- @property
405
- @pulumi.getter(name="systemData")
406
- def system_data(self) -> pulumi.Output['outputs.SystemDataResponse']:
407
- """
408
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
409
- """
410
- return pulumi.get(self, "system_data")
411
-
412
- @property
413
- @pulumi.getter
414
- def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
415
- """
416
- Resource tags.
417
- """
418
- return pulumi.get(self, "tags")
419
-
420
- @property
421
- @pulumi.getter
422
- def type(self) -> pulumi.Output[str]:
423
- """
424
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
425
- """
426
- return pulumi.get(self, "type")
427
-