pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.0a1738909485__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.25.0a1738909485.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0a1738909485.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0a1738909485.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0a1738909485.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -47,6 +47,8 @@ __all__ = [
|
|
47
47
|
'SecurityAssessmentStatisticLowRisk',
|
48
48
|
'SecurityAssessmentStatisticMediumRisk',
|
49
49
|
'SecurityAssessmentStatisticPass',
|
50
|
+
'SensitiveDataModelReferentialRelationChild',
|
51
|
+
'SensitiveDataModelReferentialRelationParent',
|
50
52
|
'SensitiveDataModelTablesForDiscovery',
|
51
53
|
'TargetDatabaseConnectionOption',
|
52
54
|
'TargetDatabaseCredentials',
|
@@ -174,6 +176,11 @@ __all__ = [
|
|
174
176
|
'GetMaskingPolicyMaskingSchemasFilterResult',
|
175
177
|
'GetMaskingPolicyMaskingSchemasMaskingSchemaCollectionResult',
|
176
178
|
'GetMaskingPolicyMaskingSchemasMaskingSchemaCollectionItemResult',
|
179
|
+
'GetMaskingPolicyReferentialRelationsFilterResult',
|
180
|
+
'GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionResult',
|
181
|
+
'GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemResult',
|
182
|
+
'GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemChildResult',
|
183
|
+
'GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemParentResult',
|
177
184
|
'GetMaskingReportMaskedColumnsFilterResult',
|
178
185
|
'GetMaskingReportMaskedColumnsMaskedColumnCollectionResult',
|
179
186
|
'GetMaskingReportMaskedColumnsMaskedColumnCollectionItemResult',
|
@@ -300,6 +307,13 @@ __all__ = [
|
|
300
307
|
'GetSecurityPolicyReportsFilterResult',
|
301
308
|
'GetSecurityPolicyReportsSecurityPolicyReportCollectionResult',
|
302
309
|
'GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult',
|
310
|
+
'GetSensitiveDataModelReferentialRelationChildResult',
|
311
|
+
'GetSensitiveDataModelReferentialRelationParentResult',
|
312
|
+
'GetSensitiveDataModelReferentialRelationsFilterResult',
|
313
|
+
'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionResult',
|
314
|
+
'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemResult',
|
315
|
+
'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemChildResult',
|
316
|
+
'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemParentResult',
|
303
317
|
'GetSensitiveDataModelSensitiveObjectsFilterResult',
|
304
318
|
'GetSensitiveDataModelSensitiveObjectsSensitiveObjectCollectionResult',
|
305
319
|
'GetSensitiveDataModelSensitiveObjectsSensitiveObjectCollectionItemResult',
|
@@ -317,6 +331,9 @@ __all__ = [
|
|
317
331
|
'GetSensitiveDataModelsSensitiveDataModelCollectionResult',
|
318
332
|
'GetSensitiveDataModelsSensitiveDataModelCollectionItemResult',
|
319
333
|
'GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult',
|
334
|
+
'GetSensitiveTypesExportsFilterResult',
|
335
|
+
'GetSensitiveTypesExportsSensitiveTypesExportCollectionResult',
|
336
|
+
'GetSensitiveTypesExportsSensitiveTypesExportCollectionItemResult',
|
320
337
|
'GetSensitiveTypesFilterResult',
|
321
338
|
'GetSensitiveTypesSensitiveTypeCollectionResult',
|
322
339
|
'GetSensitiveTypesSensitiveTypeCollectionItemResult',
|
@@ -396,6 +413,9 @@ __all__ = [
|
|
396
413
|
'GetUserAssessmentComparisonSummaryBaselineResult',
|
397
414
|
'GetUserAssessmentComparisonSummaryCurrentResult',
|
398
415
|
'GetUserAssessmentIgnoredTargetResult',
|
416
|
+
'GetUserAssessmentPasswordExpiryDateAnalyticsFilterResult',
|
417
|
+
'GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationResult',
|
418
|
+
'GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationItemResult',
|
399
419
|
'GetUserAssessmentProfileAnalyticsFilterResult',
|
400
420
|
'GetUserAssessmentProfileAnalyticsProfileAggregationResult',
|
401
421
|
'GetUserAssessmentProfilesFilterResult',
|
@@ -1245,9 +1265,9 @@ class AuditProfileAuditTrail(dict):
|
|
1245
1265
|
:param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
1246
1266
|
:param str audit_profile_id: The OCID of the audit.
|
1247
1267
|
:param str compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
1248
|
-
:param Mapping[str, 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)
|
1268
|
+
:param Mapping[str, 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"}`
|
1249
1269
|
:param str description: (Updatable) The description of the audit profile.
|
1250
|
-
:param str display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
1270
|
+
:param str display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
1251
1271
|
:param Mapping[str, 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"}`
|
1252
1272
|
:param str id: The OCID of the audit profile.
|
1253
1273
|
:param bool is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
|
@@ -1344,7 +1364,7 @@ class AuditProfileAuditTrail(dict):
|
|
1344
1364
|
@pulumi.getter(name="definedTags")
|
1345
1365
|
def defined_tags(self) -> Optional[Mapping[str, str]]:
|
1346
1366
|
"""
|
1347
|
-
(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)
|
1367
|
+
(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"}`
|
1348
1368
|
"""
|
1349
1369
|
return pulumi.get(self, "defined_tags")
|
1350
1370
|
|
@@ -1360,7 +1380,7 @@ class AuditProfileAuditTrail(dict):
|
|
1360
1380
|
@pulumi.getter(name="displayName")
|
1361
1381
|
def display_name(self) -> Optional[str]:
|
1362
1382
|
"""
|
1363
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
1383
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
1364
1384
|
"""
|
1365
1385
|
return pulumi.get(self, "display_name")
|
1366
1386
|
|
@@ -2064,7 +2084,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
2064
2084
|
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2065
2085
|
|
2066
2086
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2067
|
-
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2087
|
+
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2068
2088
|
:param str schema_name: (Updatable) The name of the schema that contains the substitution column.
|
2069
2089
|
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2070
2090
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -2250,7 +2270,7 @@ class LibraryMasingFormatFormatEntry(dict):
|
|
2250
2270
|
@pulumi.getter(name="replaceWith")
|
2251
2271
|
def replace_with(self) -> Optional[str]:
|
2252
2272
|
"""
|
2253
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2273
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2254
2274
|
"""
|
2255
2275
|
return pulumi.get(self, "replace_with")
|
2256
2276
|
|
@@ -2480,7 +2500,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2480
2500
|
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2481
2501
|
|
2482
2502
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2483
|
-
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2503
|
+
:param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2484
2504
|
:param str schema_name: (Updatable) The name of the schema that contains the substitution column.
|
2485
2505
|
:param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2486
2506
|
:param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -2666,7 +2686,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
|
|
2666
2686
|
@pulumi.getter(name="replaceWith")
|
2667
2687
|
def replace_with(self) -> Optional[str]:
|
2668
2688
|
"""
|
2669
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2689
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2670
2690
|
"""
|
2671
2691
|
return pulumi.get(self, "replace_with")
|
2672
2692
|
|
@@ -4204,6 +4224,204 @@ class SecurityAssessmentStatisticPass(dict):
|
|
4204
4224
|
return pulumi.get(self, "user_accounts_findings_count")
|
4205
4225
|
|
4206
4226
|
|
4227
|
+
@pulumi.output_type
|
4228
|
+
class SensitiveDataModelReferentialRelationChild(dict):
|
4229
|
+
@staticmethod
|
4230
|
+
def __key_warning(key: str):
|
4231
|
+
suggest = None
|
4232
|
+
if key == "appName":
|
4233
|
+
suggest = "app_name"
|
4234
|
+
elif key == "columnGroups":
|
4235
|
+
suggest = "column_groups"
|
4236
|
+
elif key == "objectType":
|
4237
|
+
suggest = "object_type"
|
4238
|
+
elif key == "schemaName":
|
4239
|
+
suggest = "schema_name"
|
4240
|
+
elif key == "sensitiveTypeIds":
|
4241
|
+
suggest = "sensitive_type_ids"
|
4242
|
+
|
4243
|
+
if suggest:
|
4244
|
+
pulumi.log.warn(f"Key '{key}' not found in SensitiveDataModelReferentialRelationChild. Access the value via the '{suggest}' property getter instead.")
|
4245
|
+
|
4246
|
+
def __getitem__(self, key: str) -> Any:
|
4247
|
+
SensitiveDataModelReferentialRelationChild.__key_warning(key)
|
4248
|
+
return super().__getitem__(key)
|
4249
|
+
|
4250
|
+
def get(self, key: str, default = None) -> Any:
|
4251
|
+
SensitiveDataModelReferentialRelationChild.__key_warning(key)
|
4252
|
+
return super().get(key, default)
|
4253
|
+
|
4254
|
+
def __init__(__self__, *,
|
4255
|
+
app_name: str,
|
4256
|
+
column_groups: Sequence[str],
|
4257
|
+
object: str,
|
4258
|
+
object_type: str,
|
4259
|
+
schema_name: str,
|
4260
|
+
sensitive_type_ids: Optional[Sequence[str]] = None):
|
4261
|
+
"""
|
4262
|
+
:param str app_name: The application name.
|
4263
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
4264
|
+
:param str object: The database object that contains the columns.
|
4265
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
4266
|
+
:param str schema_name: The schema name.
|
4267
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
4268
|
+
"""
|
4269
|
+
pulumi.set(__self__, "app_name", app_name)
|
4270
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
4271
|
+
pulumi.set(__self__, "object", object)
|
4272
|
+
pulumi.set(__self__, "object_type", object_type)
|
4273
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
4274
|
+
if sensitive_type_ids is not None:
|
4275
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
4276
|
+
|
4277
|
+
@property
|
4278
|
+
@pulumi.getter(name="appName")
|
4279
|
+
def app_name(self) -> str:
|
4280
|
+
"""
|
4281
|
+
The application name.
|
4282
|
+
"""
|
4283
|
+
return pulumi.get(self, "app_name")
|
4284
|
+
|
4285
|
+
@property
|
4286
|
+
@pulumi.getter(name="columnGroups")
|
4287
|
+
def column_groups(self) -> Sequence[str]:
|
4288
|
+
"""
|
4289
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
4290
|
+
"""
|
4291
|
+
return pulumi.get(self, "column_groups")
|
4292
|
+
|
4293
|
+
@property
|
4294
|
+
@pulumi.getter
|
4295
|
+
def object(self) -> str:
|
4296
|
+
"""
|
4297
|
+
The database object that contains the columns.
|
4298
|
+
"""
|
4299
|
+
return pulumi.get(self, "object")
|
4300
|
+
|
4301
|
+
@property
|
4302
|
+
@pulumi.getter(name="objectType")
|
4303
|
+
def object_type(self) -> str:
|
4304
|
+
"""
|
4305
|
+
The type of the database object that contains the sensitive column.
|
4306
|
+
"""
|
4307
|
+
return pulumi.get(self, "object_type")
|
4308
|
+
|
4309
|
+
@property
|
4310
|
+
@pulumi.getter(name="schemaName")
|
4311
|
+
def schema_name(self) -> str:
|
4312
|
+
"""
|
4313
|
+
The schema name.
|
4314
|
+
"""
|
4315
|
+
return pulumi.get(self, "schema_name")
|
4316
|
+
|
4317
|
+
@property
|
4318
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
4319
|
+
def sensitive_type_ids(self) -> Optional[Sequence[str]]:
|
4320
|
+
"""
|
4321
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
4322
|
+
"""
|
4323
|
+
return pulumi.get(self, "sensitive_type_ids")
|
4324
|
+
|
4325
|
+
|
4326
|
+
@pulumi.output_type
|
4327
|
+
class SensitiveDataModelReferentialRelationParent(dict):
|
4328
|
+
@staticmethod
|
4329
|
+
def __key_warning(key: str):
|
4330
|
+
suggest = None
|
4331
|
+
if key == "appName":
|
4332
|
+
suggest = "app_name"
|
4333
|
+
elif key == "columnGroups":
|
4334
|
+
suggest = "column_groups"
|
4335
|
+
elif key == "objectType":
|
4336
|
+
suggest = "object_type"
|
4337
|
+
elif key == "schemaName":
|
4338
|
+
suggest = "schema_name"
|
4339
|
+
elif key == "sensitiveTypeIds":
|
4340
|
+
suggest = "sensitive_type_ids"
|
4341
|
+
|
4342
|
+
if suggest:
|
4343
|
+
pulumi.log.warn(f"Key '{key}' not found in SensitiveDataModelReferentialRelationParent. Access the value via the '{suggest}' property getter instead.")
|
4344
|
+
|
4345
|
+
def __getitem__(self, key: str) -> Any:
|
4346
|
+
SensitiveDataModelReferentialRelationParent.__key_warning(key)
|
4347
|
+
return super().__getitem__(key)
|
4348
|
+
|
4349
|
+
def get(self, key: str, default = None) -> Any:
|
4350
|
+
SensitiveDataModelReferentialRelationParent.__key_warning(key)
|
4351
|
+
return super().get(key, default)
|
4352
|
+
|
4353
|
+
def __init__(__self__, *,
|
4354
|
+
app_name: str,
|
4355
|
+
column_groups: Sequence[str],
|
4356
|
+
object: str,
|
4357
|
+
object_type: str,
|
4358
|
+
schema_name: str,
|
4359
|
+
sensitive_type_ids: Optional[Sequence[str]] = None):
|
4360
|
+
"""
|
4361
|
+
:param str app_name: The application name.
|
4362
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
4363
|
+
:param str object: The database object that contains the columns.
|
4364
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
4365
|
+
:param str schema_name: The schema name.
|
4366
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
4367
|
+
"""
|
4368
|
+
pulumi.set(__self__, "app_name", app_name)
|
4369
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
4370
|
+
pulumi.set(__self__, "object", object)
|
4371
|
+
pulumi.set(__self__, "object_type", object_type)
|
4372
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
4373
|
+
if sensitive_type_ids is not None:
|
4374
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
4375
|
+
|
4376
|
+
@property
|
4377
|
+
@pulumi.getter(name="appName")
|
4378
|
+
def app_name(self) -> str:
|
4379
|
+
"""
|
4380
|
+
The application name.
|
4381
|
+
"""
|
4382
|
+
return pulumi.get(self, "app_name")
|
4383
|
+
|
4384
|
+
@property
|
4385
|
+
@pulumi.getter(name="columnGroups")
|
4386
|
+
def column_groups(self) -> Sequence[str]:
|
4387
|
+
"""
|
4388
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
4389
|
+
"""
|
4390
|
+
return pulumi.get(self, "column_groups")
|
4391
|
+
|
4392
|
+
@property
|
4393
|
+
@pulumi.getter
|
4394
|
+
def object(self) -> str:
|
4395
|
+
"""
|
4396
|
+
The database object that contains the columns.
|
4397
|
+
"""
|
4398
|
+
return pulumi.get(self, "object")
|
4399
|
+
|
4400
|
+
@property
|
4401
|
+
@pulumi.getter(name="objectType")
|
4402
|
+
def object_type(self) -> str:
|
4403
|
+
"""
|
4404
|
+
The type of the database object that contains the sensitive column.
|
4405
|
+
"""
|
4406
|
+
return pulumi.get(self, "object_type")
|
4407
|
+
|
4408
|
+
@property
|
4409
|
+
@pulumi.getter(name="schemaName")
|
4410
|
+
def schema_name(self) -> str:
|
4411
|
+
"""
|
4412
|
+
The schema name.
|
4413
|
+
"""
|
4414
|
+
return pulumi.get(self, "schema_name")
|
4415
|
+
|
4416
|
+
@property
|
4417
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
4418
|
+
def sensitive_type_ids(self) -> Optional[Sequence[str]]:
|
4419
|
+
"""
|
4420
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
4421
|
+
"""
|
4422
|
+
return pulumi.get(self, "sensitive_type_ids")
|
4423
|
+
|
4424
|
+
|
4207
4425
|
@pulumi.output_type
|
4208
4426
|
class SensitiveDataModelTablesForDiscovery(dict):
|
4209
4427
|
@staticmethod
|
@@ -5669,7 +5887,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
|
|
5669
5887
|
"""
|
5670
5888
|
:param str alert_policy_type: Indicates the Data Safe feature to which the alert policy belongs.
|
5671
5889
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
5672
|
-
:param Mapping[str, str] defined_tags: 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)
|
5890
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
5673
5891
|
:param str description: The description of the alert policy.
|
5674
5892
|
:param str display_name: A filter to return only resources that match the specified display name.
|
5675
5893
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -5723,7 +5941,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
|
|
5723
5941
|
@pulumi.getter(name="definedTags")
|
5724
5942
|
def defined_tags(self) -> Mapping[str, str]:
|
5725
5943
|
"""
|
5726
|
-
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)
|
5944
|
+
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"}`
|
5727
5945
|
"""
|
5728
5946
|
return pulumi.get(self, "defined_tags")
|
5729
5947
|
|
@@ -6084,7 +6302,7 @@ class GetAlertsAlertCollectionItemResult(dict):
|
|
6084
6302
|
:param str alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
6085
6303
|
:param str comment: A comment for the alert. Entered by the user.
|
6086
6304
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
6087
|
-
:param Mapping[str, str] defined_tags: 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)
|
6305
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
6088
6306
|
:param str description: The description of the alert.
|
6089
6307
|
:param str display_name: The display name of the alert.
|
6090
6308
|
:param Mapping[str, str] feature_details: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
|
@@ -6179,7 +6397,7 @@ class GetAlertsAlertCollectionItemResult(dict):
|
|
6179
6397
|
@pulumi.getter(name="definedTags")
|
6180
6398
|
def defined_tags(self) -> Mapping[str, str]:
|
6181
6399
|
"""
|
6182
|
-
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)
|
6400
|
+
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"}`
|
6183
6401
|
"""
|
6184
6402
|
return pulumi.get(self, "defined_tags")
|
6185
6403
|
|
@@ -6390,7 +6608,7 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
|
|
6390
6608
|
"""
|
6391
6609
|
:param str audit_event_count: Total count of audit events to be retrieved from the archive for the specified date range.
|
6392
6610
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
6393
|
-
:param Mapping[str, str] defined_tags: 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)
|
6611
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
6394
6612
|
:param str description: Description of the archive retrieval.
|
6395
6613
|
:param str display_name: A filter to return only resources that match the specified display name.
|
6396
6614
|
:param str end_date: End month of the archive retrieval, in the format defined by RFC3339.
|
@@ -6444,7 +6662,7 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
|
|
6444
6662
|
@pulumi.getter(name="definedTags")
|
6445
6663
|
def defined_tags(self) -> Mapping[str, str]:
|
6446
6664
|
"""
|
6447
|
-
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)
|
6665
|
+
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"}`
|
6448
6666
|
"""
|
6449
6667
|
return pulumi.get(self, "defined_tags")
|
6450
6668
|
|
@@ -7257,7 +7475,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
7257
7475
|
* INSTALLED_DATABASE - Represents databases running on-premises or on compute instances.
|
7258
7476
|
:param str database_unique_name: Unique name of the database associated to the peer target database.
|
7259
7477
|
:param str db_user_name: The name of the database user whose actions were audited.
|
7260
|
-
:param Mapping[str, str] defined_tags: 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)
|
7478
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
7261
7479
|
:param str error_code: Oracle Error code generated by the action. Zero indicates the action was successful.
|
7262
7480
|
:param str error_message: The detailed message on why the error occurred.
|
7263
7481
|
:param str event_name: The name of the detail action executed by the user on the target database. For example ALTER SEQUENCE, CREATE TRIGGER or CREATE INDEX.
|
@@ -7463,7 +7681,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
7463
7681
|
@pulumi.getter(name="definedTags")
|
7464
7682
|
def defined_tags(self) -> Mapping[str, str]:
|
7465
7683
|
"""
|
7466
|
-
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)
|
7684
|
+
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"}`
|
7467
7685
|
"""
|
7468
7686
|
return pulumi.get(self, "defined_tags")
|
7469
7687
|
|
@@ -7703,7 +7921,7 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
|
|
7703
7921
|
:param str audit_policy_id: An optional filter to return only resources that match the specified id.
|
7704
7922
|
:param Sequence['GetAuditPoliciesAuditPolicyCollectionItemAuditSpecificationArgs'] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
|
7705
7923
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
7706
|
-
:param Mapping[str, str] defined_tags: 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)
|
7924
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
7707
7925
|
:param str description: Description of the audit policy.
|
7708
7926
|
:param str display_name: A filter to return only resources that match the specified display name.
|
7709
7927
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -7775,7 +7993,7 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
|
|
7775
7993
|
@pulumi.getter(name="definedTags")
|
7776
7994
|
def defined_tags(self) -> Mapping[str, str]:
|
7777
7995
|
"""
|
7778
|
-
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)
|
7996
|
+
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"}`
|
7779
7997
|
"""
|
7780
7998
|
return pulumi.get(self, "defined_tags")
|
7781
7999
|
|
@@ -8459,7 +8677,7 @@ class GetAuditProfileAuditTrailResult(dict):
|
|
8459
8677
|
:param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
8460
8678
|
:param str audit_profile_id: The OCID of the audit.
|
8461
8679
|
:param str compartment_id: The OCID of the compartment that contains the audit.
|
8462
|
-
:param Mapping[str, str] defined_tags: 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)
|
8680
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
8463
8681
|
:param str description: The description of the audit profile.
|
8464
8682
|
:param str display_name: The display name of the audit profile.
|
8465
8683
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -8534,7 +8752,7 @@ class GetAuditProfileAuditTrailResult(dict):
|
|
8534
8752
|
@pulumi.getter(name="definedTags")
|
8535
8753
|
def defined_tags(self) -> Mapping[str, str]:
|
8536
8754
|
"""
|
8537
|
-
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)
|
8755
|
+
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"}`
|
8538
8756
|
"""
|
8539
8757
|
return pulumi.get(self, "defined_tags")
|
8540
8758
|
|
@@ -9091,7 +9309,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
|
|
9091
9309
|
:param str audit_profile_id: A optional filter to return only resources that match the specified id.
|
9092
9310
|
:param Sequence['GetAuditProfilesAuditProfileCollectionItemAuditTrailArgs'] audit_trails: Indicates the list of available audit trails on the target.
|
9093
9311
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
9094
|
-
:param Mapping[str, str] defined_tags: 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)
|
9312
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
9095
9313
|
:param str description: The description of the audit profile.
|
9096
9314
|
:param str display_name: A filter to return only resources that match the specified display name.
|
9097
9315
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -9100,7 +9318,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
|
|
9100
9318
|
:param bool is_paid_usage_enabled: Indicates if you want to continue audit record collection beyond the free limit of one million audit records per month per target database, incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
|
9101
9319
|
:param str lifecycle_details: Details about the current state of the audit profile in Data Safe.
|
9102
9320
|
:param int offline_months: Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support.
|
9103
|
-
:param int online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
9321
|
+
:param int online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
9104
9322
|
:param str state: A optional filter to return only resources that match the specified lifecycle state.
|
9105
9323
|
:param Mapping[str, 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"}`
|
9106
9324
|
:param str target_id: A filter to return only items related to a specific target OCID.
|
@@ -9169,7 +9387,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
|
|
9169
9387
|
@pulumi.getter(name="definedTags")
|
9170
9388
|
def defined_tags(self) -> Mapping[str, str]:
|
9171
9389
|
"""
|
9172
|
-
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)
|
9390
|
+
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"}`
|
9173
9391
|
"""
|
9174
9392
|
return pulumi.get(self, "defined_tags")
|
9175
9393
|
|
@@ -9241,7 +9459,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
|
|
9241
9459
|
@pulumi.getter(name="onlineMonths")
|
9242
9460
|
def online_months(self) -> int:
|
9243
9461
|
"""
|
9244
|
-
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
9462
|
+
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
9245
9463
|
"""
|
9246
9464
|
return pulumi.get(self, "online_months")
|
9247
9465
|
|
@@ -9317,7 +9535,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
|
|
9317
9535
|
:param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
9318
9536
|
:param str audit_profile_id: A optional filter to return only resources that match the specified id.
|
9319
9537
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
9320
|
-
:param Mapping[str, str] defined_tags: 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)
|
9538
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
9321
9539
|
:param str description: The description of the audit profile.
|
9322
9540
|
:param str display_name: A filter to return only resources that match the specified display name.
|
9323
9541
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -9392,7 +9610,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
|
|
9392
9610
|
@pulumi.getter(name="definedTags")
|
9393
9611
|
def defined_tags(self) -> Mapping[str, str]:
|
9394
9612
|
"""
|
9395
|
-
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)
|
9613
|
+
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"}`
|
9396
9614
|
"""
|
9397
9615
|
return pulumi.get(self, "defined_tags")
|
9398
9616
|
|
@@ -9710,7 +9928,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
|
|
9710
9928
|
:param str audit_profile_id: The OCID of the parent audit.
|
9711
9929
|
:param str audit_trail_id: A optional filter to return only resources that match the specified id.
|
9712
9930
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
9713
|
-
:param Mapping[str, str] defined_tags: 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)
|
9931
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
9714
9932
|
:param str description: The description of the audit trail.
|
9715
9933
|
:param str display_name: A filter to return only resources that match the specified display name.
|
9716
9934
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -9795,7 +10013,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
|
|
9795
10013
|
@pulumi.getter(name="definedTags")
|
9796
10014
|
def defined_tags(self) -> Mapping[str, str]:
|
9797
10015
|
"""
|
9798
|
-
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)
|
10016
|
+
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"}`
|
9799
10017
|
"""
|
9800
10018
|
return pulumi.get(self, "defined_tags")
|
9801
10019
|
|
@@ -10190,7 +10408,7 @@ class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
|
|
10190
10408
|
vcn_id: str):
|
10191
10409
|
"""
|
10192
10410
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
10193
|
-
:param Mapping[str, str] defined_tags: 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)
|
10411
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
10194
10412
|
:param str description: The description of the private endpoint.
|
10195
10413
|
:param str display_name: A filter to return only resources that match the specified display name.
|
10196
10414
|
:param str endpoint_fqdn: The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
|
@@ -10233,7 +10451,7 @@ class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
|
|
10233
10451
|
@pulumi.getter(name="definedTags")
|
10234
10452
|
def defined_tags(self) -> Mapping[str, str]:
|
10235
10453
|
"""
|
10236
|
-
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)
|
10454
|
+
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"}`
|
10237
10455
|
"""
|
10238
10456
|
return pulumi.get(self, "defined_tags")
|
10239
10457
|
|
@@ -10454,7 +10672,7 @@ class GetDatabaseSecurityConfigsDatabaseSecurityConfigCollectionItemResult(dict)
|
|
10454
10672
|
"""
|
10455
10673
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
10456
10674
|
:param str database_security_config_id: An optional filter to return only resources that match the specified OCID of the database security configuration resource.
|
10457
|
-
:param Mapping[str, str] defined_tags: 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)
|
10675
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
10458
10676
|
:param str description: The description of the database security config.
|
10459
10677
|
:param str display_name: A filter to return only resources that match the specified display name.
|
10460
10678
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -10505,7 +10723,7 @@ class GetDatabaseSecurityConfigsDatabaseSecurityConfigCollectionItemResult(dict)
|
|
10505
10723
|
@pulumi.getter(name="definedTags")
|
10506
10724
|
def defined_tags(self) -> Mapping[str, str]:
|
10507
10725
|
"""
|
10508
|
-
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)
|
10726
|
+
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"}`
|
10509
10727
|
"""
|
10510
10728
|
return pulumi.get(self, "defined_tags")
|
10511
10729
|
|
@@ -11281,7 +11499,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
11281
11499
|
:param str post_processing_function: The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
11282
11500
|
:param Sequence[str] random_lists: A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
11283
11501
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
11284
|
-
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
11502
|
+
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
11285
11503
|
:param str schema_name: The name of the schema that contains the substitution column.
|
11286
11504
|
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11287
11505
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -11433,7 +11651,7 @@ class GetLibraryMaskingFormatFormatEntryResult(dict):
|
|
11433
11651
|
@pulumi.getter(name="replaceWith")
|
11434
11652
|
def replace_with(self) -> str:
|
11435
11653
|
"""
|
11436
|
-
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
11654
|
+
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
11437
11655
|
"""
|
11438
11656
|
return pulumi.get(self, "replace_with")
|
11439
11657
|
|
@@ -11566,7 +11784,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
|
|
11566
11784
|
time_updated: str):
|
11567
11785
|
"""
|
11568
11786
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
11569
|
-
:param Mapping[str, str] defined_tags: 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)
|
11787
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
11570
11788
|
:param str description: The description of the format entry.
|
11571
11789
|
:param str display_name: A filter to return only resources that match the specified display name.
|
11572
11790
|
:param Sequence['GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryArgs'] format_entries: An array of format entries. The combined output of all the format entries is used for masking.
|
@@ -11603,7 +11821,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
|
|
11603
11821
|
@pulumi.getter(name="definedTags")
|
11604
11822
|
def defined_tags(self) -> Mapping[str, str]:
|
11605
11823
|
"""
|
11606
|
-
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)
|
11824
|
+
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"}`
|
11607
11825
|
"""
|
11608
11826
|
return pulumi.get(self, "defined_tags")
|
11609
11827
|
|
@@ -11730,7 +11948,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
11730
11948
|
:param str post_processing_function: The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
11731
11949
|
:param Sequence[str] random_lists: A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
11732
11950
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
11733
|
-
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
11951
|
+
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
11734
11952
|
:param str schema_name: The name of the schema that contains the substitution column.
|
11735
11953
|
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
11736
11954
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -11882,7 +12100,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResul
|
|
11882
12100
|
@pulumi.getter(name="replaceWith")
|
11883
12101
|
def replace_with(self) -> str:
|
11884
12102
|
"""
|
11885
|
-
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
12103
|
+
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
11886
12104
|
"""
|
11887
12105
|
return pulumi.get(self, "replace_with")
|
11888
12106
|
|
@@ -12208,7 +12426,7 @@ class GetMaskingAnalyticsMaskingAnalyticsCollectionItemDimensionResult(dict):
|
|
12208
12426
|
policy_id: str,
|
12209
12427
|
target_id: str):
|
12210
12428
|
"""
|
12211
|
-
:param str policy_id: The OCID of the masking policy
|
12429
|
+
:param str policy_id: The OCID of the masking policy.
|
12212
12430
|
:param str target_id: A filter to return only items related to a specific target OCID.
|
12213
12431
|
"""
|
12214
12432
|
pulumi.set(__self__, "policy_id", policy_id)
|
@@ -12218,7 +12436,7 @@ class GetMaskingAnalyticsMaskingAnalyticsCollectionItemDimensionResult(dict):
|
|
12218
12436
|
@pulumi.getter(name="policyId")
|
12219
12437
|
def policy_id(self) -> str:
|
12220
12438
|
"""
|
12221
|
-
The OCID of the masking policy
|
12439
|
+
The OCID of the masking policy.
|
12222
12440
|
"""
|
12223
12441
|
return pulumi.get(self, "policy_id")
|
12224
12442
|
|
@@ -12340,7 +12558,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
12340
12558
|
:param str post_processing_function: The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
12341
12559
|
:param Sequence[str] random_lists: A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
12342
12560
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
12343
|
-
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
12561
|
+
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
12344
12562
|
:param str schema_name: The name of the schema that contains the database column.
|
12345
12563
|
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12346
12564
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -12492,7 +12710,7 @@ class GetMaskingPoliciesMaskingColumnMaskingFormatFormatEntryResult(dict):
|
|
12492
12710
|
@pulumi.getter(name="replaceWith")
|
12493
12711
|
def replace_with(self) -> str:
|
12494
12712
|
"""
|
12495
|
-
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
12713
|
+
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
12496
12714
|
"""
|
12497
12715
|
return pulumi.get(self, "replace_with")
|
12498
12716
|
|
@@ -12873,7 +13091,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
12873
13091
|
:param str post_processing_function: The post processing function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format. It can be a standalone or packaged function, so PACKAGE_NAME is optional.
|
12874
13092
|
:param Sequence[str] random_lists: A comma-separated list of values to be used to replace column values. The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
|
12875
13093
|
:param str regular_expression: The regular expression to be used for masking. For data with characters in the ASCII character set, providing a regular expression is optional. However, it is required if the data contains multi-byte characters. If not provided, an error is returned when a multi-byte character is found.
|
12876
|
-
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
13094
|
+
:param str replace_with: The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
12877
13095
|
:param str schema_name: A filter to return only items related to specific schema name.
|
12878
13096
|
:param str sql_expression: The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
12879
13097
|
:param str start_date: The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -13025,7 +13243,7 @@ class GetMaskingPoliciesMaskingColumnsMaskingColumnCollectionItemMaskingFormatFo
|
|
13025
13243
|
@pulumi.getter(name="replaceWith")
|
13026
13244
|
def replace_with(self) -> str:
|
13027
13245
|
"""
|
13028
|
-
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
13246
|
+
The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
13029
13247
|
"""
|
13030
13248
|
return pulumi.get(self, "replace_with")
|
13031
13249
|
|
@@ -13139,7 +13357,7 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
|
|
13139
13357
|
"""
|
13140
13358
|
:param Sequence['GetMaskingPoliciesMaskingPolicyCollectionItemColumnSourceArgs'] column_sources: The source of masking columns.
|
13141
13359
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
13142
|
-
:param Mapping[str, str] defined_tags: 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)
|
13360
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
13143
13361
|
:param str description: The description of the masking policy.
|
13144
13362
|
:param str display_name: A filter to return only resources that match the specified display name.
|
13145
13363
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -13200,7 +13418,7 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
|
|
13200
13418
|
@pulumi.getter(name="definedTags")
|
13201
13419
|
def defined_tags(self) -> Mapping[str, str]:
|
13202
13420
|
"""
|
13203
|
-
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)
|
13421
|
+
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"}`
|
13204
13422
|
"""
|
13205
13423
|
return pulumi.get(self, "defined_tags")
|
13206
13424
|
|
@@ -13451,18 +13669,21 @@ class GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionResu
|
|
13451
13669
|
class GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemResult(dict):
|
13452
13670
|
def __init__(__self__, *,
|
13453
13671
|
description: str,
|
13672
|
+
health_check_type: str,
|
13454
13673
|
message: str,
|
13455
13674
|
message_type: str,
|
13456
13675
|
remediation: str,
|
13457
13676
|
timestamp: str):
|
13458
13677
|
"""
|
13459
13678
|
:param str description: A human-readable description for the log entry.
|
13679
|
+
:param str health_check_type: An enum type entry for each health check in the masking policy. Each enum describes a type of health check. INVALID_OBJECT_CHECK checks if there exist any invalid objects in the masking tables. PRIVILEGE_CHECK checks if the masking user has sufficient privilege to run masking. TABLESPACE_CHECK checks if the user has sufficient default and TEMP tablespace. DATABASE_OR_SYSTEM_TRIGGERS_CHECK checks if there exist any database/system triggers available. UNDO_TABLESPACE_CHECK checks if the AUTOEXTEND feature is enabled for the undo tablespace. If it's not enabled, it further checks if the undo tablespace has any space remaining STATE_STATS_CHECK checks if all the statistics of the masking table is upto date or not. OLS_POLICY_CHECK , VPD_POLICY_CHECK and REDACTION_POLICY_CHECK checks if the masking tables has Oracle Label Security (OLS) or Virtual Private Database (VPD) or Redaction policies enabled. DV_ENABLE_CHECK checks if database has Database Vault(DV) enabled DE_COL_SIZE_CHECK checks if any masking column with DETERMINISTIC ENCRYPTION as masking format has average column size greater than 27 or not. ACTIVE_MASK_JOB_CHECK checks if there is any active masking job running on the target database. DETERMINISTIC_ENCRYPTION_FORMAT_CHECK checks if any masking column has deterministic encryption masking format. COLUMN_EXIST_CHECK checks if the masking columns are available in the target database.
|
13460
13680
|
:param str message: A human-readable log entry.
|
13461
13681
|
:param str message_type: A filter to return only the resources that match the specified log message type.
|
13462
13682
|
:param str remediation: A human-readable log entry to remedy any error or warnings in the masking policy.
|
13463
13683
|
:param str timestamp: The date and time the log entry was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
13464
13684
|
"""
|
13465
13685
|
pulumi.set(__self__, "description", description)
|
13686
|
+
pulumi.set(__self__, "health_check_type", health_check_type)
|
13466
13687
|
pulumi.set(__self__, "message", message)
|
13467
13688
|
pulumi.set(__self__, "message_type", message_type)
|
13468
13689
|
pulumi.set(__self__, "remediation", remediation)
|
@@ -13476,6 +13697,14 @@ class GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItem
|
|
13476
13697
|
"""
|
13477
13698
|
return pulumi.get(self, "description")
|
13478
13699
|
|
13700
|
+
@property
|
13701
|
+
@pulumi.getter(name="healthCheckType")
|
13702
|
+
def health_check_type(self) -> str:
|
13703
|
+
"""
|
13704
|
+
An enum type entry for each health check in the masking policy. Each enum describes a type of health check. INVALID_OBJECT_CHECK checks if there exist any invalid objects in the masking tables. PRIVILEGE_CHECK checks if the masking user has sufficient privilege to run masking. TABLESPACE_CHECK checks if the user has sufficient default and TEMP tablespace. DATABASE_OR_SYSTEM_TRIGGERS_CHECK checks if there exist any database/system triggers available. UNDO_TABLESPACE_CHECK checks if the AUTOEXTEND feature is enabled for the undo tablespace. If it's not enabled, it further checks if the undo tablespace has any space remaining STATE_STATS_CHECK checks if all the statistics of the masking table is upto date or not. OLS_POLICY_CHECK , VPD_POLICY_CHECK and REDACTION_POLICY_CHECK checks if the masking tables has Oracle Label Security (OLS) or Virtual Private Database (VPD) or Redaction policies enabled. DV_ENABLE_CHECK checks if database has Database Vault(DV) enabled DE_COL_SIZE_CHECK checks if any masking column with DETERMINISTIC ENCRYPTION as masking format has average column size greater than 27 or not. ACTIVE_MASK_JOB_CHECK checks if there is any active masking job running on the target database. DETERMINISTIC_ENCRYPTION_FORMAT_CHECK checks if any masking column has deterministic encryption masking format. COLUMN_EXIST_CHECK checks if the masking columns are available in the target database.
|
13705
|
+
"""
|
13706
|
+
return pulumi.get(self, "health_check_type")
|
13707
|
+
|
13479
13708
|
@property
|
13480
13709
|
@pulumi.getter
|
13481
13710
|
def message(self) -> str:
|
@@ -13555,18 +13784,21 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13555
13784
|
defined_tags: Mapping[str, str],
|
13556
13785
|
description: str,
|
13557
13786
|
display_name: str,
|
13787
|
+
error_count: str,
|
13558
13788
|
freeform_tags: Mapping[str, str],
|
13559
13789
|
id: str,
|
13560
13790
|
masking_policy_id: str,
|
13561
13791
|
state: str,
|
13562
13792
|
target_id: str,
|
13563
13793
|
time_created: str,
|
13564
|
-
time_updated: str
|
13794
|
+
time_updated: str,
|
13795
|
+
warning_count: str):
|
13565
13796
|
"""
|
13566
13797
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
13567
|
-
:param Mapping[str, str] defined_tags: 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)
|
13798
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
13568
13799
|
:param str description: The description of the masking health report.
|
13569
13800
|
:param str display_name: A filter to return only resources that match the specified display name.
|
13801
|
+
:param str error_count: The count of errors in the masking health report.
|
13570
13802
|
:param Mapping[str, str] freeform_tags: 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"}`
|
13571
13803
|
:param str id: The OCID of the health report.
|
13572
13804
|
:param str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
|
@@ -13574,11 +13806,13 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13574
13806
|
:param str target_id: A filter to return only items related to a specific target OCID.
|
13575
13807
|
:param str time_created: The date and time the report was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
13576
13808
|
:param str time_updated: The date and time the report was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339)
|
13809
|
+
:param str warning_count: The count of warnings in the masking health report.
|
13577
13810
|
"""
|
13578
13811
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
13579
13812
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
13580
13813
|
pulumi.set(__self__, "description", description)
|
13581
13814
|
pulumi.set(__self__, "display_name", display_name)
|
13815
|
+
pulumi.set(__self__, "error_count", error_count)
|
13582
13816
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
13583
13817
|
pulumi.set(__self__, "id", id)
|
13584
13818
|
pulumi.set(__self__, "masking_policy_id", masking_policy_id)
|
@@ -13586,6 +13820,7 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13586
13820
|
pulumi.set(__self__, "target_id", target_id)
|
13587
13821
|
pulumi.set(__self__, "time_created", time_created)
|
13588
13822
|
pulumi.set(__self__, "time_updated", time_updated)
|
13823
|
+
pulumi.set(__self__, "warning_count", warning_count)
|
13589
13824
|
|
13590
13825
|
@property
|
13591
13826
|
@pulumi.getter(name="compartmentId")
|
@@ -13599,7 +13834,7 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13599
13834
|
@pulumi.getter(name="definedTags")
|
13600
13835
|
def defined_tags(self) -> Mapping[str, str]:
|
13601
13836
|
"""
|
13602
|
-
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)
|
13837
|
+
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"}`
|
13603
13838
|
"""
|
13604
13839
|
return pulumi.get(self, "defined_tags")
|
13605
13840
|
|
@@ -13619,6 +13854,14 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13619
13854
|
"""
|
13620
13855
|
return pulumi.get(self, "display_name")
|
13621
13856
|
|
13857
|
+
@property
|
13858
|
+
@pulumi.getter(name="errorCount")
|
13859
|
+
def error_count(self) -> str:
|
13860
|
+
"""
|
13861
|
+
The count of errors in the masking health report.
|
13862
|
+
"""
|
13863
|
+
return pulumi.get(self, "error_count")
|
13864
|
+
|
13622
13865
|
@property
|
13623
13866
|
@pulumi.getter(name="freeformTags")
|
13624
13867
|
def freeform_tags(self) -> Mapping[str, str]:
|
@@ -13675,6 +13918,14 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
|
|
13675
13918
|
"""
|
13676
13919
|
return pulumi.get(self, "time_updated")
|
13677
13920
|
|
13921
|
+
@property
|
13922
|
+
@pulumi.getter(name="warningCount")
|
13923
|
+
def warning_count(self) -> str:
|
13924
|
+
"""
|
13925
|
+
The count of warnings in the masking health report.
|
13926
|
+
"""
|
13927
|
+
return pulumi.get(self, "warning_count")
|
13928
|
+
|
13678
13929
|
|
13679
13930
|
@pulumi.output_type
|
13680
13931
|
class GetMaskingPolicyMaskingObjectsFilterResult(dict):
|
@@ -13825,7 +14076,7 @@ class GetMaskingPolicyMaskingSchemasMaskingSchemaCollectionItemResult(dict):
|
|
13825
14076
|
|
13826
14077
|
|
13827
14078
|
@pulumi.output_type
|
13828
|
-
class
|
14079
|
+
class GetMaskingPolicyReferentialRelationsFilterResult(dict):
|
13829
14080
|
def __init__(__self__, *,
|
13830
14081
|
name: str,
|
13831
14082
|
values: Sequence[str],
|
@@ -13852,88 +14103,297 @@ class GetMaskingReportMaskedColumnsFilterResult(dict):
|
|
13852
14103
|
|
13853
14104
|
|
13854
14105
|
@pulumi.output_type
|
13855
|
-
class
|
14106
|
+
class GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionResult(dict):
|
13856
14107
|
def __init__(__self__, *,
|
13857
|
-
items: Sequence['outputs.
|
14108
|
+
items: Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemResult']):
|
13858
14109
|
"""
|
13859
|
-
:param Sequence['
|
14110
|
+
:param Sequence['GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemArgs'] items: An array of referential relation summary objects.
|
13860
14111
|
"""
|
13861
14112
|
pulumi.set(__self__, "items", items)
|
13862
14113
|
|
13863
14114
|
@property
|
13864
14115
|
@pulumi.getter
|
13865
|
-
def items(self) -> Sequence['outputs.
|
14116
|
+
def items(self) -> Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemResult']:
|
13866
14117
|
"""
|
13867
|
-
An array of
|
14118
|
+
An array of referential relation summary objects.
|
13868
14119
|
"""
|
13869
14120
|
return pulumi.get(self, "items")
|
13870
14121
|
|
13871
14122
|
|
13872
14123
|
@pulumi.output_type
|
13873
|
-
class
|
14124
|
+
class GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemResult(dict):
|
13874
14125
|
def __init__(__self__, *,
|
13875
|
-
|
13876
|
-
|
13877
|
-
|
13878
|
-
|
13879
|
-
|
13880
|
-
object_type: str,
|
13881
|
-
parent_column_key: str,
|
13882
|
-
schema_name: str,
|
13883
|
-
sensitive_type_id: str,
|
13884
|
-
total_masked_values: str):
|
14126
|
+
children: Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemChildResult'],
|
14127
|
+
masking_formats: Sequence[str],
|
14128
|
+
masking_policy_id: str,
|
14129
|
+
parents: Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemParentResult'],
|
14130
|
+
relation_type: str):
|
13885
14131
|
"""
|
13886
|
-
:param
|
13887
|
-
:param str
|
13888
|
-
:param str
|
13889
|
-
:param
|
13890
|
-
:param str
|
13891
|
-
:param str object_type: A filter to return only items related to a specific object type.
|
13892
|
-
:param str parent_column_key: The unique key that identifies the parent column of the masked column.
|
13893
|
-
:param str schema_name: A filter to return only items related to specific schema name.
|
13894
|
-
:param str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
|
13895
|
-
:param str total_masked_values: The total number of values masked in the column.
|
14132
|
+
:param Sequence['GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemChildArgs'] children: maskingPolicyColumnsInfo object has details of column group with schema details.
|
14133
|
+
:param Sequence[str] masking_formats: The masking format associated with the parent column.
|
14134
|
+
:param str masking_policy_id: The OCID of the masking policy.
|
14135
|
+
:param Sequence['GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemParentArgs'] parents: maskingPolicyColumnsInfo object has details of column group with schema details.
|
14136
|
+
:param str relation_type: A filter to return columns based on their relationship with their parent columns. If set to NONE, it returns the 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.
|
13896
14137
|
"""
|
13897
|
-
pulumi.set(__self__, "
|
13898
|
-
pulumi.set(__self__, "
|
13899
|
-
pulumi.set(__self__, "
|
13900
|
-
pulumi.set(__self__, "
|
13901
|
-
pulumi.set(__self__, "
|
13902
|
-
pulumi.set(__self__, "object_type", object_type)
|
13903
|
-
pulumi.set(__self__, "parent_column_key", parent_column_key)
|
13904
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
13905
|
-
pulumi.set(__self__, "sensitive_type_id", sensitive_type_id)
|
13906
|
-
pulumi.set(__self__, "total_masked_values", total_masked_values)
|
14138
|
+
pulumi.set(__self__, "children", children)
|
14139
|
+
pulumi.set(__self__, "masking_formats", masking_formats)
|
14140
|
+
pulumi.set(__self__, "masking_policy_id", masking_policy_id)
|
14141
|
+
pulumi.set(__self__, "parents", parents)
|
14142
|
+
pulumi.set(__self__, "relation_type", relation_type)
|
13907
14143
|
|
13908
14144
|
@property
|
13909
|
-
@pulumi.getter
|
13910
|
-
def
|
14145
|
+
@pulumi.getter
|
14146
|
+
def children(self) -> Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemChildResult']:
|
13911
14147
|
"""
|
13912
|
-
|
14148
|
+
maskingPolicyColumnsInfo object has details of column group with schema details.
|
13913
14149
|
"""
|
13914
|
-
return pulumi.get(self, "
|
14150
|
+
return pulumi.get(self, "children")
|
13915
14151
|
|
13916
14152
|
@property
|
13917
|
-
@pulumi.getter
|
13918
|
-
def
|
14153
|
+
@pulumi.getter(name="maskingFormats")
|
14154
|
+
def masking_formats(self) -> Sequence[str]:
|
13919
14155
|
"""
|
13920
|
-
The
|
14156
|
+
The masking format associated with the parent column.
|
13921
14157
|
"""
|
13922
|
-
return pulumi.get(self, "
|
14158
|
+
return pulumi.get(self, "masking_formats")
|
13923
14159
|
|
13924
14160
|
@property
|
13925
|
-
@pulumi.getter(name="
|
13926
|
-
def
|
14161
|
+
@pulumi.getter(name="maskingPolicyId")
|
14162
|
+
def masking_policy_id(self) -> str:
|
13927
14163
|
"""
|
13928
|
-
|
14164
|
+
The OCID of the masking policy.
|
13929
14165
|
"""
|
13930
|
-
return pulumi.get(self, "
|
14166
|
+
return pulumi.get(self, "masking_policy_id")
|
13931
14167
|
|
13932
14168
|
@property
|
13933
|
-
@pulumi.getter
|
13934
|
-
def
|
14169
|
+
@pulumi.getter
|
14170
|
+
def parents(self) -> Sequence['outputs.GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemParentResult']:
|
13935
14171
|
"""
|
13936
|
-
|
14172
|
+
maskingPolicyColumnsInfo object has details of column group with schema details.
|
14173
|
+
"""
|
14174
|
+
return pulumi.get(self, "parents")
|
14175
|
+
|
14176
|
+
@property
|
14177
|
+
@pulumi.getter(name="relationType")
|
14178
|
+
def relation_type(self) -> str:
|
14179
|
+
"""
|
14180
|
+
A filter to return columns based on their relationship with their parent columns. If set to NONE, it returns the 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.
|
14181
|
+
"""
|
14182
|
+
return pulumi.get(self, "relation_type")
|
14183
|
+
|
14184
|
+
|
14185
|
+
@pulumi.output_type
|
14186
|
+
class GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemChildResult(dict):
|
14187
|
+
def __init__(__self__, *,
|
14188
|
+
object: str,
|
14189
|
+
object_type: str,
|
14190
|
+
referential_column_groups: Sequence[str],
|
14191
|
+
schema_name: str):
|
14192
|
+
"""
|
14193
|
+
:param str object: A filter to return only items related to a specific object name.
|
14194
|
+
:param str object_type: The type of the database object that contains the masking policy.
|
14195
|
+
:param Sequence[str] referential_column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
14196
|
+
:param str schema_name: A filter to return only items related to specific schema name.
|
14197
|
+
"""
|
14198
|
+
pulumi.set(__self__, "object", object)
|
14199
|
+
pulumi.set(__self__, "object_type", object_type)
|
14200
|
+
pulumi.set(__self__, "referential_column_groups", referential_column_groups)
|
14201
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
14202
|
+
|
14203
|
+
@property
|
14204
|
+
@pulumi.getter
|
14205
|
+
def object(self) -> str:
|
14206
|
+
"""
|
14207
|
+
A filter to return only items related to a specific object name.
|
14208
|
+
"""
|
14209
|
+
return pulumi.get(self, "object")
|
14210
|
+
|
14211
|
+
@property
|
14212
|
+
@pulumi.getter(name="objectType")
|
14213
|
+
def object_type(self) -> str:
|
14214
|
+
"""
|
14215
|
+
The type of the database object that contains the masking policy.
|
14216
|
+
"""
|
14217
|
+
return pulumi.get(self, "object_type")
|
14218
|
+
|
14219
|
+
@property
|
14220
|
+
@pulumi.getter(name="referentialColumnGroups")
|
14221
|
+
def referential_column_groups(self) -> Sequence[str]:
|
14222
|
+
"""
|
14223
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
14224
|
+
"""
|
14225
|
+
return pulumi.get(self, "referential_column_groups")
|
14226
|
+
|
14227
|
+
@property
|
14228
|
+
@pulumi.getter(name="schemaName")
|
14229
|
+
def schema_name(self) -> str:
|
14230
|
+
"""
|
14231
|
+
A filter to return only items related to specific schema name.
|
14232
|
+
"""
|
14233
|
+
return pulumi.get(self, "schema_name")
|
14234
|
+
|
14235
|
+
|
14236
|
+
@pulumi.output_type
|
14237
|
+
class GetMaskingPolicyReferentialRelationsMaskingPolicyReferentialRelationCollectionItemParentResult(dict):
|
14238
|
+
def __init__(__self__, *,
|
14239
|
+
object: str,
|
14240
|
+
object_type: str,
|
14241
|
+
referential_column_groups: Sequence[str],
|
14242
|
+
schema_name: str):
|
14243
|
+
"""
|
14244
|
+
:param str object: A filter to return only items related to a specific object name.
|
14245
|
+
:param str object_type: The type of the database object that contains the masking policy.
|
14246
|
+
:param Sequence[str] referential_column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
14247
|
+
:param str schema_name: A filter to return only items related to specific schema name.
|
14248
|
+
"""
|
14249
|
+
pulumi.set(__self__, "object", object)
|
14250
|
+
pulumi.set(__self__, "object_type", object_type)
|
14251
|
+
pulumi.set(__self__, "referential_column_groups", referential_column_groups)
|
14252
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
14253
|
+
|
14254
|
+
@property
|
14255
|
+
@pulumi.getter
|
14256
|
+
def object(self) -> str:
|
14257
|
+
"""
|
14258
|
+
A filter to return only items related to a specific object name.
|
14259
|
+
"""
|
14260
|
+
return pulumi.get(self, "object")
|
14261
|
+
|
14262
|
+
@property
|
14263
|
+
@pulumi.getter(name="objectType")
|
14264
|
+
def object_type(self) -> str:
|
14265
|
+
"""
|
14266
|
+
The type of the database object that contains the masking policy.
|
14267
|
+
"""
|
14268
|
+
return pulumi.get(self, "object_type")
|
14269
|
+
|
14270
|
+
@property
|
14271
|
+
@pulumi.getter(name="referentialColumnGroups")
|
14272
|
+
def referential_column_groups(self) -> Sequence[str]:
|
14273
|
+
"""
|
14274
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
14275
|
+
"""
|
14276
|
+
return pulumi.get(self, "referential_column_groups")
|
14277
|
+
|
14278
|
+
@property
|
14279
|
+
@pulumi.getter(name="schemaName")
|
14280
|
+
def schema_name(self) -> str:
|
14281
|
+
"""
|
14282
|
+
A filter to return only items related to specific schema name.
|
14283
|
+
"""
|
14284
|
+
return pulumi.get(self, "schema_name")
|
14285
|
+
|
14286
|
+
|
14287
|
+
@pulumi.output_type
|
14288
|
+
class GetMaskingReportMaskedColumnsFilterResult(dict):
|
14289
|
+
def __init__(__self__, *,
|
14290
|
+
name: str,
|
14291
|
+
values: Sequence[str],
|
14292
|
+
regex: Optional[bool] = None):
|
14293
|
+
pulumi.set(__self__, "name", name)
|
14294
|
+
pulumi.set(__self__, "values", values)
|
14295
|
+
if regex is not None:
|
14296
|
+
pulumi.set(__self__, "regex", regex)
|
14297
|
+
|
14298
|
+
@property
|
14299
|
+
@pulumi.getter
|
14300
|
+
def name(self) -> str:
|
14301
|
+
return pulumi.get(self, "name")
|
14302
|
+
|
14303
|
+
@property
|
14304
|
+
@pulumi.getter
|
14305
|
+
def values(self) -> Sequence[str]:
|
14306
|
+
return pulumi.get(self, "values")
|
14307
|
+
|
14308
|
+
@property
|
14309
|
+
@pulumi.getter
|
14310
|
+
def regex(self) -> Optional[bool]:
|
14311
|
+
return pulumi.get(self, "regex")
|
14312
|
+
|
14313
|
+
|
14314
|
+
@pulumi.output_type
|
14315
|
+
class GetMaskingReportMaskedColumnsMaskedColumnCollectionResult(dict):
|
14316
|
+
def __init__(__self__, *,
|
14317
|
+
items: Sequence['outputs.GetMaskingReportMaskedColumnsMaskedColumnCollectionItemResult']):
|
14318
|
+
"""
|
14319
|
+
:param Sequence['GetMaskingReportMaskedColumnsMaskedColumnCollectionItemArgs'] items: An array of masking column summary objects.
|
14320
|
+
"""
|
14321
|
+
pulumi.set(__self__, "items", items)
|
14322
|
+
|
14323
|
+
@property
|
14324
|
+
@pulumi.getter
|
14325
|
+
def items(self) -> Sequence['outputs.GetMaskingReportMaskedColumnsMaskedColumnCollectionItemResult']:
|
14326
|
+
"""
|
14327
|
+
An array of masking column summary objects.
|
14328
|
+
"""
|
14329
|
+
return pulumi.get(self, "items")
|
14330
|
+
|
14331
|
+
|
14332
|
+
@pulumi.output_type
|
14333
|
+
class GetMaskingReportMaskedColumnsMaskedColumnCollectionItemResult(dict):
|
14334
|
+
def __init__(__self__, *,
|
14335
|
+
column_name: str,
|
14336
|
+
key: str,
|
14337
|
+
masking_column_group: str,
|
14338
|
+
masking_format_used: str,
|
14339
|
+
object: str,
|
14340
|
+
object_type: str,
|
14341
|
+
parent_column_key: str,
|
14342
|
+
schema_name: str,
|
14343
|
+
sensitive_type_id: str,
|
14344
|
+
total_masked_values: str):
|
14345
|
+
"""
|
14346
|
+
:param str column_name: A filter to return only a specific column based on column name.
|
14347
|
+
:param str key: The unique key that identifies the masked column. It's numeric and unique within a masking policy.
|
14348
|
+
:param str masking_column_group: A filter to return only the resources that match the specified masking column group.
|
14349
|
+
:param str masking_format_used: The masking format used for masking the column.
|
14350
|
+
:param str object: A filter to return only items related to a specific object name.
|
14351
|
+
:param str object_type: A filter to return only items related to a specific object type.
|
14352
|
+
:param str parent_column_key: The unique key that identifies the parent column of the masked column.
|
14353
|
+
:param str schema_name: A filter to return only items related to specific schema name.
|
14354
|
+
:param str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
|
14355
|
+
:param str total_masked_values: The total number of values masked in the column.
|
14356
|
+
"""
|
14357
|
+
pulumi.set(__self__, "column_name", column_name)
|
14358
|
+
pulumi.set(__self__, "key", key)
|
14359
|
+
pulumi.set(__self__, "masking_column_group", masking_column_group)
|
14360
|
+
pulumi.set(__self__, "masking_format_used", masking_format_used)
|
14361
|
+
pulumi.set(__self__, "object", object)
|
14362
|
+
pulumi.set(__self__, "object_type", object_type)
|
14363
|
+
pulumi.set(__self__, "parent_column_key", parent_column_key)
|
14364
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
14365
|
+
pulumi.set(__self__, "sensitive_type_id", sensitive_type_id)
|
14366
|
+
pulumi.set(__self__, "total_masked_values", total_masked_values)
|
14367
|
+
|
14368
|
+
@property
|
14369
|
+
@pulumi.getter(name="columnName")
|
14370
|
+
def column_name(self) -> str:
|
14371
|
+
"""
|
14372
|
+
A filter to return only a specific column based on column name.
|
14373
|
+
"""
|
14374
|
+
return pulumi.get(self, "column_name")
|
14375
|
+
|
14376
|
+
@property
|
14377
|
+
@pulumi.getter
|
14378
|
+
def key(self) -> str:
|
14379
|
+
"""
|
14380
|
+
The unique key that identifies the masked column. It's numeric and unique within a masking policy.
|
14381
|
+
"""
|
14382
|
+
return pulumi.get(self, "key")
|
14383
|
+
|
14384
|
+
@property
|
14385
|
+
@pulumi.getter(name="maskingColumnGroup")
|
14386
|
+
def masking_column_group(self) -> str:
|
14387
|
+
"""
|
14388
|
+
A filter to return only the resources that match the specified masking column group.
|
14389
|
+
"""
|
14390
|
+
return pulumi.get(self, "masking_column_group")
|
14391
|
+
|
14392
|
+
@property
|
14393
|
+
@pulumi.getter(name="maskingFormatUsed")
|
14394
|
+
def masking_format_used(self) -> str:
|
14395
|
+
"""
|
14396
|
+
The masking format used for masking the column.
|
13937
14397
|
"""
|
13938
14398
|
return pulumi.get(self, "masking_format_used")
|
13939
14399
|
|
@@ -14404,7 +14864,7 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
|
|
14404
14864
|
:param str available_version: Latest available version of the on-premises connector.
|
14405
14865
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
14406
14866
|
:param str created_version: Created version of the on-premises connector.
|
14407
|
-
:param Mapping[str, str] defined_tags: 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)
|
14867
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
14408
14868
|
:param str description: The description of the on-premises connector.
|
14409
14869
|
:param str display_name: A filter to return only resources that match the specified display name.
|
14410
14870
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -14455,7 +14915,7 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
|
|
14455
14915
|
@pulumi.getter(name="definedTags")
|
14456
14916
|
def defined_tags(self) -> Mapping[str, str]:
|
14457
14917
|
"""
|
14458
|
-
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)
|
14918
|
+
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"}`
|
14459
14919
|
"""
|
14460
14920
|
return pulumi.get(self, "defined_tags")
|
14461
14921
|
|
@@ -14845,7 +15305,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
|
|
14845
15305
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
14846
15306
|
:param Sequence[str] compliance_standards: The list of the data protection regulations/standards used in the report that will help demonstrate compliance.
|
14847
15307
|
:param str data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
14848
|
-
:param Mapping[str, str] defined_tags: 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)
|
15308
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
14849
15309
|
:param str description: A description of the report definition.
|
14850
15310
|
:param str display_name: The name of the report definition to query.
|
14851
15311
|
:param int display_order: Specifies the order in which the summary must be displayed.
|
@@ -14956,7 +15416,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
|
|
14956
15416
|
@pulumi.getter(name="definedTags")
|
14957
15417
|
def defined_tags(self) -> Mapping[str, str]:
|
14958
15418
|
"""
|
14959
|
-
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)
|
15419
|
+
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"}`
|
14960
15420
|
"""
|
14961
15421
|
return pulumi.get(self, "defined_tags")
|
14962
15422
|
|
@@ -15416,7 +15876,7 @@ class GetReportsReportCollectionItemResult(dict):
|
|
15416
15876
|
type: str):
|
15417
15877
|
"""
|
15418
15878
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
15419
|
-
:param Mapping[str, str] defined_tags: 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)
|
15879
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
15420
15880
|
:param str description: Specifies a description of the report.
|
15421
15881
|
:param str display_name: The name of the report definition to query.
|
15422
15882
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -15456,7 +15916,7 @@ class GetReportsReportCollectionItemResult(dict):
|
|
15456
15916
|
@pulumi.getter(name="definedTags")
|
15457
15917
|
def defined_tags(self) -> Mapping[str, str]:
|
15458
15918
|
"""
|
15459
|
-
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)
|
15919
|
+
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"}`
|
15460
15920
|
"""
|
15461
15921
|
return pulumi.get(self, "defined_tags")
|
15462
15922
|
|
@@ -15777,7 +16237,7 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResu
|
|
15777
16237
|
time_creation_started: str):
|
15778
16238
|
"""
|
15779
16239
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
15780
|
-
:param Mapping[str, str] defined_tags: 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)
|
16240
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
15781
16241
|
:param str difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
|
15782
16242
|
:param str display_name: A filter to return only resources that match the specified display name.
|
15783
16243
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -15814,7 +16274,7 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResu
|
|
15814
16274
|
@pulumi.getter(name="definedTags")
|
15815
16275
|
def defined_tags(self) -> Mapping[str, str]:
|
15816
16276
|
"""
|
15817
|
-
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)
|
16277
|
+
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"}`
|
15818
16278
|
"""
|
15819
16279
|
return pulumi.get(self, "defined_tags")
|
15820
16280
|
|
@@ -21941,7 +22401,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
21941
22401
|
type: str):
|
21942
22402
|
"""
|
21943
22403
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
21944
|
-
:param Mapping[str, str] defined_tags: 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)
|
22404
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
21945
22405
|
:param str description: The description of the security assessment.
|
21946
22406
|
:param str display_name: A filter to return only resources that match the specified display name.
|
21947
22407
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -22008,7 +22468,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
22008
22468
|
@pulumi.getter(name="definedTags")
|
22009
22469
|
def defined_tags(self) -> Mapping[str, str]:
|
22010
22470
|
"""
|
22011
|
-
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)
|
22471
|
+
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"}`
|
22012
22472
|
"""
|
22013
22473
|
return pulumi.get(self, "defined_tags")
|
22014
22474
|
|
@@ -23029,7 +23489,7 @@ class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
|
|
23029
23489
|
time_updated: str):
|
23030
23490
|
"""
|
23031
23491
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
23032
|
-
:param Mapping[str, str] defined_tags: 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)
|
23492
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
23033
23493
|
:param str description: The description of the security policy.
|
23034
23494
|
:param str display_name: A filter to return only resources that match the specified display name.
|
23035
23495
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -23066,7 +23526,7 @@ class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
|
|
23066
23526
|
@pulumi.getter(name="definedTags")
|
23067
23527
|
def defined_tags(self) -> Mapping[str, str]:
|
23068
23528
|
"""
|
23069
|
-
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)
|
23529
|
+
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"}`
|
23070
23530
|
"""
|
23071
23531
|
return pulumi.get(self, "defined_tags")
|
23072
23532
|
|
@@ -23394,7 +23854,7 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(d
|
|
23394
23854
|
time_updated: str):
|
23395
23855
|
"""
|
23396
23856
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
23397
|
-
:param Mapping[str, str] defined_tags: 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)
|
23857
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
23398
23858
|
:param str description: The description of the security policy deployment.
|
23399
23859
|
:param str display_name: A filter to return only resources that match the specified display name.
|
23400
23860
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -23435,7 +23895,7 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(d
|
|
23435
23895
|
@pulumi.getter(name="definedTags")
|
23436
23896
|
def defined_tags(self) -> Mapping[str, str]:
|
23437
23897
|
"""
|
23438
|
-
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)
|
23898
|
+
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"}`
|
23439
23899
|
"""
|
23440
23900
|
return pulumi.get(self, "defined_tags")
|
23441
23901
|
|
@@ -24365,30 +24825,445 @@ class GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult(dict):
|
|
24365
24825
|
|
24366
24826
|
|
24367
24827
|
@pulumi.output_type
|
24368
|
-
class
|
24828
|
+
class GetSensitiveDataModelReferentialRelationChildResult(dict):
|
24369
24829
|
def __init__(__self__, *,
|
24370
|
-
|
24371
|
-
|
24372
|
-
|
24373
|
-
|
24374
|
-
|
24375
|
-
|
24376
|
-
|
24830
|
+
app_name: str,
|
24831
|
+
column_groups: Sequence[str],
|
24832
|
+
object: str,
|
24833
|
+
object_type: str,
|
24834
|
+
schema_name: str,
|
24835
|
+
sensitive_type_ids: Sequence[str]):
|
24836
|
+
"""
|
24837
|
+
:param str app_name: The application name.
|
24838
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
24839
|
+
:param str object: The database object that contains the columns.
|
24840
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
24841
|
+
:param str schema_name: The schema name.
|
24842
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
24843
|
+
"""
|
24844
|
+
pulumi.set(__self__, "app_name", app_name)
|
24845
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
24846
|
+
pulumi.set(__self__, "object", object)
|
24847
|
+
pulumi.set(__self__, "object_type", object_type)
|
24848
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
24849
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
24377
24850
|
|
24378
24851
|
@property
|
24379
|
-
@pulumi.getter
|
24380
|
-
def
|
24381
|
-
|
24852
|
+
@pulumi.getter(name="appName")
|
24853
|
+
def app_name(self) -> str:
|
24854
|
+
"""
|
24855
|
+
The application name.
|
24856
|
+
"""
|
24857
|
+
return pulumi.get(self, "app_name")
|
24382
24858
|
|
24383
24859
|
@property
|
24384
|
-
@pulumi.getter
|
24385
|
-
def
|
24386
|
-
|
24860
|
+
@pulumi.getter(name="columnGroups")
|
24861
|
+
def column_groups(self) -> Sequence[str]:
|
24862
|
+
"""
|
24863
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
24864
|
+
"""
|
24865
|
+
return pulumi.get(self, "column_groups")
|
24387
24866
|
|
24388
24867
|
@property
|
24389
24868
|
@pulumi.getter
|
24390
|
-
def
|
24391
|
-
|
24869
|
+
def object(self) -> str:
|
24870
|
+
"""
|
24871
|
+
The database object that contains the columns.
|
24872
|
+
"""
|
24873
|
+
return pulumi.get(self, "object")
|
24874
|
+
|
24875
|
+
@property
|
24876
|
+
@pulumi.getter(name="objectType")
|
24877
|
+
def object_type(self) -> str:
|
24878
|
+
"""
|
24879
|
+
The type of the database object that contains the sensitive column.
|
24880
|
+
"""
|
24881
|
+
return pulumi.get(self, "object_type")
|
24882
|
+
|
24883
|
+
@property
|
24884
|
+
@pulumi.getter(name="schemaName")
|
24885
|
+
def schema_name(self) -> str:
|
24886
|
+
"""
|
24887
|
+
The schema name.
|
24888
|
+
"""
|
24889
|
+
return pulumi.get(self, "schema_name")
|
24890
|
+
|
24891
|
+
@property
|
24892
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
24893
|
+
def sensitive_type_ids(self) -> Sequence[str]:
|
24894
|
+
"""
|
24895
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
24896
|
+
"""
|
24897
|
+
return pulumi.get(self, "sensitive_type_ids")
|
24898
|
+
|
24899
|
+
|
24900
|
+
@pulumi.output_type
|
24901
|
+
class GetSensitiveDataModelReferentialRelationParentResult(dict):
|
24902
|
+
def __init__(__self__, *,
|
24903
|
+
app_name: str,
|
24904
|
+
column_groups: Sequence[str],
|
24905
|
+
object: str,
|
24906
|
+
object_type: str,
|
24907
|
+
schema_name: str,
|
24908
|
+
sensitive_type_ids: Sequence[str]):
|
24909
|
+
"""
|
24910
|
+
:param str app_name: The application name.
|
24911
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
24912
|
+
:param str object: The database object that contains the columns.
|
24913
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
24914
|
+
:param str schema_name: The schema name.
|
24915
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
24916
|
+
"""
|
24917
|
+
pulumi.set(__self__, "app_name", app_name)
|
24918
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
24919
|
+
pulumi.set(__self__, "object", object)
|
24920
|
+
pulumi.set(__self__, "object_type", object_type)
|
24921
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
24922
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
24923
|
+
|
24924
|
+
@property
|
24925
|
+
@pulumi.getter(name="appName")
|
24926
|
+
def app_name(self) -> str:
|
24927
|
+
"""
|
24928
|
+
The application name.
|
24929
|
+
"""
|
24930
|
+
return pulumi.get(self, "app_name")
|
24931
|
+
|
24932
|
+
@property
|
24933
|
+
@pulumi.getter(name="columnGroups")
|
24934
|
+
def column_groups(self) -> Sequence[str]:
|
24935
|
+
"""
|
24936
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
24937
|
+
"""
|
24938
|
+
return pulumi.get(self, "column_groups")
|
24939
|
+
|
24940
|
+
@property
|
24941
|
+
@pulumi.getter
|
24942
|
+
def object(self) -> str:
|
24943
|
+
"""
|
24944
|
+
The database object that contains the columns.
|
24945
|
+
"""
|
24946
|
+
return pulumi.get(self, "object")
|
24947
|
+
|
24948
|
+
@property
|
24949
|
+
@pulumi.getter(name="objectType")
|
24950
|
+
def object_type(self) -> str:
|
24951
|
+
"""
|
24952
|
+
The type of the database object that contains the sensitive column.
|
24953
|
+
"""
|
24954
|
+
return pulumi.get(self, "object_type")
|
24955
|
+
|
24956
|
+
@property
|
24957
|
+
@pulumi.getter(name="schemaName")
|
24958
|
+
def schema_name(self) -> str:
|
24959
|
+
"""
|
24960
|
+
The schema name.
|
24961
|
+
"""
|
24962
|
+
return pulumi.get(self, "schema_name")
|
24963
|
+
|
24964
|
+
@property
|
24965
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
24966
|
+
def sensitive_type_ids(self) -> Sequence[str]:
|
24967
|
+
"""
|
24968
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
24969
|
+
"""
|
24970
|
+
return pulumi.get(self, "sensitive_type_ids")
|
24971
|
+
|
24972
|
+
|
24973
|
+
@pulumi.output_type
|
24974
|
+
class GetSensitiveDataModelReferentialRelationsFilterResult(dict):
|
24975
|
+
def __init__(__self__, *,
|
24976
|
+
name: str,
|
24977
|
+
values: Sequence[str],
|
24978
|
+
regex: Optional[bool] = None):
|
24979
|
+
pulumi.set(__self__, "name", name)
|
24980
|
+
pulumi.set(__self__, "values", values)
|
24981
|
+
if regex is not None:
|
24982
|
+
pulumi.set(__self__, "regex", regex)
|
24983
|
+
|
24984
|
+
@property
|
24985
|
+
@pulumi.getter
|
24986
|
+
def name(self) -> str:
|
24987
|
+
return pulumi.get(self, "name")
|
24988
|
+
|
24989
|
+
@property
|
24990
|
+
@pulumi.getter
|
24991
|
+
def values(self) -> Sequence[str]:
|
24992
|
+
return pulumi.get(self, "values")
|
24993
|
+
|
24994
|
+
@property
|
24995
|
+
@pulumi.getter
|
24996
|
+
def regex(self) -> Optional[bool]:
|
24997
|
+
return pulumi.get(self, "regex")
|
24998
|
+
|
24999
|
+
|
25000
|
+
@pulumi.output_type
|
25001
|
+
class GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionResult(dict):
|
25002
|
+
def __init__(__self__, *,
|
25003
|
+
items: Sequence['outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemResult']):
|
25004
|
+
pulumi.set(__self__, "items", items)
|
25005
|
+
|
25006
|
+
@property
|
25007
|
+
@pulumi.getter
|
25008
|
+
def items(self) -> Sequence['outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemResult']:
|
25009
|
+
return pulumi.get(self, "items")
|
25010
|
+
|
25011
|
+
|
25012
|
+
@pulumi.output_type
|
25013
|
+
class GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemResult(dict):
|
25014
|
+
def __init__(__self__, *,
|
25015
|
+
child: 'outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemChildResult',
|
25016
|
+
is_sensitive: bool,
|
25017
|
+
key: str,
|
25018
|
+
parent: 'outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemParentResult',
|
25019
|
+
relation_type: str,
|
25020
|
+
sensitive_data_model_id: str,
|
25021
|
+
state: str):
|
25022
|
+
"""
|
25023
|
+
:param 'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemChildArgs' child: columnsInfo object has details of column group with schema details.
|
25024
|
+
:param bool is_sensitive: Returns referential relations containing sensitive columns when true. Returns referential relations containing non sensitive columns when false.
|
25025
|
+
:param str key: The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
|
25026
|
+
:param 'GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemParentArgs' parent: columnsInfo object has details of column group with schema details.
|
25027
|
+
:param str relation_type: 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.
|
25028
|
+
:param str sensitive_data_model_id: The OCID of the sensitive data model.
|
25029
|
+
:param str state: The current state of the referential relation.
|
25030
|
+
"""
|
25031
|
+
pulumi.set(__self__, "child", child)
|
25032
|
+
pulumi.set(__self__, "is_sensitive", is_sensitive)
|
25033
|
+
pulumi.set(__self__, "key", key)
|
25034
|
+
pulumi.set(__self__, "parent", parent)
|
25035
|
+
pulumi.set(__self__, "relation_type", relation_type)
|
25036
|
+
pulumi.set(__self__, "sensitive_data_model_id", sensitive_data_model_id)
|
25037
|
+
pulumi.set(__self__, "state", state)
|
25038
|
+
|
25039
|
+
@property
|
25040
|
+
@pulumi.getter
|
25041
|
+
def child(self) -> 'outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemChildResult':
|
25042
|
+
"""
|
25043
|
+
columnsInfo object has details of column group with schema details.
|
25044
|
+
"""
|
25045
|
+
return pulumi.get(self, "child")
|
25046
|
+
|
25047
|
+
@property
|
25048
|
+
@pulumi.getter(name="isSensitive")
|
25049
|
+
def is_sensitive(self) -> bool:
|
25050
|
+
"""
|
25051
|
+
Returns referential relations containing sensitive columns when true. Returns referential relations containing non sensitive columns when false.
|
25052
|
+
"""
|
25053
|
+
return pulumi.get(self, "is_sensitive")
|
25054
|
+
|
25055
|
+
@property
|
25056
|
+
@pulumi.getter
|
25057
|
+
def key(self) -> str:
|
25058
|
+
"""
|
25059
|
+
The unique key that identifies the referential relation. It's numeric and unique within a sensitive data model.
|
25060
|
+
"""
|
25061
|
+
return pulumi.get(self, "key")
|
25062
|
+
|
25063
|
+
@property
|
25064
|
+
@pulumi.getter
|
25065
|
+
def parent(self) -> 'outputs.GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemParentResult':
|
25066
|
+
"""
|
25067
|
+
columnsInfo object has details of column group with schema details.
|
25068
|
+
"""
|
25069
|
+
return pulumi.get(self, "parent")
|
25070
|
+
|
25071
|
+
@property
|
25072
|
+
@pulumi.getter(name="relationType")
|
25073
|
+
def relation_type(self) -> str:
|
25074
|
+
"""
|
25075
|
+
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.
|
25076
|
+
"""
|
25077
|
+
return pulumi.get(self, "relation_type")
|
25078
|
+
|
25079
|
+
@property
|
25080
|
+
@pulumi.getter(name="sensitiveDataModelId")
|
25081
|
+
def sensitive_data_model_id(self) -> str:
|
25082
|
+
"""
|
25083
|
+
The OCID of the sensitive data model.
|
25084
|
+
"""
|
25085
|
+
return pulumi.get(self, "sensitive_data_model_id")
|
25086
|
+
|
25087
|
+
@property
|
25088
|
+
@pulumi.getter
|
25089
|
+
def state(self) -> str:
|
25090
|
+
"""
|
25091
|
+
The current state of the referential relation.
|
25092
|
+
"""
|
25093
|
+
return pulumi.get(self, "state")
|
25094
|
+
|
25095
|
+
|
25096
|
+
@pulumi.output_type
|
25097
|
+
class GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemChildResult(dict):
|
25098
|
+
def __init__(__self__, *,
|
25099
|
+
app_name: str,
|
25100
|
+
column_groups: Sequence[str],
|
25101
|
+
object: str,
|
25102
|
+
object_type: str,
|
25103
|
+
schema_name: str,
|
25104
|
+
sensitive_type_ids: Sequence[str]):
|
25105
|
+
"""
|
25106
|
+
:param str app_name: The application name.
|
25107
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
25108
|
+
:param str object: A filter to return only items related to a specific object name.
|
25109
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
25110
|
+
:param str schema_name: A filter to return only items related to specific schema name.
|
25111
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
25112
|
+
"""
|
25113
|
+
pulumi.set(__self__, "app_name", app_name)
|
25114
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
25115
|
+
pulumi.set(__self__, "object", object)
|
25116
|
+
pulumi.set(__self__, "object_type", object_type)
|
25117
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
25118
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
25119
|
+
|
25120
|
+
@property
|
25121
|
+
@pulumi.getter(name="appName")
|
25122
|
+
def app_name(self) -> str:
|
25123
|
+
"""
|
25124
|
+
The application name.
|
25125
|
+
"""
|
25126
|
+
return pulumi.get(self, "app_name")
|
25127
|
+
|
25128
|
+
@property
|
25129
|
+
@pulumi.getter(name="columnGroups")
|
25130
|
+
def column_groups(self) -> Sequence[str]:
|
25131
|
+
"""
|
25132
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
25133
|
+
"""
|
25134
|
+
return pulumi.get(self, "column_groups")
|
25135
|
+
|
25136
|
+
@property
|
25137
|
+
@pulumi.getter
|
25138
|
+
def object(self) -> str:
|
25139
|
+
"""
|
25140
|
+
A filter to return only items related to a specific object name.
|
25141
|
+
"""
|
25142
|
+
return pulumi.get(self, "object")
|
25143
|
+
|
25144
|
+
@property
|
25145
|
+
@pulumi.getter(name="objectType")
|
25146
|
+
def object_type(self) -> str:
|
25147
|
+
"""
|
25148
|
+
The type of the database object that contains the sensitive column.
|
25149
|
+
"""
|
25150
|
+
return pulumi.get(self, "object_type")
|
25151
|
+
|
25152
|
+
@property
|
25153
|
+
@pulumi.getter(name="schemaName")
|
25154
|
+
def schema_name(self) -> str:
|
25155
|
+
"""
|
25156
|
+
A filter to return only items related to specific schema name.
|
25157
|
+
"""
|
25158
|
+
return pulumi.get(self, "schema_name")
|
25159
|
+
|
25160
|
+
@property
|
25161
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
25162
|
+
def sensitive_type_ids(self) -> Sequence[str]:
|
25163
|
+
"""
|
25164
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
25165
|
+
"""
|
25166
|
+
return pulumi.get(self, "sensitive_type_ids")
|
25167
|
+
|
25168
|
+
|
25169
|
+
@pulumi.output_type
|
25170
|
+
class GetSensitiveDataModelReferentialRelationsReferentialRelationCollectionItemParentResult(dict):
|
25171
|
+
def __init__(__self__, *,
|
25172
|
+
app_name: str,
|
25173
|
+
column_groups: Sequence[str],
|
25174
|
+
object: str,
|
25175
|
+
object_type: str,
|
25176
|
+
schema_name: str,
|
25177
|
+
sensitive_type_ids: Sequence[str]):
|
25178
|
+
"""
|
25179
|
+
:param str app_name: The application name.
|
25180
|
+
:param Sequence[str] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
25181
|
+
:param str object: A filter to return only items related to a specific object name.
|
25182
|
+
:param str object_type: The type of the database object that contains the sensitive column.
|
25183
|
+
:param str schema_name: A filter to return only items related to specific schema name.
|
25184
|
+
:param Sequence[str] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
25185
|
+
"""
|
25186
|
+
pulumi.set(__self__, "app_name", app_name)
|
25187
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
25188
|
+
pulumi.set(__self__, "object", object)
|
25189
|
+
pulumi.set(__self__, "object_type", object_type)
|
25190
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
25191
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
25192
|
+
|
25193
|
+
@property
|
25194
|
+
@pulumi.getter(name="appName")
|
25195
|
+
def app_name(self) -> str:
|
25196
|
+
"""
|
25197
|
+
The application name.
|
25198
|
+
"""
|
25199
|
+
return pulumi.get(self, "app_name")
|
25200
|
+
|
25201
|
+
@property
|
25202
|
+
@pulumi.getter(name="columnGroups")
|
25203
|
+
def column_groups(self) -> Sequence[str]:
|
25204
|
+
"""
|
25205
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
25206
|
+
"""
|
25207
|
+
return pulumi.get(self, "column_groups")
|
25208
|
+
|
25209
|
+
@property
|
25210
|
+
@pulumi.getter
|
25211
|
+
def object(self) -> str:
|
25212
|
+
"""
|
25213
|
+
A filter to return only items related to a specific object name.
|
25214
|
+
"""
|
25215
|
+
return pulumi.get(self, "object")
|
25216
|
+
|
25217
|
+
@property
|
25218
|
+
@pulumi.getter(name="objectType")
|
25219
|
+
def object_type(self) -> str:
|
25220
|
+
"""
|
25221
|
+
The type of the database object that contains the sensitive column.
|
25222
|
+
"""
|
25223
|
+
return pulumi.get(self, "object_type")
|
25224
|
+
|
25225
|
+
@property
|
25226
|
+
@pulumi.getter(name="schemaName")
|
25227
|
+
def schema_name(self) -> str:
|
25228
|
+
"""
|
25229
|
+
A filter to return only items related to specific schema name.
|
25230
|
+
"""
|
25231
|
+
return pulumi.get(self, "schema_name")
|
25232
|
+
|
25233
|
+
@property
|
25234
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
25235
|
+
def sensitive_type_ids(self) -> Sequence[str]:
|
25236
|
+
"""
|
25237
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
25238
|
+
"""
|
25239
|
+
return pulumi.get(self, "sensitive_type_ids")
|
25240
|
+
|
25241
|
+
|
25242
|
+
@pulumi.output_type
|
25243
|
+
class GetSensitiveDataModelSensitiveObjectsFilterResult(dict):
|
25244
|
+
def __init__(__self__, *,
|
25245
|
+
name: str,
|
25246
|
+
values: Sequence[str],
|
25247
|
+
regex: Optional[bool] = None):
|
25248
|
+
pulumi.set(__self__, "name", name)
|
25249
|
+
pulumi.set(__self__, "values", values)
|
25250
|
+
if regex is not None:
|
25251
|
+
pulumi.set(__self__, "regex", regex)
|
25252
|
+
|
25253
|
+
@property
|
25254
|
+
@pulumi.getter
|
25255
|
+
def name(self) -> str:
|
25256
|
+
return pulumi.get(self, "name")
|
25257
|
+
|
25258
|
+
@property
|
25259
|
+
@pulumi.getter
|
25260
|
+
def values(self) -> Sequence[str]:
|
25261
|
+
return pulumi.get(self, "values")
|
25262
|
+
|
25263
|
+
@property
|
25264
|
+
@pulumi.getter
|
25265
|
+
def regex(self) -> Optional[bool]:
|
25266
|
+
return pulumi.get(self, "regex")
|
24392
25267
|
|
24393
25268
|
|
24394
25269
|
@pulumi.output_type
|
@@ -24967,7 +25842,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
24967
25842
|
"""
|
24968
25843
|
:param str app_suite_name: The application suite name identifying a collection of applications. The default value is GENERIC. It's useful only if maintaining a sensitive data model for a suite of applications.
|
24969
25844
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
24970
|
-
:param Mapping[str, str] defined_tags: 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)
|
25845
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
24971
25846
|
:param str description: The description of the sensitive data model.
|
24972
25847
|
:param str display_name: A filter to return only resources that match the specified display name.
|
24973
25848
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -25025,7 +25900,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
25025
25900
|
@pulumi.getter(name="definedTags")
|
25026
25901
|
def defined_tags(self) -> Mapping[str, str]:
|
25027
25902
|
"""
|
25028
|
-
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)
|
25903
|
+
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"}`
|
25029
25904
|
"""
|
25030
25905
|
return pulumi.get(self, "defined_tags")
|
25031
25906
|
|
@@ -25187,6 +26062,184 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryRe
|
|
25187
26062
|
return pulumi.get(self, "table_names")
|
25188
26063
|
|
25189
26064
|
|
26065
|
+
@pulumi.output_type
|
26066
|
+
class GetSensitiveTypesExportsFilterResult(dict):
|
26067
|
+
def __init__(__self__, *,
|
26068
|
+
name: str,
|
26069
|
+
values: Sequence[str],
|
26070
|
+
regex: Optional[bool] = None):
|
26071
|
+
pulumi.set(__self__, "name", name)
|
26072
|
+
pulumi.set(__self__, "values", values)
|
26073
|
+
if regex is not None:
|
26074
|
+
pulumi.set(__self__, "regex", regex)
|
26075
|
+
|
26076
|
+
@property
|
26077
|
+
@pulumi.getter
|
26078
|
+
def name(self) -> str:
|
26079
|
+
return pulumi.get(self, "name")
|
26080
|
+
|
26081
|
+
@property
|
26082
|
+
@pulumi.getter
|
26083
|
+
def values(self) -> Sequence[str]:
|
26084
|
+
return pulumi.get(self, "values")
|
26085
|
+
|
26086
|
+
@property
|
26087
|
+
@pulumi.getter
|
26088
|
+
def regex(self) -> Optional[bool]:
|
26089
|
+
return pulumi.get(self, "regex")
|
26090
|
+
|
26091
|
+
|
26092
|
+
@pulumi.output_type
|
26093
|
+
class GetSensitiveTypesExportsSensitiveTypesExportCollectionResult(dict):
|
26094
|
+
def __init__(__self__, *,
|
26095
|
+
items: Sequence['outputs.GetSensitiveTypesExportsSensitiveTypesExportCollectionItemResult']):
|
26096
|
+
pulumi.set(__self__, "items", items)
|
26097
|
+
|
26098
|
+
@property
|
26099
|
+
@pulumi.getter
|
26100
|
+
def items(self) -> Sequence['outputs.GetSensitiveTypesExportsSensitiveTypesExportCollectionItemResult']:
|
26101
|
+
return pulumi.get(self, "items")
|
26102
|
+
|
26103
|
+
|
26104
|
+
@pulumi.output_type
|
26105
|
+
class GetSensitiveTypesExportsSensitiveTypesExportCollectionItemResult(dict):
|
26106
|
+
def __init__(__self__, *,
|
26107
|
+
compartment_id: str,
|
26108
|
+
defined_tags: Mapping[str, str],
|
26109
|
+
description: str,
|
26110
|
+
display_name: str,
|
26111
|
+
freeform_tags: Mapping[str, str],
|
26112
|
+
id: str,
|
26113
|
+
is_include_all_sensitive_types: bool,
|
26114
|
+
sensitive_type_ids_for_exports: Sequence[str],
|
26115
|
+
state: str,
|
26116
|
+
system_tags: Mapping[str, str],
|
26117
|
+
time_created: str,
|
26118
|
+
time_updated: str):
|
26119
|
+
"""
|
26120
|
+
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
26121
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
26122
|
+
:param str description: The description of the sensitive types export.
|
26123
|
+
:param str display_name: A filter to return only resources that match the specified display name.
|
26124
|
+
:param Mapping[str, str] freeform_tags: 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"}`
|
26125
|
+
:param str id: The OCID of the sensitive types export.
|
26126
|
+
:param 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 exported.
|
26127
|
+
:param Sequence[str] sensitive_type_ids_for_exports: The OCIDs of the sensitive types used to create sensitive types export.
|
26128
|
+
:param str state: A filter to return only the resources that match the specified lifecycle state.
|
26129
|
+
:param Mapping[str, 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"}`
|
26130
|
+
:param 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).
|
26131
|
+
:param 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).
|
26132
|
+
"""
|
26133
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
26134
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
26135
|
+
pulumi.set(__self__, "description", description)
|
26136
|
+
pulumi.set(__self__, "display_name", display_name)
|
26137
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
26138
|
+
pulumi.set(__self__, "id", id)
|
26139
|
+
pulumi.set(__self__, "is_include_all_sensitive_types", is_include_all_sensitive_types)
|
26140
|
+
pulumi.set(__self__, "sensitive_type_ids_for_exports", sensitive_type_ids_for_exports)
|
26141
|
+
pulumi.set(__self__, "state", state)
|
26142
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
26143
|
+
pulumi.set(__self__, "time_created", time_created)
|
26144
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
26145
|
+
|
26146
|
+
@property
|
26147
|
+
@pulumi.getter(name="compartmentId")
|
26148
|
+
def compartment_id(self) -> str:
|
26149
|
+
"""
|
26150
|
+
A filter to return only resources that match the specified compartment OCID.
|
26151
|
+
"""
|
26152
|
+
return pulumi.get(self, "compartment_id")
|
26153
|
+
|
26154
|
+
@property
|
26155
|
+
@pulumi.getter(name="definedTags")
|
26156
|
+
def defined_tags(self) -> Mapping[str, str]:
|
26157
|
+
"""
|
26158
|
+
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"}`
|
26159
|
+
"""
|
26160
|
+
return pulumi.get(self, "defined_tags")
|
26161
|
+
|
26162
|
+
@property
|
26163
|
+
@pulumi.getter
|
26164
|
+
def description(self) -> str:
|
26165
|
+
"""
|
26166
|
+
The description of the sensitive types export.
|
26167
|
+
"""
|
26168
|
+
return pulumi.get(self, "description")
|
26169
|
+
|
26170
|
+
@property
|
26171
|
+
@pulumi.getter(name="displayName")
|
26172
|
+
def display_name(self) -> str:
|
26173
|
+
"""
|
26174
|
+
A filter to return only resources that match the specified display name.
|
26175
|
+
"""
|
26176
|
+
return pulumi.get(self, "display_name")
|
26177
|
+
|
26178
|
+
@property
|
26179
|
+
@pulumi.getter(name="freeformTags")
|
26180
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
26181
|
+
"""
|
26182
|
+
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"}`
|
26183
|
+
"""
|
26184
|
+
return pulumi.get(self, "freeform_tags")
|
26185
|
+
|
26186
|
+
@property
|
26187
|
+
@pulumi.getter
|
26188
|
+
def id(self) -> str:
|
26189
|
+
"""
|
26190
|
+
The OCID of the sensitive types export.
|
26191
|
+
"""
|
26192
|
+
return pulumi.get(self, "id")
|
26193
|
+
|
26194
|
+
@property
|
26195
|
+
@pulumi.getter(name="isIncludeAllSensitiveTypes")
|
26196
|
+
def is_include_all_sensitive_types(self) -> bool:
|
26197
|
+
"""
|
26198
|
+
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.
|
26199
|
+
"""
|
26200
|
+
return pulumi.get(self, "is_include_all_sensitive_types")
|
26201
|
+
|
26202
|
+
@property
|
26203
|
+
@pulumi.getter(name="sensitiveTypeIdsForExports")
|
26204
|
+
def sensitive_type_ids_for_exports(self) -> Sequence[str]:
|
26205
|
+
"""
|
26206
|
+
The OCIDs of the sensitive types used to create sensitive types export.
|
26207
|
+
"""
|
26208
|
+
return pulumi.get(self, "sensitive_type_ids_for_exports")
|
26209
|
+
|
26210
|
+
@property
|
26211
|
+
@pulumi.getter
|
26212
|
+
def state(self) -> str:
|
26213
|
+
"""
|
26214
|
+
A filter to return only the resources that match the specified lifecycle state.
|
26215
|
+
"""
|
26216
|
+
return pulumi.get(self, "state")
|
26217
|
+
|
26218
|
+
@property
|
26219
|
+
@pulumi.getter(name="systemTags")
|
26220
|
+
def system_tags(self) -> Mapping[str, str]:
|
26221
|
+
"""
|
26222
|
+
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"}`
|
26223
|
+
"""
|
26224
|
+
return pulumi.get(self, "system_tags")
|
26225
|
+
|
26226
|
+
@property
|
26227
|
+
@pulumi.getter(name="timeCreated")
|
26228
|
+
def time_created(self) -> str:
|
26229
|
+
"""
|
26230
|
+
The date and time the sensitive types export was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
26231
|
+
"""
|
26232
|
+
return pulumi.get(self, "time_created")
|
26233
|
+
|
26234
|
+
@property
|
26235
|
+
@pulumi.getter(name="timeUpdated")
|
26236
|
+
def time_updated(self) -> str:
|
26237
|
+
"""
|
26238
|
+
The date and time the sensitive types export was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
26239
|
+
"""
|
26240
|
+
return pulumi.get(self, "time_updated")
|
26241
|
+
|
26242
|
+
|
25190
26243
|
@pulumi.output_type
|
25191
26244
|
class GetSensitiveTypesFilterResult(dict):
|
25192
26245
|
def __init__(__self__, *,
|
@@ -25254,7 +26307,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
|
|
25254
26307
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
25255
26308
|
:param str data_pattern: A regular expression to be used by data discovery for matching column data values.
|
25256
26309
|
:param str default_masking_format_id: A filter to return only the sensitive types that have the default masking format identified by the specified OCID.
|
25257
|
-
:param Mapping[str, str] defined_tags: 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)
|
26310
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
25258
26311
|
:param str description: The description of the sensitive type.
|
25259
26312
|
:param str display_name: A filter to return only resources that match the specified display name.
|
25260
26313
|
:param str entity_type: A filter to return the sensitive type resources based on the value of their entityType attribute.
|
@@ -25328,7 +26381,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
|
|
25328
26381
|
@pulumi.getter(name="definedTags")
|
25329
26382
|
def defined_tags(self) -> Mapping[str, str]:
|
25330
26383
|
"""
|
25331
|
-
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)
|
26384
|
+
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"}`
|
25332
26385
|
"""
|
25333
26386
|
return pulumi.get(self, "defined_tags")
|
25334
26387
|
|
@@ -25770,7 +26823,7 @@ class GetSqlCollectionsSqlCollectionCollectionItemResult(dict):
|
|
25770
26823
|
"""
|
25771
26824
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
25772
26825
|
:param str db_user_name: A filter to return only items that match the specified user name.
|
25773
|
-
:param Mapping[str, str] defined_tags: 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)
|
26826
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
25774
26827
|
:param str description: The description of the SQL collection.
|
25775
26828
|
:param str display_name: A filter to return only resources that match the specified display name.
|
25776
26829
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -25829,7 +26882,7 @@ class GetSqlCollectionsSqlCollectionCollectionItemResult(dict):
|
|
25829
26882
|
@pulumi.getter(name="definedTags")
|
25830
26883
|
def defined_tags(self) -> Mapping[str, str]:
|
25831
26884
|
"""
|
25832
|
-
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)
|
26885
|
+
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"}`
|
25833
26886
|
"""
|
25834
26887
|
return pulumi.get(self, "defined_tags")
|
25835
26888
|
|
@@ -26159,7 +27212,7 @@ class GetSqlFirewallAllowedSqlsSqlFirewallAllowedSqlCollectionItemResult(dict):
|
|
26159
27212
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
26160
27213
|
:param str current_user: The name of the user that SQL was executed as.
|
26161
27214
|
:param str db_user_name: The database user name.
|
26162
|
-
:param Mapping[str, str] defined_tags: 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)
|
27215
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
26163
27216
|
:param str description: The description of the SQL Firewall allowed SQL.
|
26164
27217
|
:param str display_name: The display name of the SQL Firewall allowed SQL.
|
26165
27218
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -26220,7 +27273,7 @@ class GetSqlFirewallAllowedSqlsSqlFirewallAllowedSqlCollectionItemResult(dict):
|
|
26220
27273
|
@pulumi.getter(name="definedTags")
|
26221
27274
|
def defined_tags(self) -> Mapping[str, str]:
|
26222
27275
|
"""
|
26223
|
-
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)
|
27276
|
+
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"}`
|
26224
27277
|
"""
|
26225
27278
|
return pulumi.get(self, "defined_tags")
|
26226
27279
|
|
@@ -26399,7 +27452,7 @@ class GetSqlFirewallPoliciesSqlFirewallPolicyCollectionItemResult(dict):
|
|
26399
27452
|
:param Sequence[str] allowed_client_programs: The list of allowed client programs for the SQL Firewall policy.
|
26400
27453
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
26401
27454
|
:param str db_user_name: A filter to return only items that match the specified user name.
|
26402
|
-
:param Mapping[str, str] defined_tags: 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)
|
27455
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
26403
27456
|
:param str description: The description of the SQL Firewall policy.
|
26404
27457
|
:param str display_name: A filter to return only resources that match the specified display name.
|
26405
27458
|
:param str enforcement_scope: Specifies the SQL Firewall policy enforcement option.
|
@@ -26484,7 +27537,7 @@ class GetSqlFirewallPoliciesSqlFirewallPolicyCollectionItemResult(dict):
|
|
26484
27537
|
@pulumi.getter(name="definedTags")
|
26485
27538
|
def defined_tags(self) -> Mapping[str, str]:
|
26486
27539
|
"""
|
26487
|
-
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)
|
27540
|
+
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"}`
|
26488
27541
|
"""
|
26489
27542
|
return pulumi.get(self, "defined_tags")
|
26490
27543
|
|
@@ -27285,7 +28338,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
|
|
27285
28338
|
time_updated: str):
|
27286
28339
|
"""
|
27287
28340
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
27288
|
-
:param Mapping[str, str] defined_tags: 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)
|
28341
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
27289
28342
|
:param str description: Describes the target-alert policy association.
|
27290
28343
|
:param str display_name: The display name of the target-alert policy association.
|
27291
28344
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -27326,7 +28379,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
|
|
27326
28379
|
@pulumi.getter(name="definedTags")
|
27327
28380
|
def defined_tags(self) -> Mapping[str, str]:
|
27328
28381
|
"""
|
27329
|
-
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)
|
28382
|
+
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"}`
|
27330
28383
|
"""
|
27331
28384
|
return pulumi.get(self, "defined_tags")
|
27332
28385
|
|
@@ -29027,7 +30080,7 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
|
|
29027
30080
|
:param Sequence['GetTargetDatabasesTargetDatabaseConnectionOptionArgs'] connection_options: Types of connection supported by Data Safe.
|
29028
30081
|
:param Sequence['GetTargetDatabasesTargetDatabaseCredentialArgs'] credentials: The database credentials required for Data Safe to connect to the database.
|
29029
30082
|
:param Sequence['GetTargetDatabasesTargetDatabaseDatabaseDetailArgs'] database_details: Details of the database for the registration in Data Safe.
|
29030
|
-
:param Mapping[str, str] defined_tags: 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)
|
30083
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
29031
30084
|
:param str description: The description of the peer target database in Data Safe.
|
29032
30085
|
:param str display_name: A filter to return only resources that match the specified display name.
|
29033
30086
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -29103,7 +30156,7 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
|
|
29103
30156
|
@pulumi.getter(name="definedTags")
|
29104
30157
|
def defined_tags(self) -> Mapping[str, str]:
|
29105
30158
|
"""
|
29106
|
-
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)
|
30159
|
+
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"}`
|
29107
30160
|
"""
|
29108
30161
|
return pulumi.get(self, "defined_tags")
|
29109
30162
|
|
@@ -30076,6 +31129,57 @@ class GetUserAssessmentIgnoredTargetResult(dict):
|
|
30076
31129
|
return pulumi.get(self, "user_assessment_id")
|
30077
31130
|
|
30078
31131
|
|
31132
|
+
@pulumi.output_type
|
31133
|
+
class GetUserAssessmentPasswordExpiryDateAnalyticsFilterResult(dict):
|
31134
|
+
def __init__(__self__, *,
|
31135
|
+
name: str,
|
31136
|
+
values: Sequence[str],
|
31137
|
+
regex: Optional[bool] = None):
|
31138
|
+
pulumi.set(__self__, "name", name)
|
31139
|
+
pulumi.set(__self__, "values", values)
|
31140
|
+
if regex is not None:
|
31141
|
+
pulumi.set(__self__, "regex", regex)
|
31142
|
+
|
31143
|
+
@property
|
31144
|
+
@pulumi.getter
|
31145
|
+
def name(self) -> str:
|
31146
|
+
return pulumi.get(self, "name")
|
31147
|
+
|
31148
|
+
@property
|
31149
|
+
@pulumi.getter
|
31150
|
+
def values(self) -> Sequence[str]:
|
31151
|
+
return pulumi.get(self, "values")
|
31152
|
+
|
31153
|
+
@property
|
31154
|
+
@pulumi.getter
|
31155
|
+
def regex(self) -> Optional[bool]:
|
31156
|
+
return pulumi.get(self, "regex")
|
31157
|
+
|
31158
|
+
|
31159
|
+
@pulumi.output_type
|
31160
|
+
class GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationResult(dict):
|
31161
|
+
def __init__(__self__, *,
|
31162
|
+
items: Sequence['outputs.GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationItemResult']):
|
31163
|
+
"""
|
31164
|
+
:param Sequence['GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationItemArgs'] items: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
31165
|
+
"""
|
31166
|
+
pulumi.set(__self__, "items", items)
|
31167
|
+
|
31168
|
+
@property
|
31169
|
+
@pulumi.getter
|
31170
|
+
def items(self) -> Sequence['outputs.GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationItemResult']:
|
31171
|
+
"""
|
31172
|
+
List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
31173
|
+
"""
|
31174
|
+
return pulumi.get(self, "items")
|
31175
|
+
|
31176
|
+
|
31177
|
+
@pulumi.output_type
|
31178
|
+
class GetUserAssessmentPasswordExpiryDateAnalyticsUserAggregationItemResult(dict):
|
31179
|
+
def __init__(__self__):
|
31180
|
+
pass
|
31181
|
+
|
31182
|
+
|
30079
31183
|
@pulumi.output_type
|
30080
31184
|
class GetUserAssessmentProfileAnalyticsFilterResult(dict):
|
30081
31185
|
def __init__(__self__, *,
|
@@ -30206,7 +31310,7 @@ class GetUserAssessmentProfilesProfileResult(dict):
|
|
30206
31310
|
:param str connect_time: Specify the total elapsed time limit for a session, expressed in minutes.
|
30207
31311
|
:param str cpu_per_call: Specify the CPU time limit for a call (a parse, execute, or fetch), expressed in hundredths of seconds.
|
30208
31312
|
:param str cpu_per_session: Specify the CPU time limit for a session, expressed in hundredth of seconds.
|
30209
|
-
:param Mapping[str, str] defined_tags: 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)
|
31313
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
30210
31314
|
:param str failed_login_attempts: Maximum times the user is allowed in fail login before the user account is locked.
|
30211
31315
|
:param Mapping[str, str] freeform_tags: 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"}`
|
30212
31316
|
:param str idle_time: Specify the permitted periods of continuous inactive time during a session, expressed in minutes.
|
@@ -30301,7 +31405,7 @@ class GetUserAssessmentProfilesProfileResult(dict):
|
|
30301
31405
|
@pulumi.getter(name="definedTags")
|
30302
31406
|
def defined_tags(self) -> Mapping[str, str]:
|
30303
31407
|
"""
|
30304
|
-
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)
|
31408
|
+
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"}`
|
30305
31409
|
"""
|
30306
31410
|
return pulumi.get(self, "defined_tags")
|
30307
31411
|
|
@@ -30580,7 +31684,7 @@ class GetUserAssessmentUserAnalyticsUserAggregationResult(dict):
|
|
30580
31684
|
def __init__(__self__, *,
|
30581
31685
|
items: Sequence['outputs.GetUserAssessmentUserAnalyticsUserAggregationItemResult']):
|
30582
31686
|
"""
|
30583
|
-
:param Sequence['GetUserAssessmentUserAnalyticsUserAggregationItemArgs'] items:
|
31687
|
+
:param Sequence['GetUserAssessmentUserAnalyticsUserAggregationItemArgs'] items: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
30584
31688
|
"""
|
30585
31689
|
pulumi.set(__self__, "items", items)
|
30586
31690
|
|
@@ -30588,7 +31692,7 @@ class GetUserAssessmentUserAnalyticsUserAggregationResult(dict):
|
|
30588
31692
|
@pulumi.getter
|
30589
31693
|
def items(self) -> Sequence['outputs.GetUserAssessmentUserAnalyticsUserAggregationItemResult']:
|
30590
31694
|
"""
|
30591
|
-
|
31695
|
+
List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
30592
31696
|
"""
|
30593
31697
|
return pulumi.get(self, "items")
|
30594
31698
|
|
@@ -30638,6 +31742,7 @@ class GetUserAssessmentUsersUserResult(dict):
|
|
30638
31742
|
target_id: str,
|
30639
31743
|
time_last_login: str,
|
30640
31744
|
time_password_changed: str,
|
31745
|
+
time_password_expiry: str,
|
30641
31746
|
time_user_created: str,
|
30642
31747
|
user_category: str,
|
30643
31748
|
user_name: str,
|
@@ -30653,6 +31758,7 @@ class GetUserAssessmentUsersUserResult(dict):
|
|
30653
31758
|
:param str target_id: A filter to return only items related to a specific target OCID.
|
30654
31759
|
:param str time_last_login: The date and time the user last logged in, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
30655
31760
|
:param str time_password_changed: The date and time the user password was last changed, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
31761
|
+
:param str time_password_expiry: The date and time the user's password will expire, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
30656
31762
|
:param str time_user_created: The date and time the user was created in the database, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
30657
31763
|
:param str user_category: A filter to return only items that match the specified user category.
|
30658
31764
|
:param str user_name: A filter to return only items that match the specified user name.
|
@@ -30668,6 +31774,7 @@ class GetUserAssessmentUsersUserResult(dict):
|
|
30668
31774
|
pulumi.set(__self__, "target_id", target_id)
|
30669
31775
|
pulumi.set(__self__, "time_last_login", time_last_login)
|
30670
31776
|
pulumi.set(__self__, "time_password_changed", time_password_changed)
|
31777
|
+
pulumi.set(__self__, "time_password_expiry", time_password_expiry)
|
30671
31778
|
pulumi.set(__self__, "time_user_created", time_user_created)
|
30672
31779
|
pulumi.set(__self__, "user_category", user_category)
|
30673
31780
|
pulumi.set(__self__, "user_name", user_name)
|
@@ -30746,6 +31853,14 @@ class GetUserAssessmentUsersUserResult(dict):
|
|
30746
31853
|
"""
|
30747
31854
|
return pulumi.get(self, "time_password_changed")
|
30748
31855
|
|
31856
|
+
@property
|
31857
|
+
@pulumi.getter(name="timePasswordExpiry")
|
31858
|
+
def time_password_expiry(self) -> str:
|
31859
|
+
"""
|
31860
|
+
The date and time the user's password will expire, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
31861
|
+
"""
|
31862
|
+
return pulumi.get(self, "time_password_expiry")
|
31863
|
+
|
30749
31864
|
@property
|
30750
31865
|
@pulumi.getter(name="timeUserCreated")
|
30751
31866
|
def time_user_created(self) -> str:
|
@@ -30876,7 +31991,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
30876
31991
|
type: str):
|
30877
31992
|
"""
|
30878
31993
|
:param str compartment_id: A filter to return only resources that match the specified compartment OCID.
|
30879
|
-
:param Mapping[str, str] defined_tags: 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)
|
31994
|
+
:param Mapping[str, str] defined_tags: 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"}`
|
30880
31995
|
:param str description: The description of the user assessment.
|
30881
31996
|
:param str display_name: A filter to return only resources that match the specified display name.
|
30882
31997
|
:param Mapping[str, str] freeform_tags: 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"}`
|
@@ -30939,7 +32054,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
30939
32054
|
@pulumi.getter(name="definedTags")
|
30940
32055
|
def defined_tags(self) -> Mapping[str, str]:
|
30941
32056
|
"""
|
30942
|
-
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)
|
32057
|
+
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"}`
|
30943
32058
|
"""
|
30944
32059
|
return pulumi.get(self, "defined_tags")
|
30945
32060
|
|