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.
Files changed (65) hide show
  1. pulumi_oci/containerengine/addon.py +54 -7
  2. pulumi_oci/containerengine/get_addon.py +12 -1
  3. pulumi_oci/containerengine/outputs.py +9 -1
  4. pulumi_oci/core/_inputs.py +74 -0
  5. pulumi_oci/core/get_instance.py +1 -1
  6. pulumi_oci/core/get_virtual_circuit.py +18 -4
  7. pulumi_oci/core/instance.py +7 -7
  8. pulumi_oci/core/instance_pool.py +7 -7
  9. pulumi_oci/core/outputs.py +165 -7
  10. pulumi_oci/core/virtual_circuit.py +30 -2
  11. pulumi_oci/database/_inputs.py +642 -0
  12. pulumi_oci/database/autonomous_container_database.py +14 -14
  13. pulumi_oci/database/autonomous_database.py +75 -0
  14. pulumi_oci/database/get_autonomous_container_database.py +3 -3
  15. pulumi_oci/database/get_autonomous_database.py +29 -1
  16. pulumi_oci/database/get_autonomous_databases.py +22 -28
  17. pulumi_oci/database/outputs.py +1669 -86
  18. pulumi_oci/datasafe/__init__.py +2 -0
  19. pulumi_oci/datasafe/_inputs.py +49 -0
  20. pulumi_oci/datasafe/get_database_security_config.py +307 -0
  21. pulumi_oci/datasafe/get_database_security_configs.py +342 -0
  22. pulumi_oci/datasafe/outputs.py +325 -0
  23. pulumi_oci/datascience/_inputs.py +353 -0
  24. pulumi_oci/datascience/get_model.py +113 -4
  25. pulumi_oci/datascience/get_models.py +30 -5
  26. pulumi_oci/datascience/model.py +346 -5
  27. pulumi_oci/datascience/outputs.py +778 -1
  28. pulumi_oci/filestorage/_inputs.py +651 -0
  29. pulumi_oci/filestorage/export.py +96 -3
  30. pulumi_oci/filestorage/file_system.py +93 -0
  31. pulumi_oci/filestorage/filesystem_snapshot_policy.py +93 -0
  32. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +26 -1
  33. pulumi_oci/filestorage/get_outbound_connector.py +26 -1
  34. pulumi_oci/filestorage/get_replication.py +27 -1
  35. pulumi_oci/filestorage/get_snapshot.py +27 -1
  36. pulumi_oci/filestorage/mount_target.py +108 -0
  37. pulumi_oci/filestorage/outbound_connector.py +93 -0
  38. pulumi_oci/filestorage/outputs.py +1218 -2
  39. pulumi_oci/filestorage/replication.py +95 -0
  40. pulumi_oci/filestorage/snapshot.py +97 -2
  41. pulumi_oci/identity/domains_auth_token.py +68 -0
  42. pulumi_oci/identity/domains_customer_secret_key.py +56 -0
  43. pulumi_oci/identity/domains_oauth2client_credential.py +64 -0
  44. pulumi_oci/identity/domains_smtp_credential.py +60 -0
  45. pulumi_oci/identity/get_domains_auth_token.py +15 -1
  46. pulumi_oci/identity/get_domains_customer_secret_key.py +15 -1
  47. pulumi_oci/identity/get_domains_oauth2client_credential.py +15 -1
  48. pulumi_oci/identity/get_domains_smtp_credential.py +15 -1
  49. pulumi_oci/identity/outputs.py +44 -0
  50. pulumi_oci/loadbalancer/listener.py +7 -7
  51. pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
  52. pulumi_oci/networkloadbalancer/get_listener.py +15 -1
  53. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +15 -1
  54. pulumi_oci/networkloadbalancer/listener.py +49 -0
  55. pulumi_oci/networkloadbalancer/network_load_balancer.py +47 -0
  56. pulumi_oci/networkloadbalancer/outputs.py +24 -2
  57. pulumi_oci/pulumi-plugin.json +1 -1
  58. pulumi_oci/resourcescheduler/_inputs.py +24 -21
  59. pulumi_oci/resourcescheduler/get_schedules.py +6 -6
  60. pulumi_oci/resourcescheduler/outputs.py +18 -16
  61. pulumi_oci/resourcescheduler/schedule.py +14 -88
  62. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/METADATA +1 -1
  63. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/RECORD +65 -63
  64. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/WHEEL +1 -1
  65. {pulumi_oci-2.14.0a1730182164.dist-info → pulumi_oci-2.15.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,342 @@
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
+ from ._inputs import *
18
+
19
+ __all__ = [
20
+ 'GetDatabaseSecurityConfigsResult',
21
+ 'AwaitableGetDatabaseSecurityConfigsResult',
22
+ 'get_database_security_configs',
23
+ 'get_database_security_configs_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetDatabaseSecurityConfigsResult:
28
+ """
29
+ A collection of values returned by getDatabaseSecurityConfigs.
30
+ """
31
+ def __init__(__self__, access_level=None, compartment_id=None, compartment_id_in_subtree=None, database_security_config_collections=None, database_security_config_id=None, display_name=None, filters=None, id=None, state=None, target_id=None, time_created_greater_than_or_equal_to=None, time_created_less_than=None):
32
+ if access_level and not isinstance(access_level, str):
33
+ raise TypeError("Expected argument 'access_level' to be a str")
34
+ pulumi.set(__self__, "access_level", access_level)
35
+ if compartment_id and not isinstance(compartment_id, str):
36
+ raise TypeError("Expected argument 'compartment_id' to be a str")
37
+ pulumi.set(__self__, "compartment_id", compartment_id)
38
+ if compartment_id_in_subtree and not isinstance(compartment_id_in_subtree, bool):
39
+ raise TypeError("Expected argument 'compartment_id_in_subtree' to be a bool")
40
+ pulumi.set(__self__, "compartment_id_in_subtree", compartment_id_in_subtree)
41
+ if database_security_config_collections and not isinstance(database_security_config_collections, list):
42
+ raise TypeError("Expected argument 'database_security_config_collections' to be a list")
43
+ pulumi.set(__self__, "database_security_config_collections", database_security_config_collections)
44
+ if database_security_config_id and not isinstance(database_security_config_id, str):
45
+ raise TypeError("Expected argument 'database_security_config_id' to be a str")
46
+ pulumi.set(__self__, "database_security_config_id", database_security_config_id)
47
+ if display_name and not isinstance(display_name, str):
48
+ raise TypeError("Expected argument 'display_name' to be a str")
49
+ pulumi.set(__self__, "display_name", display_name)
50
+ if filters and not isinstance(filters, list):
51
+ raise TypeError("Expected argument 'filters' to be a list")
52
+ pulumi.set(__self__, "filters", filters)
53
+ if id and not isinstance(id, str):
54
+ raise TypeError("Expected argument 'id' to be a str")
55
+ pulumi.set(__self__, "id", id)
56
+ if state and not isinstance(state, str):
57
+ raise TypeError("Expected argument 'state' to be a str")
58
+ pulumi.set(__self__, "state", state)
59
+ if target_id and not isinstance(target_id, str):
60
+ raise TypeError("Expected argument 'target_id' to be a str")
61
+ pulumi.set(__self__, "target_id", target_id)
62
+ if time_created_greater_than_or_equal_to and not isinstance(time_created_greater_than_or_equal_to, str):
63
+ raise TypeError("Expected argument 'time_created_greater_than_or_equal_to' to be a str")
64
+ pulumi.set(__self__, "time_created_greater_than_or_equal_to", time_created_greater_than_or_equal_to)
65
+ if time_created_less_than and not isinstance(time_created_less_than, str):
66
+ raise TypeError("Expected argument 'time_created_less_than' to be a str")
67
+ pulumi.set(__self__, "time_created_less_than", time_created_less_than)
68
+
69
+ @property
70
+ @pulumi.getter(name="accessLevel")
71
+ def access_level(self) -> Optional[str]:
72
+ return pulumi.get(self, "access_level")
73
+
74
+ @property
75
+ @pulumi.getter(name="compartmentId")
76
+ def compartment_id(self) -> str:
77
+ """
78
+ The OCID of the compartment containing the database security config.
79
+ """
80
+ return pulumi.get(self, "compartment_id")
81
+
82
+ @property
83
+ @pulumi.getter(name="compartmentIdInSubtree")
84
+ def compartment_id_in_subtree(self) -> Optional[bool]:
85
+ return pulumi.get(self, "compartment_id_in_subtree")
86
+
87
+ @property
88
+ @pulumi.getter(name="databaseSecurityConfigCollections")
89
+ def database_security_config_collections(self) -> Sequence['outputs.GetDatabaseSecurityConfigsDatabaseSecurityConfigCollectionResult']:
90
+ """
91
+ The list of database_security_config_collection.
92
+ """
93
+ return pulumi.get(self, "database_security_config_collections")
94
+
95
+ @property
96
+ @pulumi.getter(name="databaseSecurityConfigId")
97
+ def database_security_config_id(self) -> Optional[str]:
98
+ return pulumi.get(self, "database_security_config_id")
99
+
100
+ @property
101
+ @pulumi.getter(name="displayName")
102
+ def display_name(self) -> Optional[str]:
103
+ """
104
+ The display name of the database security config.
105
+ """
106
+ return pulumi.get(self, "display_name")
107
+
108
+ @property
109
+ @pulumi.getter
110
+ def filters(self) -> Optional[Sequence['outputs.GetDatabaseSecurityConfigsFilterResult']]:
111
+ return pulumi.get(self, "filters")
112
+
113
+ @property
114
+ @pulumi.getter
115
+ def id(self) -> str:
116
+ """
117
+ The provider-assigned unique ID for this managed resource.
118
+ """
119
+ return pulumi.get(self, "id")
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def state(self) -> Optional[str]:
124
+ """
125
+ The current state of the database security config.
126
+ """
127
+ return pulumi.get(self, "state")
128
+
129
+ @property
130
+ @pulumi.getter(name="targetId")
131
+ def target_id(self) -> Optional[str]:
132
+ """
133
+ The target OCID corresponding to the database security config.
134
+ """
135
+ return pulumi.get(self, "target_id")
136
+
137
+ @property
138
+ @pulumi.getter(name="timeCreatedGreaterThanOrEqualTo")
139
+ def time_created_greater_than_or_equal_to(self) -> Optional[str]:
140
+ return pulumi.get(self, "time_created_greater_than_or_equal_to")
141
+
142
+ @property
143
+ @pulumi.getter(name="timeCreatedLessThan")
144
+ def time_created_less_than(self) -> Optional[str]:
145
+ return pulumi.get(self, "time_created_less_than")
146
+
147
+
148
+ class AwaitableGetDatabaseSecurityConfigsResult(GetDatabaseSecurityConfigsResult):
149
+ # pylint: disable=using-constant-test
150
+ def __await__(self):
151
+ if False:
152
+ yield self
153
+ return GetDatabaseSecurityConfigsResult(
154
+ access_level=self.access_level,
155
+ compartment_id=self.compartment_id,
156
+ compartment_id_in_subtree=self.compartment_id_in_subtree,
157
+ database_security_config_collections=self.database_security_config_collections,
158
+ database_security_config_id=self.database_security_config_id,
159
+ display_name=self.display_name,
160
+ filters=self.filters,
161
+ id=self.id,
162
+ state=self.state,
163
+ target_id=self.target_id,
164
+ time_created_greater_than_or_equal_to=self.time_created_greater_than_or_equal_to,
165
+ time_created_less_than=self.time_created_less_than)
166
+
167
+
168
+ def get_database_security_configs(access_level: Optional[str] = None,
169
+ compartment_id: Optional[str] = None,
170
+ compartment_id_in_subtree: Optional[bool] = None,
171
+ database_security_config_id: Optional[str] = None,
172
+ display_name: Optional[str] = None,
173
+ filters: Optional[Sequence[Union['GetDatabaseSecurityConfigsFilterArgs', 'GetDatabaseSecurityConfigsFilterArgsDict']]] = None,
174
+ state: Optional[str] = None,
175
+ target_id: Optional[str] = None,
176
+ time_created_greater_than_or_equal_to: Optional[str] = None,
177
+ time_created_less_than: Optional[str] = None,
178
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseSecurityConfigsResult:
179
+ """
180
+ This data source provides the list of Database Security Configs in Oracle Cloud Infrastructure Data Safe service.
181
+
182
+ Retrieves a list of all database security configurations in Data Safe.
183
+
184
+ The ListDatabaseSecurityConfigs operation returns only the database security configurations in the specified `compartmentId`.
185
+
186
+ The parameter `accessLevel` specifies whether to return only those compartments for which the
187
+ requestor has INSPECT permissions on at least one resource directly
188
+ or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
189
+ Principal doesn't have access to even one of the child compartments. This is valid only when
190
+ `compartmentIdInSubtree` is set to `true`.
191
+
192
+ The parameter `compartmentIdInSubtree` applies when you perform ListDatabaseSecurityConfigs on the
193
+ `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
194
+ To get a full list of all compartments and subcompartments in the tenancy (root compartment),
195
+ set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
196
+
197
+ ## Example Usage
198
+
199
+ ```python
200
+ import pulumi
201
+ import pulumi_oci as oci
202
+
203
+ test_database_security_configs = oci.DataSafe.get_database_security_configs(compartment_id=compartment_id,
204
+ access_level=database_security_config_access_level,
205
+ compartment_id_in_subtree=database_security_config_compartment_id_in_subtree,
206
+ database_security_config_id=test_database_security_config["id"],
207
+ display_name=database_security_config_display_name,
208
+ state=database_security_config_state,
209
+ target_id=test_target["id"],
210
+ time_created_greater_than_or_equal_to=database_security_config_time_created_greater_than_or_equal_to,
211
+ time_created_less_than=database_security_config_time_created_less_than)
212
+ ```
213
+
214
+
215
+ :param str access_level: Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
216
+ :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
217
+ :param bool compartment_id_in_subtree: Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
218
+ :param str database_security_config_id: An optional filter to return only resources that match the specified OCID of the database security configuration resource.
219
+ :param str display_name: A filter to return only resources that match the specified display name.
220
+ :param str state: The current state of the database security configuration.
221
+ :param str target_id: A filter to return only items related to a specific target OCID.
222
+ :param str time_created_greater_than_or_equal_to: A filter to return only the resources that were created after the specified date and time, as defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Using TimeCreatedGreaterThanOrEqualToQueryParam parameter retrieves all resources created after that date.
223
+
224
+ **Example:** 2016-12-19T16:39:57.600Z
225
+ :param str time_created_less_than: Search for resources that were created before a specific date. Specifying this parameter corresponding `timeCreatedLessThan` parameter will retrieve all resources created before the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
226
+
227
+ **Example:** 2016-12-19T16:39:57.600Z
228
+ """
229
+ __args__ = dict()
230
+ __args__['accessLevel'] = access_level
231
+ __args__['compartmentId'] = compartment_id
232
+ __args__['compartmentIdInSubtree'] = compartment_id_in_subtree
233
+ __args__['databaseSecurityConfigId'] = database_security_config_id
234
+ __args__['displayName'] = display_name
235
+ __args__['filters'] = filters
236
+ __args__['state'] = state
237
+ __args__['targetId'] = target_id
238
+ __args__['timeCreatedGreaterThanOrEqualTo'] = time_created_greater_than_or_equal_to
239
+ __args__['timeCreatedLessThan'] = time_created_less_than
240
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
241
+ __ret__ = pulumi.runtime.invoke('oci:DataSafe/getDatabaseSecurityConfigs:getDatabaseSecurityConfigs', __args__, opts=opts, typ=GetDatabaseSecurityConfigsResult).value
242
+
243
+ return AwaitableGetDatabaseSecurityConfigsResult(
244
+ access_level=pulumi.get(__ret__, 'access_level'),
245
+ compartment_id=pulumi.get(__ret__, 'compartment_id'),
246
+ compartment_id_in_subtree=pulumi.get(__ret__, 'compartment_id_in_subtree'),
247
+ database_security_config_collections=pulumi.get(__ret__, 'database_security_config_collections'),
248
+ database_security_config_id=pulumi.get(__ret__, 'database_security_config_id'),
249
+ display_name=pulumi.get(__ret__, 'display_name'),
250
+ filters=pulumi.get(__ret__, 'filters'),
251
+ id=pulumi.get(__ret__, 'id'),
252
+ state=pulumi.get(__ret__, 'state'),
253
+ target_id=pulumi.get(__ret__, 'target_id'),
254
+ time_created_greater_than_or_equal_to=pulumi.get(__ret__, 'time_created_greater_than_or_equal_to'),
255
+ time_created_less_than=pulumi.get(__ret__, 'time_created_less_than'))
256
+ def get_database_security_configs_output(access_level: Optional[pulumi.Input[Optional[str]]] = None,
257
+ compartment_id: Optional[pulumi.Input[str]] = None,
258
+ compartment_id_in_subtree: Optional[pulumi.Input[Optional[bool]]] = None,
259
+ database_security_config_id: Optional[pulumi.Input[Optional[str]]] = None,
260
+ display_name: Optional[pulumi.Input[Optional[str]]] = None,
261
+ filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDatabaseSecurityConfigsFilterArgs', 'GetDatabaseSecurityConfigsFilterArgsDict']]]]] = None,
262
+ state: Optional[pulumi.Input[Optional[str]]] = None,
263
+ target_id: Optional[pulumi.Input[Optional[str]]] = None,
264
+ time_created_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
265
+ time_created_less_than: Optional[pulumi.Input[Optional[str]]] = None,
266
+ opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseSecurityConfigsResult]:
267
+ """
268
+ This data source provides the list of Database Security Configs in Oracle Cloud Infrastructure Data Safe service.
269
+
270
+ Retrieves a list of all database security configurations in Data Safe.
271
+
272
+ The ListDatabaseSecurityConfigs operation returns only the database security configurations in the specified `compartmentId`.
273
+
274
+ The parameter `accessLevel` specifies whether to return only those compartments for which the
275
+ requestor has INSPECT permissions on at least one resource directly
276
+ or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
277
+ Principal doesn't have access to even one of the child compartments. This is valid only when
278
+ `compartmentIdInSubtree` is set to `true`.
279
+
280
+ The parameter `compartmentIdInSubtree` applies when you perform ListDatabaseSecurityConfigs on the
281
+ `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
282
+ To get a full list of all compartments and subcompartments in the tenancy (root compartment),
283
+ set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
284
+
285
+ ## Example Usage
286
+
287
+ ```python
288
+ import pulumi
289
+ import pulumi_oci as oci
290
+
291
+ test_database_security_configs = oci.DataSafe.get_database_security_configs(compartment_id=compartment_id,
292
+ access_level=database_security_config_access_level,
293
+ compartment_id_in_subtree=database_security_config_compartment_id_in_subtree,
294
+ database_security_config_id=test_database_security_config["id"],
295
+ display_name=database_security_config_display_name,
296
+ state=database_security_config_state,
297
+ target_id=test_target["id"],
298
+ time_created_greater_than_or_equal_to=database_security_config_time_created_greater_than_or_equal_to,
299
+ time_created_less_than=database_security_config_time_created_less_than)
300
+ ```
301
+
302
+
303
+ :param str access_level: Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
304
+ :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
305
+ :param bool compartment_id_in_subtree: Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
306
+ :param str database_security_config_id: An optional filter to return only resources that match the specified OCID of the database security configuration resource.
307
+ :param str display_name: A filter to return only resources that match the specified display name.
308
+ :param str state: The current state of the database security configuration.
309
+ :param str target_id: A filter to return only items related to a specific target OCID.
310
+ :param str time_created_greater_than_or_equal_to: A filter to return only the resources that were created after the specified date and time, as defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Using TimeCreatedGreaterThanOrEqualToQueryParam parameter retrieves all resources created after that date.
311
+
312
+ **Example:** 2016-12-19T16:39:57.600Z
313
+ :param str time_created_less_than: Search for resources that were created before a specific date. Specifying this parameter corresponding `timeCreatedLessThan` parameter will retrieve all resources created before the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
314
+
315
+ **Example:** 2016-12-19T16:39:57.600Z
316
+ """
317
+ __args__ = dict()
318
+ __args__['accessLevel'] = access_level
319
+ __args__['compartmentId'] = compartment_id
320
+ __args__['compartmentIdInSubtree'] = compartment_id_in_subtree
321
+ __args__['databaseSecurityConfigId'] = database_security_config_id
322
+ __args__['displayName'] = display_name
323
+ __args__['filters'] = filters
324
+ __args__['state'] = state
325
+ __args__['targetId'] = target_id
326
+ __args__['timeCreatedGreaterThanOrEqualTo'] = time_created_greater_than_or_equal_to
327
+ __args__['timeCreatedLessThan'] = time_created_less_than
328
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
329
+ __ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getDatabaseSecurityConfigs:getDatabaseSecurityConfigs', __args__, opts=opts, typ=GetDatabaseSecurityConfigsResult)
330
+ return __ret__.apply(lambda __response__: GetDatabaseSecurityConfigsResult(
331
+ access_level=pulumi.get(__response__, 'access_level'),
332
+ compartment_id=pulumi.get(__response__, 'compartment_id'),
333
+ compartment_id_in_subtree=pulumi.get(__response__, 'compartment_id_in_subtree'),
334
+ database_security_config_collections=pulumi.get(__response__, 'database_security_config_collections'),
335
+ database_security_config_id=pulumi.get(__response__, 'database_security_config_id'),
336
+ display_name=pulumi.get(__response__, 'display_name'),
337
+ filters=pulumi.get(__response__, 'filters'),
338
+ id=pulumi.get(__response__, 'id'),
339
+ state=pulumi.get(__response__, 'state'),
340
+ target_id=pulumi.get(__response__, 'target_id'),
341
+ time_created_greater_than_or_equal_to=pulumi.get(__response__, 'time_created_greater_than_or_equal_to'),
342
+ time_created_less_than=pulumi.get(__response__, 'time_created_less_than')))