pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.24.0a1738857714__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/__init__.py +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11459 -7870
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,254 @@
|
|
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
|
+
'GetSensitiveDataModelReferentialRelationsResult',
|
21
|
+
'AwaitableGetSensitiveDataModelReferentialRelationsResult',
|
22
|
+
'get_sensitive_data_model_referential_relations',
|
23
|
+
'get_sensitive_data_model_referential_relations_output',
|
24
|
+
]
|
25
|
+
|
26
|
+
@pulumi.output_type
|
27
|
+
class GetSensitiveDataModelReferentialRelationsResult:
|
28
|
+
"""
|
29
|
+
A collection of values returned by getSensitiveDataModelReferentialRelations.
|
30
|
+
"""
|
31
|
+
def __init__(__self__, column_names=None, filters=None, id=None, is_sensitive=None, objects=None, referential_relation_collections=None, relation_types=None, schema_names=None, sensitive_data_model_id=None):
|
32
|
+
if column_names and not isinstance(column_names, list):
|
33
|
+
raise TypeError("Expected argument 'column_names' to be a list")
|
34
|
+
pulumi.set(__self__, "column_names", column_names)
|
35
|
+
if filters and not isinstance(filters, list):
|
36
|
+
raise TypeError("Expected argument 'filters' to be a list")
|
37
|
+
pulumi.set(__self__, "filters", filters)
|
38
|
+
if id and not isinstance(id, str):
|
39
|
+
raise TypeError("Expected argument 'id' to be a str")
|
40
|
+
pulumi.set(__self__, "id", id)
|
41
|
+
if is_sensitive and not isinstance(is_sensitive, bool):
|
42
|
+
raise TypeError("Expected argument 'is_sensitive' to be a bool")
|
43
|
+
pulumi.set(__self__, "is_sensitive", is_sensitive)
|
44
|
+
if objects and not isinstance(objects, list):
|
45
|
+
raise TypeError("Expected argument 'objects' to be a list")
|
46
|
+
pulumi.set(__self__, "objects", objects)
|
47
|
+
if referential_relation_collections and not isinstance(referential_relation_collections, list):
|
48
|
+
raise TypeError("Expected argument 'referential_relation_collections' to be a list")
|
49
|
+
pulumi.set(__self__, "referential_relation_collections", referential_relation_collections)
|
50
|
+
if relation_types and not isinstance(relation_types, list):
|
51
|
+
raise TypeError("Expected argument 'relation_types' to be a list")
|
52
|
+
pulumi.set(__self__, "relation_types", relation_types)
|
53
|
+
if schema_names and not isinstance(schema_names, list):
|
54
|
+
raise TypeError("Expected argument 'schema_names' to be a list")
|
55
|
+
pulumi.set(__self__, "schema_names", schema_names)
|
56
|
+
if sensitive_data_model_id and not isinstance(sensitive_data_model_id, str):
|
57
|
+
raise TypeError("Expected argument 'sensitive_data_model_id' to be a str")
|
58
|
+
pulumi.set(__self__, "sensitive_data_model_id", sensitive_data_model_id)
|
59
|
+
|
60
|
+
@property
|
61
|
+
@pulumi.getter(name="columnNames")
|
62
|
+
def column_names(self) -> Optional[Sequence[str]]:
|
63
|
+
return pulumi.get(self, "column_names")
|
64
|
+
|
65
|
+
@property
|
66
|
+
@pulumi.getter
|
67
|
+
def filters(self) -> Optional[Sequence['outputs.GetSensitiveDataModelReferentialRelationsFilterResult']]:
|
68
|
+
return pulumi.get(self, "filters")
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter
|
72
|
+
def id(self) -> str:
|
73
|
+
"""
|
74
|
+
The provider-assigned unique ID for this managed resource.
|
75
|
+
"""
|
76
|
+
return pulumi.get(self, "id")
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter(name="isSensitive")
|
80
|
+
def is_sensitive(self) -> Optional[bool]:
|
81
|
+
"""
|
82
|
+
Determines if the columns present in the referential relation is present in the sensitive data model
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "is_sensitive")
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter
|
88
|
+
def objects(self) -> Optional[Sequence[str]]:
|
89
|
+
"""
|
90
|
+
The database object that contains the columns.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "objects")
|
93
|
+
|
94
|
+
@property
|
95
|
+
@pulumi.getter(name="referentialRelationCollections")
|
96
|
+
def referential_relation_collections(self) -> Sequence['outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionResult']:
|
97
|
+
"""
|
98
|
+
The list of referential_relation_collection.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "referential_relation_collections")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter(name="relationTypes")
|
104
|
+
def relation_types(self) -> Optional[Sequence[str]]:
|
105
|
+
"""
|
106
|
+
The type of referential relationship the sensitive column has with its parent. NONE indicates that the sensitive column does not have a parent. DB_DEFINED indicates that the relationship is defined in the database dictionary. APP_DEFINED indicates that the relationship is defined at the application level and not in the database dictionary.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "relation_types")
|
109
|
+
|
110
|
+
@property
|
111
|
+
@pulumi.getter(name="schemaNames")
|
112
|
+
def schema_names(self) -> Optional[Sequence[str]]:
|
113
|
+
"""
|
114
|
+
The schema name.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "schema_names")
|
117
|
+
|
118
|
+
@property
|
119
|
+
@pulumi.getter(name="sensitiveDataModelId")
|
120
|
+
def sensitive_data_model_id(self) -> str:
|
121
|
+
"""
|
122
|
+
The OCID of the sensitive data model that contains the sensitive column.
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "sensitive_data_model_id")
|
125
|
+
|
126
|
+
|
127
|
+
class AwaitableGetSensitiveDataModelReferentialRelationsResult(GetSensitiveDataModelReferentialRelationsResult):
|
128
|
+
# pylint: disable=using-constant-test
|
129
|
+
def __await__(self):
|
130
|
+
if False:
|
131
|
+
yield self
|
132
|
+
return GetSensitiveDataModelReferentialRelationsResult(
|
133
|
+
column_names=self.column_names,
|
134
|
+
filters=self.filters,
|
135
|
+
id=self.id,
|
136
|
+
is_sensitive=self.is_sensitive,
|
137
|
+
objects=self.objects,
|
138
|
+
referential_relation_collections=self.referential_relation_collections,
|
139
|
+
relation_types=self.relation_types,
|
140
|
+
schema_names=self.schema_names,
|
141
|
+
sensitive_data_model_id=self.sensitive_data_model_id)
|
142
|
+
|
143
|
+
|
144
|
+
def get_sensitive_data_model_referential_relations(column_names: Optional[Sequence[str]] = None,
|
145
|
+
filters: Optional[Sequence[Union['GetSensitiveDataModelReferentialRelationsFilterArgs', 'GetSensitiveDataModelReferentialRelationsFilterArgsDict']]] = None,
|
146
|
+
is_sensitive: Optional[bool] = None,
|
147
|
+
objects: Optional[Sequence[str]] = None,
|
148
|
+
relation_types: Optional[Sequence[str]] = None,
|
149
|
+
schema_names: Optional[Sequence[str]] = None,
|
150
|
+
sensitive_data_model_id: Optional[str] = None,
|
151
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSensitiveDataModelReferentialRelationsResult:
|
152
|
+
"""
|
153
|
+
This data source provides the list of Sensitive Data Model Referential Relations in Oracle Cloud Infrastructure Data Safe service.
|
154
|
+
|
155
|
+
Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.
|
156
|
+
|
157
|
+
## Example Usage
|
158
|
+
|
159
|
+
```python
|
160
|
+
import pulumi
|
161
|
+
import pulumi_oci as oci
|
162
|
+
|
163
|
+
test_sensitive_data_model_referential_relations = oci.DataSafe.get_sensitive_data_model_referential_relations(sensitive_data_model_id=test_sensitive_data_model["id"],
|
164
|
+
column_names=sensitive_data_model_referential_relation_column_name,
|
165
|
+
is_sensitive=sensitive_data_model_referential_relation_is_sensitive,
|
166
|
+
objects=sensitive_data_model_referential_relation_object,
|
167
|
+
relation_types=sensitive_data_model_referential_relation_relation_type,
|
168
|
+
schema_names=sensitive_data_model_referential_relation_schema_name)
|
169
|
+
```
|
170
|
+
|
171
|
+
|
172
|
+
:param Sequence[str] column_names: A filter to return only a specific column based on column name.
|
173
|
+
:param bool is_sensitive: Returns referential relations containing sensitive columns when true. Returns referential relations containing non sensitive columns when false.
|
174
|
+
:param Sequence[str] objects: A filter to return only items related to a specific object name.
|
175
|
+
:param Sequence[str] relation_types: A filter to return sensitive columns based on their relationship with their parent columns. If set to NONE, it returns the sensitive columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
|
176
|
+
:param Sequence[str] schema_names: A filter to return only items related to specific schema name.
|
177
|
+
:param str sensitive_data_model_id: The OCID of the sensitive data model.
|
178
|
+
"""
|
179
|
+
__args__ = dict()
|
180
|
+
__args__['columnNames'] = column_names
|
181
|
+
__args__['filters'] = filters
|
182
|
+
__args__['isSensitive'] = is_sensitive
|
183
|
+
__args__['objects'] = objects
|
184
|
+
__args__['relationTypes'] = relation_types
|
185
|
+
__args__['schemaNames'] = schema_names
|
186
|
+
__args__['sensitiveDataModelId'] = sensitive_data_model_id
|
187
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
188
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getSensitiveDataModelReferentialRelations:getSensitiveDataModelReferentialRelations', __args__, opts=opts, typ=GetSensitiveDataModelReferentialRelationsResult).value
|
189
|
+
|
190
|
+
return AwaitableGetSensitiveDataModelReferentialRelationsResult(
|
191
|
+
column_names=pulumi.get(__ret__, 'column_names'),
|
192
|
+
filters=pulumi.get(__ret__, 'filters'),
|
193
|
+
id=pulumi.get(__ret__, 'id'),
|
194
|
+
is_sensitive=pulumi.get(__ret__, 'is_sensitive'),
|
195
|
+
objects=pulumi.get(__ret__, 'objects'),
|
196
|
+
referential_relation_collections=pulumi.get(__ret__, 'referential_relation_collections'),
|
197
|
+
relation_types=pulumi.get(__ret__, 'relation_types'),
|
198
|
+
schema_names=pulumi.get(__ret__, 'schema_names'),
|
199
|
+
sensitive_data_model_id=pulumi.get(__ret__, 'sensitive_data_model_id'))
|
200
|
+
def get_sensitive_data_model_referential_relations_output(column_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
201
|
+
filters: Optional[pulumi.Input[Optional[Sequence[Union['GetSensitiveDataModelReferentialRelationsFilterArgs', 'GetSensitiveDataModelReferentialRelationsFilterArgsDict']]]]] = None,
|
202
|
+
is_sensitive: Optional[pulumi.Input[Optional[bool]]] = None,
|
203
|
+
objects: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
204
|
+
relation_types: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
205
|
+
schema_names: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
206
|
+
sensitive_data_model_id: Optional[pulumi.Input[str]] = None,
|
207
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSensitiveDataModelReferentialRelationsResult]:
|
208
|
+
"""
|
209
|
+
This data source provides the list of Sensitive Data Model Referential Relations in Oracle Cloud Infrastructure Data Safe service.
|
210
|
+
|
211
|
+
Gets a list of referential relations present in the specified sensitive data model based on the specified query parameters.
|
212
|
+
|
213
|
+
## Example Usage
|
214
|
+
|
215
|
+
```python
|
216
|
+
import pulumi
|
217
|
+
import pulumi_oci as oci
|
218
|
+
|
219
|
+
test_sensitive_data_model_referential_relations = oci.DataSafe.get_sensitive_data_model_referential_relations(sensitive_data_model_id=test_sensitive_data_model["id"],
|
220
|
+
column_names=sensitive_data_model_referential_relation_column_name,
|
221
|
+
is_sensitive=sensitive_data_model_referential_relation_is_sensitive,
|
222
|
+
objects=sensitive_data_model_referential_relation_object,
|
223
|
+
relation_types=sensitive_data_model_referential_relation_relation_type,
|
224
|
+
schema_names=sensitive_data_model_referential_relation_schema_name)
|
225
|
+
```
|
226
|
+
|
227
|
+
|
228
|
+
:param Sequence[str] column_names: A filter to return only a specific column based on column name.
|
229
|
+
:param bool is_sensitive: Returns referential relations containing sensitive columns when true. Returns referential relations containing non sensitive columns when false.
|
230
|
+
:param Sequence[str] objects: A filter to return only items related to a specific object name.
|
231
|
+
:param Sequence[str] relation_types: A filter to return sensitive columns based on their relationship with their parent columns. If set to NONE, it returns the sensitive columns that do not have any parent. The response includes the parent columns as well as the independent columns that are not in any relationship. If set to APP_DEFINED, it returns all the child columns that have application-level (non-dictionary) relationship with their parents. If set to DB_DEFINED, it returns all the child columns that have database-level (dictionary-defined) relationship with their parents.
|
232
|
+
:param Sequence[str] schema_names: A filter to return only items related to specific schema name.
|
233
|
+
:param str sensitive_data_model_id: The OCID of the sensitive data model.
|
234
|
+
"""
|
235
|
+
__args__ = dict()
|
236
|
+
__args__['columnNames'] = column_names
|
237
|
+
__args__['filters'] = filters
|
238
|
+
__args__['isSensitive'] = is_sensitive
|
239
|
+
__args__['objects'] = objects
|
240
|
+
__args__['relationTypes'] = relation_types
|
241
|
+
__args__['schemaNames'] = schema_names
|
242
|
+
__args__['sensitiveDataModelId'] = sensitive_data_model_id
|
243
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
244
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getSensitiveDataModelReferentialRelations:getSensitiveDataModelReferentialRelations', __args__, opts=opts, typ=GetSensitiveDataModelReferentialRelationsResult)
|
245
|
+
return __ret__.apply(lambda __response__: GetSensitiveDataModelReferentialRelationsResult(
|
246
|
+
column_names=pulumi.get(__response__, 'column_names'),
|
247
|
+
filters=pulumi.get(__response__, 'filters'),
|
248
|
+
id=pulumi.get(__response__, 'id'),
|
249
|
+
is_sensitive=pulumi.get(__response__, 'is_sensitive'),
|
250
|
+
objects=pulumi.get(__response__, 'objects'),
|
251
|
+
referential_relation_collections=pulumi.get(__response__, 'referential_relation_collections'),
|
252
|
+
relation_types=pulumi.get(__response__, 'relation_types'),
|
253
|
+
schema_names=pulumi.get(__response__, 'schema_names'),
|
254
|
+
sensitive_data_model_id=pulumi.get(__response__, 'sensitive_data_model_id')))
|
@@ -127,7 +127,7 @@ class GetSensitiveTypeResult:
|
|
127
127
|
@pulumi.getter(name="definedTags")
|
128
128
|
def defined_tags(self) -> Mapping[str, str]:
|
129
129
|
"""
|
130
|
-
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)
|
130
|
+
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"}`
|
131
131
|
"""
|
132
132
|
return pulumi.get(self, "defined_tags")
|
133
133
|
|
@@ -0,0 +1,267 @@
|
|
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
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetSensitiveTypesExportResult',
|
19
|
+
'AwaitableGetSensitiveTypesExportResult',
|
20
|
+
'get_sensitive_types_export',
|
21
|
+
'get_sensitive_types_export_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetSensitiveTypesExportResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getSensitiveTypesExport.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, compartment_id=None, defined_tags=None, description=None, display_name=None, freeform_tags=None, id=None, is_include_all_sensitive_types=None, sensitive_type_ids_for_exports=None, sensitive_types_export_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
|
30
|
+
if compartment_id and not isinstance(compartment_id, str):
|
31
|
+
raise TypeError("Expected argument 'compartment_id' to be a str")
|
32
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
33
|
+
if defined_tags and not isinstance(defined_tags, dict):
|
34
|
+
raise TypeError("Expected argument 'defined_tags' to be a dict")
|
35
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
36
|
+
if description and not isinstance(description, str):
|
37
|
+
raise TypeError("Expected argument 'description' to be a str")
|
38
|
+
pulumi.set(__self__, "description", description)
|
39
|
+
if display_name and not isinstance(display_name, str):
|
40
|
+
raise TypeError("Expected argument 'display_name' to be a str")
|
41
|
+
pulumi.set(__self__, "display_name", display_name)
|
42
|
+
if freeform_tags and not isinstance(freeform_tags, dict):
|
43
|
+
raise TypeError("Expected argument 'freeform_tags' to be a dict")
|
44
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
45
|
+
if id and not isinstance(id, str):
|
46
|
+
raise TypeError("Expected argument 'id' to be a str")
|
47
|
+
pulumi.set(__self__, "id", id)
|
48
|
+
if is_include_all_sensitive_types and not isinstance(is_include_all_sensitive_types, bool):
|
49
|
+
raise TypeError("Expected argument 'is_include_all_sensitive_types' to be a bool")
|
50
|
+
pulumi.set(__self__, "is_include_all_sensitive_types", is_include_all_sensitive_types)
|
51
|
+
if sensitive_type_ids_for_exports and not isinstance(sensitive_type_ids_for_exports, list):
|
52
|
+
raise TypeError("Expected argument 'sensitive_type_ids_for_exports' to be a list")
|
53
|
+
pulumi.set(__self__, "sensitive_type_ids_for_exports", sensitive_type_ids_for_exports)
|
54
|
+
if sensitive_types_export_id and not isinstance(sensitive_types_export_id, str):
|
55
|
+
raise TypeError("Expected argument 'sensitive_types_export_id' to be a str")
|
56
|
+
pulumi.set(__self__, "sensitive_types_export_id", sensitive_types_export_id)
|
57
|
+
if state and not isinstance(state, str):
|
58
|
+
raise TypeError("Expected argument 'state' to be a str")
|
59
|
+
pulumi.set(__self__, "state", state)
|
60
|
+
if system_tags and not isinstance(system_tags, dict):
|
61
|
+
raise TypeError("Expected argument 'system_tags' to be a dict")
|
62
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
63
|
+
if time_created and not isinstance(time_created, str):
|
64
|
+
raise TypeError("Expected argument 'time_created' to be a str")
|
65
|
+
pulumi.set(__self__, "time_created", time_created)
|
66
|
+
if time_updated and not isinstance(time_updated, str):
|
67
|
+
raise TypeError("Expected argument 'time_updated' to be a str")
|
68
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter(name="compartmentId")
|
72
|
+
def compartment_id(self) -> str:
|
73
|
+
"""
|
74
|
+
The OCID of the compartment that contains the sensitive types export.
|
75
|
+
"""
|
76
|
+
return pulumi.get(self, "compartment_id")
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter(name="definedTags")
|
80
|
+
def defined_tags(self) -> Mapping[str, str]:
|
81
|
+
"""
|
82
|
+
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"}`
|
83
|
+
"""
|
84
|
+
return pulumi.get(self, "defined_tags")
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter
|
88
|
+
def description(self) -> str:
|
89
|
+
"""
|
90
|
+
The description of the sensitive types export.
|
91
|
+
"""
|
92
|
+
return pulumi.get(self, "description")
|
93
|
+
|
94
|
+
@property
|
95
|
+
@pulumi.getter(name="displayName")
|
96
|
+
def display_name(self) -> str:
|
97
|
+
"""
|
98
|
+
The display name of the sensitive types export.
|
99
|
+
"""
|
100
|
+
return pulumi.get(self, "display_name")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter(name="freeformTags")
|
104
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
105
|
+
"""
|
106
|
+
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"}`
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "freeform_tags")
|
109
|
+
|
110
|
+
@property
|
111
|
+
@pulumi.getter
|
112
|
+
def id(self) -> str:
|
113
|
+
"""
|
114
|
+
The OCID of the sensitive types export.
|
115
|
+
"""
|
116
|
+
return pulumi.get(self, "id")
|
117
|
+
|
118
|
+
@property
|
119
|
+
@pulumi.getter(name="isIncludeAllSensitiveTypes")
|
120
|
+
def is_include_all_sensitive_types(self) -> bool:
|
121
|
+
"""
|
122
|
+
Indicates if all the existing user-defined sensitive types are used for export. If it's set to true, the sensitiveTypeIdsForExport attribute is ignored and all user-defined sensitive types are exported.
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "is_include_all_sensitive_types")
|
125
|
+
|
126
|
+
@property
|
127
|
+
@pulumi.getter(name="sensitiveTypeIdsForExports")
|
128
|
+
def sensitive_type_ids_for_exports(self) -> Sequence[str]:
|
129
|
+
"""
|
130
|
+
The OCIDs of the sensitive types used to create sensitive types export.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "sensitive_type_ids_for_exports")
|
133
|
+
|
134
|
+
@property
|
135
|
+
@pulumi.getter(name="sensitiveTypesExportId")
|
136
|
+
def sensitive_types_export_id(self) -> str:
|
137
|
+
return pulumi.get(self, "sensitive_types_export_id")
|
138
|
+
|
139
|
+
@property
|
140
|
+
@pulumi.getter
|
141
|
+
def state(self) -> str:
|
142
|
+
"""
|
143
|
+
The current state of the sensitive types export.
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "state")
|
146
|
+
|
147
|
+
@property
|
148
|
+
@pulumi.getter(name="systemTags")
|
149
|
+
def system_tags(self) -> Mapping[str, str]:
|
150
|
+
"""
|
151
|
+
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"}`
|
152
|
+
"""
|
153
|
+
return pulumi.get(self, "system_tags")
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter(name="timeCreated")
|
157
|
+
def time_created(self) -> str:
|
158
|
+
"""
|
159
|
+
The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "time_created")
|
162
|
+
|
163
|
+
@property
|
164
|
+
@pulumi.getter(name="timeUpdated")
|
165
|
+
def time_updated(self) -> str:
|
166
|
+
"""
|
167
|
+
The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
168
|
+
"""
|
169
|
+
return pulumi.get(self, "time_updated")
|
170
|
+
|
171
|
+
|
172
|
+
class AwaitableGetSensitiveTypesExportResult(GetSensitiveTypesExportResult):
|
173
|
+
# pylint: disable=using-constant-test
|
174
|
+
def __await__(self):
|
175
|
+
if False:
|
176
|
+
yield self
|
177
|
+
return GetSensitiveTypesExportResult(
|
178
|
+
compartment_id=self.compartment_id,
|
179
|
+
defined_tags=self.defined_tags,
|
180
|
+
description=self.description,
|
181
|
+
display_name=self.display_name,
|
182
|
+
freeform_tags=self.freeform_tags,
|
183
|
+
id=self.id,
|
184
|
+
is_include_all_sensitive_types=self.is_include_all_sensitive_types,
|
185
|
+
sensitive_type_ids_for_exports=self.sensitive_type_ids_for_exports,
|
186
|
+
sensitive_types_export_id=self.sensitive_types_export_id,
|
187
|
+
state=self.state,
|
188
|
+
system_tags=self.system_tags,
|
189
|
+
time_created=self.time_created,
|
190
|
+
time_updated=self.time_updated)
|
191
|
+
|
192
|
+
|
193
|
+
def get_sensitive_types_export(sensitive_types_export_id: Optional[str] = None,
|
194
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSensitiveTypesExportResult:
|
195
|
+
"""
|
196
|
+
This data source provides details about a specific Sensitive Types Export resource in Oracle Cloud Infrastructure Data Safe service.
|
197
|
+
|
198
|
+
Gets the details of the specified sensitive types export by identifier.
|
199
|
+
|
200
|
+
## Example Usage
|
201
|
+
|
202
|
+
```python
|
203
|
+
import pulumi
|
204
|
+
import pulumi_oci as oci
|
205
|
+
|
206
|
+
test_sensitive_types_export = oci.DataSafe.get_sensitive_types_export(sensitive_types_export_id=test_sensitive_types_export_oci_data_safe_sensitive_types_export["id"])
|
207
|
+
```
|
208
|
+
|
209
|
+
|
210
|
+
:param str sensitive_types_export_id: The OCID of the sensitive types export.
|
211
|
+
"""
|
212
|
+
__args__ = dict()
|
213
|
+
__args__['sensitiveTypesExportId'] = sensitive_types_export_id
|
214
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
215
|
+
__ret__ = pulumi.runtime.invoke('oci:DataSafe/getSensitiveTypesExport:getSensitiveTypesExport', __args__, opts=opts, typ=GetSensitiveTypesExportResult).value
|
216
|
+
|
217
|
+
return AwaitableGetSensitiveTypesExportResult(
|
218
|
+
compartment_id=pulumi.get(__ret__, 'compartment_id'),
|
219
|
+
defined_tags=pulumi.get(__ret__, 'defined_tags'),
|
220
|
+
description=pulumi.get(__ret__, 'description'),
|
221
|
+
display_name=pulumi.get(__ret__, 'display_name'),
|
222
|
+
freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
|
223
|
+
id=pulumi.get(__ret__, 'id'),
|
224
|
+
is_include_all_sensitive_types=pulumi.get(__ret__, 'is_include_all_sensitive_types'),
|
225
|
+
sensitive_type_ids_for_exports=pulumi.get(__ret__, 'sensitive_type_ids_for_exports'),
|
226
|
+
sensitive_types_export_id=pulumi.get(__ret__, 'sensitive_types_export_id'),
|
227
|
+
state=pulumi.get(__ret__, 'state'),
|
228
|
+
system_tags=pulumi.get(__ret__, 'system_tags'),
|
229
|
+
time_created=pulumi.get(__ret__, 'time_created'),
|
230
|
+
time_updated=pulumi.get(__ret__, 'time_updated'))
|
231
|
+
def get_sensitive_types_export_output(sensitive_types_export_id: Optional[pulumi.Input[str]] = None,
|
232
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSensitiveTypesExportResult]:
|
233
|
+
"""
|
234
|
+
This data source provides details about a specific Sensitive Types Export resource in Oracle Cloud Infrastructure Data Safe service.
|
235
|
+
|
236
|
+
Gets the details of the specified sensitive types export by identifier.
|
237
|
+
|
238
|
+
## Example Usage
|
239
|
+
|
240
|
+
```python
|
241
|
+
import pulumi
|
242
|
+
import pulumi_oci as oci
|
243
|
+
|
244
|
+
test_sensitive_types_export = oci.DataSafe.get_sensitive_types_export(sensitive_types_export_id=test_sensitive_types_export_oci_data_safe_sensitive_types_export["id"])
|
245
|
+
```
|
246
|
+
|
247
|
+
|
248
|
+
:param str sensitive_types_export_id: The OCID of the sensitive types export.
|
249
|
+
"""
|
250
|
+
__args__ = dict()
|
251
|
+
__args__['sensitiveTypesExportId'] = sensitive_types_export_id
|
252
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
253
|
+
__ret__ = pulumi.runtime.invoke_output('oci:DataSafe/getSensitiveTypesExport:getSensitiveTypesExport', __args__, opts=opts, typ=GetSensitiveTypesExportResult)
|
254
|
+
return __ret__.apply(lambda __response__: GetSensitiveTypesExportResult(
|
255
|
+
compartment_id=pulumi.get(__response__, 'compartment_id'),
|
256
|
+
defined_tags=pulumi.get(__response__, 'defined_tags'),
|
257
|
+
description=pulumi.get(__response__, 'description'),
|
258
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
259
|
+
freeform_tags=pulumi.get(__response__, 'freeform_tags'),
|
260
|
+
id=pulumi.get(__response__, 'id'),
|
261
|
+
is_include_all_sensitive_types=pulumi.get(__response__, 'is_include_all_sensitive_types'),
|
262
|
+
sensitive_type_ids_for_exports=pulumi.get(__response__, 'sensitive_type_ids_for_exports'),
|
263
|
+
sensitive_types_export_id=pulumi.get(__response__, 'sensitive_types_export_id'),
|
264
|
+
state=pulumi.get(__response__, 'state'),
|
265
|
+
system_tags=pulumi.get(__response__, 'system_tags'),
|
266
|
+
time_created=pulumi.get(__response__, 'time_created'),
|
267
|
+
time_updated=pulumi.get(__response__, 'time_updated')))
|