pulumi-oci 2.26.0a1741415311__py3-none-any.whl → 2.26.0a1741943394__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 (135) hide show
  1. pulumi_oci/__init__.py +67 -0
  2. pulumi_oci/containerengine/_inputs.py +34 -35
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +110 -21
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/_inputs.py +21 -33
  8. pulumi_oci/core/outputs.py +13 -21
  9. pulumi_oci/database/__init__.py +1 -0
  10. pulumi_oci/database/_inputs.py +704 -0
  11. pulumi_oci/database/application_vip.py +59 -10
  12. pulumi_oci/database/autonomous_database.py +7 -28
  13. pulumi_oci/database/backup.py +153 -5
  14. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  15. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  16. pulumi_oci/database/db_node.py +64 -8
  17. pulumi_oci/database/exadata_infrastructure.py +157 -3
  18. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  19. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  20. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  21. pulumi_oci/database/external_container_database.py +4 -4
  22. pulumi_oci/database/external_non_container_database.py +4 -4
  23. pulumi_oci/database/external_pluggable_database.py +4 -4
  24. pulumi_oci/database/get_application_vip.py +16 -2
  25. pulumi_oci/database/get_autonomous_database.py +0 -3
  26. pulumi_oci/database/get_backups.py +136 -10
  27. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  28. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  29. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  30. pulumi_oci/database/get_database_software_images.py +20 -1
  31. pulumi_oci/database/get_db_node.py +31 -4
  32. pulumi_oci/database/get_db_server.py +15 -1
  33. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  34. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  35. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  36. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  37. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  38. pulumi_oci/database/get_external_container_database.py +1 -1
  39. pulumi_oci/database/get_external_non_container_database.py +1 -1
  40. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  41. pulumi_oci/database/get_flex_components.py +28 -6
  42. pulumi_oci/database/get_vm_cluster.py +60 -4
  43. pulumi_oci/database/get_vm_clusters.py +25 -3
  44. pulumi_oci/database/outputs.py +1084 -42
  45. pulumi_oci/database/pluggable_database.py +13 -13
  46. pulumi_oci/database/vm_cluster.py +172 -18
  47. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  48. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  49. pulumi_oci/datasafe/__init__.py +7 -0
  50. pulumi_oci/datasafe/_inputs.py +301 -0
  51. pulumi_oci/datasafe/discovery_mod.py +49 -0
  52. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  53. pulumi_oci/datasafe/get_masking_report.py +46 -4
  54. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  55. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  56. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  57. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  58. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  59. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  60. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  61. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  62. pulumi_oci/datasafe/outputs.py +676 -3
  63. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  64. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  65. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  66. pulumi_oci/datascience/__init__.py +4 -0
  67. pulumi_oci/datascience/_inputs.py +1160 -41
  68. pulumi_oci/datascience/get_model.py +29 -1
  69. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  70. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  71. pulumi_oci/datascience/get_model_version_set.py +15 -1
  72. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  73. pulumi_oci/datascience/get_models.py +25 -3
  74. pulumi_oci/datascience/get_pipeline.py +15 -1
  75. pulumi_oci/datascience/model.py +64 -0
  76. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  77. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  78. pulumi_oci/datascience/model_version_set.py +28 -0
  79. pulumi_oci/datascience/outputs.py +4343 -2164
  80. pulumi_oci/datascience/pipeline.py +48 -141
  81. pulumi_oci/datascience/pipeline_run.py +32 -0
  82. pulumi_oci/dblm/__init__.py +17 -0
  83. pulumi_oci/dblm/_inputs.py +275 -0
  84. pulumi_oci/dblm/get_vulnerability.py +242 -0
  85. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  86. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  87. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  88. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  89. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  90. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  91. pulumi_oci/dblm/outputs.py +1294 -0
  92. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  93. pulumi_oci/email/dkim.py +120 -20
  94. pulumi_oci/email/get_dkim.py +40 -1
  95. pulumi_oci/email/outputs.py +29 -0
  96. pulumi_oci/filestorage/__init__.py +3 -0
  97. pulumi_oci/filestorage/_inputs.py +49 -0
  98. pulumi_oci/filestorage/file_system.py +105 -0
  99. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  100. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  101. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  102. pulumi_oci/filestorage/outputs.py +186 -0
  103. pulumi_oci/mysql/_inputs.py +1239 -10
  104. pulumi_oci/mysql/channel.py +28 -0
  105. pulumi_oci/mysql/get_channel.py +15 -1
  106. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  107. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  108. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  109. pulumi_oci/mysql/mysql_backup.py +28 -0
  110. pulumi_oci/mysql/mysql_configuration.py +106 -0
  111. pulumi_oci/mysql/mysql_db_system.py +36 -0
  112. pulumi_oci/mysql/outputs.py +2008 -35
  113. pulumi_oci/opensearch/__init__.py +3 -0
  114. pulumi_oci/opensearch/_inputs.py +101 -0
  115. pulumi_oci/opensearch/cluster.py +76 -29
  116. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  117. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  118. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  119. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  120. pulumi_oci/opensearch/outputs.py +425 -0
  121. pulumi_oci/psql/_inputs.py +258 -0
  122. pulumi_oci/psql/backup.py +129 -28
  123. pulumi_oci/psql/db_system.py +10 -0
  124. pulumi_oci/psql/get_backup.py +47 -2
  125. pulumi_oci/psql/get_backups.py +3 -0
  126. pulumi_oci/psql/get_configurations.py +23 -1
  127. pulumi_oci/psql/get_db_system.py +1 -1
  128. pulumi_oci/psql/get_db_systems.py +1 -1
  129. pulumi_oci/psql/outputs.py +541 -5
  130. pulumi_oci/pulumi-plugin.json +1 -1
  131. pulumi_oci/redis/redis_cluster.py +7 -7
  132. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/METADATA +1 -1
  133. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/RECORD +135 -106
  134. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/WHEEL +1 -1
  135. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,563 @@
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__ = ['SensitiveTypeGroupArgs', 'SensitiveTypeGroup']
18
+
19
+ @pulumi.input_type
20
+ class SensitiveTypeGroupArgs:
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
+ """
28
+ The set of arguments for constructing a SensitiveTypeGroup resource.
29
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive type group should be created.
30
+ :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"}`
31
+ :param pulumi.Input[str] description: (Updatable) The description of the sensitive type group.
32
+ :param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive type group. The name does not have to be unique.
33
+ :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"}`
34
+
35
+
36
+ ** IMPORTANT **
37
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
38
+ """
39
+ pulumi.set(__self__, "compartment_id", compartment_id)
40
+ if defined_tags is not None:
41
+ pulumi.set(__self__, "defined_tags", defined_tags)
42
+ if description is not None:
43
+ pulumi.set(__self__, "description", description)
44
+ if display_name is not None:
45
+ pulumi.set(__self__, "display_name", display_name)
46
+ if freeform_tags is not None:
47
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
48
+
49
+ @property
50
+ @pulumi.getter(name="compartmentId")
51
+ def compartment_id(self) -> pulumi.Input[str]:
52
+ """
53
+ (Updatable) The OCID of the compartment where the sensitive type group should be created.
54
+ """
55
+ return pulumi.get(self, "compartment_id")
56
+
57
+ @compartment_id.setter
58
+ def compartment_id(self, value: pulumi.Input[str]):
59
+ pulumi.set(self, "compartment_id", value)
60
+
61
+ @property
62
+ @pulumi.getter(name="definedTags")
63
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
64
+ """
65
+ (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"}`
66
+ """
67
+ return pulumi.get(self, "defined_tags")
68
+
69
+ @defined_tags.setter
70
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
71
+ pulumi.set(self, "defined_tags", value)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def description(self) -> Optional[pulumi.Input[str]]:
76
+ """
77
+ (Updatable) The description of the sensitive type group.
78
+ """
79
+ return pulumi.get(self, "description")
80
+
81
+ @description.setter
82
+ def description(self, value: Optional[pulumi.Input[str]]):
83
+ pulumi.set(self, "description", value)
84
+
85
+ @property
86
+ @pulumi.getter(name="displayName")
87
+ def display_name(self) -> Optional[pulumi.Input[str]]:
88
+ """
89
+ (Updatable) The display name of the sensitive type group. The name does not have to be unique.
90
+ """
91
+ return pulumi.get(self, "display_name")
92
+
93
+ @display_name.setter
94
+ def display_name(self, value: Optional[pulumi.Input[str]]):
95
+ pulumi.set(self, "display_name", value)
96
+
97
+ @property
98
+ @pulumi.getter(name="freeformTags")
99
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
100
+ """
101
+ (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"}`
102
+
103
+
104
+ ** IMPORTANT **
105
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
106
+ """
107
+ return pulumi.get(self, "freeform_tags")
108
+
109
+ @freeform_tags.setter
110
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
111
+ pulumi.set(self, "freeform_tags", value)
112
+
113
+
114
+ @pulumi.input_type
115
+ class _SensitiveTypeGroupState:
116
+ def __init__(__self__, *,
117
+ compartment_id: Optional[pulumi.Input[str]] = None,
118
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
119
+ description: Optional[pulumi.Input[str]] = None,
120
+ display_name: Optional[pulumi.Input[str]] = None,
121
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
122
+ sensitive_type_count: Optional[pulumi.Input[int]] = None,
123
+ state: Optional[pulumi.Input[str]] = None,
124
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
125
+ time_created: Optional[pulumi.Input[str]] = None,
126
+ time_updated: Optional[pulumi.Input[str]] = None):
127
+ """
128
+ Input properties used for looking up and filtering SensitiveTypeGroup resources.
129
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive type group should be created.
130
+ :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"}`
131
+ :param pulumi.Input[str] description: (Updatable) The description of the sensitive type group.
132
+ :param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive type group. The name does not have to be unique.
133
+ :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"}`
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
+ :param pulumi.Input[int] sensitive_type_count: The number of sensitive types in the specified sensitive type group.
139
+ :param pulumi.Input[str] state: The current state of the sensitive type group.
140
+ :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"}`
141
+ :param pulumi.Input[str] time_created: The date and time the sensitive type group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
142
+ :param pulumi.Input[str] time_updated: The date and time the sensitive type group was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
143
+ """
144
+ if compartment_id is not None:
145
+ pulumi.set(__self__, "compartment_id", compartment_id)
146
+ if defined_tags is not None:
147
+ pulumi.set(__self__, "defined_tags", defined_tags)
148
+ if description is not None:
149
+ pulumi.set(__self__, "description", description)
150
+ if display_name is not None:
151
+ pulumi.set(__self__, "display_name", display_name)
152
+ if freeform_tags is not None:
153
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
154
+ if sensitive_type_count is not None:
155
+ pulumi.set(__self__, "sensitive_type_count", sensitive_type_count)
156
+ if state is not None:
157
+ pulumi.set(__self__, "state", state)
158
+ if system_tags is not None:
159
+ pulumi.set(__self__, "system_tags", system_tags)
160
+ if time_created is not None:
161
+ pulumi.set(__self__, "time_created", time_created)
162
+ if time_updated is not None:
163
+ pulumi.set(__self__, "time_updated", time_updated)
164
+
165
+ @property
166
+ @pulumi.getter(name="compartmentId")
167
+ def compartment_id(self) -> Optional[pulumi.Input[str]]:
168
+ """
169
+ (Updatable) The OCID of the compartment where the sensitive type group should be created.
170
+ """
171
+ return pulumi.get(self, "compartment_id")
172
+
173
+ @compartment_id.setter
174
+ def compartment_id(self, value: Optional[pulumi.Input[str]]):
175
+ pulumi.set(self, "compartment_id", value)
176
+
177
+ @property
178
+ @pulumi.getter(name="definedTags")
179
+ def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
180
+ """
181
+ (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"}`
182
+ """
183
+ return pulumi.get(self, "defined_tags")
184
+
185
+ @defined_tags.setter
186
+ def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
187
+ pulumi.set(self, "defined_tags", value)
188
+
189
+ @property
190
+ @pulumi.getter
191
+ def description(self) -> Optional[pulumi.Input[str]]:
192
+ """
193
+ (Updatable) The description of the sensitive type group.
194
+ """
195
+ return pulumi.get(self, "description")
196
+
197
+ @description.setter
198
+ def description(self, value: Optional[pulumi.Input[str]]):
199
+ pulumi.set(self, "description", value)
200
+
201
+ @property
202
+ @pulumi.getter(name="displayName")
203
+ def display_name(self) -> Optional[pulumi.Input[str]]:
204
+ """
205
+ (Updatable) The display name of the sensitive type group. The name does not have to be unique.
206
+ """
207
+ return pulumi.get(self, "display_name")
208
+
209
+ @display_name.setter
210
+ def display_name(self, value: Optional[pulumi.Input[str]]):
211
+ pulumi.set(self, "display_name", value)
212
+
213
+ @property
214
+ @pulumi.getter(name="freeformTags")
215
+ def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
216
+ """
217
+ (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"}`
218
+
219
+
220
+ ** IMPORTANT **
221
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
222
+ """
223
+ return pulumi.get(self, "freeform_tags")
224
+
225
+ @freeform_tags.setter
226
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
227
+ pulumi.set(self, "freeform_tags", value)
228
+
229
+ @property
230
+ @pulumi.getter(name="sensitiveTypeCount")
231
+ def sensitive_type_count(self) -> Optional[pulumi.Input[int]]:
232
+ """
233
+ The number of sensitive types in the specified sensitive type group.
234
+ """
235
+ return pulumi.get(self, "sensitive_type_count")
236
+
237
+ @sensitive_type_count.setter
238
+ def sensitive_type_count(self, value: Optional[pulumi.Input[int]]):
239
+ pulumi.set(self, "sensitive_type_count", value)
240
+
241
+ @property
242
+ @pulumi.getter
243
+ def state(self) -> Optional[pulumi.Input[str]]:
244
+ """
245
+ The current state of the sensitive type group.
246
+ """
247
+ return pulumi.get(self, "state")
248
+
249
+ @state.setter
250
+ def state(self, value: Optional[pulumi.Input[str]]):
251
+ pulumi.set(self, "state", value)
252
+
253
+ @property
254
+ @pulumi.getter(name="systemTags")
255
+ def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
256
+ """
257
+ 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"}`
258
+ """
259
+ return pulumi.get(self, "system_tags")
260
+
261
+ @system_tags.setter
262
+ def system_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
263
+ pulumi.set(self, "system_tags", value)
264
+
265
+ @property
266
+ @pulumi.getter(name="timeCreated")
267
+ def time_created(self) -> Optional[pulumi.Input[str]]:
268
+ """
269
+ The date and time the sensitive type group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
270
+ """
271
+ return pulumi.get(self, "time_created")
272
+
273
+ @time_created.setter
274
+ def time_created(self, value: Optional[pulumi.Input[str]]):
275
+ pulumi.set(self, "time_created", value)
276
+
277
+ @property
278
+ @pulumi.getter(name="timeUpdated")
279
+ def time_updated(self) -> Optional[pulumi.Input[str]]:
280
+ """
281
+ The date and time the sensitive type group was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
282
+ """
283
+ return pulumi.get(self, "time_updated")
284
+
285
+ @time_updated.setter
286
+ def time_updated(self, value: Optional[pulumi.Input[str]]):
287
+ pulumi.set(self, "time_updated", value)
288
+
289
+
290
+ class SensitiveTypeGroup(pulumi.CustomResource):
291
+ @overload
292
+ def __init__(__self__,
293
+ resource_name: str,
294
+ opts: Optional[pulumi.ResourceOptions] = None,
295
+ compartment_id: Optional[pulumi.Input[str]] = None,
296
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
297
+ description: Optional[pulumi.Input[str]] = None,
298
+ display_name: Optional[pulumi.Input[str]] = None,
299
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
300
+ __props__=None):
301
+ """
302
+ This resource provides the Sensitive Type Group resource in Oracle Cloud Infrastructure Data Safe service.
303
+
304
+ Creates a new sensitive type group.
305
+
306
+ ## Example Usage
307
+
308
+ ```python
309
+ import pulumi
310
+ import pulumi_oci as oci
311
+
312
+ test_sensitive_type_group = oci.data_safe.SensitiveTypeGroup("test_sensitive_type_group",
313
+ compartment_id=compartment_id,
314
+ defined_tags={
315
+ "Operations.CostCenter": "42",
316
+ },
317
+ description=sensitive_type_group_description,
318
+ display_name=sensitive_type_group_display_name,
319
+ freeform_tags={
320
+ "Department": "Finance",
321
+ })
322
+ ```
323
+
324
+ ## Import
325
+
326
+ SensitiveTypeGroups can be imported using the `id`, e.g.
327
+
328
+ ```sh
329
+ $ pulumi import oci:DataSafe/sensitiveTypeGroup:SensitiveTypeGroup test_sensitive_type_group "id"
330
+ ```
331
+
332
+ :param str resource_name: The name of the resource.
333
+ :param pulumi.ResourceOptions opts: Options for the resource.
334
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive type group should be created.
335
+ :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"}`
336
+ :param pulumi.Input[str] description: (Updatable) The description of the sensitive type group.
337
+ :param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive type group. The name does not have to be unique.
338
+ :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"}`
339
+
340
+
341
+ ** IMPORTANT **
342
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
343
+ """
344
+ ...
345
+ @overload
346
+ def __init__(__self__,
347
+ resource_name: str,
348
+ args: SensitiveTypeGroupArgs,
349
+ opts: Optional[pulumi.ResourceOptions] = None):
350
+ """
351
+ This resource provides the Sensitive Type Group resource in Oracle Cloud Infrastructure Data Safe service.
352
+
353
+ Creates a new sensitive type group.
354
+
355
+ ## Example Usage
356
+
357
+ ```python
358
+ import pulumi
359
+ import pulumi_oci as oci
360
+
361
+ test_sensitive_type_group = oci.data_safe.SensitiveTypeGroup("test_sensitive_type_group",
362
+ compartment_id=compartment_id,
363
+ defined_tags={
364
+ "Operations.CostCenter": "42",
365
+ },
366
+ description=sensitive_type_group_description,
367
+ display_name=sensitive_type_group_display_name,
368
+ freeform_tags={
369
+ "Department": "Finance",
370
+ })
371
+ ```
372
+
373
+ ## Import
374
+
375
+ SensitiveTypeGroups can be imported using the `id`, e.g.
376
+
377
+ ```sh
378
+ $ pulumi import oci:DataSafe/sensitiveTypeGroup:SensitiveTypeGroup test_sensitive_type_group "id"
379
+ ```
380
+
381
+ :param str resource_name: The name of the resource.
382
+ :param SensitiveTypeGroupArgs args: The arguments to use to populate this resource's properties.
383
+ :param pulumi.ResourceOptions opts: Options for the resource.
384
+ """
385
+ ...
386
+ def __init__(__self__, resource_name: str, *args, **kwargs):
387
+ resource_args, opts = _utilities.get_resource_args_opts(SensitiveTypeGroupArgs, pulumi.ResourceOptions, *args, **kwargs)
388
+ if resource_args is not None:
389
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
390
+ else:
391
+ __self__._internal_init(resource_name, *args, **kwargs)
392
+
393
+ def _internal_init(__self__,
394
+ resource_name: str,
395
+ opts: Optional[pulumi.ResourceOptions] = None,
396
+ compartment_id: Optional[pulumi.Input[str]] = None,
397
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
398
+ description: Optional[pulumi.Input[str]] = None,
399
+ display_name: Optional[pulumi.Input[str]] = None,
400
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
401
+ __props__=None):
402
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
403
+ if not isinstance(opts, pulumi.ResourceOptions):
404
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
405
+ if opts.id is None:
406
+ if __props__ is not None:
407
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
408
+ __props__ = SensitiveTypeGroupArgs.__new__(SensitiveTypeGroupArgs)
409
+
410
+ if compartment_id is None and not opts.urn:
411
+ raise TypeError("Missing required property 'compartment_id'")
412
+ __props__.__dict__["compartment_id"] = compartment_id
413
+ __props__.__dict__["defined_tags"] = defined_tags
414
+ __props__.__dict__["description"] = description
415
+ __props__.__dict__["display_name"] = display_name
416
+ __props__.__dict__["freeform_tags"] = freeform_tags
417
+ __props__.__dict__["sensitive_type_count"] = None
418
+ __props__.__dict__["state"] = None
419
+ __props__.__dict__["system_tags"] = None
420
+ __props__.__dict__["time_created"] = None
421
+ __props__.__dict__["time_updated"] = None
422
+ super(SensitiveTypeGroup, __self__).__init__(
423
+ 'oci:DataSafe/sensitiveTypeGroup:SensitiveTypeGroup',
424
+ resource_name,
425
+ __props__,
426
+ opts)
427
+
428
+ @staticmethod
429
+ def get(resource_name: str,
430
+ id: pulumi.Input[str],
431
+ opts: Optional[pulumi.ResourceOptions] = None,
432
+ compartment_id: Optional[pulumi.Input[str]] = None,
433
+ defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
434
+ description: Optional[pulumi.Input[str]] = None,
435
+ display_name: Optional[pulumi.Input[str]] = None,
436
+ freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
437
+ sensitive_type_count: Optional[pulumi.Input[int]] = None,
438
+ state: Optional[pulumi.Input[str]] = None,
439
+ system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
440
+ time_created: Optional[pulumi.Input[str]] = None,
441
+ time_updated: Optional[pulumi.Input[str]] = None) -> 'SensitiveTypeGroup':
442
+ """
443
+ Get an existing SensitiveTypeGroup resource's state with the given name, id, and optional extra
444
+ properties used to qualify the lookup.
445
+
446
+ :param str resource_name: The unique name of the resulting resource.
447
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
448
+ :param pulumi.ResourceOptions opts: Options for the resource.
449
+ :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive type group should be created.
450
+ :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"}`
451
+ :param pulumi.Input[str] description: (Updatable) The description of the sensitive type group.
452
+ :param pulumi.Input[str] display_name: (Updatable) The display name of the sensitive type group. The name does not have to be unique.
453
+ :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"}`
454
+
455
+
456
+ ** IMPORTANT **
457
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
458
+ :param pulumi.Input[int] sensitive_type_count: The number of sensitive types in the specified sensitive type group.
459
+ :param pulumi.Input[str] state: The current state of the sensitive type group.
460
+ :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"}`
461
+ :param pulumi.Input[str] time_created: The date and time the sensitive type group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
462
+ :param pulumi.Input[str] time_updated: The date and time the sensitive type group was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
463
+ """
464
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
465
+
466
+ __props__ = _SensitiveTypeGroupState.__new__(_SensitiveTypeGroupState)
467
+
468
+ __props__.__dict__["compartment_id"] = compartment_id
469
+ __props__.__dict__["defined_tags"] = defined_tags
470
+ __props__.__dict__["description"] = description
471
+ __props__.__dict__["display_name"] = display_name
472
+ __props__.__dict__["freeform_tags"] = freeform_tags
473
+ __props__.__dict__["sensitive_type_count"] = sensitive_type_count
474
+ __props__.__dict__["state"] = state
475
+ __props__.__dict__["system_tags"] = system_tags
476
+ __props__.__dict__["time_created"] = time_created
477
+ __props__.__dict__["time_updated"] = time_updated
478
+ return SensitiveTypeGroup(resource_name, opts=opts, __props__=__props__)
479
+
480
+ @property
481
+ @pulumi.getter(name="compartmentId")
482
+ def compartment_id(self) -> pulumi.Output[str]:
483
+ """
484
+ (Updatable) The OCID of the compartment where the sensitive type group should be created.
485
+ """
486
+ return pulumi.get(self, "compartment_id")
487
+
488
+ @property
489
+ @pulumi.getter(name="definedTags")
490
+ def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
491
+ """
492
+ (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"}`
493
+ """
494
+ return pulumi.get(self, "defined_tags")
495
+
496
+ @property
497
+ @pulumi.getter
498
+ def description(self) -> pulumi.Output[str]:
499
+ """
500
+ (Updatable) The description of the sensitive type group.
501
+ """
502
+ return pulumi.get(self, "description")
503
+
504
+ @property
505
+ @pulumi.getter(name="displayName")
506
+ def display_name(self) -> pulumi.Output[str]:
507
+ """
508
+ (Updatable) The display name of the sensitive type group. The name does not have to be unique.
509
+ """
510
+ return pulumi.get(self, "display_name")
511
+
512
+ @property
513
+ @pulumi.getter(name="freeformTags")
514
+ def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
515
+ """
516
+ (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"}`
517
+
518
+
519
+ ** IMPORTANT **
520
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
521
+ """
522
+ return pulumi.get(self, "freeform_tags")
523
+
524
+ @property
525
+ @pulumi.getter(name="sensitiveTypeCount")
526
+ def sensitive_type_count(self) -> pulumi.Output[int]:
527
+ """
528
+ The number of sensitive types in the specified sensitive type group.
529
+ """
530
+ return pulumi.get(self, "sensitive_type_count")
531
+
532
+ @property
533
+ @pulumi.getter
534
+ def state(self) -> pulumi.Output[str]:
535
+ """
536
+ The current state of the sensitive type group.
537
+ """
538
+ return pulumi.get(self, "state")
539
+
540
+ @property
541
+ @pulumi.getter(name="systemTags")
542
+ def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
543
+ """
544
+ 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"}`
545
+ """
546
+ return pulumi.get(self, "system_tags")
547
+
548
+ @property
549
+ @pulumi.getter(name="timeCreated")
550
+ def time_created(self) -> pulumi.Output[str]:
551
+ """
552
+ The date and time the sensitive type group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
553
+ """
554
+ return pulumi.get(self, "time_created")
555
+
556
+ @property
557
+ @pulumi.getter(name="timeUpdated")
558
+ def time_updated(self) -> pulumi.Output[str]:
559
+ """
560
+ The date and time the sensitive type group was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
561
+ """
562
+ return pulumi.get(self, "time_updated")
563
+