pulumi-oci 2.14.0a1730182164__py3-none-any.whl → 2.15.0__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.
- pulumi_oci/containerengine/addon.py +54 -7
- pulumi_oci/containerengine/get_addon.py +12 -1
- pulumi_oci/containerengine/outputs.py +9 -1
- pulumi_oci/core/_inputs.py +74 -0
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +18 -4
- pulumi_oci/core/instance.py +7 -7
- pulumi_oci/core/instance_pool.py +7 -7
- pulumi_oci/core/outputs.py +165 -7
- pulumi_oci/core/virtual_circuit.py +30 -2
- pulumi_oci/database/_inputs.py +642 -0
- pulumi_oci/database/autonomous_container_database.py +14 -14
- pulumi_oci/database/autonomous_database.py +75 -0
- pulumi_oci/database/get_autonomous_container_database.py +3 -3
- pulumi_oci/database/get_autonomous_database.py +29 -1
- pulumi_oci/database/get_autonomous_databases.py +22 -28
- pulumi_oci/database/outputs.py +1669 -86
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +49 -0
- pulumi_oci/datasafe/get_database_security_config.py +307 -0
- pulumi_oci/datasafe/get_database_security_configs.py +342 -0
- pulumi_oci/datasafe/outputs.py +325 -0
- pulumi_oci/datascience/_inputs.py +353 -0
- pulumi_oci/datascience/get_model.py +113 -4
- pulumi_oci/datascience/get_models.py +30 -5
- pulumi_oci/datascience/model.py +346 -5
- pulumi_oci/datascience/outputs.py +778 -1
- pulumi_oci/filestorage/_inputs.py +651 -0
- pulumi_oci/filestorage/export.py +96 -3
- pulumi_oci/filestorage/file_system.py +93 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +93 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +26 -1
- pulumi_oci/filestorage/get_outbound_connector.py +26 -1
- pulumi_oci/filestorage/get_replication.py +27 -1
- pulumi_oci/filestorage/get_snapshot.py +27 -1
- pulumi_oci/filestorage/mount_target.py +108 -0
- pulumi_oci/filestorage/outbound_connector.py +93 -0
- pulumi_oci/filestorage/outputs.py +1218 -2
- pulumi_oci/filestorage/replication.py +95 -0
- pulumi_oci/filestorage/snapshot.py +97 -2
- pulumi_oci/identity/domains_auth_token.py +68 -0
- pulumi_oci/identity/domains_customer_secret_key.py +56 -0
- pulumi_oci/identity/domains_oauth2client_credential.py +64 -0
- pulumi_oci/identity/domains_smtp_credential.py +60 -0
- pulumi_oci/identity/get_domains_auth_token.py +15 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +15 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +15 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +15 -1
- pulumi_oci/identity/outputs.py +44 -0
- pulumi_oci/loadbalancer/listener.py +7 -7
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +15 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +15 -1
- pulumi_oci/networkloadbalancer/listener.py +49 -0
- pulumi_oci/networkloadbalancer/network_load_balancer.py +47 -0
- pulumi_oci/networkloadbalancer/outputs.py +24 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/resourcescheduler/_inputs.py +24 -21
- pulumi_oci/resourcescheduler/get_schedules.py +6 -6
- pulumi_oci/resourcescheduler/outputs.py +18 -16
- pulumi_oci/resourcescheduler/schedule.py +14 -88
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/RECORD +65 -63
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/__init__.py
CHANGED
@@ -56,6 +56,8 @@ from .get_compatible_formats_for_sensitive_type import *
|
|
56
56
|
from .get_data_safe_configuration import *
|
57
57
|
from .get_data_safe_private_endpoint import *
|
58
58
|
from .get_data_safe_private_endpoints import *
|
59
|
+
from .get_database_security_config import *
|
60
|
+
from .get_database_security_configs import *
|
59
61
|
from .get_discovery_analytic import *
|
60
62
|
from .get_discovery_analytics import *
|
61
63
|
from .get_discovery_job import *
|
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -125,6 +125,8 @@ __all__ = [
|
|
125
125
|
'GetAuditTrailsFilterArgsDict',
|
126
126
|
'GetDataSafePrivateEndpointsFilterArgs',
|
127
127
|
'GetDataSafePrivateEndpointsFilterArgsDict',
|
128
|
+
'GetDatabaseSecurityConfigsFilterArgs',
|
129
|
+
'GetDatabaseSecurityConfigsFilterArgsDict',
|
128
130
|
'GetDiscoveryAnalyticsFilterArgs',
|
129
131
|
'GetDiscoveryAnalyticsFilterArgsDict',
|
130
132
|
'GetDiscoveryJobsResultsFilterArgs',
|
@@ -7368,6 +7370,53 @@ class GetDataSafePrivateEndpointsFilterArgs:
|
|
7368
7370
|
pulumi.set(self, "regex", value)
|
7369
7371
|
|
7370
7372
|
|
7373
|
+
if not MYPY:
|
7374
|
+
class GetDatabaseSecurityConfigsFilterArgsDict(TypedDict):
|
7375
|
+
name: str
|
7376
|
+
values: Sequence[str]
|
7377
|
+
regex: NotRequired[bool]
|
7378
|
+
elif False:
|
7379
|
+
GetDatabaseSecurityConfigsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
7380
|
+
|
7381
|
+
@pulumi.input_type
|
7382
|
+
class GetDatabaseSecurityConfigsFilterArgs:
|
7383
|
+
def __init__(__self__, *,
|
7384
|
+
name: str,
|
7385
|
+
values: Sequence[str],
|
7386
|
+
regex: Optional[bool] = None):
|
7387
|
+
pulumi.set(__self__, "name", name)
|
7388
|
+
pulumi.set(__self__, "values", values)
|
7389
|
+
if regex is not None:
|
7390
|
+
pulumi.set(__self__, "regex", regex)
|
7391
|
+
|
7392
|
+
@property
|
7393
|
+
@pulumi.getter
|
7394
|
+
def name(self) -> str:
|
7395
|
+
return pulumi.get(self, "name")
|
7396
|
+
|
7397
|
+
@name.setter
|
7398
|
+
def name(self, value: str):
|
7399
|
+
pulumi.set(self, "name", value)
|
7400
|
+
|
7401
|
+
@property
|
7402
|
+
@pulumi.getter
|
7403
|
+
def values(self) -> Sequence[str]:
|
7404
|
+
return pulumi.get(self, "values")
|
7405
|
+
|
7406
|
+
@values.setter
|
7407
|
+
def values(self, value: Sequence[str]):
|
7408
|
+
pulumi.set(self, "values", value)
|
7409
|
+
|
7410
|
+
@property
|
7411
|
+
@pulumi.getter
|
7412
|
+
def regex(self) -> Optional[bool]:
|
7413
|
+
return pulumi.get(self, "regex")
|
7414
|
+
|
7415
|
+
@regex.setter
|
7416
|
+
def regex(self, value: Optional[bool]):
|
7417
|
+
pulumi.set(self, "regex", value)
|
7418
|
+
|
7419
|
+
|
7371
7420
|
if not MYPY:
|
7372
7421
|
class GetDiscoveryAnalyticsFilterArgsDict(TypedDict):
|
7373
7422
|
name: str
|
@@ -0,0 +1,307 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
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
|
+
'GetDatabaseSecurityConfigResult',
|
20
|
+
'AwaitableGetDatabaseSecurityConfigResult',
|
21
|
+
'get_database_security_config',
|
22
|
+
'get_database_security_config_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetDatabaseSecurityConfigResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getDatabaseSecurityConfig.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, compartment_id=None, database_security_config_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, lifecycle_details=None, refresh_trigger=None, sql_firewall_configs=None, state=None, system_tags=None, target_id=None, time_created=None, time_last_refreshed=None, time_updated=None):
|
31
|
+
if compartment_id and not isinstance(compartment_id, str):
|
32
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
33
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
34
|
+
if database_security_config_id and not isinstance(database_security_config_id, str):
|
35
|
+
raise TypeError("Expected argument 'database_security_config_id' to be a str")
|
36
|
+
pulumi.set(__self__, "database_security_config_id", database_security_config_id)
|
37
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
38
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
39
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
40
|
+
if description and not isinstance(description, str):
|
41
|
+
raise TypeError("Expected argument 'description' to be a str")
|
42
|
+
pulumi.set(__self__, "description", description)
|
43
|
+
if display_name and not isinstance(display_name, str):
|
44
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
45
|
+
pulumi.set(__self__, "display_name", display_name)
|
46
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
47
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
48
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
49
|
+
if id and not isinstance(id, str):
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
51
|
+
pulumi.set(__self__, "id", id)
|
52
|
+
if lifecycle_details and not isinstance(lifecycle_details, str):
|
53
|
+
raise TypeError("Expected argument 'lifecycle_details' to be a str")
|
54
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
55
|
+
if refresh_trigger and not isinstance(refresh_trigger, int):
|
56
|
+
raise TypeError("Expected argument 'refresh_trigger' to be a int")
|
57
|
+
pulumi.set(__self__, "refresh_trigger", refresh_trigger)
|
58
|
+
if sql_firewall_configs and not isinstance(sql_firewall_configs, list):
|
59
|
+
raise TypeError("Expected argument 'sql_firewall_configs' to be a list")
|
60
|
+
pulumi.set(__self__, "sql_firewall_configs", sql_firewall_configs)
|
61
|
+
if state and not isinstance(state, str):
|
62
|
+
raise TypeError("Expected argument 'state' to be a str")
|
63
|
+
pulumi.set(__self__, "state", state)
|
64
|
+
if system_tags and not isinstance(system_tags, dict):
|
65
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
66
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
67
|
+
if target_id and not isinstance(target_id, str):
|
68
|
+
raise TypeError("Expected argument 'target_id' to be a str")
|
69
|
+
pulumi.set(__self__, "target_id", target_id)
|
70
|
+
if time_created and not isinstance(time_created, str):
|
71
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
72
|
+
pulumi.set(__self__, "time_created", time_created)
|
73
|
+
if time_last_refreshed and not isinstance(time_last_refreshed, str):
|
74
|
+
raise TypeError("Expected argument 'time_last_refreshed' to be a str")
|
75
|
+
pulumi.set(__self__, "time_last_refreshed", time_last_refreshed)
|
76
|
+
if time_updated and not isinstance(time_updated, str):
|
77
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
78
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
79
|
+
|
80
|
+
@property
|
81
|
+
@pulumi.getter(name="compartmentId")
|
82
|
+
def compartment_id(self) -> str:
|
83
|
+
"""
|
84
|
+
The OCID of the compartment containing the database security config.
|
85
|
+
"""
|
86
|
+
return pulumi.get(self, "compartment_id")
|
87
|
+
|
88
|
+
@property
|
89
|
+
@pulumi.getter(name="databaseSecurityConfigId")
|
90
|
+
def database_security_config_id(self) -> str:
|
91
|
+
return pulumi.get(self, "database_security_config_id")
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="definedTags")
|
95
|
+
def defined_tags(self) -> Mapping[str, str]:
|
96
|
+
"""
|
97
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "defined_tags")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter
|
103
|
+
def description(self) -> str:
|
104
|
+
"""
|
105
|
+
The description of the database security config.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "description")
|
108
|
+
|
109
|
+
@property
|
110
|
+
@pulumi.getter(name="displayName")
|
111
|
+
def display_name(self) -> str:
|
112
|
+
"""
|
113
|
+
The display name of the database security config.
|
114
|
+
"""
|
115
|
+
return pulumi.get(self, "display_name")
|
116
|
+
|
117
|
+
@property
|
118
|
+
@pulumi.getter(name="freeformTags")
|
119
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
120
|
+
"""
|
121
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "freeform_tags")
|
124
|
+
|
125
|
+
@property
|
126
|
+
@pulumi.getter
|
127
|
+
def id(self) -> str:
|
128
|
+
"""
|
129
|
+
The OCID of the database security config.
|
130
|
+
"""
|
131
|
+
return pulumi.get(self, "id")
|
132
|
+
|
133
|
+
@property
|
134
|
+
@pulumi.getter(name="lifecycleDetails")
|
135
|
+
def lifecycle_details(self) -> str:
|
136
|
+
"""
|
137
|
+
Details about the current state of the database security config in Data Safe.
|
138
|
+
"""
|
139
|
+
return pulumi.get(self, "lifecycle_details")
|
140
|
+
|
141
|
+
@property
|
142
|
+
@pulumi.getter(name="refreshTrigger")
|
143
|
+
def refresh_trigger(self) -> int:
|
144
|
+
return pulumi.get(self, "refresh_trigger")
|
145
|
+
|
146
|
+
@property
|
147
|
+
@pulumi.getter(name="sqlFirewallConfigs")
|
148
|
+
def sql_firewall_configs(self) -> Sequence['outputs.GetDatabaseSecurityConfigSqlFirewallConfigResult']:
|
149
|
+
"""
|
150
|
+
The SQL Firewall related configurations.
|
151
|
+
"""
|
152
|
+
return pulumi.get(self, "sql_firewall_configs")
|
153
|
+
|
154
|
+
@property
|
155
|
+
@pulumi.getter
|
156
|
+
def state(self) -> str:
|
157
|
+
"""
|
158
|
+
The current state of the database security config.
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "state")
|
161
|
+
|
162
|
+
@property
|
163
|
+
@pulumi.getter(name="systemTags")
|
164
|
+
def system_tags(self) -> Mapping[str, str]:
|
165
|
+
"""
|
166
|
+
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
167
|
+
"""
|
168
|
+
return pulumi.get(self, "system_tags")
|
169
|
+
|
170
|
+
@property
|
171
|
+
@pulumi.getter(name="targetId")
|
172
|
+
def target_id(self) -> str:
|
173
|
+
"""
|
174
|
+
The target OCID corresponding to the database security config.
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "target_id")
|
177
|
+
|
178
|
+
@property
|
179
|
+
@pulumi.getter(name="timeCreated")
|
180
|
+
def time_created(self) -> str:
|
181
|
+
"""
|
182
|
+
The time that the database security config was created, in the format defined by RFC3339.
|
183
|
+
"""
|
184
|
+
return pulumi.get(self, "time_created")
|
185
|
+
|
186
|
+
@property
|
187
|
+
@pulumi.getter(name="timeLastRefreshed")
|
188
|
+
def time_last_refreshed(self) -> str:
|
189
|
+
"""
|
190
|
+
The last date and time the database security config was refreshed, in the format defined by RFC3339.
|
191
|
+
"""
|
192
|
+
return pulumi.get(self, "time_last_refreshed")
|
193
|
+
|
194
|
+
@property
|
195
|
+
@pulumi.getter(name="timeUpdated")
|
196
|
+
def time_updated(self) -> str:
|
197
|
+
"""
|
198
|
+
The date and time the database security configuration was last updated, in the format defined by RFC3339.
|
199
|
+
"""
|
200
|
+
return pulumi.get(self, "time_updated")
|
201
|
+
|
202
|
+
|
203
|
+
class AwaitableGetDatabaseSecurityConfigResult(GetDatabaseSecurityConfigResult):
|
204
|
+
# pylint: disable=using-constant-test
|
205
|
+
def __await__(self):
|
206
|
+
if False:
|
207
|
+
yield self
|
208
|
+
return GetDatabaseSecurityConfigResult(
|
209
|
+
compartment_id=self.compartment_id,
|
210
|
+
database_security_config_id=self.database_security_config_id,
|
211
|
+
defined_tags=self.defined_tags,
|
212
|
+
description=self.description,
|
213
|
+
display_name=self.display_name,
|
214
|
+
freeform_tags=self.freeform_tags,
|
215
|
+
id=self.id,
|
216
|
+
lifecycle_details=self.lifecycle_details,
|
217
|
+
refresh_trigger=self.refresh_trigger,
|
218
|
+
sql_firewall_configs=self.sql_firewall_configs,
|
219
|
+
state=self.state,
|
220
|
+
system_tags=self.system_tags,
|
221
|
+
target_id=self.target_id,
|
222
|
+
time_created=self.time_created,
|
223
|
+
time_last_refreshed=self.time_last_refreshed,
|
224
|
+
time_updated=self.time_updated)
|
225
|
+
|
226
|
+
|
227
|
+
def get_database_security_config(database_security_config_id: Optional[str] = None,
|
228
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseSecurityConfigResult:
|
229
|
+
"""
|
230
|
+
This data source provides details about a specific Database Security Config resource in Oracle Cloud Infrastructure Data Safe service.
|
231
|
+
|
232
|
+
Gets a database security configuration by identifier.
|
233
|
+
|
234
|
+
## Example Usage
|
235
|
+
|
236
|
+
```python
|
237
|
+
import pulumi
|
238
|
+
import pulumi_oci as oci
|
239
|
+
|
240
|
+
test_database_security_config = oci.DataSafe.get_database_security_config(database_security_config_id=test_database_security_config_oci_data_safe_database_security_config["id"])
|
241
|
+
```
|
242
|
+
|
243
|
+
|
244
|
+
:param str database_security_config_id: The OCID of the database security configuration resource.
|
245
|
+
"""
|
246
|
+
__args__ = dict()
|
247
|
+
__args__['databaseSecurityConfigId'] = database_security_config_id
|
248
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
249
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getDatabaseSecurityConfig:getDatabaseSecurityConfig', __args__, opts=opts, typ=GetDatabaseSecurityConfigResult).value
|
250
|
+
|
251
|
+
return AwaitableGetDatabaseSecurityConfigResult(
|
252
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
253
|
+
database_security_config_id=pulumi.get(__ret__, 'database_security_config_id'),
|
254
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
255
|
+
description=pulumi.get(__ret__, 'description'),
|
256
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
257
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
258
|
+
id=pulumi.get(__ret__, 'id'),
|
259
|
+
lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
|
260
|
+
refresh_trigger=pulumi.get(__ret__, 'refresh_trigger'),
|
261
|
+
sql_firewall_configs=pulumi.get(__ret__, 'sql_firewall_configs'),
|
262
|
+
state=pulumi.get(__ret__, 'state'),
|
263
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
264
|
+
target_id=pulumi.get(__ret__, 'target_id'),
|
265
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
266
|
+
time_last_refreshed=pulumi.get(__ret__, 'time_last_refreshed'),
|
267
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
268
|
+
def get_database_security_config_output(database_security_config_id: Optional[pulumi.Input[str]] = None,
|
269
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseSecurityConfigResult]:
|
270
|
+
"""
|
271
|
+
This data source provides details about a specific Database Security Config resource in Oracle Cloud Infrastructure Data Safe service.
|
272
|
+
|
273
|
+
Gets a database security configuration by identifier.
|
274
|
+
|
275
|
+
## Example Usage
|
276
|
+
|
277
|
+
```python
|
278
|
+
import pulumi
|
279
|
+
import pulumi_oci as oci
|
280
|
+
|
281
|
+
test_database_security_config = oci.DataSafe.get_database_security_config(database_security_config_id=test_database_security_config_oci_data_safe_database_security_config["id"])
|
282
|
+
```
|
283
|
+
|
284
|
+
|
285
|
+
:param str database_security_config_id: The OCID of the database security configuration resource.
|
286
|
+
"""
|
287
|
+
__args__ = dict()
|
288
|
+
__args__['databaseSecurityConfigId'] = database_security_config_id
|
289
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
290
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getDatabaseSecurityConfig:getDatabaseSecurityConfig', __args__, opts=opts, typ=GetDatabaseSecurityConfigResult)
|
291
|
+
return __ret__.apply(lambda __response__: GetDatabaseSecurityConfigResult(
|
292
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
293
|
+
database_security_config_id=pulumi.get(__response__, 'database_security_config_id'),
|
294
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
295
|
+
description=pulumi.get(__response__, 'description'),
|
296
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
297
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
298
|
+
id=pulumi.get(__response__, 'id'),
|
299
|
+
lifecycle_details=pulumi.get(__response__, 'lifecycle_details'),
|
300
|
+
refresh_trigger=pulumi.get(__response__, 'refresh_trigger'),
|
301
|
+
sql_firewall_configs=pulumi.get(__response__, 'sql_firewall_configs'),
|
302
|
+
state=pulumi.get(__response__, 'state'),
|
303
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
304
|
+
target_id=pulumi.get(__response__, 'target_id'),
|
305
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
306
|
+
time_last_refreshed=pulumi.get(__response__, 'time_last_refreshed'),
|
307
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|