pulumi-azure-native 2.68.0__py3-none-any.whl → 2.68.0a1729267188__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 (183) hide show
  1. pulumi_azure_native/__init__.py +0 -50
  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/pulumi-plugin.json +1 -1
  125. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/METADATA +1 -1
  126. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/RECORD +128 -183
  127. pulumi_azure_native/cache/v20241101/__init__.py +0 -25
  128. pulumi_azure_native/cache/v20241101/_enums.py +0 -111
  129. pulumi_azure_native/cache/v20241101/_inputs.py +0 -646
  130. pulumi_azure_native/cache/v20241101/access_policy.py +0 -219
  131. pulumi_azure_native/cache/v20241101/access_policy_assignment.py +0 -279
  132. pulumi_azure_native/cache/v20241101/firewall_rule.py +0 -239
  133. pulumi_azure_native/cache/v20241101/get_access_policy.py +0 -148
  134. pulumi_azure_native/cache/v20241101/get_access_policy_assignment.py +0 -176
  135. pulumi_azure_native/cache/v20241101/get_firewall_rule.py +0 -148
  136. pulumi_azure_native/cache/v20241101/get_linked_server.py +0 -204
  137. pulumi_azure_native/cache/v20241101/get_patch_schedule.py +0 -149
  138. pulumi_azure_native/cache/v20241101/get_private_endpoint_connection.py +0 -163
  139. pulumi_azure_native/cache/v20241101/get_redis.py +0 -493
  140. pulumi_azure_native/cache/v20241101/linked_server.py +0 -299
  141. pulumi_azure_native/cache/v20241101/list_redis_keys.py +0 -100
  142. pulumi_azure_native/cache/v20241101/outputs.py +0 -917
  143. pulumi_azure_native/cache/v20241101/patch_schedule.py +0 -221
  144. pulumi_azure_native/cache/v20241101/private_endpoint_connection.py +0 -232
  145. pulumi_azure_native/cache/v20241101/redis.py +0 -804
  146. pulumi_azure_native/costmanagement/v20240801/__init__.py +0 -26
  147. pulumi_azure_native/costmanagement/v20240801/_enums.py +0 -538
  148. pulumi_azure_native/costmanagement/v20240801/_inputs.py +0 -2660
  149. pulumi_azure_native/costmanagement/v20240801/budget.py +0 -619
  150. pulumi_azure_native/costmanagement/v20240801/cost_allocation_rule.py +0 -190
  151. pulumi_azure_native/costmanagement/v20240801/export.py +0 -415
  152. pulumi_azure_native/costmanagement/v20240801/get_budget.py +0 -337
  153. pulumi_azure_native/costmanagement/v20240801/get_cost_allocation_rule.py +0 -129
  154. pulumi_azure_native/costmanagement/v20240801/get_export.py +0 -261
  155. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action.py +0 -263
  156. pulumi_azure_native/costmanagement/v20240801/get_scheduled_action_by_scope.py +0 -269
  157. pulumi_azure_native/costmanagement/v20240801/get_tag_inheritance_setting.py +0 -144
  158. pulumi_azure_native/costmanagement/v20240801/get_view.py +0 -333
  159. pulumi_azure_native/costmanagement/v20240801/get_view_by_scope.py +0 -339
  160. pulumi_azure_native/costmanagement/v20240801/outputs.py +0 -2593
  161. pulumi_azure_native/costmanagement/v20240801/scheduled_action.py +0 -425
  162. pulumi_azure_native/costmanagement/v20240801/scheduled_action_by_scope.py +0 -426
  163. pulumi_azure_native/costmanagement/v20240801/tag_inheritance_setting.py +0 -222
  164. pulumi_azure_native/costmanagement/v20240801/view.py +0 -587
  165. pulumi_azure_native/costmanagement/v20240801/view_by_scope.py +0 -588
  166. pulumi_azure_native/secretsynccontroller/__init__.py +0 -22
  167. pulumi_azure_native/secretsynccontroller/_enums.py +0 -38
  168. pulumi_azure_native/secretsynccontroller/_inputs.py +0 -134
  169. pulumi_azure_native/secretsynccontroller/azure_key_vault_secret_provider_class.py +0 -389
  170. pulumi_azure_native/secretsynccontroller/get_azure_key_vault_secret_provider_class.py +0 -243
  171. pulumi_azure_native/secretsynccontroller/get_secret_sync.py +0 -271
  172. pulumi_azure_native/secretsynccontroller/outputs.py +0 -367
  173. pulumi_azure_native/secretsynccontroller/secret_sync.py +0 -429
  174. pulumi_azure_native/secretsynccontroller/v20240821preview/__init__.py +0 -14
  175. pulumi_azure_native/secretsynccontroller/v20240821preview/_enums.py +0 -38
  176. pulumi_azure_native/secretsynccontroller/v20240821preview/_inputs.py +0 -134
  177. pulumi_azure_native/secretsynccontroller/v20240821preview/azure_key_vault_secret_provider_class.py +0 -387
  178. pulumi_azure_native/secretsynccontroller/v20240821preview/get_azure_key_vault_secret_provider_class.py +0 -241
  179. pulumi_azure_native/secretsynccontroller/v20240821preview/get_secret_sync.py +0 -269
  180. pulumi_azure_native/secretsynccontroller/v20240821preview/outputs.py +0 -367
  181. pulumi_azure_native/secretsynccontroller/v20240821preview/secret_sync.py +0 -427
  182. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/WHEEL +0 -0
  183. {pulumi_azure_native-2.68.0.dist-info → pulumi_azure_native-2.68.0a1729267188.dist-info}/top_level.txt +0 -0
@@ -1,243 +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
-
18
- __all__ = [
19
- 'GetAzureKeyVaultSecretProviderClassResult',
20
- 'AwaitableGetAzureKeyVaultSecretProviderClassResult',
21
- 'get_azure_key_vault_secret_provider_class',
22
- 'get_azure_key_vault_secret_provider_class_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetAzureKeyVaultSecretProviderClassResult:
27
- """
28
- The AzureKeyVaultSecretProviderClass resource.
29
- """
30
- def __init__(__self__, client_id=None, extended_location=None, id=None, keyvault_name=None, location=None, name=None, objects=None, provisioning_state=None, system_data=None, tags=None, tenant_id=None, type=None):
31
- if client_id and not isinstance(client_id, str):
32
- raise TypeError("Expected argument 'client_id' to be a str")
33
- pulumi.set(__self__, "client_id", client_id)
34
- if extended_location and not isinstance(extended_location, dict):
35
- raise TypeError("Expected argument 'extended_location' to be a dict")
36
- pulumi.set(__self__, "extended_location", extended_location)
37
- if id and not isinstance(id, str):
38
- raise TypeError("Expected argument 'id' to be a str")
39
- pulumi.set(__self__, "id", id)
40
- if keyvault_name and not isinstance(keyvault_name, str):
41
- raise TypeError("Expected argument 'keyvault_name' to be a str")
42
- pulumi.set(__self__, "keyvault_name", keyvault_name)
43
- if location and not isinstance(location, str):
44
- raise TypeError("Expected argument 'location' to be a str")
45
- pulumi.set(__self__, "location", location)
46
- if name and not isinstance(name, str):
47
- raise TypeError("Expected argument 'name' to be a str")
48
- pulumi.set(__self__, "name", name)
49
- if objects and not isinstance(objects, str):
50
- raise TypeError("Expected argument 'objects' to be a str")
51
- pulumi.set(__self__, "objects", objects)
52
- if provisioning_state and not isinstance(provisioning_state, str):
53
- raise TypeError("Expected argument 'provisioning_state' to be a str")
54
- pulumi.set(__self__, "provisioning_state", provisioning_state)
55
- if system_data and not isinstance(system_data, dict):
56
- raise TypeError("Expected argument 'system_data' to be a dict")
57
- pulumi.set(__self__, "system_data", system_data)
58
- if tags and not isinstance(tags, dict):
59
- raise TypeError("Expected argument 'tags' to be a dict")
60
- pulumi.set(__self__, "tags", tags)
61
- if tenant_id and not isinstance(tenant_id, str):
62
- raise TypeError("Expected argument 'tenant_id' to be a str")
63
- pulumi.set(__self__, "tenant_id", tenant_id)
64
- if type and not isinstance(type, str):
65
- raise TypeError("Expected argument 'type' to be a str")
66
- pulumi.set(__self__, "type", type)
67
-
68
- @property
69
- @pulumi.getter(name="clientId")
70
- def client_id(self) -> str:
71
- """
72
- The user assigned managed identity client ID that should be used to access the Azure Key Vault.
73
- """
74
- return pulumi.get(self, "client_id")
75
-
76
- @property
77
- @pulumi.getter(name="extendedLocation")
78
- def extended_location(self) -> Optional['outputs.AzureResourceManagerCommonTypesExtendedLocationResponse']:
79
- """
80
- The complex type of the extended location.
81
- """
82
- return pulumi.get(self, "extended_location")
83
-
84
- @property
85
- @pulumi.getter
86
- def id(self) -> str:
87
- """
88
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
89
- """
90
- return pulumi.get(self, "id")
91
-
92
- @property
93
- @pulumi.getter(name="keyvaultName")
94
- def keyvault_name(self) -> str:
95
- """
96
- The name of the Azure Key Vault to sync secrets from.
97
- """
98
- return pulumi.get(self, "keyvault_name")
99
-
100
- @property
101
- @pulumi.getter
102
- def location(self) -> str:
103
- """
104
- The geo-location where the resource lives
105
- """
106
- return pulumi.get(self, "location")
107
-
108
- @property
109
- @pulumi.getter
110
- def name(self) -> str:
111
- """
112
- The name of the resource
113
- """
114
- return pulumi.get(self, "name")
115
-
116
- @property
117
- @pulumi.getter
118
- def objects(self) -> Optional[str]:
119
- """
120
- Objects defines the desired state of synced K8s secret objects
121
- """
122
- return pulumi.get(self, "objects")
123
-
124
- @property
125
- @pulumi.getter(name="provisioningState")
126
- def provisioning_state(self) -> str:
127
- """
128
- Provisioning state of the AzureKeyVaultSecretProviderClass instance.
129
- """
130
- return pulumi.get(self, "provisioning_state")
131
-
132
- @property
133
- @pulumi.getter(name="systemData")
134
- def system_data(self) -> 'outputs.SystemDataResponse':
135
- """
136
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
137
- """
138
- return pulumi.get(self, "system_data")
139
-
140
- @property
141
- @pulumi.getter
142
- def tags(self) -> Optional[Mapping[str, str]]:
143
- """
144
- Resource tags.
145
- """
146
- return pulumi.get(self, "tags")
147
-
148
- @property
149
- @pulumi.getter(name="tenantId")
150
- def tenant_id(self) -> str:
151
- """
152
- The Azure Active Directory tenant ID that should be used for authenticating requests to the Azure Key Vault.
153
- """
154
- return pulumi.get(self, "tenant_id")
155
-
156
- @property
157
- @pulumi.getter
158
- def type(self) -> str:
159
- """
160
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
161
- """
162
- return pulumi.get(self, "type")
163
-
164
-
165
- class AwaitableGetAzureKeyVaultSecretProviderClassResult(GetAzureKeyVaultSecretProviderClassResult):
166
- # pylint: disable=using-constant-test
167
- def __await__(self):
168
- if False:
169
- yield self
170
- return GetAzureKeyVaultSecretProviderClassResult(
171
- client_id=self.client_id,
172
- extended_location=self.extended_location,
173
- id=self.id,
174
- keyvault_name=self.keyvault_name,
175
- location=self.location,
176
- name=self.name,
177
- objects=self.objects,
178
- provisioning_state=self.provisioning_state,
179
- system_data=self.system_data,
180
- tags=self.tags,
181
- tenant_id=self.tenant_id,
182
- type=self.type)
183
-
184
-
185
- def get_azure_key_vault_secret_provider_class(azure_key_vault_secret_provider_class_name: Optional[str] = None,
186
- resource_group_name: Optional[str] = None,
187
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAzureKeyVaultSecretProviderClassResult:
188
- """
189
- Gets the properties of an AzureKeyVaultSecretProviderClass instance.
190
- Azure REST API version: 2024-08-21-preview.
191
-
192
-
193
- :param str azure_key_vault_secret_provider_class_name: The name of the AzureKeyVaultSecretProviderClass
194
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
195
- """
196
- __args__ = dict()
197
- __args__['azureKeyVaultSecretProviderClassName'] = azure_key_vault_secret_provider_class_name
198
- __args__['resourceGroupName'] = resource_group_name
199
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
200
- __ret__ = pulumi.runtime.invoke('azure-native:secretsynccontroller:getAzureKeyVaultSecretProviderClass', __args__, opts=opts, typ=GetAzureKeyVaultSecretProviderClassResult).value
201
-
202
- return AwaitableGetAzureKeyVaultSecretProviderClassResult(
203
- client_id=pulumi.get(__ret__, 'client_id'),
204
- extended_location=pulumi.get(__ret__, 'extended_location'),
205
- id=pulumi.get(__ret__, 'id'),
206
- keyvault_name=pulumi.get(__ret__, 'keyvault_name'),
207
- location=pulumi.get(__ret__, 'location'),
208
- name=pulumi.get(__ret__, 'name'),
209
- objects=pulumi.get(__ret__, 'objects'),
210
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
211
- system_data=pulumi.get(__ret__, 'system_data'),
212
- tags=pulumi.get(__ret__, 'tags'),
213
- tenant_id=pulumi.get(__ret__, 'tenant_id'),
214
- type=pulumi.get(__ret__, 'type'))
215
- def get_azure_key_vault_secret_provider_class_output(azure_key_vault_secret_provider_class_name: Optional[pulumi.Input[str]] = None,
216
- resource_group_name: Optional[pulumi.Input[str]] = None,
217
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAzureKeyVaultSecretProviderClassResult]:
218
- """
219
- Gets the properties of an AzureKeyVaultSecretProviderClass instance.
220
- Azure REST API version: 2024-08-21-preview.
221
-
222
-
223
- :param str azure_key_vault_secret_provider_class_name: The name of the AzureKeyVaultSecretProviderClass
224
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
225
- """
226
- __args__ = dict()
227
- __args__['azureKeyVaultSecretProviderClassName'] = azure_key_vault_secret_provider_class_name
228
- __args__['resourceGroupName'] = resource_group_name
229
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
230
- __ret__ = pulumi.runtime.invoke_output('azure-native:secretsynccontroller:getAzureKeyVaultSecretProviderClass', __args__, opts=opts, typ=GetAzureKeyVaultSecretProviderClassResult)
231
- return __ret__.apply(lambda __response__: GetAzureKeyVaultSecretProviderClassResult(
232
- client_id=pulumi.get(__response__, 'client_id'),
233
- extended_location=pulumi.get(__response__, 'extended_location'),
234
- id=pulumi.get(__response__, 'id'),
235
- keyvault_name=pulumi.get(__response__, 'keyvault_name'),
236
- location=pulumi.get(__response__, 'location'),
237
- name=pulumi.get(__response__, 'name'),
238
- objects=pulumi.get(__response__, 'objects'),
239
- provisioning_state=pulumi.get(__response__, 'provisioning_state'),
240
- system_data=pulumi.get(__response__, 'system_data'),
241
- tags=pulumi.get(__response__, 'tags'),
242
- tenant_id=pulumi.get(__response__, 'tenant_id'),
243
- type=pulumi.get(__response__, 'type')))
@@ -1,271 +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
-
18
- __all__ = [
19
- 'GetSecretSyncResult',
20
- 'AwaitableGetSecretSyncResult',
21
- 'get_secret_sync',
22
- 'get_secret_sync_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetSecretSyncResult:
27
- """
28
- The SecretSync resource.
29
- """
30
- def __init__(__self__, extended_location=None, force_synchronization=None, id=None, kubernetes_secret_type=None, location=None, name=None, object_secret_mapping=None, provisioning_state=None, secret_provider_class_name=None, service_account_name=None, status=None, system_data=None, tags=None, type=None):
31
- if extended_location and not isinstance(extended_location, dict):
32
- raise TypeError("Expected argument 'extended_location' to be a dict")
33
- pulumi.set(__self__, "extended_location", extended_location)
34
- if force_synchronization and not isinstance(force_synchronization, str):
35
- raise TypeError("Expected argument 'force_synchronization' to be a str")
36
- pulumi.set(__self__, "force_synchronization", force_synchronization)
37
- if id and not isinstance(id, str):
38
- raise TypeError("Expected argument 'id' to be a str")
39
- pulumi.set(__self__, "id", id)
40
- if kubernetes_secret_type and not isinstance(kubernetes_secret_type, str):
41
- raise TypeError("Expected argument 'kubernetes_secret_type' to be a str")
42
- pulumi.set(__self__, "kubernetes_secret_type", kubernetes_secret_type)
43
- if location and not isinstance(location, str):
44
- raise TypeError("Expected argument 'location' to be a str")
45
- pulumi.set(__self__, "location", location)
46
- if name and not isinstance(name, str):
47
- raise TypeError("Expected argument 'name' to be a str")
48
- pulumi.set(__self__, "name", name)
49
- if object_secret_mapping and not isinstance(object_secret_mapping, list):
50
- raise TypeError("Expected argument 'object_secret_mapping' to be a list")
51
- pulumi.set(__self__, "object_secret_mapping", object_secret_mapping)
52
- if provisioning_state and not isinstance(provisioning_state, str):
53
- raise TypeError("Expected argument 'provisioning_state' to be a str")
54
- pulumi.set(__self__, "provisioning_state", provisioning_state)
55
- if secret_provider_class_name and not isinstance(secret_provider_class_name, str):
56
- raise TypeError("Expected argument 'secret_provider_class_name' to be a str")
57
- pulumi.set(__self__, "secret_provider_class_name", secret_provider_class_name)
58
- if service_account_name and not isinstance(service_account_name, str):
59
- raise TypeError("Expected argument 'service_account_name' to be a str")
60
- pulumi.set(__self__, "service_account_name", service_account_name)
61
- if status and not isinstance(status, dict):
62
- raise TypeError("Expected argument 'status' to be a dict")
63
- pulumi.set(__self__, "status", status)
64
- if system_data and not isinstance(system_data, dict):
65
- raise TypeError("Expected argument 'system_data' to be a dict")
66
- pulumi.set(__self__, "system_data", system_data)
67
- if tags and not isinstance(tags, dict):
68
- raise TypeError("Expected argument 'tags' to be a dict")
69
- pulumi.set(__self__, "tags", tags)
70
- if type and not isinstance(type, str):
71
- raise TypeError("Expected argument 'type' to be a str")
72
- pulumi.set(__self__, "type", type)
73
-
74
- @property
75
- @pulumi.getter(name="extendedLocation")
76
- def extended_location(self) -> Optional['outputs.AzureResourceManagerCommonTypesExtendedLocationResponse']:
77
- """
78
- The complex type of the extended location.
79
- """
80
- return pulumi.get(self, "extended_location")
81
-
82
- @property
83
- @pulumi.getter(name="forceSynchronization")
84
- def force_synchronization(self) -> Optional[str]:
85
- """
86
- 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.
87
- """
88
- return pulumi.get(self, "force_synchronization")
89
-
90
- @property
91
- @pulumi.getter
92
- def id(self) -> str:
93
- """
94
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
95
- """
96
- return pulumi.get(self, "id")
97
-
98
- @property
99
- @pulumi.getter(name="kubernetesSecretType")
100
- def kubernetes_secret_type(self) -> str:
101
- """
102
- 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.
103
- """
104
- return pulumi.get(self, "kubernetes_secret_type")
105
-
106
- @property
107
- @pulumi.getter
108
- def location(self) -> str:
109
- """
110
- The geo-location where the resource lives
111
- """
112
- return pulumi.get(self, "location")
113
-
114
- @property
115
- @pulumi.getter
116
- def name(self) -> str:
117
- """
118
- The name of the resource
119
- """
120
- return pulumi.get(self, "name")
121
-
122
- @property
123
- @pulumi.getter(name="objectSecretMapping")
124
- def object_secret_mapping(self) -> Sequence['outputs.KubernetesSecretObjectMappingResponse']:
125
- """
126
- 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.
127
- """
128
- return pulumi.get(self, "object_secret_mapping")
129
-
130
- @property
131
- @pulumi.getter(name="provisioningState")
132
- def provisioning_state(self) -> str:
133
- """
134
- Provisioning state of the SecretSync instance.
135
- """
136
- return pulumi.get(self, "provisioning_state")
137
-
138
- @property
139
- @pulumi.getter(name="secretProviderClassName")
140
- def secret_provider_class_name(self) -> str:
141
- """
142
- SecretProviderClassName specifies the name of the SecretProviderClass resource, which contains the information needed to access the cloud provider secret store.
143
- """
144
- return pulumi.get(self, "secret_provider_class_name")
145
-
146
- @property
147
- @pulumi.getter(name="serviceAccountName")
148
- def service_account_name(self) -> str:
149
- """
150
- 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.
151
- """
152
- return pulumi.get(self, "service_account_name")
153
-
154
- @property
155
- @pulumi.getter
156
- def status(self) -> 'outputs.SecretSyncStatusResponse':
157
- """
158
- SecretSyncStatus defines the observed state of the secret synchronization process.
159
- """
160
- return pulumi.get(self, "status")
161
-
162
- @property
163
- @pulumi.getter(name="systemData")
164
- def system_data(self) -> 'outputs.SystemDataResponse':
165
- """
166
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
167
- """
168
- return pulumi.get(self, "system_data")
169
-
170
- @property
171
- @pulumi.getter
172
- def tags(self) -> Optional[Mapping[str, str]]:
173
- """
174
- Resource tags.
175
- """
176
- return pulumi.get(self, "tags")
177
-
178
- @property
179
- @pulumi.getter
180
- def type(self) -> str:
181
- """
182
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
183
- """
184
- return pulumi.get(self, "type")
185
-
186
-
187
- class AwaitableGetSecretSyncResult(GetSecretSyncResult):
188
- # pylint: disable=using-constant-test
189
- def __await__(self):
190
- if False:
191
- yield self
192
- return GetSecretSyncResult(
193
- extended_location=self.extended_location,
194
- force_synchronization=self.force_synchronization,
195
- id=self.id,
196
- kubernetes_secret_type=self.kubernetes_secret_type,
197
- location=self.location,
198
- name=self.name,
199
- object_secret_mapping=self.object_secret_mapping,
200
- provisioning_state=self.provisioning_state,
201
- secret_provider_class_name=self.secret_provider_class_name,
202
- service_account_name=self.service_account_name,
203
- status=self.status,
204
- system_data=self.system_data,
205
- tags=self.tags,
206
- type=self.type)
207
-
208
-
209
- def get_secret_sync(resource_group_name: Optional[str] = None,
210
- secret_sync_name: Optional[str] = None,
211
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretSyncResult:
212
- """
213
- Gets the properties of a SecretSync instance.
214
- Azure REST API version: 2024-08-21-preview.
215
-
216
-
217
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
218
- :param str secret_sync_name: The name of the SecretSync
219
- """
220
- __args__ = dict()
221
- __args__['resourceGroupName'] = resource_group_name
222
- __args__['secretSyncName'] = secret_sync_name
223
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
224
- __ret__ = pulumi.runtime.invoke('azure-native:secretsynccontroller:getSecretSync', __args__, opts=opts, typ=GetSecretSyncResult).value
225
-
226
- return AwaitableGetSecretSyncResult(
227
- extended_location=pulumi.get(__ret__, 'extended_location'),
228
- force_synchronization=pulumi.get(__ret__, 'force_synchronization'),
229
- id=pulumi.get(__ret__, 'id'),
230
- kubernetes_secret_type=pulumi.get(__ret__, 'kubernetes_secret_type'),
231
- location=pulumi.get(__ret__, 'location'),
232
- name=pulumi.get(__ret__, 'name'),
233
- object_secret_mapping=pulumi.get(__ret__, 'object_secret_mapping'),
234
- provisioning_state=pulumi.get(__ret__, 'provisioning_state'),
235
- secret_provider_class_name=pulumi.get(__ret__, 'secret_provider_class_name'),
236
- service_account_name=pulumi.get(__ret__, 'service_account_name'),
237
- status=pulumi.get(__ret__, 'status'),
238
- system_data=pulumi.get(__ret__, 'system_data'),
239
- tags=pulumi.get(__ret__, 'tags'),
240
- type=pulumi.get(__ret__, 'type'))
241
- def get_secret_sync_output(resource_group_name: Optional[pulumi.Input[str]] = None,
242
- secret_sync_name: Optional[pulumi.Input[str]] = None,
243
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecretSyncResult]:
244
- """
245
- Gets the properties of a SecretSync instance.
246
- Azure REST API version: 2024-08-21-preview.
247
-
248
-
249
- :param str resource_group_name: The name of the resource group. The name is case insensitive.
250
- :param str secret_sync_name: The name of the SecretSync
251
- """
252
- __args__ = dict()
253
- __args__['resourceGroupName'] = resource_group_name
254
- __args__['secretSyncName'] = secret_sync_name
255
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
256
- __ret__ = pulumi.runtime.invoke_output('azure-native:secretsynccontroller:getSecretSync', __args__, opts=opts, typ=GetSecretSyncResult)
257
- return __ret__.apply(lambda __response__: GetSecretSyncResult(
258
- extended_location=pulumi.get(__response__, 'extended_location'),
259
- force_synchronization=pulumi.get(__response__, 'force_synchronization'),
260
- id=pulumi.get(__response__, 'id'),
261
- kubernetes_secret_type=pulumi.get(__response__, 'kubernetes_secret_type'),
262
- location=pulumi.get(__response__, 'location'),
263
- name=pulumi.get(__response__, 'name'),
264
- object_secret_mapping=pulumi.get(__response__, 'object_secret_mapping'),
265
- provisioning_state=pulumi.get(__response__, 'provisioning_state'),
266
- secret_provider_class_name=pulumi.get(__response__, 'secret_provider_class_name'),
267
- service_account_name=pulumi.get(__response__, 'service_account_name'),
268
- status=pulumi.get(__response__, 'status'),
269
- system_data=pulumi.get(__response__, 'system_data'),
270
- tags=pulumi.get(__response__, 'tags'),
271
- type=pulumi.get(__response__, 'type')))