pulumi-oci 2.24.0a1738736368__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.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,637 @@
|
|
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__ = ['SensitiveTypesExportArgs', 'SensitiveTypesExport']
|
18
|
+
|
19
|
+
@pulumi.input_type
|
20
|
+
class SensitiveTypesExportArgs:
|
21
|
+
def __init__(__self__, *,
|
22
|
+
compartment_id: pulumi.Input[str],
|
23
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
24
|
+
description: Optional[pulumi.Input[str]] = None,
|
25
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
26
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
|
+
is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
|
28
|
+
sensitive_type_ids_for_exports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
29
|
+
"""
|
30
|
+
The set of arguments for constructing a SensitiveTypesExport resource.
|
31
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive types export should be created.
|
32
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
|
33
|
+
:param pulumi.Input[str] description: (Updatable) The description of the sensitive types export.
|
34
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
36
|
+
:param pulumi.Input[bool] is_include_all_sensitive_types: 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 used.
|
37
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_exports: The OCIDs of the sensitive types used to create sensitive types export.
|
38
|
+
|
39
|
+
|
40
|
+
** IMPORTANT **
|
41
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
42
|
+
"""
|
43
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
44
|
+
if defined_tags is not None:
|
45
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
46
|
+
if description is not None:
|
47
|
+
pulumi.set(__self__, "description", description)
|
48
|
+
if display_name is not None:
|
49
|
+
pulumi.set(__self__, "display_name", display_name)
|
50
|
+
if freeform_tags is not None:
|
51
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
52
|
+
if is_include_all_sensitive_types is not None:
|
53
|
+
pulumi.set(__self__, "is_include_all_sensitive_types", is_include_all_sensitive_types)
|
54
|
+
if sensitive_type_ids_for_exports is not None:
|
55
|
+
pulumi.set(__self__, "sensitive_type_ids_for_exports", sensitive_type_ids_for_exports)
|
56
|
+
|
57
|
+
@property
|
58
|
+
@pulumi.getter(name="compartmentId")
|
59
|
+
def compartment_id(self) -> pulumi.Input[str]:
|
60
|
+
"""
|
61
|
+
(Updatable) The OCID of the compartment where the sensitive types export should be created.
|
62
|
+
"""
|
63
|
+
return pulumi.get(self, "compartment_id")
|
64
|
+
|
65
|
+
@compartment_id.setter
|
66
|
+
def compartment_id(self, value: pulumi.Input[str]):
|
67
|
+
pulumi.set(self, "compartment_id", value)
|
68
|
+
|
69
|
+
@property
|
70
|
+
@pulumi.getter(name="definedTags")
|
71
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
72
|
+
"""
|
73
|
+
(Updatable) 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"}`
|
74
|
+
"""
|
75
|
+
return pulumi.get(self, "defined_tags")
|
76
|
+
|
77
|
+
@defined_tags.setter
|
78
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
79
|
+
pulumi.set(self, "defined_tags", value)
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter
|
83
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
84
|
+
"""
|
85
|
+
(Updatable) The description of the sensitive types export.
|
86
|
+
"""
|
87
|
+
return pulumi.get(self, "description")
|
88
|
+
|
89
|
+
@description.setter
|
90
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
91
|
+
pulumi.set(self, "description", value)
|
92
|
+
|
93
|
+
@property
|
94
|
+
@pulumi.getter(name="displayName")
|
95
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
96
|
+
"""
|
97
|
+
(Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "display_name")
|
100
|
+
|
101
|
+
@display_name.setter
|
102
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
103
|
+
pulumi.set(self, "display_name", value)
|
104
|
+
|
105
|
+
@property
|
106
|
+
@pulumi.getter(name="freeformTags")
|
107
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
108
|
+
"""
|
109
|
+
(Updatable) 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"}`
|
110
|
+
"""
|
111
|
+
return pulumi.get(self, "freeform_tags")
|
112
|
+
|
113
|
+
@freeform_tags.setter
|
114
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
115
|
+
pulumi.set(self, "freeform_tags", value)
|
116
|
+
|
117
|
+
@property
|
118
|
+
@pulumi.getter(name="isIncludeAllSensitiveTypes")
|
119
|
+
def is_include_all_sensitive_types(self) -> Optional[pulumi.Input[bool]]:
|
120
|
+
"""
|
121
|
+
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 used.
|
122
|
+
"""
|
123
|
+
return pulumi.get(self, "is_include_all_sensitive_types")
|
124
|
+
|
125
|
+
@is_include_all_sensitive_types.setter
|
126
|
+
def is_include_all_sensitive_types(self, value: Optional[pulumi.Input[bool]]):
|
127
|
+
pulumi.set(self, "is_include_all_sensitive_types", value)
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="sensitiveTypeIdsForExports")
|
131
|
+
def sensitive_type_ids_for_exports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
132
|
+
"""
|
133
|
+
The OCIDs of the sensitive types used to create sensitive types export.
|
134
|
+
|
135
|
+
|
136
|
+
** IMPORTANT **
|
137
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
138
|
+
"""
|
139
|
+
return pulumi.get(self, "sensitive_type_ids_for_exports")
|
140
|
+
|
141
|
+
@sensitive_type_ids_for_exports.setter
|
142
|
+
def sensitive_type_ids_for_exports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
143
|
+
pulumi.set(self, "sensitive_type_ids_for_exports", value)
|
144
|
+
|
145
|
+
|
146
|
+
@pulumi.input_type
|
147
|
+
class _SensitiveTypesExportState:
|
148
|
+
def __init__(__self__, *,
|
149
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
150
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
151
|
+
description: Optional[pulumi.Input[str]] = None,
|
152
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
153
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
154
|
+
is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
|
155
|
+
sensitive_type_ids_for_exports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
156
|
+
state: Optional[pulumi.Input[str]] = None,
|
157
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
158
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
159
|
+
time_updated: Optional[pulumi.Input[str]] = None):
|
160
|
+
"""
|
161
|
+
Input properties used for looking up and filtering SensitiveTypesExport resources.
|
162
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive types export should be created.
|
163
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
|
164
|
+
:param pulumi.Input[str] description: (Updatable) The description of the sensitive types export.
|
165
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
166
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
167
|
+
:param pulumi.Input[bool] is_include_all_sensitive_types: 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 used.
|
168
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_exports: The OCIDs of the sensitive types used to create sensitive types export.
|
169
|
+
|
170
|
+
|
171
|
+
** IMPORTANT **
|
172
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
173
|
+
:param pulumi.Input[str] state: The current state of the sensitive types export.
|
174
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: 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"}`
|
175
|
+
:param pulumi.Input[str] time_created: The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
176
|
+
:param pulumi.Input[str] time_updated: The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
177
|
+
"""
|
178
|
+
if compartment_id is not None:
|
179
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
180
|
+
if defined_tags is not None:
|
181
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
182
|
+
if description is not None:
|
183
|
+
pulumi.set(__self__, "description", description)
|
184
|
+
if display_name is not None:
|
185
|
+
pulumi.set(__self__, "display_name", display_name)
|
186
|
+
if freeform_tags is not None:
|
187
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
188
|
+
if is_include_all_sensitive_types is not None:
|
189
|
+
pulumi.set(__self__, "is_include_all_sensitive_types", is_include_all_sensitive_types)
|
190
|
+
if sensitive_type_ids_for_exports is not None:
|
191
|
+
pulumi.set(__self__, "sensitive_type_ids_for_exports", sensitive_type_ids_for_exports)
|
192
|
+
if state is not None:
|
193
|
+
pulumi.set(__self__, "state", state)
|
194
|
+
if system_tags is not None:
|
195
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
196
|
+
if time_created is not None:
|
197
|
+
pulumi.set(__self__, "time_created", time_created)
|
198
|
+
if time_updated is not None:
|
199
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
200
|
+
|
201
|
+
@property
|
202
|
+
@pulumi.getter(name="compartmentId")
|
203
|
+
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
204
|
+
"""
|
205
|
+
(Updatable) The OCID of the compartment where the sensitive types export should be created.
|
206
|
+
"""
|
207
|
+
return pulumi.get(self, "compartment_id")
|
208
|
+
|
209
|
+
@compartment_id.setter
|
210
|
+
def compartment_id(self, value: Optional[pulumi.Input[str]]):
|
211
|
+
pulumi.set(self, "compartment_id", value)
|
212
|
+
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="definedTags")
|
215
|
+
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
216
|
+
"""
|
217
|
+
(Updatable) 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"}`
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "defined_tags")
|
220
|
+
|
221
|
+
@defined_tags.setter
|
222
|
+
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
223
|
+
pulumi.set(self, "defined_tags", value)
|
224
|
+
|
225
|
+
@property
|
226
|
+
@pulumi.getter
|
227
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
228
|
+
"""
|
229
|
+
(Updatable) The description of the sensitive types export.
|
230
|
+
"""
|
231
|
+
return pulumi.get(self, "description")
|
232
|
+
|
233
|
+
@description.setter
|
234
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
235
|
+
pulumi.set(self, "description", value)
|
236
|
+
|
237
|
+
@property
|
238
|
+
@pulumi.getter(name="displayName")
|
239
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
240
|
+
"""
|
241
|
+
(Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
242
|
+
"""
|
243
|
+
return pulumi.get(self, "display_name")
|
244
|
+
|
245
|
+
@display_name.setter
|
246
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
247
|
+
pulumi.set(self, "display_name", value)
|
248
|
+
|
249
|
+
@property
|
250
|
+
@pulumi.getter(name="freeformTags")
|
251
|
+
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
252
|
+
"""
|
253
|
+
(Updatable) 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"}`
|
254
|
+
"""
|
255
|
+
return pulumi.get(self, "freeform_tags")
|
256
|
+
|
257
|
+
@freeform_tags.setter
|
258
|
+
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
259
|
+
pulumi.set(self, "freeform_tags", value)
|
260
|
+
|
261
|
+
@property
|
262
|
+
@pulumi.getter(name="isIncludeAllSensitiveTypes")
|
263
|
+
def is_include_all_sensitive_types(self) -> Optional[pulumi.Input[bool]]:
|
264
|
+
"""
|
265
|
+
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 used.
|
266
|
+
"""
|
267
|
+
return pulumi.get(self, "is_include_all_sensitive_types")
|
268
|
+
|
269
|
+
@is_include_all_sensitive_types.setter
|
270
|
+
def is_include_all_sensitive_types(self, value: Optional[pulumi.Input[bool]]):
|
271
|
+
pulumi.set(self, "is_include_all_sensitive_types", value)
|
272
|
+
|
273
|
+
@property
|
274
|
+
@pulumi.getter(name="sensitiveTypeIdsForExports")
|
275
|
+
def sensitive_type_ids_for_exports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
276
|
+
"""
|
277
|
+
The OCIDs of the sensitive types used to create sensitive types export.
|
278
|
+
|
279
|
+
|
280
|
+
** IMPORTANT **
|
281
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
282
|
+
"""
|
283
|
+
return pulumi.get(self, "sensitive_type_ids_for_exports")
|
284
|
+
|
285
|
+
@sensitive_type_ids_for_exports.setter
|
286
|
+
def sensitive_type_ids_for_exports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
287
|
+
pulumi.set(self, "sensitive_type_ids_for_exports", value)
|
288
|
+
|
289
|
+
@property
|
290
|
+
@pulumi.getter
|
291
|
+
def state(self) -> Optional[pulumi.Input[str]]:
|
292
|
+
"""
|
293
|
+
The current state of the sensitive types export.
|
294
|
+
"""
|
295
|
+
return pulumi.get(self, "state")
|
296
|
+
|
297
|
+
@state.setter
|
298
|
+
def state(self, value: Optional[pulumi.Input[str]]):
|
299
|
+
pulumi.set(self, "state", value)
|
300
|
+
|
301
|
+
@property
|
302
|
+
@pulumi.getter(name="systemTags")
|
303
|
+
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
304
|
+
"""
|
305
|
+
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"}`
|
306
|
+
"""
|
307
|
+
return pulumi.get(self, "system_tags")
|
308
|
+
|
309
|
+
@system_tags.setter
|
310
|
+
def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
311
|
+
pulumi.set(self, "system_tags", value)
|
312
|
+
|
313
|
+
@property
|
314
|
+
@pulumi.getter(name="timeCreated")
|
315
|
+
def time_created(self) -> Optional[pulumi.Input[str]]:
|
316
|
+
"""
|
317
|
+
The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
318
|
+
"""
|
319
|
+
return pulumi.get(self, "time_created")
|
320
|
+
|
321
|
+
@time_created.setter
|
322
|
+
def time_created(self, value: Optional[pulumi.Input[str]]):
|
323
|
+
pulumi.set(self, "time_created", value)
|
324
|
+
|
325
|
+
@property
|
326
|
+
@pulumi.getter(name="timeUpdated")
|
327
|
+
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
328
|
+
"""
|
329
|
+
The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
330
|
+
"""
|
331
|
+
return pulumi.get(self, "time_updated")
|
332
|
+
|
333
|
+
@time_updated.setter
|
334
|
+
def time_updated(self, value: Optional[pulumi.Input[str]]):
|
335
|
+
pulumi.set(self, "time_updated", value)
|
336
|
+
|
337
|
+
|
338
|
+
class SensitiveTypesExport(pulumi.CustomResource):
|
339
|
+
@overload
|
340
|
+
def __init__(__self__,
|
341
|
+
resource_name: str,
|
342
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
343
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
344
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
345
|
+
description: Optional[pulumi.Input[str]] = None,
|
346
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
347
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
348
|
+
is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
|
349
|
+
sensitive_type_ids_for_exports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
350
|
+
__props__=None):
|
351
|
+
"""
|
352
|
+
This resource provides the Sensitive Types Export resource in Oracle Cloud Infrastructure Data Safe service.
|
353
|
+
|
354
|
+
Generates a downloadable file corresponding to the specified list of sensitive types. It's a prerequisite for the
|
355
|
+
DownloadSensitiveTypesExport operation. Use this endpoint to generate a sensitive Types Export file and then use
|
356
|
+
DownloadSensitiveTypesExport to download the generated file.
|
357
|
+
|
358
|
+
## Example Usage
|
359
|
+
|
360
|
+
```python
|
361
|
+
import pulumi
|
362
|
+
import pulumi_oci as oci
|
363
|
+
|
364
|
+
test_sensitive_types_export = oci.data_safe.SensitiveTypesExport("test_sensitive_types_export",
|
365
|
+
compartment_id=compartment_id,
|
366
|
+
defined_tags={
|
367
|
+
"Operations.CostCenter": "42",
|
368
|
+
},
|
369
|
+
description=sensitive_types_export_description,
|
370
|
+
display_name=sensitive_types_export_display_name,
|
371
|
+
freeform_tags={
|
372
|
+
"Department": "Finance",
|
373
|
+
},
|
374
|
+
is_include_all_sensitive_types=sensitive_types_export_is_include_all_sensitive_types,
|
375
|
+
sensitive_type_ids_for_exports=sensitive_types_export_sensitive_type_ids_for_export)
|
376
|
+
```
|
377
|
+
|
378
|
+
## Import
|
379
|
+
|
380
|
+
SensitiveTypesExports can be imported using the `id`, e.g.
|
381
|
+
|
382
|
+
```sh
|
383
|
+
$ pulumi import oci:DataSafe/sensitiveTypesExport:SensitiveTypesExport test_sensitive_types_export "id"
|
384
|
+
```
|
385
|
+
|
386
|
+
:param str resource_name: The name of the resource.
|
387
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
388
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive types export should be created.
|
389
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
|
390
|
+
:param pulumi.Input[str] description: (Updatable) The description of the sensitive types export.
|
391
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
392
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
393
|
+
:param pulumi.Input[bool] is_include_all_sensitive_types: 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 used.
|
394
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_exports: The OCIDs of the sensitive types used to create sensitive types export.
|
395
|
+
|
396
|
+
|
397
|
+
** IMPORTANT **
|
398
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
399
|
+
"""
|
400
|
+
...
|
401
|
+
@overload
|
402
|
+
def __init__(__self__,
|
403
|
+
resource_name: str,
|
404
|
+
args: SensitiveTypesExportArgs,
|
405
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
406
|
+
"""
|
407
|
+
This resource provides the Sensitive Types Export resource in Oracle Cloud Infrastructure Data Safe service.
|
408
|
+
|
409
|
+
Generates a downloadable file corresponding to the specified list of sensitive types. It's a prerequisite for the
|
410
|
+
DownloadSensitiveTypesExport operation. Use this endpoint to generate a sensitive Types Export file and then use
|
411
|
+
DownloadSensitiveTypesExport to download the generated file.
|
412
|
+
|
413
|
+
## Example Usage
|
414
|
+
|
415
|
+
```python
|
416
|
+
import pulumi
|
417
|
+
import pulumi_oci as oci
|
418
|
+
|
419
|
+
test_sensitive_types_export = oci.data_safe.SensitiveTypesExport("test_sensitive_types_export",
|
420
|
+
compartment_id=compartment_id,
|
421
|
+
defined_tags={
|
422
|
+
"Operations.CostCenter": "42",
|
423
|
+
},
|
424
|
+
description=sensitive_types_export_description,
|
425
|
+
display_name=sensitive_types_export_display_name,
|
426
|
+
freeform_tags={
|
427
|
+
"Department": "Finance",
|
428
|
+
},
|
429
|
+
is_include_all_sensitive_types=sensitive_types_export_is_include_all_sensitive_types,
|
430
|
+
sensitive_type_ids_for_exports=sensitive_types_export_sensitive_type_ids_for_export)
|
431
|
+
```
|
432
|
+
|
433
|
+
## Import
|
434
|
+
|
435
|
+
SensitiveTypesExports can be imported using the `id`, e.g.
|
436
|
+
|
437
|
+
```sh
|
438
|
+
$ pulumi import oci:DataSafe/sensitiveTypesExport:SensitiveTypesExport test_sensitive_types_export "id"
|
439
|
+
```
|
440
|
+
|
441
|
+
:param str resource_name: The name of the resource.
|
442
|
+
:param SensitiveTypesExportArgs args: The arguments to use to populate this resource's properties.
|
443
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
444
|
+
"""
|
445
|
+
...
|
446
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
447
|
+
resource_args, opts = _utilities.get_resource_args_opts(SensitiveTypesExportArgs, pulumi.ResourceOptions, *args, **kwargs)
|
448
|
+
if resource_args is not None:
|
449
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
450
|
+
else:
|
451
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
452
|
+
|
453
|
+
def _internal_init(__self__,
|
454
|
+
resource_name: str,
|
455
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
456
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
457
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
458
|
+
description: Optional[pulumi.Input[str]] = None,
|
459
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
460
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
461
|
+
is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
|
462
|
+
sensitive_type_ids_for_exports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
463
|
+
__props__=None):
|
464
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
465
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
466
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
467
|
+
if opts.id is None:
|
468
|
+
if __props__ is not None:
|
469
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
470
|
+
__props__ = SensitiveTypesExportArgs.__new__(SensitiveTypesExportArgs)
|
471
|
+
|
472
|
+
if compartment_id is None and not opts.urn:
|
473
|
+
raise TypeError("Missing required property 'compartment_id'")
|
474
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
475
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
476
|
+
__props__.__dict__["description"] = description
|
477
|
+
__props__.__dict__["display_name"] = display_name
|
478
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
479
|
+
__props__.__dict__["is_include_all_sensitive_types"] = is_include_all_sensitive_types
|
480
|
+
__props__.__dict__["sensitive_type_ids_for_exports"] = sensitive_type_ids_for_exports
|
481
|
+
__props__.__dict__["state"] = None
|
482
|
+
__props__.__dict__["system_tags"] = None
|
483
|
+
__props__.__dict__["time_created"] = None
|
484
|
+
__props__.__dict__["time_updated"] = None
|
485
|
+
super(SensitiveTypesExport, __self__).__init__(
|
486
|
+
'oci:DataSafe/sensitiveTypesExport:SensitiveTypesExport',
|
487
|
+
resource_name,
|
488
|
+
__props__,
|
489
|
+
opts)
|
490
|
+
|
491
|
+
@staticmethod
|
492
|
+
def get(resource_name: str,
|
493
|
+
id: pulumi.Input[str],
|
494
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
495
|
+
compartment_id: Optional[pulumi.Input[str]] = None,
|
496
|
+
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
497
|
+
description: Optional[pulumi.Input[str]] = None,
|
498
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
499
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
500
|
+
is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
|
501
|
+
sensitive_type_ids_for_exports: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
502
|
+
state: Optional[pulumi.Input[str]] = None,
|
503
|
+
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
504
|
+
time_created: Optional[pulumi.Input[str]] = None,
|
505
|
+
time_updated: Optional[pulumi.Input[str]] = None) -> 'SensitiveTypesExport':
|
506
|
+
"""
|
507
|
+
Get an existing SensitiveTypesExport resource's state with the given name, id, and optional extra
|
508
|
+
properties used to qualify the lookup.
|
509
|
+
|
510
|
+
:param str resource_name: The unique name of the resulting resource.
|
511
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
512
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
513
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive types export should be created.
|
514
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) 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"}`
|
515
|
+
:param pulumi.Input[str] description: (Updatable) The description of the sensitive types export.
|
516
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
517
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) 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"}`
|
518
|
+
:param pulumi.Input[bool] is_include_all_sensitive_types: 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 used.
|
519
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_exports: The OCIDs of the sensitive types used to create sensitive types export.
|
520
|
+
|
521
|
+
|
522
|
+
** IMPORTANT **
|
523
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
524
|
+
:param pulumi.Input[str] state: The current state of the sensitive types export.
|
525
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: 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"}`
|
526
|
+
:param pulumi.Input[str] time_created: The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
527
|
+
:param pulumi.Input[str] time_updated: The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
528
|
+
"""
|
529
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
530
|
+
|
531
|
+
__props__ = _SensitiveTypesExportState.__new__(_SensitiveTypesExportState)
|
532
|
+
|
533
|
+
__props__.__dict__["compartment_id"] = compartment_id
|
534
|
+
__props__.__dict__["defined_tags"] = defined_tags
|
535
|
+
__props__.__dict__["description"] = description
|
536
|
+
__props__.__dict__["display_name"] = display_name
|
537
|
+
__props__.__dict__["freeform_tags"] = freeform_tags
|
538
|
+
__props__.__dict__["is_include_all_sensitive_types"] = is_include_all_sensitive_types
|
539
|
+
__props__.__dict__["sensitive_type_ids_for_exports"] = sensitive_type_ids_for_exports
|
540
|
+
__props__.__dict__["state"] = state
|
541
|
+
__props__.__dict__["system_tags"] = system_tags
|
542
|
+
__props__.__dict__["time_created"] = time_created
|
543
|
+
__props__.__dict__["time_updated"] = time_updated
|
544
|
+
return SensitiveTypesExport(resource_name, opts=opts, __props__=__props__)
|
545
|
+
|
546
|
+
@property
|
547
|
+
@pulumi.getter(name="compartmentId")
|
548
|
+
def compartment_id(self) -> pulumi.Output[str]:
|
549
|
+
"""
|
550
|
+
(Updatable) The OCID of the compartment where the sensitive types export should be created.
|
551
|
+
"""
|
552
|
+
return pulumi.get(self, "compartment_id")
|
553
|
+
|
554
|
+
@property
|
555
|
+
@pulumi.getter(name="definedTags")
|
556
|
+
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
557
|
+
"""
|
558
|
+
(Updatable) 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"}`
|
559
|
+
"""
|
560
|
+
return pulumi.get(self, "defined_tags")
|
561
|
+
|
562
|
+
@property
|
563
|
+
@pulumi.getter
|
564
|
+
def description(self) -> pulumi.Output[str]:
|
565
|
+
"""
|
566
|
+
(Updatable) The description of the sensitive types export.
|
567
|
+
"""
|
568
|
+
return pulumi.get(self, "description")
|
569
|
+
|
570
|
+
@property
|
571
|
+
@pulumi.getter(name="displayName")
|
572
|
+
def display_name(self) -> pulumi.Output[str]:
|
573
|
+
"""
|
574
|
+
(Updatable) The display name of the sensitive types export. The name does not have to be unique, and it's changeable.
|
575
|
+
"""
|
576
|
+
return pulumi.get(self, "display_name")
|
577
|
+
|
578
|
+
@property
|
579
|
+
@pulumi.getter(name="freeformTags")
|
580
|
+
def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
581
|
+
"""
|
582
|
+
(Updatable) 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"}`
|
583
|
+
"""
|
584
|
+
return pulumi.get(self, "freeform_tags")
|
585
|
+
|
586
|
+
@property
|
587
|
+
@pulumi.getter(name="isIncludeAllSensitiveTypes")
|
588
|
+
def is_include_all_sensitive_types(self) -> pulumi.Output[bool]:
|
589
|
+
"""
|
590
|
+
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 used.
|
591
|
+
"""
|
592
|
+
return pulumi.get(self, "is_include_all_sensitive_types")
|
593
|
+
|
594
|
+
@property
|
595
|
+
@pulumi.getter(name="sensitiveTypeIdsForExports")
|
596
|
+
def sensitive_type_ids_for_exports(self) -> pulumi.Output[Sequence[str]]:
|
597
|
+
"""
|
598
|
+
The OCIDs of the sensitive types used to create sensitive types export.
|
599
|
+
|
600
|
+
|
601
|
+
** IMPORTANT **
|
602
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
603
|
+
"""
|
604
|
+
return pulumi.get(self, "sensitive_type_ids_for_exports")
|
605
|
+
|
606
|
+
@property
|
607
|
+
@pulumi.getter
|
608
|
+
def state(self) -> pulumi.Output[str]:
|
609
|
+
"""
|
610
|
+
The current state of the sensitive types export.
|
611
|
+
"""
|
612
|
+
return pulumi.get(self, "state")
|
613
|
+
|
614
|
+
@property
|
615
|
+
@pulumi.getter(name="systemTags")
|
616
|
+
def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
617
|
+
"""
|
618
|
+
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"}`
|
619
|
+
"""
|
620
|
+
return pulumi.get(self, "system_tags")
|
621
|
+
|
622
|
+
@property
|
623
|
+
@pulumi.getter(name="timeCreated")
|
624
|
+
def time_created(self) -> pulumi.Output[str]:
|
625
|
+
"""
|
626
|
+
The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
627
|
+
"""
|
628
|
+
return pulumi.get(self, "time_created")
|
629
|
+
|
630
|
+
@property
|
631
|
+
@pulumi.getter(name="timeUpdated")
|
632
|
+
def time_updated(self) -> pulumi.Output[str]:
|
633
|
+
"""
|
634
|
+
The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
635
|
+
"""
|
636
|
+
return pulumi.get(self, "time_updated")
|
637
|
+
|