pulumi-oci 3.6.0a1756509375__py3-none-any.whl → 3.6.0a1757045455__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.
Files changed (71) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/aivision/__init__.py +12 -0
  3. pulumi_oci/aivision/_inputs.py +787 -51
  4. pulumi_oci/aivision/get_model.py +4 -4
  5. pulumi_oci/aivision/get_models.py +11 -11
  6. pulumi_oci/aivision/get_project.py +15 -15
  7. pulumi_oci/aivision/get_projects.py +10 -10
  8. pulumi_oci/aivision/get_stream_group.py +268 -0
  9. pulumi_oci/aivision/get_stream_groups.py +177 -0
  10. pulumi_oci/aivision/get_stream_job.py +296 -0
  11. pulumi_oci/aivision/get_stream_jobs.py +199 -0
  12. pulumi_oci/aivision/get_stream_source.py +240 -0
  13. pulumi_oci/aivision/get_stream_sources.py +199 -0
  14. pulumi_oci/aivision/get_vision_private_endpoint.py +267 -0
  15. pulumi_oci/aivision/get_vision_private_endpoints.py +199 -0
  16. pulumi_oci/aivision/model.py +149 -157
  17. pulumi_oci/aivision/outputs.py +1920 -116
  18. pulumi_oci/aivision/project.py +61 -69
  19. pulumi_oci/aivision/stream_group.py +632 -0
  20. pulumi_oci/aivision/stream_job.py +744 -0
  21. pulumi_oci/aivision/stream_source.py +519 -0
  22. pulumi_oci/aivision/vision_private_endpoint.py +606 -0
  23. pulumi_oci/cloudguard/_inputs.py +1198 -72
  24. pulumi_oci/cloudguard/get_managed_list.py +15 -1
  25. pulumi_oci/cloudguard/managed_list.py +47 -0
  26. pulumi_oci/cloudguard/outputs.py +2104 -67
  27. pulumi_oci/database/_inputs.py +41 -1
  28. pulumi_oci/database/exascale_db_storage_vault.py +98 -0
  29. pulumi_oci/database/get_exascale_db_storage_vault.py +29 -1
  30. pulumi_oci/database/outputs.py +121 -5
  31. pulumi_oci/mysql/_inputs.py +221 -0
  32. pulumi_oci/mysql/get_mysql_backup.py +40 -4
  33. pulumi_oci/mysql/get_mysql_backups.py +2 -2
  34. pulumi_oci/mysql/mysql_backup.py +119 -3
  35. pulumi_oci/mysql/outputs.py +343 -957
  36. pulumi_oci/oci/__init__.py +8 -0
  37. pulumi_oci/oci/_inputs.py +256 -15
  38. pulumi_oci/oci/dbmulticloud_multi_cloud_resource_discovery.py +103 -54
  39. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_container.py +45 -45
  40. pulumi_oci/oci/dbmulticloud_oracle_db_azure_blob_mount.py +42 -44
  41. pulumi_oci/oci/dbmulticloud_oracle_db_azure_connector.py +100 -72
  42. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault.py +74 -74
  43. pulumi_oci/oci/dbmulticloud_oracle_db_azure_vault_association.py +50 -50
  44. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_identity_connector.py +924 -0
  45. pulumi_oci/oci/dbmulticloud_oracle_db_gcp_key_ring.py +762 -0
  46. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discoveries.py +37 -15
  47. pulumi_oci/oci/get_dbmulticloud_multi_cloud_resource_discovery.py +26 -12
  48. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_container.py +12 -12
  49. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_containers.py +15 -15
  50. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mount.py +12 -12
  51. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_blob_mounts.py +15 -15
  52. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connector.py +30 -16
  53. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_connectors.py +11 -11
  54. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_key.py +41 -13
  55. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_keys.py +12 -12
  56. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault.py +17 -17
  57. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_association.py +14 -14
  58. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vault_associations.py +15 -15
  59. pulumi_oci/oci/get_dbmulticloud_oracle_db_azure_vaults.py +14 -14
  60. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connector.py +366 -0
  61. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_identity_connectors.py +213 -0
  62. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key.py +295 -0
  63. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_ring.py +309 -0
  64. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_key_rings.py +229 -0
  65. pulumi_oci/oci/get_dbmulticloud_oracle_db_gcp_keys.py +232 -0
  66. pulumi_oci/oci/outputs.py +1042 -142
  67. pulumi_oci/pulumi-plugin.json +1 -1
  68. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/METADATA +1 -1
  69. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/RECORD +71 -51
  70. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/WHEEL +0 -0
  71. {pulumi_oci-3.6.0a1756509375.dist-info → pulumi_oci-3.6.0a1757045455.dist-info}/top_level.txt +0 -0
@@ -61,7 +61,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsResult:
61
61
  @pulumi.getter(name="compartmentId")
62
62
  def compartment_id(self) -> _builtins.str:
63
63
  """
64
- The OCID of the compartment that contains Oracle DB Azure Blob Mount resource.
64
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Blob Mount resource.
65
65
  """
66
66
  return pulumi.get(self, "compartment_id")
67
67
 
@@ -69,7 +69,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsResult:
69
69
  @pulumi.getter(name="displayName")
70
70
  def display_name(self) -> Optional[_builtins.str]:
71
71
  """
72
- Oracle DB Azure Blob Mount name.
72
+ Oracle DB Azure Blob Mount resource name.
73
73
  """
74
74
  return pulumi.get(self, "display_name")
75
75
 
@@ -90,7 +90,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsResult:
90
90
  @pulumi.getter(name="oracleDbAzureBlobContainerId")
91
91
  def oracle_db_azure_blob_container_id(self) -> Optional[_builtins.str]:
92
92
  """
93
- The OCID of the Oracle DB Azure Blob Container Resource.
93
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Container resource that contains Oracle DB Azure Blob Mount resource.
94
94
  """
95
95
  return pulumi.get(self, "oracle_db_azure_blob_container_id")
96
96
 
@@ -111,7 +111,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsResult:
111
111
  @pulumi.getter(name="oracleDbAzureConnectorId")
112
112
  def oracle_db_azure_connector_id(self) -> Optional[_builtins.str]:
113
113
  """
114
- The OCID of the Oracle DB Azure Connector Resource.
114
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource that contains Oracle DB Azure Blob Mount resource.
115
115
  """
116
116
  return pulumi.get(self, "oracle_db_azure_connector_id")
117
117
 
@@ -119,7 +119,7 @@ class GetDbmulticloudOracleDbAzureBlobMountsResult:
119
119
  @pulumi.getter
120
120
  def state(self) -> Optional[_builtins.str]:
121
121
  """
122
- The current lifecycle state of the Azure Arc Agent Resource.
122
+ The current lifecycle state of the Oracle DB Azure Blob Mount resource.
123
123
  """
124
124
  return pulumi.get(self, "state")
125
125
 
@@ -152,7 +152,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mounts(compartment_id: Optional[_built
152
152
  """
153
153
  This data source provides the list of Oracle Db Azure Blob Mounts in Oracle Cloud Infrastructure Dbmulticloud service.
154
154
 
155
- Lists the all Oracle DB Azure Blob Mounts based on filters.
155
+ Lists all Oracle DB Azure Blob Mount resources based on the specified filters.
156
156
 
157
157
  ## Example Usage
158
158
 
@@ -170,10 +170,10 @@ def get_dbmulticloud_oracle_db_azure_blob_mounts(compartment_id: Optional[_built
170
170
 
171
171
 
172
172
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
173
- :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount Resources.
174
- :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Mount Resources.
175
- :param _builtins.str oracle_db_azure_blob_mount_id: ID of Oracle DB Azure Blob Mount Resource.
176
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
173
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount resources that match the specified display name.
174
+ :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Container resource.
175
+ :param _builtins.str oracle_db_azure_blob_mount_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
176
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
177
177
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
178
178
  """
179
179
  __args__ = dict()
@@ -208,7 +208,7 @@ def get_dbmulticloud_oracle_db_azure_blob_mounts_output(compartment_id: Optional
208
208
  """
209
209
  This data source provides the list of Oracle Db Azure Blob Mounts in Oracle Cloud Infrastructure Dbmulticloud service.
210
210
 
211
- Lists the all Oracle DB Azure Blob Mounts based on filters.
211
+ Lists all Oracle DB Azure Blob Mount resources based on the specified filters.
212
212
 
213
213
  ## Example Usage
214
214
 
@@ -226,10 +226,10 @@ def get_dbmulticloud_oracle_db_azure_blob_mounts_output(compartment_id: Optional
226
226
 
227
227
 
228
228
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
229
- :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount Resources.
230
- :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Mount Resources.
231
- :param _builtins.str oracle_db_azure_blob_mount_id: ID of Oracle DB Azure Blob Mount Resource.
232
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
229
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Blob Mount resources that match the specified display name.
230
+ :param _builtins.str oracle_db_azure_blob_container_id: A filter to return Oracle DB Azure Blob Container resource.
231
+ :param _builtins.str oracle_db_azure_blob_mount_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Blob Mount resource.
232
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
233
233
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
234
234
  """
235
235
  __args__ = dict()
@@ -27,13 +27,16 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
27
27
  """
28
28
  A collection of values returned by getDbmulticloudOracleDbAzureConnector.
29
29
  """
30
- def __init__(__self__, access_token=None, arc_agent_nodes=None, azure_identity_mechanism=None, azure_resource_group=None, azure_subscription_id=None, azure_tenant_id=None, compartment_id=None, db_cluster_resource_id=None, display_name=None, id=None, last_modification=None, lifecycle_state_details=None, oracle_db_azure_connector_id=None, state=None, time_created=None, time_updated=None):
30
+ def __init__(__self__, access_token=None, arc_agent_nodes=None, azure_identity_connectivity_status=None, azure_identity_mechanism=None, azure_resource_group=None, azure_subscription_id=None, azure_tenant_id=None, compartment_id=None, db_cluster_resource_id=None, display_name=None, id=None, last_modification=None, lifecycle_state_details=None, oracle_db_azure_connector_id=None, state=None, time_created=None, time_updated=None):
31
31
  if access_token and not isinstance(access_token, str):
32
32
  raise TypeError("Expected argument 'access_token' to be a str")
33
33
  pulumi.set(__self__, "access_token", access_token)
34
34
  if arc_agent_nodes and not isinstance(arc_agent_nodes, list):
35
35
  raise TypeError("Expected argument 'arc_agent_nodes' to be a list")
36
36
  pulumi.set(__self__, "arc_agent_nodes", arc_agent_nodes)
37
+ if azure_identity_connectivity_status and not isinstance(azure_identity_connectivity_status, str):
38
+ raise TypeError("Expected argument 'azure_identity_connectivity_status' to be a str")
39
+ pulumi.set(__self__, "azure_identity_connectivity_status", azure_identity_connectivity_status)
37
40
  if azure_identity_mechanism and not isinstance(azure_identity_mechanism, str):
38
41
  raise TypeError("Expected argument 'azure_identity_mechanism' to be a str")
39
42
  pulumi.set(__self__, "azure_identity_mechanism", azure_identity_mechanism)
@@ -81,7 +84,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
81
84
  @pulumi.getter(name="accessToken")
82
85
  def access_token(self) -> _builtins.str:
83
86
  """
84
- Azure bearer access token. If bearer access token is provided then Service Principal detail is not required.
87
+ Azure bearer access token.
85
88
  """
86
89
  return pulumi.get(self, "access_token")
87
90
 
@@ -89,15 +92,23 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
89
92
  @pulumi.getter(name="arcAgentNodes")
90
93
  def arc_agent_nodes(self) -> Sequence['outputs.GetDbmulticloudOracleDbAzureConnectorArcAgentNodeResult']:
91
94
  """
92
- List of All VMs where Arc Agent is Install under VMCluster.
95
+ List of all VMs where Arc Agent is installed under Cloud VM Cluster.
93
96
  """
94
97
  return pulumi.get(self, "arc_agent_nodes")
95
98
 
99
+ @_builtins.property
100
+ @pulumi.getter(name="azureIdentityConnectivityStatus")
101
+ def azure_identity_connectivity_status(self) -> _builtins.str:
102
+ """
103
+ The current Connectivity status of Azure Identity Connector resource.
104
+ """
105
+ return pulumi.get(self, "azure_identity_connectivity_status")
106
+
96
107
  @_builtins.property
97
108
  @pulumi.getter(name="azureIdentityMechanism")
98
109
  def azure_identity_mechanism(self) -> _builtins.str:
99
110
  """
100
- Azure Identity Mechanism.
111
+ Azure Identity mechanism.
101
112
  """
102
113
  return pulumi.get(self, "azure_identity_mechanism")
103
114
 
@@ -105,7 +116,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
105
116
  @pulumi.getter(name="azureResourceGroup")
106
117
  def azure_resource_group(self) -> _builtins.str:
107
118
  """
108
- Azure Resource Group Name.
119
+ Azure Resource group name.
109
120
  """
110
121
  return pulumi.get(self, "azure_resource_group")
111
122
 
@@ -129,7 +140,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
129
140
  @pulumi.getter(name="compartmentId")
130
141
  def compartment_id(self) -> _builtins.str:
131
142
  """
132
- The ID of the compartment that contains Oracle DB Azure Connector resource.
143
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource.
133
144
  """
134
145
  return pulumi.get(self, "compartment_id")
135
146
 
@@ -137,7 +148,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
137
148
  @pulumi.getter(name="dbClusterResourceId")
138
149
  def db_cluster_resource_id(self) -> _builtins.str:
139
150
  """
140
- The ID of the DB Cluster Resource where this Azure Arc Agent identity to configure.
151
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
141
152
  """
142
153
  return pulumi.get(self, "db_cluster_resource_id")
143
154
 
@@ -153,7 +164,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
153
164
  @pulumi.getter
154
165
  def id(self) -> _builtins.str:
155
166
  """
156
- The ID of the Oracle DB Azure Connector resource.
167
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
157
168
  """
158
169
  return pulumi.get(self, "id")
159
170
 
@@ -161,7 +172,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
161
172
  @pulumi.getter(name="lastModification")
162
173
  def last_modification(self) -> _builtins.str:
163
174
  """
164
- Description of the latest modification of the Oracle DB Azure Connector Resource.
175
+ Description of the latest modification of the Oracle DB Azure Connector resource.
165
176
  """
166
177
  return pulumi.get(self, "last_modification")
167
178
 
@@ -182,7 +193,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
182
193
  @pulumi.getter
183
194
  def state(self) -> _builtins.str:
184
195
  """
185
- The current lifecycle state of the Azure Arc Agent Resource.
196
+ The current lifecycle state of the Azure Arc Agent resource.
186
197
  """
187
198
  return pulumi.get(self, "state")
188
199
 
@@ -190,7 +201,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
190
201
  @pulumi.getter(name="timeCreated")
191
202
  def time_created(self) -> _builtins.str:
192
203
  """
193
- Time when the Oracle DB Azure Connector Resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
204
+ Time when the Oracle DB Azure Connector resource was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
194
205
  """
195
206
  return pulumi.get(self, "time_created")
196
207
 
@@ -198,7 +209,7 @@ class GetDbmulticloudOracleDbAzureConnectorResult:
198
209
  @pulumi.getter(name="timeUpdated")
199
210
  def time_updated(self) -> _builtins.str:
200
211
  """
201
- Time when the Oracle DB Azure Connector Resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
212
+ Time when the Oracle DB Azure Connector resource was last modified expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
202
213
  """
203
214
  return pulumi.get(self, "time_updated")
204
215
 
@@ -211,6 +222,7 @@ class AwaitableGetDbmulticloudOracleDbAzureConnectorResult(GetDbmulticloudOracle
211
222
  return GetDbmulticloudOracleDbAzureConnectorResult(
212
223
  access_token=self.access_token,
213
224
  arc_agent_nodes=self.arc_agent_nodes,
225
+ azure_identity_connectivity_status=self.azure_identity_connectivity_status,
214
226
  azure_identity_mechanism=self.azure_identity_mechanism,
215
227
  azure_resource_group=self.azure_resource_group,
216
228
  azure_subscription_id=self.azure_subscription_id,
@@ -232,7 +244,7 @@ def get_dbmulticloud_oracle_db_azure_connector(oracle_db_azure_connector_id: Opt
232
244
  """
233
245
  This data source provides details about a specific Oracle Db Azure Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
234
246
 
235
- Get Oracle DB Azure Connector Resource form a particular Resource ID.
247
+ Retrieves the Oracle DB Azure Identity Connector for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
236
248
 
237
249
  ## Example Usage
238
250
 
@@ -244,7 +256,7 @@ def get_dbmulticloud_oracle_db_azure_connector(oracle_db_azure_connector_id: Opt
244
256
  ```
245
257
 
246
258
 
247
- :param _builtins.str oracle_db_azure_connector_id: The ID of the Oracle DB Azure Connector Resource.
259
+ :param _builtins.str oracle_db_azure_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
248
260
  """
249
261
  __args__ = dict()
250
262
  __args__['oracleDbAzureConnectorId'] = oracle_db_azure_connector_id
@@ -254,6 +266,7 @@ def get_dbmulticloud_oracle_db_azure_connector(oracle_db_azure_connector_id: Opt
254
266
  return AwaitableGetDbmulticloudOracleDbAzureConnectorResult(
255
267
  access_token=pulumi.get(__ret__, 'access_token'),
256
268
  arc_agent_nodes=pulumi.get(__ret__, 'arc_agent_nodes'),
269
+ azure_identity_connectivity_status=pulumi.get(__ret__, 'azure_identity_connectivity_status'),
257
270
  azure_identity_mechanism=pulumi.get(__ret__, 'azure_identity_mechanism'),
258
271
  azure_resource_group=pulumi.get(__ret__, 'azure_resource_group'),
259
272
  azure_subscription_id=pulumi.get(__ret__, 'azure_subscription_id'),
@@ -273,7 +286,7 @@ def get_dbmulticloud_oracle_db_azure_connector_output(oracle_db_azure_connector_
273
286
  """
274
287
  This data source provides details about a specific Oracle Db Azure Connector resource in Oracle Cloud Infrastructure Dbmulticloud service.
275
288
 
276
- Get Oracle DB Azure Connector Resource form a particular Resource ID.
289
+ Retrieves the Oracle DB Azure Identity Connector for a specified resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
277
290
 
278
291
  ## Example Usage
279
292
 
@@ -285,7 +298,7 @@ def get_dbmulticloud_oracle_db_azure_connector_output(oracle_db_azure_connector_
285
298
  ```
286
299
 
287
300
 
288
- :param _builtins.str oracle_db_azure_connector_id: The ID of the Oracle DB Azure Connector Resource.
301
+ :param _builtins.str oracle_db_azure_connector_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Connector resource.
289
302
  """
290
303
  __args__ = dict()
291
304
  __args__['oracleDbAzureConnectorId'] = oracle_db_azure_connector_id
@@ -294,6 +307,7 @@ def get_dbmulticloud_oracle_db_azure_connector_output(oracle_db_azure_connector_
294
307
  return __ret__.apply(lambda __response__: GetDbmulticloudOracleDbAzureConnectorResult(
295
308
  access_token=pulumi.get(__response__, 'access_token'),
296
309
  arc_agent_nodes=pulumi.get(__response__, 'arc_agent_nodes'),
310
+ azure_identity_connectivity_status=pulumi.get(__response__, 'azure_identity_connectivity_status'),
297
311
  azure_identity_mechanism=pulumi.get(__response__, 'azure_identity_mechanism'),
298
312
  azure_resource_group=pulumi.get(__response__, 'azure_resource_group'),
299
313
  azure_subscription_id=pulumi.get(__response__, 'azure_subscription_id'),
@@ -58,7 +58,7 @@ class GetDbmulticloudOracleDbAzureConnectorsResult:
58
58
  @pulumi.getter(name="compartmentId")
59
59
  def compartment_id(self) -> _builtins.str:
60
60
  """
61
- The ID of the compartment that contains Oracle DB Azure Connector resource.
61
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Connector resource.
62
62
  """
63
63
  return pulumi.get(self, "compartment_id")
64
64
 
@@ -66,7 +66,7 @@ class GetDbmulticloudOracleDbAzureConnectorsResult:
66
66
  @pulumi.getter(name="dbClusterResourceId")
67
67
  def db_cluster_resource_id(self) -> Optional[_builtins.str]:
68
68
  """
69
- The ID of the DB Cluster Resource where this Azure Arc Agent identity to configure.
69
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Cloud VM Cluster resource where this Azure Arc Agent identity to configure.
70
70
  """
71
71
  return pulumi.get(self, "db_cluster_resource_id")
72
72
 
@@ -108,7 +108,7 @@ class GetDbmulticloudOracleDbAzureConnectorsResult:
108
108
  @pulumi.getter
109
109
  def state(self) -> Optional[_builtins.str]:
110
110
  """
111
- The current lifecycle state of the Azure Arc Agent Resource.
111
+ The current lifecycle state of the Azure Arc Agent resource.
112
112
  """
113
113
  return pulumi.get(self, "state")
114
114
 
@@ -139,7 +139,7 @@ def get_dbmulticloud_oracle_db_azure_connectors(compartment_id: Optional[_builti
139
139
  """
140
140
  This data source provides the list of Oracle Db Azure Connectors in Oracle Cloud Infrastructure Dbmulticloud service.
141
141
 
142
- Lists the all Oracle DB Azure Connector Resource based on filters.
142
+ Lists all Oracle DB Azure Connector resources based on the specified filters.
143
143
 
144
144
  ## Example Usage
145
145
 
@@ -156,9 +156,9 @@ def get_dbmulticloud_oracle_db_azure_connectors(compartment_id: Optional[_builti
156
156
 
157
157
 
158
158
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
159
- :param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Resource.
160
- :param _builtins.str display_name: A filter to return Oracle DB Azure Connector Resource that match the given display name.
161
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
159
+ :param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database resource.
160
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Connector resources that match the specified display name.
161
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
162
162
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
163
163
  """
164
164
  __args__ = dict()
@@ -190,7 +190,7 @@ def get_dbmulticloud_oracle_db_azure_connectors_output(compartment_id: Optional[
190
190
  """
191
191
  This data source provides the list of Oracle Db Azure Connectors in Oracle Cloud Infrastructure Dbmulticloud service.
192
192
 
193
- Lists the all Oracle DB Azure Connector Resource based on filters.
193
+ Lists all Oracle DB Azure Connector resources based on the specified filters.
194
194
 
195
195
  ## Example Usage
196
196
 
@@ -207,9 +207,9 @@ def get_dbmulticloud_oracle_db_azure_connectors_output(compartment_id: Optional[
207
207
 
208
208
 
209
209
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
210
- :param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Resource.
211
- :param _builtins.str display_name: A filter to return Oracle DB Azure Connector Resource that match the given display name.
212
- :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Blob Mount Resources.
210
+ :param _builtins.str db_cluster_resource_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database resource.
211
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Connector resources that match the specified display name.
212
+ :param _builtins.str oracle_db_azure_connector_id: A filter to return Oracle DB Azure Azure Identity Connector resources.
213
213
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
214
214
  """
215
215
  __args__ = dict()
@@ -26,7 +26,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
26
26
  """
27
27
  A collection of values returned by getDbmulticloudOracleDbAzureKey.
28
28
  """
29
- def __init__(__self__, azure_key_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, last_modification=None, lifecycle_state_details=None, oracle_db_azure_key_id=None, oracle_db_azure_vault_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
29
+ def __init__(__self__, azure_key_id=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, key_properties=None, last_modification=None, lifecycle_state_details=None, oracle_db_azure_key_id=None, oracle_db_azure_vault_id=None, resource_type=None, state=None, system_tags=None, time_created=None, time_updated=None):
30
30
  if azure_key_id and not isinstance(azure_key_id, str):
31
31
  raise TypeError("Expected argument 'azure_key_id' to be a str")
32
32
  pulumi.set(__self__, "azure_key_id", azure_key_id)
@@ -45,6 +45,9 @@ class GetDbmulticloudOracleDbAzureKeyResult:
45
45
  if id and not isinstance(id, str):
46
46
  raise TypeError("Expected argument 'id' to be a str")
47
47
  pulumi.set(__self__, "id", id)
48
+ if key_properties and not isinstance(key_properties, dict):
49
+ raise TypeError("Expected argument 'key_properties' to be a dict")
50
+ pulumi.set(__self__, "key_properties", key_properties)
48
51
  if last_modification and not isinstance(last_modification, str):
49
52
  raise TypeError("Expected argument 'last_modification' to be a str")
50
53
  pulumi.set(__self__, "last_modification", last_modification)
@@ -57,6 +60,9 @@ class GetDbmulticloudOracleDbAzureKeyResult:
57
60
  if oracle_db_azure_vault_id and not isinstance(oracle_db_azure_vault_id, str):
58
61
  raise TypeError("Expected argument 'oracle_db_azure_vault_id' to be a str")
59
62
  pulumi.set(__self__, "oracle_db_azure_vault_id", oracle_db_azure_vault_id)
63
+ if resource_type and not isinstance(resource_type, str):
64
+ raise TypeError("Expected argument 'resource_type' to be a str")
65
+ pulumi.set(__self__, "resource_type", resource_type)
60
66
  if state and not isinstance(state, str):
61
67
  raise TypeError("Expected argument 'state' to be a str")
62
68
  pulumi.set(__self__, "state", state)
@@ -74,7 +80,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
74
80
  @pulumi.getter(name="azureKeyId")
75
81
  def azure_key_id(self) -> _builtins.str:
76
82
  """
77
- The Azure ID of the Azure Key, Azure Key URL.
83
+ The ID of the Azure Key resource.
78
84
  """
79
85
  return pulumi.get(self, "azure_key_id")
80
86
 
@@ -82,7 +88,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
82
88
  @pulumi.getter(name="compartmentId")
83
89
  def compartment_id(self) -> _builtins.str:
84
90
  """
85
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Key Resource.
91
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Key resource.
86
92
  """
87
93
  return pulumi.get(self, "compartment_id")
88
94
 
@@ -98,7 +104,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
98
104
  @pulumi.getter(name="displayName")
99
105
  def display_name(self) -> _builtins.str:
100
106
  """
101
- Display name of Oracle DB Azure Vault Key.
107
+ Oracle DB Azure Vault Key resource name.
102
108
  """
103
109
  return pulumi.get(self, "display_name")
104
110
 
@@ -118,11 +124,19 @@ class GetDbmulticloudOracleDbAzureKeyResult:
118
124
  """
119
125
  return pulumi.get(self, "id")
120
126
 
127
+ @_builtins.property
128
+ @pulumi.getter(name="keyProperties")
129
+ def key_properties(self) -> Mapping[str, _builtins.str]:
130
+ """
131
+ Key properties
132
+ """
133
+ return pulumi.get(self, "key_properties")
134
+
121
135
  @_builtins.property
122
136
  @pulumi.getter(name="lastModification")
123
137
  def last_modification(self) -> _builtins.str:
124
138
  """
125
- Description of the latest modification of the Oracle DB Azure Vault Key Resource.
139
+ Description of the latest modification of the Oracle DB Azure Vault Key resource.
126
140
  """
127
141
  return pulumi.get(self, "last_modification")
128
142
 
@@ -143,15 +157,23 @@ class GetDbmulticloudOracleDbAzureKeyResult:
143
157
  @pulumi.getter(name="oracleDbAzureVaultId")
144
158
  def oracle_db_azure_vault_id(self) -> _builtins.str:
145
159
  """
146
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Resource.
160
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
147
161
  """
148
162
  return pulumi.get(self, "oracle_db_azure_vault_id")
149
163
 
164
+ @_builtins.property
165
+ @pulumi.getter(name="resourceType")
166
+ def resource_type(self) -> _builtins.str:
167
+ """
168
+ Key Resource type.
169
+ """
170
+ return pulumi.get(self, "resource_type")
171
+
150
172
  @_builtins.property
151
173
  @pulumi.getter
152
174
  def state(self) -> _builtins.str:
153
175
  """
154
- The current lifecycle state of the Oracle DB Azure Vault Key Resource.
176
+ The current lifecycle state of the Oracle DB Azure Vault Key resource.
155
177
  """
156
178
  return pulumi.get(self, "state")
157
179
 
@@ -167,7 +189,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
167
189
  @pulumi.getter(name="timeCreated")
168
190
  def time_created(self) -> _builtins.str:
169
191
  """
170
- Time when the Oracle DB Azure Vault Key was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
192
+ Time when the Oracle DB Azure Vault Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
171
193
  """
172
194
  return pulumi.get(self, "time_created")
173
195
 
@@ -175,7 +197,7 @@ class GetDbmulticloudOracleDbAzureKeyResult:
175
197
  @pulumi.getter(name="timeUpdated")
176
198
  def time_updated(self) -> _builtins.str:
177
199
  """
178
- Time when the Oracle DB Azure Vault Key was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
200
+ Time when the Oracle DB Azure Vault Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-22T21:10:29.600Z'
179
201
  """
180
202
  return pulumi.get(self, "time_updated")
181
203
 
@@ -192,10 +214,12 @@ class AwaitableGetDbmulticloudOracleDbAzureKeyResult(GetDbmulticloudOracleDbAzur
192
214
  display_name=self.display_name,
193
215
  freeform_tags=self.freeform_tags,
194
216
  id=self.id,
217
+ key_properties=self.key_properties,
195
218
  last_modification=self.last_modification,
196
219
  lifecycle_state_details=self.lifecycle_state_details,
197
220
  oracle_db_azure_key_id=self.oracle_db_azure_key_id,
198
221
  oracle_db_azure_vault_id=self.oracle_db_azure_vault_id,
222
+ resource_type=self.resource_type,
199
223
  state=self.state,
200
224
  system_tags=self.system_tags,
201
225
  time_created=self.time_created,
@@ -207,7 +231,7 @@ def get_dbmulticloud_oracle_db_azure_key(oracle_db_azure_key_id: Optional[_built
207
231
  """
208
232
  This data source provides details about a specific Oracle Db Azure Key resource in Oracle Cloud Infrastructure Dbmulticloud service.
209
233
 
210
- Get Oracle DB Azure Key Details form a particular Container Resource ID.
234
+ Retrieves detailed information about a Oracle DB Azure Key resource by specifying its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
211
235
 
212
236
  ## Example Usage
213
237
 
@@ -219,7 +243,7 @@ def get_dbmulticloud_oracle_db_azure_key(oracle_db_azure_key_id: Optional[_built
219
243
  ```
220
244
 
221
245
 
222
- :param _builtins.str oracle_db_azure_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key Resource.
246
+ :param _builtins.str oracle_db_azure_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key resource.
223
247
  """
224
248
  __args__ = dict()
225
249
  __args__['oracleDbAzureKeyId'] = oracle_db_azure_key_id
@@ -233,10 +257,12 @@ def get_dbmulticloud_oracle_db_azure_key(oracle_db_azure_key_id: Optional[_built
233
257
  display_name=pulumi.get(__ret__, 'display_name'),
234
258
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
235
259
  id=pulumi.get(__ret__, 'id'),
260
+ key_properties=pulumi.get(__ret__, 'key_properties'),
236
261
  last_modification=pulumi.get(__ret__, 'last_modification'),
237
262
  lifecycle_state_details=pulumi.get(__ret__, 'lifecycle_state_details'),
238
263
  oracle_db_azure_key_id=pulumi.get(__ret__, 'oracle_db_azure_key_id'),
239
264
  oracle_db_azure_vault_id=pulumi.get(__ret__, 'oracle_db_azure_vault_id'),
265
+ resource_type=pulumi.get(__ret__, 'resource_type'),
240
266
  state=pulumi.get(__ret__, 'state'),
241
267
  system_tags=pulumi.get(__ret__, 'system_tags'),
242
268
  time_created=pulumi.get(__ret__, 'time_created'),
@@ -246,7 +272,7 @@ def get_dbmulticloud_oracle_db_azure_key_output(oracle_db_azure_key_id: Optional
246
272
  """
247
273
  This data source provides details about a specific Oracle Db Azure Key resource in Oracle Cloud Infrastructure Dbmulticloud service.
248
274
 
249
- Get Oracle DB Azure Key Details form a particular Container Resource ID.
275
+ Retrieves detailed information about a Oracle DB Azure Key resource by specifying its unique resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
250
276
 
251
277
  ## Example Usage
252
278
 
@@ -258,7 +284,7 @@ def get_dbmulticloud_oracle_db_azure_key_output(oracle_db_azure_key_id: Optional
258
284
  ```
259
285
 
260
286
 
261
- :param _builtins.str oracle_db_azure_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key Resource.
287
+ :param _builtins.str oracle_db_azure_key_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Key resource.
262
288
  """
263
289
  __args__ = dict()
264
290
  __args__['oracleDbAzureKeyId'] = oracle_db_azure_key_id
@@ -271,10 +297,12 @@ def get_dbmulticloud_oracle_db_azure_key_output(oracle_db_azure_key_id: Optional
271
297
  display_name=pulumi.get(__response__, 'display_name'),
272
298
  freeform_tags=pulumi.get(__response__, 'freeform_tags'),
273
299
  id=pulumi.get(__response__, 'id'),
300
+ key_properties=pulumi.get(__response__, 'key_properties'),
274
301
  last_modification=pulumi.get(__response__, 'last_modification'),
275
302
  lifecycle_state_details=pulumi.get(__response__, 'lifecycle_state_details'),
276
303
  oracle_db_azure_key_id=pulumi.get(__response__, 'oracle_db_azure_key_id'),
277
304
  oracle_db_azure_vault_id=pulumi.get(__response__, 'oracle_db_azure_vault_id'),
305
+ resource_type=pulumi.get(__response__, 'resource_type'),
278
306
  state=pulumi.get(__response__, 'state'),
279
307
  system_tags=pulumi.get(__response__, 'system_tags'),
280
308
  time_created=pulumi.get(__response__, 'time_created'),
@@ -58,7 +58,7 @@ class GetDbmulticloudOracleDbAzureKeysResult:
58
58
  @pulumi.getter(name="compartmentId")
59
59
  def compartment_id(self) -> _builtins.str:
60
60
  """
61
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Key Resource.
61
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains Oracle DB Azure Vault Key resource.
62
62
  """
63
63
  return pulumi.get(self, "compartment_id")
64
64
 
@@ -66,7 +66,7 @@ class GetDbmulticloudOracleDbAzureKeysResult:
66
66
  @pulumi.getter(name="displayName")
67
67
  def display_name(self) -> Optional[_builtins.str]:
68
68
  """
69
- Display name of Oracle DB Azure Vault Key.
69
+ Oracle DB Azure Vault Key resource name.
70
70
  """
71
71
  return pulumi.get(self, "display_name")
72
72
 
@@ -100,7 +100,7 @@ class GetDbmulticloudOracleDbAzureKeysResult:
100
100
  @pulumi.getter(name="oracleDbAzureVaultId")
101
101
  def oracle_db_azure_vault_id(self) -> Optional[_builtins.str]:
102
102
  """
103
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault Resource.
103
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
104
104
  """
105
105
  return pulumi.get(self, "oracle_db_azure_vault_id")
106
106
 
@@ -108,7 +108,7 @@ class GetDbmulticloudOracleDbAzureKeysResult:
108
108
  @pulumi.getter
109
109
  def state(self) -> Optional[_builtins.str]:
110
110
  """
111
- The current lifecycle state of the Oracle DB Azure Vault Key Resource.
111
+ The current lifecycle state of the Oracle DB Azure Vault Key resource.
112
112
  """
113
113
  return pulumi.get(self, "state")
114
114
 
@@ -139,7 +139,7 @@ def get_dbmulticloud_oracle_db_azure_keys(compartment_id: Optional[_builtins.str
139
139
  """
140
140
  This data source provides the list of Oracle Db Azure Keys in Oracle Cloud Infrastructure Dbmulticloud service.
141
141
 
142
- Lists the all Oracle DB Azure Keys based on filters.
142
+ Lists all Oracle DB Azure Keys based on the specified filters.
143
143
 
144
144
  ## Example Usage
145
145
 
@@ -156,9 +156,9 @@ def get_dbmulticloud_oracle_db_azure_keys(compartment_id: Optional[_builtins.str
156
156
 
157
157
 
158
158
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
159
- :param _builtins.str display_name: A filter to return Azure Vault Keys.
160
- :param _builtins.str oracle_db_azure_key_id: A filter to return Oracle DB Azure Vault Key Resources.
161
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
159
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault Keys resources that match the specified display name.
160
+ :param _builtins.str oracle_db_azure_key_id: A filter to return Oracle DB Azure Vault Keys resource that match the specified Oracle DB Azure Key [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
161
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
162
162
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
163
163
  """
164
164
  __args__ = dict()
@@ -190,7 +190,7 @@ def get_dbmulticloud_oracle_db_azure_keys_output(compartment_id: Optional[pulumi
190
190
  """
191
191
  This data source provides the list of Oracle Db Azure Keys in Oracle Cloud Infrastructure Dbmulticloud service.
192
192
 
193
- Lists the all Oracle DB Azure Keys based on filters.
193
+ Lists all Oracle DB Azure Keys based on the specified filters.
194
194
 
195
195
  ## Example Usage
196
196
 
@@ -207,9 +207,9 @@ def get_dbmulticloud_oracle_db_azure_keys_output(compartment_id: Optional[pulumi
207
207
 
208
208
 
209
209
  :param _builtins.str compartment_id: The [ID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
210
- :param _builtins.str display_name: A filter to return Azure Vault Keys.
211
- :param _builtins.str oracle_db_azure_key_id: A filter to return Oracle DB Azure Vault Key Resources.
212
- :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault Resources.
210
+ :param _builtins.str display_name: A filter to return Oracle DB Azure Vault Keys resources that match the specified display name.
211
+ :param _builtins.str oracle_db_azure_key_id: A filter to return Oracle DB Azure Vault Keys resource that match the specified Oracle DB Azure Key [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
212
+ :param _builtins.str oracle_db_azure_vault_id: A filter to return Oracle DB Azure Vault resources that match the specified [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Azure Vault resource.
213
213
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
214
214
  """
215
215
  __args__ = dict()