pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. pulumi_oci/__init__.py +78 -32
  2. pulumi_oci/_utilities.py +2 -0
  3. pulumi_oci/apmsynthetics/_inputs.py +457 -1
  4. pulumi_oci/apmsynthetics/config.py +172 -7
  5. pulumi_oci/apmsynthetics/get_monitor.py +42 -3
  6. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  7. pulumi_oci/apmsynthetics/outputs.py +1129 -9
  8. pulumi_oci/bigdataservice/bds_instance.py +47 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
  10. pulumi_oci/bigdataservice/outputs.py +7 -0
  11. pulumi_oci/core/__init__.py +3 -0
  12. pulumi_oci/core/_inputs.py +48 -8
  13. pulumi_oci/core/get_instance_maintenance_event.py +414 -0
  14. pulumi_oci/core/get_instance_maintenance_events.py +250 -0
  15. pulumi_oci/core/instance_maintenance_event.py +1022 -0
  16. pulumi_oci/core/outputs.py +338 -8
  17. pulumi_oci/database/_inputs.py +16 -0
  18. pulumi_oci/database/autonomous_database.py +111 -9
  19. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
  20. pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
  21. pulumi_oci/database/cloud_vm_cluster.py +49 -0
  22. pulumi_oci/database/database.py +0 -96
  23. pulumi_oci/database/get_autonomous_database.py +38 -1
  24. pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
  25. pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
  26. pulumi_oci/database/get_key_store.py +11 -1
  27. pulumi_oci/database/key_store.py +34 -0
  28. pulumi_oci/database/outputs.py +115 -0
  29. pulumi_oci/databasemigration/_inputs.py +184 -0
  30. pulumi_oci/databasemigration/job.py +99 -24
  31. pulumi_oci/databasemigration/outputs.py +171 -0
  32. pulumi_oci/datasafe/__init__.py +3 -4
  33. pulumi_oci/datasafe/_inputs.py +185 -0
  34. pulumi_oci/datasafe/alert.py +56 -0
  35. pulumi_oci/datasafe/alert_policy.py +745 -0
  36. pulumi_oci/datasafe/alert_policy_rule.py +446 -0
  37. pulumi_oci/datasafe/discovery_mod.py +67 -38
  38. pulumi_oci/datasafe/get_alert.py +27 -1
  39. pulumi_oci/datasafe/get_alert_policy.py +26 -2
  40. pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
  41. pulumi_oci/datasafe/get_audit_events.py +2 -2
  42. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  43. pulumi_oci/datasafe/get_report.py +15 -2
  44. pulumi_oci/datasafe/get_report_definition.py +15 -2
  45. pulumi_oci/datasafe/get_reports.py +43 -1
  46. pulumi_oci/datasafe/get_security_assessment.py +14 -1
  47. pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
  48. pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
  49. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  50. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
  51. pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
  52. pulumi_oci/datasafe/get_user_assessment.py +14 -1
  53. pulumi_oci/datasafe/outputs.py +761 -33
  54. pulumi_oci/datasafe/report.py +32 -4
  55. pulumi_oci/datasafe/report_definition.py +32 -4
  56. pulumi_oci/datasafe/security_assessment.py +49 -0
  57. pulumi_oci/datasafe/sensitive_data_model.py +60 -3
  58. pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
  59. pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
  60. pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
  61. pulumi_oci/datasafe/user_assessment.py +49 -0
  62. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  63. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  64. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  65. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  66. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  67. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  68. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  69. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  70. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  71. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
  72. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
  73. pulumi_oci/generativeai/get_endpoint.py +6 -9
  74. pulumi_oci/generativeai/get_endpoints.py +3 -3
  75. pulumi_oci/generativeai/get_model.py +36 -6
  76. pulumi_oci/generativeai/get_models.py +6 -0
  77. pulumi_oci/generativeai/outputs.py +228 -16
  78. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  79. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  80. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
  81. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  82. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  83. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  84. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  85. pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
  86. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  87. pulumi_oci/identity/__init__.py +3 -0
  88. pulumi_oci/identity/_inputs.py +1029 -0
  89. pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
  90. pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
  91. pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
  92. pulumi_oci/identity/outputs.py +19544 -17378
  93. pulumi_oci/integration/_inputs.py +0 -2
  94. pulumi_oci/integration/get_integration_instance.py +0 -1
  95. pulumi_oci/integration/integration_instance.py +0 -27
  96. pulumi_oci/integration/outputs.py +4 -12
  97. pulumi_oci/networkfirewall/__init__.py +3 -0
  98. pulumi_oci/networkfirewall/_inputs.py +150 -0
  99. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
  100. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
  101. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
  102. pulumi_oci/networkfirewall/outputs.py +457 -0
  103. pulumi_oci/opsi/_inputs.py +8 -8
  104. pulumi_oci/opsi/database_insight.py +71 -15
  105. pulumi_oci/opsi/get_database_insight.py +29 -3
  106. pulumi_oci/opsi/get_database_insights.py +1 -1
  107. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  108. pulumi_oci/opsi/get_host_insight.py +1 -4
  109. pulumi_oci/opsi/get_host_insights.py +3 -3
  110. pulumi_oci/opsi/get_news_report.py +1 -1
  111. pulumi_oci/opsi/get_news_reports.py +3 -3
  112. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  113. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  114. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  115. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  116. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  117. pulumi_oci/opsi/host_insight.py +6 -14
  118. pulumi_oci/opsi/news_report.py +2 -2
  119. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  120. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  121. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  122. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  123. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  124. pulumi_oci/opsi/outputs.py +46 -24
  125. pulumi_oci/pulumi-plugin.json +1 -1
  126. pulumi_oci/redis/get_redis_cluster.py +1 -1
  127. pulumi_oci/redis/outputs.py +2 -2
  128. pulumi_oci/redis/redis_cluster.py +7 -7
  129. pulumi_oci/stackmonitoring/_inputs.py +2 -2
  130. pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
  131. pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
  132. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
  133. pulumi_oci/stackmonitoring/outputs.py +19 -8
  134. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
  135. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
  136. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
  137. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  138. pulumi_oci/datasafe/masking_report_management.py +0 -693
  139. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  140. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  141. {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -11,6 +11,7 @@ from .. import _utilities
11
11
  from . import outputs
12
12
 
13
13
  __all__ = [
14
+ 'AlertPolicyAlertPolicyRuleDetail',
14
15
  'AuditPolicyAuditCondition',
15
16
  'AuditPolicyAuditConditionEnableCondition',
16
17
  'AuditPolicyAuditSpecification',
@@ -22,6 +23,7 @@ __all__ = [
22
23
  'DatabaseSecurityConfigManagementSqlFirewallConfig',
23
24
  'DatabaseSecurityConfigSqlFirewallConfig',
24
25
  'DiscoveryJobsResultModifiedAttribute',
26
+ 'DiscoveryModTablesForDiscovery',
25
27
  'LibraryMasingFormatFormatEntry',
26
28
  'MaskingPoliciesMaskingColumnMaskingFormat',
27
29
  'MaskingPoliciesMaskingColumnMaskingFormatFormatEntry',
@@ -38,6 +40,7 @@ __all__ = [
38
40
  'SecurityAssessmentStatisticLowRisk',
39
41
  'SecurityAssessmentStatisticMediumRisk',
40
42
  'SecurityAssessmentStatisticPass',
43
+ 'SensitiveDataModelTablesForDiscovery',
41
44
  'TargetDatabaseConnectionOption',
42
45
  'TargetDatabaseCredentials',
43
46
  'TargetDatabaseDatabaseDetails',
@@ -54,8 +57,9 @@ __all__ = [
54
57
  'GetAlertAnalyticItemDimensionResult',
55
58
  'GetAlertPoliciesAlertPolicyCollectionResult',
56
59
  'GetAlertPoliciesAlertPolicyCollectionItemResult',
60
+ 'GetAlertPoliciesAlertPolicyCollectionItemAlertPolicyRuleDetailResult',
57
61
  'GetAlertPoliciesFilterResult',
58
- 'GetAlertPolicyRuleItemResult',
62
+ 'GetAlertPolicyAlertPolicyRuleDetailResult',
59
63
  'GetAlertPolicyRulesAlertPolicyRuleCollectionResult',
60
64
  'GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult',
61
65
  'GetAlertPolicyRulesFilterResult',
@@ -115,6 +119,7 @@ __all__ = [
115
119
  'GetDiscoveryAnalyticsDiscoveryAnalyticsCollectionItemResult',
116
120
  'GetDiscoveryAnalyticsDiscoveryAnalyticsCollectionItemDimensionResult',
117
121
  'GetDiscoveryAnalyticsFilterResult',
122
+ 'GetDiscoveryJobTablesForDiscoveryResult',
118
123
  'GetDiscoveryJobsResultModifiedAttributeResult',
119
124
  'GetDiscoveryJobsResultsDiscoveryJobResultCollectionResult',
120
125
  'GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemResult',
@@ -289,12 +294,17 @@ __all__ = [
289
294
  'GetSensitiveDataModelSensitiveSchemasFilterResult',
290
295
  'GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionResult',
291
296
  'GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionItemResult',
297
+ 'GetSensitiveDataModelSensitiveTypesFilterResult',
298
+ 'GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionResult',
299
+ 'GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult',
300
+ 'GetSensitiveDataModelTablesForDiscoveryResult',
292
301
  'GetSensitiveDataModelsFilterResult',
293
302
  'GetSensitiveDataModelsSensitiveColumnsFilterResult',
294
303
  'GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionResult',
295
304
  'GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionItemResult',
296
305
  'GetSensitiveDataModelsSensitiveDataModelCollectionResult',
297
306
  'GetSensitiveDataModelsSensitiveDataModelCollectionItemResult',
307
+ 'GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult',
298
308
  'GetSensitiveTypesFilterResult',
299
309
  'GetSensitiveTypesSensitiveTypeCollectionResult',
300
310
  'GetSensitiveTypesSensitiveTypeCollectionItemResult',
@@ -360,6 +370,65 @@ __all__ = [
360
370
  'GetUserAssessmentsUserAssessmentIgnoredTargetResult',
361
371
  ]
362
372
 
373
+ @pulumi.output_type
374
+ class AlertPolicyAlertPolicyRuleDetail(dict):
375
+ @staticmethod
376
+ def __key_warning(key: str):
377
+ suggest = None
378
+ if key == "displayName":
379
+ suggest = "display_name"
380
+
381
+ if suggest:
382
+ pulumi.log.warn(f"Key '{key}' not found in AlertPolicyAlertPolicyRuleDetail. Access the value via the '{suggest}' property getter instead.")
383
+
384
+ def __getitem__(self, key: str) -> Any:
385
+ AlertPolicyAlertPolicyRuleDetail.__key_warning(key)
386
+ return super().__getitem__(key)
387
+
388
+ def get(self, key: str, default = None) -> Any:
389
+ AlertPolicyAlertPolicyRuleDetail.__key_warning(key)
390
+ return super().get(key, default)
391
+
392
+ def __init__(__self__, *,
393
+ expression: str,
394
+ description: Optional[str] = None,
395
+ display_name: Optional[str] = None):
396
+ """
397
+ :param str expression: The conditional expression of the alert policy rule which evaluates to boolean value.
398
+ :param str description: Describes the alert policy rule.
399
+ :param str display_name: The display name of the alert policy rule.
400
+ """
401
+ pulumi.set(__self__, "expression", expression)
402
+ if description is not None:
403
+ pulumi.set(__self__, "description", description)
404
+ if display_name is not None:
405
+ pulumi.set(__self__, "display_name", display_name)
406
+
407
+ @property
408
+ @pulumi.getter
409
+ def expression(self) -> str:
410
+ """
411
+ The conditional expression of the alert policy rule which evaluates to boolean value.
412
+ """
413
+ return pulumi.get(self, "expression")
414
+
415
+ @property
416
+ @pulumi.getter
417
+ def description(self) -> Optional[str]:
418
+ """
419
+ Describes the alert policy rule.
420
+ """
421
+ return pulumi.get(self, "description")
422
+
423
+ @property
424
+ @pulumi.getter(name="displayName")
425
+ def display_name(self) -> Optional[str]:
426
+ """
427
+ The display name of the alert policy rule.
428
+ """
429
+ return pulumi.get(self, "display_name")
430
+
431
+
363
432
  @pulumi.output_type
364
433
  class AuditPolicyAuditCondition(dict):
365
434
  @staticmethod
@@ -729,6 +798,7 @@ class AuditPolicyManagementAuditCondition(dict):
729
798
  :param str audit_policy_name: Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
730
799
  :param Sequence['AuditPolicyManagementAuditConditionEnableConditionArgs'] enable_conditions: Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
731
800
  :param bool is_data_safe_service_account_audited: Indicates whether the Data Safe user activity on the target database will be audited by the policy.
801
+ :param bool is_enabled: Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
732
802
  :param bool is_priv_users_managed_by_data_safe: Indicates whether the privileged user list is managed by Data Safe.
733
803
 
734
804
 
@@ -773,6 +843,9 @@ class AuditPolicyManagementAuditCondition(dict):
773
843
  @property
774
844
  @pulumi.getter(name="isEnabled")
775
845
  def is_enabled(self) -> Optional[bool]:
846
+ """
847
+ Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
848
+ """
776
849
  return pulumi.get(self, "is_enabled")
777
850
 
778
851
  @property
@@ -1640,6 +1713,63 @@ class DiscoveryJobsResultModifiedAttribute(dict):
1640
1713
  return pulumi.get(self, "db_defined_child_column_keys")
1641
1714
 
1642
1715
 
1716
+ @pulumi.output_type
1717
+ class DiscoveryModTablesForDiscovery(dict):
1718
+ @staticmethod
1719
+ def __key_warning(key: str):
1720
+ suggest = None
1721
+ if key == "schemaName":
1722
+ suggest = "schema_name"
1723
+ elif key == "tableNames":
1724
+ suggest = "table_names"
1725
+
1726
+ if suggest:
1727
+ pulumi.log.warn(f"Key '{key}' not found in DiscoveryModTablesForDiscovery. Access the value via the '{suggest}' property getter instead.")
1728
+
1729
+ def __getitem__(self, key: str) -> Any:
1730
+ DiscoveryModTablesForDiscovery.__key_warning(key)
1731
+ return super().__getitem__(key)
1732
+
1733
+ def get(self, key: str, default = None) -> Any:
1734
+ DiscoveryModTablesForDiscovery.__key_warning(key)
1735
+ return super().get(key, default)
1736
+
1737
+ def __init__(__self__, *,
1738
+ schema_name: str,
1739
+ table_names: Optional[Sequence[str]] = None):
1740
+ """
1741
+ :param str schema_name: This contains the name of the schema.
1742
+ :param Sequence[str] table_names: This contains an optional list of the table names.
1743
+
1744
+
1745
+ ** IMPORTANT **
1746
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1747
+ """
1748
+ pulumi.set(__self__, "schema_name", schema_name)
1749
+ if table_names is not None:
1750
+ pulumi.set(__self__, "table_names", table_names)
1751
+
1752
+ @property
1753
+ @pulumi.getter(name="schemaName")
1754
+ def schema_name(self) -> str:
1755
+ """
1756
+ This contains the name of the schema.
1757
+ """
1758
+ return pulumi.get(self, "schema_name")
1759
+
1760
+ @property
1761
+ @pulumi.getter(name="tableNames")
1762
+ def table_names(self) -> Optional[Sequence[str]]:
1763
+ """
1764
+ This contains an optional list of the table names.
1765
+
1766
+
1767
+ ** IMPORTANT **
1768
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1769
+ """
1770
+ return pulumi.get(self, "table_names")
1771
+
1772
+
1643
1773
  @pulumi.output_type
1644
1774
  class LibraryMasingFormatFormatEntry(dict):
1645
1775
  @staticmethod
@@ -3882,6 +4012,55 @@ class SecurityAssessmentStatisticPass(dict):
3882
4012
  return pulumi.get(self, "user_accounts_findings_count")
3883
4013
 
3884
4014
 
4015
+ @pulumi.output_type
4016
+ class SensitiveDataModelTablesForDiscovery(dict):
4017
+ @staticmethod
4018
+ def __key_warning(key: str):
4019
+ suggest = None
4020
+ if key == "schemaName":
4021
+ suggest = "schema_name"
4022
+ elif key == "tableNames":
4023
+ suggest = "table_names"
4024
+
4025
+ if suggest:
4026
+ pulumi.log.warn(f"Key '{key}' not found in SensitiveDataModelTablesForDiscovery. Access the value via the '{suggest}' property getter instead.")
4027
+
4028
+ def __getitem__(self, key: str) -> Any:
4029
+ SensitiveDataModelTablesForDiscovery.__key_warning(key)
4030
+ return super().__getitem__(key)
4031
+
4032
+ def get(self, key: str, default = None) -> Any:
4033
+ SensitiveDataModelTablesForDiscovery.__key_warning(key)
4034
+ return super().get(key, default)
4035
+
4036
+ def __init__(__self__, *,
4037
+ schema_name: str,
4038
+ table_names: Optional[Sequence[str]] = None):
4039
+ """
4040
+ :param str schema_name: (Updatable) This contains the name of the schema.
4041
+ :param Sequence[str] table_names: (Updatable) This contains an optional list of the table names.
4042
+ """
4043
+ pulumi.set(__self__, "schema_name", schema_name)
4044
+ if table_names is not None:
4045
+ pulumi.set(__self__, "table_names", table_names)
4046
+
4047
+ @property
4048
+ @pulumi.getter(name="schemaName")
4049
+ def schema_name(self) -> str:
4050
+ """
4051
+ (Updatable) This contains the name of the schema.
4052
+ """
4053
+ return pulumi.get(self, "schema_name")
4054
+
4055
+ @property
4056
+ @pulumi.getter(name="tableNames")
4057
+ def table_names(self) -> Optional[Sequence[str]]:
4058
+ """
4059
+ (Updatable) This contains an optional list of the table names.
4060
+ """
4061
+ return pulumi.get(self, "table_names")
4062
+
4063
+
3885
4064
  @pulumi.output_type
3886
4065
  class TargetDatabaseConnectionOption(dict):
3887
4066
  @staticmethod
@@ -5280,6 +5459,7 @@ class GetAlertPoliciesAlertPolicyCollectionResult(dict):
5280
5459
  @pulumi.output_type
5281
5460
  class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5282
5461
  def __init__(__self__, *,
5462
+ alert_policy_rule_details: Sequence['outputs.GetAlertPoliciesAlertPolicyCollectionItemAlertPolicyRuleDetailResult'],
5283
5463
  alert_policy_type: str,
5284
5464
  compartment_id: str,
5285
5465
  defined_tags: Mapping[str, Any],
@@ -5288,6 +5468,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5288
5468
  freeform_tags: Mapping[str, Any],
5289
5469
  id: str,
5290
5470
  is_user_defined: bool,
5471
+ lifecycle_details: str,
5291
5472
  severity: str,
5292
5473
  state: str,
5293
5474
  system_tags: Mapping[str, Any],
@@ -5302,12 +5483,14 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5302
5483
  :param Mapping[str, Any] 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"}`
5303
5484
  :param str id: The OCID of the alert policy.
5304
5485
  :param bool is_user_defined: An optional filter to return only alert policies that are user-defined or not.
5486
+ :param str lifecycle_details: Details about the current state of the alert policy.
5305
5487
  :param str severity: Severity level of the alert raised by this policy.
5306
5488
  :param str state: An optional filter to return only alert policies that have the given life-cycle state.
5307
5489
  :param Mapping[str, Any] 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"}`
5308
5490
  :param str time_created: Creation date and time of the alert policy, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5309
5491
  :param str time_updated: Last date and time the alert policy was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5310
5492
  """
5493
+ pulumi.set(__self__, "alert_policy_rule_details", alert_policy_rule_details)
5311
5494
  pulumi.set(__self__, "alert_policy_type", alert_policy_type)
5312
5495
  pulumi.set(__self__, "compartment_id", compartment_id)
5313
5496
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -5316,12 +5499,18 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5316
5499
  pulumi.set(__self__, "freeform_tags", freeform_tags)
5317
5500
  pulumi.set(__self__, "id", id)
5318
5501
  pulumi.set(__self__, "is_user_defined", is_user_defined)
5502
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
5319
5503
  pulumi.set(__self__, "severity", severity)
5320
5504
  pulumi.set(__self__, "state", state)
5321
5505
  pulumi.set(__self__, "system_tags", system_tags)
5322
5506
  pulumi.set(__self__, "time_created", time_created)
5323
5507
  pulumi.set(__self__, "time_updated", time_updated)
5324
5508
 
5509
+ @property
5510
+ @pulumi.getter(name="alertPolicyRuleDetails")
5511
+ def alert_policy_rule_details(self) -> Sequence['outputs.GetAlertPoliciesAlertPolicyCollectionItemAlertPolicyRuleDetailResult']:
5512
+ return pulumi.get(self, "alert_policy_rule_details")
5513
+
5325
5514
  @property
5326
5515
  @pulumi.getter(name="alertPolicyType")
5327
5516
  def alert_policy_type(self) -> str:
@@ -5386,6 +5575,14 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5386
5575
  """
5387
5576
  return pulumi.get(self, "is_user_defined")
5388
5577
 
5578
+ @property
5579
+ @pulumi.getter(name="lifecycleDetails")
5580
+ def lifecycle_details(self) -> str:
5581
+ """
5582
+ Details about the current state of the alert policy.
5583
+ """
5584
+ return pulumi.get(self, "lifecycle_details")
5585
+
5389
5586
  @property
5390
5587
  @pulumi.getter
5391
5588
  def severity(self) -> str:
@@ -5427,6 +5624,42 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5427
5624
  return pulumi.get(self, "time_updated")
5428
5625
 
5429
5626
 
5627
+ @pulumi.output_type
5628
+ class GetAlertPoliciesAlertPolicyCollectionItemAlertPolicyRuleDetailResult(dict):
5629
+ def __init__(__self__, *,
5630
+ description: str,
5631
+ display_name: str,
5632
+ expression: str):
5633
+ """
5634
+ :param str description: The description of the alert policy.
5635
+ :param str display_name: A filter to return only resources that match the specified display name.
5636
+ """
5637
+ pulumi.set(__self__, "description", description)
5638
+ pulumi.set(__self__, "display_name", display_name)
5639
+ pulumi.set(__self__, "expression", expression)
5640
+
5641
+ @property
5642
+ @pulumi.getter
5643
+ def description(self) -> str:
5644
+ """
5645
+ The description of the alert policy.
5646
+ """
5647
+ return pulumi.get(self, "description")
5648
+
5649
+ @property
5650
+ @pulumi.getter(name="displayName")
5651
+ def display_name(self) -> str:
5652
+ """
5653
+ A filter to return only resources that match the specified display name.
5654
+ """
5655
+ return pulumi.get(self, "display_name")
5656
+
5657
+ @property
5658
+ @pulumi.getter
5659
+ def expression(self) -> str:
5660
+ return pulumi.get(self, "expression")
5661
+
5662
+
5430
5663
  @pulumi.output_type
5431
5664
  class GetAlertPoliciesFilterResult(dict):
5432
5665
  def __init__(__self__, *,
@@ -5455,77 +5688,87 @@ class GetAlertPoliciesFilterResult(dict):
5455
5688
 
5456
5689
 
5457
5690
  @pulumi.output_type
5458
- class GetAlertPolicyRuleItemResult(dict):
5691
+ class GetAlertPolicyAlertPolicyRuleDetailResult(dict):
5459
5692
  def __init__(__self__, *,
5460
5693
  description: str,
5461
- expression: str,
5462
- key: str):
5694
+ display_name: str,
5695
+ expression: str):
5463
5696
  """
5464
- :param str description: Describes the alert policy rule.
5465
- :param str expression: The conditional expression of the alert policy rule which evaluates to boolean value.
5466
- :param str key: The unique key of the alert policy rule.
5697
+ :param str description: The description of the alert policy.
5698
+ :param str display_name: The display name of the alert policy.
5467
5699
  """
5468
5700
  pulumi.set(__self__, "description", description)
5701
+ pulumi.set(__self__, "display_name", display_name)
5469
5702
  pulumi.set(__self__, "expression", expression)
5470
- pulumi.set(__self__, "key", key)
5471
5703
 
5472
5704
  @property
5473
5705
  @pulumi.getter
5474
5706
  def description(self) -> str:
5475
5707
  """
5476
- Describes the alert policy rule.
5708
+ The description of the alert policy.
5477
5709
  """
5478
5710
  return pulumi.get(self, "description")
5479
5711
 
5480
5712
  @property
5481
- @pulumi.getter
5482
- def expression(self) -> str:
5713
+ @pulumi.getter(name="displayName")
5714
+ def display_name(self) -> str:
5483
5715
  """
5484
- The conditional expression of the alert policy rule which evaluates to boolean value.
5716
+ The display name of the alert policy.
5485
5717
  """
5486
- return pulumi.get(self, "expression")
5718
+ return pulumi.get(self, "display_name")
5487
5719
 
5488
5720
  @property
5489
5721
  @pulumi.getter
5490
- def key(self) -> str:
5491
- """
5492
- The unique key of the alert policy rule.
5493
- """
5494
- return pulumi.get(self, "key")
5722
+ def expression(self) -> str:
5723
+ return pulumi.get(self, "expression")
5495
5724
 
5496
5725
 
5497
5726
  @pulumi.output_type
5498
5727
  class GetAlertPolicyRulesAlertPolicyRuleCollectionResult(dict):
5499
5728
  def __init__(__self__, *,
5500
5729
  items: Sequence['outputs.GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult']):
5501
- """
5502
- :param Sequence['GetAlertPolicyRulesAlertPolicyRuleCollectionItemArgs'] items: Array of alert policy rules summary
5503
- """
5504
5730
  pulumi.set(__self__, "items", items)
5505
5731
 
5506
5732
  @property
5507
5733
  @pulumi.getter
5508
5734
  def items(self) -> Sequence['outputs.GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult']:
5509
- """
5510
- Array of alert policy rules summary
5511
- """
5512
5735
  return pulumi.get(self, "items")
5513
5736
 
5514
5737
 
5515
5738
  @pulumi.output_type
5516
5739
  class GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult(dict):
5517
5740
  def __init__(__self__, *,
5741
+ alert_policy_id: str,
5518
5742
  description: str,
5743
+ display_name: str,
5519
5744
  expression: str,
5520
- key: str):
5745
+ key: str,
5746
+ state: str,
5747
+ time_created: str):
5521
5748
  """
5749
+ :param str alert_policy_id: The OCID of the alert policy.
5522
5750
  :param str description: Describes the alert policy rule.
5751
+ :param str display_name: The display name of the alert policy rule.
5523
5752
  :param str expression: The conditional expression of the alert policy rule which evaluates to boolean value.
5524
5753
  :param str key: The unique key of the alert policy rule.
5754
+ :param str state: The current state of the alert policy rule.
5755
+ :param str time_created: Creation date and time of the alert policy rule, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5525
5756
  """
5757
+ pulumi.set(__self__, "alert_policy_id", alert_policy_id)
5526
5758
  pulumi.set(__self__, "description", description)
5759
+ pulumi.set(__self__, "display_name", display_name)
5527
5760
  pulumi.set(__self__, "expression", expression)
5528
5761
  pulumi.set(__self__, "key", key)
5762
+ pulumi.set(__self__, "state", state)
5763
+ pulumi.set(__self__, "time_created", time_created)
5764
+
5765
+ @property
5766
+ @pulumi.getter(name="alertPolicyId")
5767
+ def alert_policy_id(self) -> str:
5768
+ """
5769
+ The OCID of the alert policy.
5770
+ """
5771
+ return pulumi.get(self, "alert_policy_id")
5529
5772
 
5530
5773
  @property
5531
5774
  @pulumi.getter
@@ -5535,6 +5778,14 @@ class GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult(dict):
5535
5778
  """
5536
5779
  return pulumi.get(self, "description")
5537
5780
 
5781
+ @property
5782
+ @pulumi.getter(name="displayName")
5783
+ def display_name(self) -> str:
5784
+ """
5785
+ The display name of the alert policy rule.
5786
+ """
5787
+ return pulumi.get(self, "display_name")
5788
+
5538
5789
  @property
5539
5790
  @pulumi.getter
5540
5791
  def expression(self) -> str:
@@ -5551,6 +5802,22 @@ class GetAlertPolicyRulesAlertPolicyRuleCollectionItemResult(dict):
5551
5802
  """
5552
5803
  return pulumi.get(self, "key")
5553
5804
 
5805
+ @property
5806
+ @pulumi.getter
5807
+ def state(self) -> str:
5808
+ """
5809
+ The current state of the alert policy rule.
5810
+ """
5811
+ return pulumi.get(self, "state")
5812
+
5813
+ @property
5814
+ @pulumi.getter(name="timeCreated")
5815
+ def time_created(self) -> str:
5816
+ """
5817
+ Creation date and time of the alert policy rule, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5818
+ """
5819
+ return pulumi.get(self, "time_created")
5820
+
5554
5821
 
5555
5822
  @pulumi.output_type
5556
5823
  class GetAlertPolicyRulesFilterResult(dict):
@@ -5595,6 +5862,8 @@ class GetAlertsAlertCollectionResult(dict):
5595
5862
  class GetAlertsAlertCollectionItemResult(dict):
5596
5863
  def __init__(__self__, *,
5597
5864
  alert_id: str,
5865
+ alert_policy_rule_key: str,
5866
+ alert_policy_rule_name: str,
5598
5867
  alert_type: str,
5599
5868
  comment: str,
5600
5869
  compartment_id: str,
@@ -5618,6 +5887,8 @@ class GetAlertsAlertCollectionItemResult(dict):
5618
5887
  time_created: str,
5619
5888
  time_updated: str):
5620
5889
  """
5890
+ :param str alert_policy_rule_key: The key of the rule of alert policy that triggered alert.
5891
+ :param str alert_policy_rule_name: The display name of the rule of alert policy that triggered alert.
5621
5892
  :param str alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
5622
5893
  :param str comment: A comment for the alert. Entered by the user.
5623
5894
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
@@ -5642,6 +5913,8 @@ class GetAlertsAlertCollectionItemResult(dict):
5642
5913
  :param str time_updated: Last date and time the alert was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5643
5914
  """
5644
5915
  pulumi.set(__self__, "alert_id", alert_id)
5916
+ pulumi.set(__self__, "alert_policy_rule_key", alert_policy_rule_key)
5917
+ pulumi.set(__self__, "alert_policy_rule_name", alert_policy_rule_name)
5645
5918
  pulumi.set(__self__, "alert_type", alert_type)
5646
5919
  pulumi.set(__self__, "comment", comment)
5647
5920
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -5670,6 +5943,22 @@ class GetAlertsAlertCollectionItemResult(dict):
5670
5943
  def alert_id(self) -> str:
5671
5944
  return pulumi.get(self, "alert_id")
5672
5945
 
5946
+ @property
5947
+ @pulumi.getter(name="alertPolicyRuleKey")
5948
+ def alert_policy_rule_key(self) -> str:
5949
+ """
5950
+ The key of the rule of alert policy that triggered alert.
5951
+ """
5952
+ return pulumi.get(self, "alert_policy_rule_key")
5953
+
5954
+ @property
5955
+ @pulumi.getter(name="alertPolicyRuleName")
5956
+ def alert_policy_rule_name(self) -> str:
5957
+ """
5958
+ The display name of the rule of alert policy that triggered alert.
5959
+ """
5960
+ return pulumi.get(self, "alert_policy_rule_name")
5961
+
5673
5962
  @property
5674
5963
  @pulumi.getter(name="alertType")
5675
5964
  def alert_type(self) -> str:
@@ -6717,6 +7006,7 @@ class GetAuditEventsAuditEventCollectionResult(dict):
6717
7006
  class GetAuditEventsAuditEventCollectionItemResult(dict):
6718
7007
  def __init__(__self__, *,
6719
7008
  action_taken: str,
7009
+ application_contexts: str,
6720
7010
  audit_event_time: str,
6721
7011
  audit_location: str,
6722
7012
  audit_policies: str,
@@ -6737,6 +7027,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6737
7027
  error_message: str,
6738
7028
  event_name: str,
6739
7029
  extended_event_attributes: str,
7030
+ fga_policy_name: str,
6740
7031
  freeform_tags: Mapping[str, Any],
6741
7032
  id: str,
6742
7033
  is_alerted: bool,
@@ -6755,6 +7046,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6755
7046
  trail_source: str):
6756
7047
  """
6757
7048
  :param str action_taken: The action taken for this audit event.
7049
+ :param str application_contexts: Semicolon-seperated list of application context namespace, attribute, value information in (APPCTX_NSPACE,APPCTX_ATTRIBUTE=<value>) format.
6758
7050
  :param str audit_event_time: The time that the audit event occurs in the target database.
6759
7051
  :param str audit_location: The location of the audit. Currently the value is audit table.
6760
7052
  :param str audit_policies: Comma-seperated list of audit policies that caused the current audit event.
@@ -6778,6 +7070,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6778
7070
  :param str error_message: The detailed message on why the error occurred.
6779
7071
  :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.
6780
7072
  :param str extended_event_attributes: List of all other attributes of the audit event seperated by a colon other than the one returned in audit record.
7073
+ :param str fga_policy_name: Fine-grained auditing (FGA) policy name that generated this audit record.
6781
7074
  :param Mapping[str, Any] 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"}`
6782
7075
  :param str id: The OCID of the audit event.
6783
7076
  :param bool is_alerted: Indicates whether an alert was raised for this audit event.
@@ -6796,6 +7089,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6796
7089
  :param str trail_source: The underlying source of unified audit trail.
6797
7090
  """
6798
7091
  pulumi.set(__self__, "action_taken", action_taken)
7092
+ pulumi.set(__self__, "application_contexts", application_contexts)
6799
7093
  pulumi.set(__self__, "audit_event_time", audit_event_time)
6800
7094
  pulumi.set(__self__, "audit_location", audit_location)
6801
7095
  pulumi.set(__self__, "audit_policies", audit_policies)
@@ -6816,6 +7110,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6816
7110
  pulumi.set(__self__, "error_message", error_message)
6817
7111
  pulumi.set(__self__, "event_name", event_name)
6818
7112
  pulumi.set(__self__, "extended_event_attributes", extended_event_attributes)
7113
+ pulumi.set(__self__, "fga_policy_name", fga_policy_name)
6819
7114
  pulumi.set(__self__, "freeform_tags", freeform_tags)
6820
7115
  pulumi.set(__self__, "id", id)
6821
7116
  pulumi.set(__self__, "is_alerted", is_alerted)
@@ -6841,6 +7136,14 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
6841
7136
  """
6842
7137
  return pulumi.get(self, "action_taken")
6843
7138
 
7139
+ @property
7140
+ @pulumi.getter(name="applicationContexts")
7141
+ def application_contexts(self) -> str:
7142
+ """
7143
+ Semicolon-seperated list of application context namespace, attribute, value information in (APPCTX_NSPACE,APPCTX_ATTRIBUTE=<value>) format.
7144
+ """
7145
+ return pulumi.get(self, "application_contexts")
7146
+
6844
7147
  @property
6845
7148
  @pulumi.getter(name="auditEventTime")
6846
7149
  def audit_event_time(self) -> str:
@@ -7004,6 +7307,14 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
7004
7307
  """
7005
7308
  return pulumi.get(self, "extended_event_attributes")
7006
7309
 
7310
+ @property
7311
+ @pulumi.getter(name="fgaPolicyName")
7312
+ def fga_policy_name(self) -> str:
7313
+ """
7314
+ Fine-grained auditing (FGA) policy name that generated this audit record.
7315
+ """
7316
+ return pulumi.get(self, "fga_policy_name")
7317
+
7007
7318
  @property
7008
7319
  @pulumi.getter(name="freeformTags")
7009
7320
  def freeform_tags(self) -> Mapping[str, Any]:
@@ -10060,6 +10371,35 @@ class GetDiscoveryAnalyticsFilterResult(dict):
10060
10371
  return pulumi.get(self, "regex")
10061
10372
 
10062
10373
 
10374
+ @pulumi.output_type
10375
+ class GetDiscoveryJobTablesForDiscoveryResult(dict):
10376
+ def __init__(__self__, *,
10377
+ schema_name: str,
10378
+ table_names: Sequence[str]):
10379
+ """
10380
+ :param str schema_name: This contains the name of the schema.
10381
+ :param Sequence[str] table_names: This contains an optional list of the table names.
10382
+ """
10383
+ pulumi.set(__self__, "schema_name", schema_name)
10384
+ pulumi.set(__self__, "table_names", table_names)
10385
+
10386
+ @property
10387
+ @pulumi.getter(name="schemaName")
10388
+ def schema_name(self) -> str:
10389
+ """
10390
+ This contains the name of the schema.
10391
+ """
10392
+ return pulumi.get(self, "schema_name")
10393
+
10394
+ @property
10395
+ @pulumi.getter(name="tableNames")
10396
+ def table_names(self) -> Sequence[str]:
10397
+ """
10398
+ This contains an optional list of the table names.
10399
+ """
10400
+ return pulumi.get(self, "table_names")
10401
+
10402
+
10063
10403
  @pulumi.output_type
10064
10404
  class GetDiscoveryJobsResultModifiedAttributeResult(dict):
10065
10405
  def __init__(__self__, *,
@@ -13971,6 +14311,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
13971
14311
  freeform_tags: Mapping[str, Any],
13972
14312
  id: str,
13973
14313
  is_seeded: bool,
14314
+ lifecycle_details: str,
13974
14315
  parent_id: str,
13975
14316
  record_time_span: str,
13976
14317
  schedule: str,
@@ -13999,11 +14340,12 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
13999
14340
  :param Mapping[str, Any] 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"}`
14000
14341
  :param str id: The OCID of the report definition.
14001
14342
  :param bool is_seeded: A boolean flag indicating to list seeded report definitions. Set this parameter to get list of seeded report definitions.
14343
+ :param str lifecycle_details: Details about the current state of the report definition in Data Safe.
14002
14344
  :param str parent_id: The OCID of the parent report definition. In the case of seeded report definition, this is same as definition OCID.
14003
14345
  :param str record_time_span: The time span for the records in the report to be scheduled. <period-value><period> Allowed period strings - "H","D","M","Y" Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)
14004
14346
  :param str schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
14005
14347
  :param str scheduled_report_compartment_id: The OCID of the compartment in which the scheduled resource will be created.
14006
- :param str scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
14348
+ :param str scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf or .json)
14007
14349
  :param str scheduled_report_name: The name of the report to be scheduled.
14008
14350
  :param int scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
14009
14351
  :param str scim_filter: Additional scim filters used to get the specific summary.
@@ -14027,6 +14369,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14027
14369
  pulumi.set(__self__, "freeform_tags", freeform_tags)
14028
14370
  pulumi.set(__self__, "id", id)
14029
14371
  pulumi.set(__self__, "is_seeded", is_seeded)
14372
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
14030
14373
  pulumi.set(__self__, "parent_id", parent_id)
14031
14374
  pulumi.set(__self__, "record_time_span", record_time_span)
14032
14375
  pulumi.set(__self__, "schedule", schedule)
@@ -14153,6 +14496,14 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14153
14496
  """
14154
14497
  return pulumi.get(self, "is_seeded")
14155
14498
 
14499
+ @property
14500
+ @pulumi.getter(name="lifecycleDetails")
14501
+ def lifecycle_details(self) -> str:
14502
+ """
14503
+ Details about the current state of the report definition in Data Safe.
14504
+ """
14505
+ return pulumi.get(self, "lifecycle_details")
14506
+
14156
14507
  @property
14157
14508
  @pulumi.getter(name="parentId")
14158
14509
  def parent_id(self) -> str:
@@ -14189,7 +14540,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14189
14540
  @pulumi.getter(name="scheduledReportMimeType")
14190
14541
  def scheduled_report_mime_type(self) -> str:
14191
14542
  """
14192
- Specifies the format of the report ( either .xls or .pdf )
14543
+ Specifies the format of the report ( either .xls or .pdf or .json)
14193
14544
  """
14194
14545
  return pulumi.get(self, "scheduled_report_mime_type")
14195
14546
 
@@ -14543,6 +14894,7 @@ class GetReportsReportCollectionItemResult(dict):
14543
14894
  display_name: str,
14544
14895
  freeform_tags: Mapping[str, Any],
14545
14896
  id: str,
14897
+ lifecycle_details: str,
14546
14898
  mime_type: str,
14547
14899
  report_definition_id: str,
14548
14900
  report_id: str,
@@ -14557,7 +14909,8 @@ class GetReportsReportCollectionItemResult(dict):
14557
14909
  :param str display_name: The name of the report definition to query.
14558
14910
  :param Mapping[str, Any] 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"}`
14559
14911
  :param str id: The OCID of the report.
14560
- :param str mime_type: Specifies the format of report to be .xls or .pdf
14912
+ :param str lifecycle_details: Details about the current state of the report in Data Safe.
14913
+ :param str mime_type: Specifies the format of report to be .xls or .pdf or .json
14561
14914
  :param str report_definition_id: The ID of the report definition to filter the list of reports
14562
14915
  :param str state: An optional filter to return only resources that match the specified lifecycle state.
14563
14916
  :param Mapping[str, Any] 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"}`
@@ -14570,6 +14923,7 @@ class GetReportsReportCollectionItemResult(dict):
14570
14923
  pulumi.set(__self__, "display_name", display_name)
14571
14924
  pulumi.set(__self__, "freeform_tags", freeform_tags)
14572
14925
  pulumi.set(__self__, "id", id)
14926
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
14573
14927
  pulumi.set(__self__, "mime_type", mime_type)
14574
14928
  pulumi.set(__self__, "report_definition_id", report_definition_id)
14575
14929
  pulumi.set(__self__, "report_id", report_id)
@@ -14626,11 +14980,19 @@ class GetReportsReportCollectionItemResult(dict):
14626
14980
  """
14627
14981
  return pulumi.get(self, "id")
14628
14982
 
14983
+ @property
14984
+ @pulumi.getter(name="lifecycleDetails")
14985
+ def lifecycle_details(self) -> str:
14986
+ """
14987
+ Details about the current state of the report in Data Safe.
14988
+ """
14989
+ return pulumi.get(self, "lifecycle_details")
14990
+
14629
14991
  @property
14630
14992
  @pulumi.getter(name="mimeType")
14631
14993
  def mime_type(self) -> str:
14632
14994
  """
14633
- Specifies the format of report to be .xls or .pdf
14995
+ Specifies the format of report to be .xls or .pdf or .json
14634
14996
  """
14635
14997
  return pulumi.get(self, "mime_type")
14636
14998
 
@@ -15403,14 +15765,17 @@ class GetSecurityAssessmentComparisonTargetAuditingBaselineReferenceResult(dict)
15403
15765
  def __init__(__self__, *,
15404
15766
  cis: str,
15405
15767
  gdpr: str,
15768
+ obp: str,
15406
15769
  stig: str):
15407
15770
  """
15408
15771
  :param str cis: Relevant section from CIS.
15409
15772
  :param str gdpr: Relevant section from GDPR.
15773
+ :param str obp: Relevant section from OBP.
15410
15774
  :param str stig: Relevant section from STIG.
15411
15775
  """
15412
15776
  pulumi.set(__self__, "cis", cis)
15413
15777
  pulumi.set(__self__, "gdpr", gdpr)
15778
+ pulumi.set(__self__, "obp", obp)
15414
15779
  pulumi.set(__self__, "stig", stig)
15415
15780
 
15416
15781
  @property
@@ -15429,6 +15794,14 @@ class GetSecurityAssessmentComparisonTargetAuditingBaselineReferenceResult(dict)
15429
15794
  """
15430
15795
  return pulumi.get(self, "gdpr")
15431
15796
 
15797
+ @property
15798
+ @pulumi.getter
15799
+ def obp(self) -> str:
15800
+ """
15801
+ Relevant section from OBP.
15802
+ """
15803
+ return pulumi.get(self, "obp")
15804
+
15432
15805
  @property
15433
15806
  @pulumi.getter
15434
15807
  def stig(self) -> str:
@@ -15637,14 +16010,17 @@ class GetSecurityAssessmentComparisonTargetAuditingCurrentReferenceResult(dict):
15637
16010
  def __init__(__self__, *,
15638
16011
  cis: str,
15639
16012
  gdpr: str,
16013
+ obp: str,
15640
16014
  stig: str):
15641
16015
  """
15642
16016
  :param str cis: Relevant section from CIS.
15643
16017
  :param str gdpr: Relevant section from GDPR.
16018
+ :param str obp: Relevant section from OBP.
15644
16019
  :param str stig: Relevant section from STIG.
15645
16020
  """
15646
16021
  pulumi.set(__self__, "cis", cis)
15647
16022
  pulumi.set(__self__, "gdpr", gdpr)
16023
+ pulumi.set(__self__, "obp", obp)
15648
16024
  pulumi.set(__self__, "stig", stig)
15649
16025
 
15650
16026
  @property
@@ -15663,6 +16039,14 @@ class GetSecurityAssessmentComparisonTargetAuditingCurrentReferenceResult(dict):
15663
16039
  """
15664
16040
  return pulumi.get(self, "gdpr")
15665
16041
 
16042
+ @property
16043
+ @pulumi.getter
16044
+ def obp(self) -> str:
16045
+ """
16046
+ Relevant section from OBP.
16047
+ """
16048
+ return pulumi.get(self, "obp")
16049
+
15666
16050
  @property
15667
16051
  @pulumi.getter
15668
16052
  def stig(self) -> str:
@@ -15944,14 +16328,17 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference
15944
16328
  def __init__(__self__, *,
15945
16329
  cis: str,
15946
16330
  gdpr: str,
16331
+ obp: str,
15947
16332
  stig: str):
15948
16333
  """
15949
16334
  :param str cis: Relevant section from CIS.
15950
16335
  :param str gdpr: Relevant section from GDPR.
16336
+ :param str obp: Relevant section from OBP.
15951
16337
  :param str stig: Relevant section from STIG.
15952
16338
  """
15953
16339
  pulumi.set(__self__, "cis", cis)
15954
16340
  pulumi.set(__self__, "gdpr", gdpr)
16341
+ pulumi.set(__self__, "obp", obp)
15955
16342
  pulumi.set(__self__, "stig", stig)
15956
16343
 
15957
16344
  @property
@@ -15970,6 +16357,14 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference
15970
16357
  """
15971
16358
  return pulumi.get(self, "gdpr")
15972
16359
 
16360
+ @property
16361
+ @pulumi.getter
16362
+ def obp(self) -> str:
16363
+ """
16364
+ Relevant section from OBP.
16365
+ """
16366
+ return pulumi.get(self, "obp")
16367
+
15973
16368
  @property
15974
16369
  @pulumi.getter
15975
16370
  def stig(self) -> str:
@@ -16178,14 +16573,17 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReferenceR
16178
16573
  def __init__(__self__, *,
16179
16574
  cis: str,
16180
16575
  gdpr: str,
16576
+ obp: str,
16181
16577
  stig: str):
16182
16578
  """
16183
16579
  :param str cis: Relevant section from CIS.
16184
16580
  :param str gdpr: Relevant section from GDPR.
16581
+ :param str obp: Relevant section from OBP.
16185
16582
  :param str stig: Relevant section from STIG.
16186
16583
  """
16187
16584
  pulumi.set(__self__, "cis", cis)
16188
16585
  pulumi.set(__self__, "gdpr", gdpr)
16586
+ pulumi.set(__self__, "obp", obp)
16189
16587
  pulumi.set(__self__, "stig", stig)
16190
16588
 
16191
16589
  @property
@@ -16204,6 +16602,14 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReferenceR
16204
16602
  """
16205
16603
  return pulumi.get(self, "gdpr")
16206
16604
 
16605
+ @property
16606
+ @pulumi.getter
16607
+ def obp(self) -> str:
16608
+ """
16609
+ Relevant section from OBP.
16610
+ """
16611
+ return pulumi.get(self, "obp")
16612
+
16207
16613
  @property
16208
16614
  @pulumi.getter
16209
16615
  def stig(self) -> str:
@@ -16485,14 +16891,17 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReferenceResult
16485
16891
  def __init__(__self__, *,
16486
16892
  cis: str,
16487
16893
  gdpr: str,
16894
+ obp: str,
16488
16895
  stig: str):
16489
16896
  """
16490
16897
  :param str cis: Relevant section from CIS.
16491
16898
  :param str gdpr: Relevant section from GDPR.
16899
+ :param str obp: Relevant section from OBP.
16492
16900
  :param str stig: Relevant section from STIG.
16493
16901
  """
16494
16902
  pulumi.set(__self__, "cis", cis)
16495
16903
  pulumi.set(__self__, "gdpr", gdpr)
16904
+ pulumi.set(__self__, "obp", obp)
16496
16905
  pulumi.set(__self__, "stig", stig)
16497
16906
 
16498
16907
  @property
@@ -16511,6 +16920,14 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReferenceResult
16511
16920
  """
16512
16921
  return pulumi.get(self, "gdpr")
16513
16922
 
16923
+ @property
16924
+ @pulumi.getter
16925
+ def obp(self) -> str:
16926
+ """
16927
+ Relevant section from OBP.
16928
+ """
16929
+ return pulumi.get(self, "obp")
16930
+
16514
16931
  @property
16515
16932
  @pulumi.getter
16516
16933
  def stig(self) -> str:
@@ -16719,14 +17136,17 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReferenceResult(
16719
17136
  def __init__(__self__, *,
16720
17137
  cis: str,
16721
17138
  gdpr: str,
17139
+ obp: str,
16722
17140
  stig: str):
16723
17141
  """
16724
17142
  :param str cis: Relevant section from CIS.
16725
17143
  :param str gdpr: Relevant section from GDPR.
17144
+ :param str obp: Relevant section from OBP.
16726
17145
  :param str stig: Relevant section from STIG.
16727
17146
  """
16728
17147
  pulumi.set(__self__, "cis", cis)
16729
17148
  pulumi.set(__self__, "gdpr", gdpr)
17149
+ pulumi.set(__self__, "obp", obp)
16730
17150
  pulumi.set(__self__, "stig", stig)
16731
17151
 
16732
17152
  @property
@@ -16745,6 +17165,14 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReferenceResult(
16745
17165
  """
16746
17166
  return pulumi.get(self, "gdpr")
16747
17167
 
17168
+ @property
17169
+ @pulumi.getter
17170
+ def obp(self) -> str:
17171
+ """
17172
+ Relevant section from OBP.
17173
+ """
17174
+ return pulumi.get(self, "obp")
17175
+
16748
17176
  @property
16749
17177
  @pulumi.getter
16750
17178
  def stig(self) -> str:
@@ -17026,14 +17454,17 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReferenceResul
17026
17454
  def __init__(__self__, *,
17027
17455
  cis: str,
17028
17456
  gdpr: str,
17457
+ obp: str,
17029
17458
  stig: str):
17030
17459
  """
17031
17460
  :param str cis: Relevant section from CIS.
17032
17461
  :param str gdpr: Relevant section from GDPR.
17462
+ :param str obp: Relevant section from OBP.
17033
17463
  :param str stig: Relevant section from STIG.
17034
17464
  """
17035
17465
  pulumi.set(__self__, "cis", cis)
17036
17466
  pulumi.set(__self__, "gdpr", gdpr)
17467
+ pulumi.set(__self__, "obp", obp)
17037
17468
  pulumi.set(__self__, "stig", stig)
17038
17469
 
17039
17470
  @property
@@ -17052,6 +17483,14 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReferenceResul
17052
17483
  """
17053
17484
  return pulumi.get(self, "gdpr")
17054
17485
 
17486
+ @property
17487
+ @pulumi.getter
17488
+ def obp(self) -> str:
17489
+ """
17490
+ Relevant section from OBP.
17491
+ """
17492
+ return pulumi.get(self, "obp")
17493
+
17055
17494
  @property
17056
17495
  @pulumi.getter
17057
17496
  def stig(self) -> str:
@@ -17260,14 +17699,17 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReferenceResult
17260
17699
  def __init__(__self__, *,
17261
17700
  cis: str,
17262
17701
  gdpr: str,
17702
+ obp: str,
17263
17703
  stig: str):
17264
17704
  """
17265
17705
  :param str cis: Relevant section from CIS.
17266
17706
  :param str gdpr: Relevant section from GDPR.
17707
+ :param str obp: Relevant section from OBP.
17267
17708
  :param str stig: Relevant section from STIG.
17268
17709
  """
17269
17710
  pulumi.set(__self__, "cis", cis)
17270
17711
  pulumi.set(__self__, "gdpr", gdpr)
17712
+ pulumi.set(__self__, "obp", obp)
17271
17713
  pulumi.set(__self__, "stig", stig)
17272
17714
 
17273
17715
  @property
@@ -17286,6 +17728,14 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReferenceResult
17286
17728
  """
17287
17729
  return pulumi.get(self, "gdpr")
17288
17730
 
17731
+ @property
17732
+ @pulumi.getter
17733
+ def obp(self) -> str:
17734
+ """
17735
+ Relevant section from OBP.
17736
+ """
17737
+ return pulumi.get(self, "obp")
17738
+
17289
17739
  @property
17290
17740
  @pulumi.getter
17291
17741
  def stig(self) -> str:
@@ -17567,14 +18017,17 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineRefer
17567
18017
  def __init__(__self__, *,
17568
18018
  cis: str,
17569
18019
  gdpr: str,
18020
+ obp: str,
17570
18021
  stig: str):
17571
18022
  """
17572
18023
  :param str cis: Relevant section from CIS.
17573
18024
  :param str gdpr: Relevant section from GDPR.
18025
+ :param str obp: Relevant section from OBP.
17574
18026
  :param str stig: Relevant section from STIG.
17575
18027
  """
17576
18028
  pulumi.set(__self__, "cis", cis)
17577
18029
  pulumi.set(__self__, "gdpr", gdpr)
18030
+ pulumi.set(__self__, "obp", obp)
17578
18031
  pulumi.set(__self__, "stig", stig)
17579
18032
 
17580
18033
  @property
@@ -17593,6 +18046,14 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineRefer
17593
18046
  """
17594
18047
  return pulumi.get(self, "gdpr")
17595
18048
 
18049
+ @property
18050
+ @pulumi.getter
18051
+ def obp(self) -> str:
18052
+ """
18053
+ Relevant section from OBP.
18054
+ """
18055
+ return pulumi.get(self, "obp")
18056
+
17596
18057
  @property
17597
18058
  @pulumi.getter
17598
18059
  def stig(self) -> str:
@@ -17801,14 +18262,17 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentRefere
17801
18262
  def __init__(__self__, *,
17802
18263
  cis: str,
17803
18264
  gdpr: str,
18265
+ obp: str,
17804
18266
  stig: str):
17805
18267
  """
17806
18268
  :param str cis: Relevant section from CIS.
17807
18269
  :param str gdpr: Relevant section from GDPR.
18270
+ :param str obp: Relevant section from OBP.
17808
18271
  :param str stig: Relevant section from STIG.
17809
18272
  """
17810
18273
  pulumi.set(__self__, "cis", cis)
17811
18274
  pulumi.set(__self__, "gdpr", gdpr)
18275
+ pulumi.set(__self__, "obp", obp)
17812
18276
  pulumi.set(__self__, "stig", stig)
17813
18277
 
17814
18278
  @property
@@ -17827,6 +18291,14 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentRefere
17827
18291
  """
17828
18292
  return pulumi.get(self, "gdpr")
17829
18293
 
18294
+ @property
18295
+ @pulumi.getter
18296
+ def obp(self) -> str:
18297
+ """
18298
+ Relevant section from OBP.
18299
+ """
18300
+ return pulumi.get(self, "obp")
18301
+
17830
18302
  @property
17831
18303
  @pulumi.getter
17832
18304
  def stig(self) -> str:
@@ -18108,14 +18580,17 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReferenceRes
18108
18580
  def __init__(__self__, *,
18109
18581
  cis: str,
18110
18582
  gdpr: str,
18583
+ obp: str,
18111
18584
  stig: str):
18112
18585
  """
18113
18586
  :param str cis: Relevant section from CIS.
18114
18587
  :param str gdpr: Relevant section from GDPR.
18588
+ :param str obp: Relevant section from OBP.
18115
18589
  :param str stig: Relevant section from STIG.
18116
18590
  """
18117
18591
  pulumi.set(__self__, "cis", cis)
18118
18592
  pulumi.set(__self__, "gdpr", gdpr)
18593
+ pulumi.set(__self__, "obp", obp)
18119
18594
  pulumi.set(__self__, "stig", stig)
18120
18595
 
18121
18596
  @property
@@ -18134,6 +18609,14 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReferenceRes
18134
18609
  """
18135
18610
  return pulumi.get(self, "gdpr")
18136
18611
 
18612
+ @property
18613
+ @pulumi.getter
18614
+ def obp(self) -> str:
18615
+ """
18616
+ Relevant section from OBP.
18617
+ """
18618
+ return pulumi.get(self, "obp")
18619
+
18137
18620
  @property
18138
18621
  @pulumi.getter
18139
18622
  def stig(self) -> str:
@@ -18342,14 +18825,17 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReferenceResu
18342
18825
  def __init__(__self__, *,
18343
18826
  cis: str,
18344
18827
  gdpr: str,
18828
+ obp: str,
18345
18829
  stig: str):
18346
18830
  """
18347
18831
  :param str cis: Relevant section from CIS.
18348
18832
  :param str gdpr: Relevant section from GDPR.
18833
+ :param str obp: Relevant section from OBP.
18349
18834
  :param str stig: Relevant section from STIG.
18350
18835
  """
18351
18836
  pulumi.set(__self__, "cis", cis)
18352
18837
  pulumi.set(__self__, "gdpr", gdpr)
18838
+ pulumi.set(__self__, "obp", obp)
18353
18839
  pulumi.set(__self__, "stig", stig)
18354
18840
 
18355
18841
  @property
@@ -18368,6 +18854,14 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReferenceResu
18368
18854
  """
18369
18855
  return pulumi.get(self, "gdpr")
18370
18856
 
18857
+ @property
18858
+ @pulumi.getter
18859
+ def obp(self) -> str:
18860
+ """
18861
+ Relevant section from OBP.
18862
+ """
18863
+ return pulumi.get(self, "obp")
18864
+
18371
18865
  @property
18372
18866
  @pulumi.getter
18373
18867
  def stig(self) -> str:
@@ -18649,14 +19143,17 @@ class GetSecurityAssessmentComparisonTargetUserAccountBaselineReferenceResult(di
18649
19143
  def __init__(__self__, *,
18650
19144
  cis: str,
18651
19145
  gdpr: str,
19146
+ obp: str,
18652
19147
  stig: str):
18653
19148
  """
18654
19149
  :param str cis: Relevant section from CIS.
18655
19150
  :param str gdpr: Relevant section from GDPR.
19151
+ :param str obp: Relevant section from OBP.
18656
19152
  :param str stig: Relevant section from STIG.
18657
19153
  """
18658
19154
  pulumi.set(__self__, "cis", cis)
18659
19155
  pulumi.set(__self__, "gdpr", gdpr)
19156
+ pulumi.set(__self__, "obp", obp)
18660
19157
  pulumi.set(__self__, "stig", stig)
18661
19158
 
18662
19159
  @property
@@ -18675,6 +19172,14 @@ class GetSecurityAssessmentComparisonTargetUserAccountBaselineReferenceResult(di
18675
19172
  """
18676
19173
  return pulumi.get(self, "gdpr")
18677
19174
 
19175
+ @property
19176
+ @pulumi.getter
19177
+ def obp(self) -> str:
19178
+ """
19179
+ Relevant section from OBP.
19180
+ """
19181
+ return pulumi.get(self, "obp")
19182
+
18678
19183
  @property
18679
19184
  @pulumi.getter
18680
19185
  def stig(self) -> str:
@@ -18883,14 +19388,17 @@ class GetSecurityAssessmentComparisonTargetUserAccountCurrentReferenceResult(dic
18883
19388
  def __init__(__self__, *,
18884
19389
  cis: str,
18885
19390
  gdpr: str,
19391
+ obp: str,
18886
19392
  stig: str):
18887
19393
  """
18888
19394
  :param str cis: Relevant section from CIS.
18889
19395
  :param str gdpr: Relevant section from GDPR.
19396
+ :param str obp: Relevant section from OBP.
18890
19397
  :param str stig: Relevant section from STIG.
18891
19398
  """
18892
19399
  pulumi.set(__self__, "cis", cis)
18893
19400
  pulumi.set(__self__, "gdpr", gdpr)
19401
+ pulumi.set(__self__, "obp", obp)
18894
19402
  pulumi.set(__self__, "stig", stig)
18895
19403
 
18896
19404
  @property
@@ -18909,6 +19417,14 @@ class GetSecurityAssessmentComparisonTargetUserAccountCurrentReferenceResult(dic
18909
19417
  """
18910
19418
  return pulumi.get(self, "gdpr")
18911
19419
 
19420
+ @property
19421
+ @pulumi.getter
19422
+ def obp(self) -> str:
19423
+ """
19424
+ Relevant section from OBP.
19425
+ """
19426
+ return pulumi.get(self, "obp")
19427
+
18912
19428
  @property
18913
19429
  @pulumi.getter
18914
19430
  def stig(self) -> str:
@@ -19114,6 +19630,7 @@ class GetSecurityAssessmentFindingFindingResult(dict):
19114
19630
  justification: str,
19115
19631
  key: str,
19116
19632
  lifecycle_details: str,
19633
+ oneline: str,
19117
19634
  oracle_defined_severity: str,
19118
19635
  references: Sequence['outputs.GetSecurityAssessmentFindingFindingReferenceResult'],
19119
19636
  remarks: str,
@@ -19132,6 +19649,7 @@ class GetSecurityAssessmentFindingFindingResult(dict):
19132
19649
  pulumi.set(__self__, "justification", justification)
19133
19650
  pulumi.set(__self__, "key", key)
19134
19651
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
19652
+ pulumi.set(__self__, "oneline", oneline)
19135
19653
  pulumi.set(__self__, "oracle_defined_severity", oracle_defined_severity)
19136
19654
  pulumi.set(__self__, "references", references)
19137
19655
  pulumi.set(__self__, "remarks", remarks)
@@ -19183,6 +19701,11 @@ class GetSecurityAssessmentFindingFindingResult(dict):
19183
19701
  def lifecycle_details(self) -> str:
19184
19702
  return pulumi.get(self, "lifecycle_details")
19185
19703
 
19704
+ @property
19705
+ @pulumi.getter
19706
+ def oneline(self) -> str:
19707
+ return pulumi.get(self, "oneline")
19708
+
19186
19709
  @property
19187
19710
  @pulumi.getter(name="oracleDefinedSeverity")
19188
19711
  def oracle_defined_severity(self) -> str:
@@ -19239,9 +19762,11 @@ class GetSecurityAssessmentFindingFindingReferenceResult(dict):
19239
19762
  def __init__(__self__, *,
19240
19763
  cis: str,
19241
19764
  gdpr: str,
19765
+ obp: str,
19242
19766
  stig: str):
19243
19767
  pulumi.set(__self__, "cis", cis)
19244
19768
  pulumi.set(__self__, "gdpr", gdpr)
19769
+ pulumi.set(__self__, "obp", obp)
19245
19770
  pulumi.set(__self__, "stig", stig)
19246
19771
 
19247
19772
  @property
@@ -19254,6 +19779,11 @@ class GetSecurityAssessmentFindingFindingReferenceResult(dict):
19254
19779
  def gdpr(self) -> str:
19255
19780
  return pulumi.get(self, "gdpr")
19256
19781
 
19782
+ @property
19783
+ @pulumi.getter
19784
+ def obp(self) -> str:
19785
+ return pulumi.get(self, "obp")
19786
+
19257
19787
  @property
19258
19788
  @pulumi.getter
19259
19789
  def stig(self) -> str:
@@ -19493,6 +20023,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
19493
20023
  justification: str,
19494
20024
  key: str,
19495
20025
  lifecycle_details: str,
20026
+ oneline: str,
19496
20027
  oracle_defined_severity: str,
19497
20028
  references: Sequence['outputs.GetSecurityAssessmentFindingsFindingReferenceResult'],
19498
20029
  remarks: str,
@@ -19512,13 +20043,14 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
19512
20043
  :param str justification: User provided reason for accepting or modifying this finding if they choose to do so.
19513
20044
  :param str key: The unique finding key. This is a system-generated identifier. To get the finding key for a finding, use ListFindings.
19514
20045
  :param str lifecycle_details: Details about the current state of the finding.
20046
+ :param str oneline: Provides a recommended approach to take to remediate the finding reported.
19515
20047
  :param str oracle_defined_severity: The severity of the finding as determined by security assessment. This cannot be modified by user.
19516
20048
  :param Sequence['GetSecurityAssessmentFindingsFindingReferenceArgs'] references: An optional filter to return only findings containing the specified reference.
19517
20049
  :param str remarks: The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
19518
20050
  :param str severity: A filter to return only findings of a particular risk level.
19519
20051
  :param str state: A filter to return only the findings that match the specified lifecycle states.
19520
20052
  :param str summary: The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
19521
- :param str target_id: The OCID of the target database.
20053
+ :param str target_id: A filter to return only items related to a specific target OCID.
19522
20054
  :param str time_updated: The date and time the risk level of finding was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
19523
20055
  :param str time_valid_until: The time until which the change in severity(deferred / modified) of this finding is valid.
19524
20056
  :param str title: The short title for the finding.
@@ -19531,6 +20063,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
19531
20063
  pulumi.set(__self__, "justification", justification)
19532
20064
  pulumi.set(__self__, "key", key)
19533
20065
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
20066
+ pulumi.set(__self__, "oneline", oneline)
19534
20067
  pulumi.set(__self__, "oracle_defined_severity", oracle_defined_severity)
19535
20068
  pulumi.set(__self__, "references", references)
19536
20069
  pulumi.set(__self__, "remarks", remarks)
@@ -19606,6 +20139,14 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
19606
20139
  """
19607
20140
  return pulumi.get(self, "lifecycle_details")
19608
20141
 
20142
+ @property
20143
+ @pulumi.getter
20144
+ def oneline(self) -> str:
20145
+ """
20146
+ Provides a recommended approach to take to remediate the finding reported.
20147
+ """
20148
+ return pulumi.get(self, "oneline")
20149
+
19609
20150
  @property
19610
20151
  @pulumi.getter(name="oracleDefinedSeverity")
19611
20152
  def oracle_defined_severity(self) -> str:
@@ -19658,7 +20199,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
19658
20199
  @pulumi.getter(name="targetId")
19659
20200
  def target_id(self) -> str:
19660
20201
  """
19661
- The OCID of the target database.
20202
+ A filter to return only items related to a specific target OCID.
19662
20203
  """
19663
20204
  return pulumi.get(self, "target_id")
19664
20205
 
@@ -19692,14 +20233,17 @@ class GetSecurityAssessmentFindingsFindingReferenceResult(dict):
19692
20233
  def __init__(__self__, *,
19693
20234
  cis: str,
19694
20235
  gdpr: str,
20236
+ obp: str,
19695
20237
  stig: str):
19696
20238
  """
19697
20239
  :param str cis: Relevant section from CIS.
19698
20240
  :param str gdpr: Relevant section from GDPR.
20241
+ :param str obp: Relevant section from OBP.
19699
20242
  :param str stig: Relevant section from STIG.
19700
20243
  """
19701
20244
  pulumi.set(__self__, "cis", cis)
19702
20245
  pulumi.set(__self__, "gdpr", gdpr)
20246
+ pulumi.set(__self__, "obp", obp)
19703
20247
  pulumi.set(__self__, "stig", stig)
19704
20248
 
19705
20249
  @property
@@ -19718,6 +20262,14 @@ class GetSecurityAssessmentFindingsFindingReferenceResult(dict):
19718
20262
  """
19719
20263
  return pulumi.get(self, "gdpr")
19720
20264
 
20265
+ @property
20266
+ @pulumi.getter
20267
+ def obp(self) -> str:
20268
+ """
20269
+ Relevant section from OBP.
20270
+ """
20271
+ return pulumi.get(self, "obp")
20272
+
19721
20273
  @property
19722
20274
  @pulumi.getter
19723
20275
  def stig(self) -> str:
@@ -20856,6 +21408,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
20856
21408
  id: str,
20857
21409
  ignored_assessment_ids: Sequence[str],
20858
21410
  ignored_targets: Sequence[str],
21411
+ is_assessment_scheduled: bool,
20859
21412
  is_baseline: bool,
20860
21413
  is_deviated_from_baseline: bool,
20861
21414
  last_compared_baseline_id: str,
@@ -20883,6 +21436,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
20883
21436
  :param str id: The OCID of the security assessment.
20884
21437
  :param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
20885
21438
  :param Sequence[str] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
21439
+ :param bool is_assessment_scheduled: Indicates whether the assessment is scheduled to run.
20886
21440
  :param bool is_baseline: A filter to return only the security assessments that are set as a baseline.
20887
21441
  :param bool is_deviated_from_baseline: Indicates whether or not the security assessment deviates from the baseline.
20888
21442
  :param str last_compared_baseline_id: The OCID of the baseline against which the latest security assessment was compared.
@@ -20910,6 +21464,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
20910
21464
  pulumi.set(__self__, "id", id)
20911
21465
  pulumi.set(__self__, "ignored_assessment_ids", ignored_assessment_ids)
20912
21466
  pulumi.set(__self__, "ignored_targets", ignored_targets)
21467
+ pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
20913
21468
  pulumi.set(__self__, "is_baseline", is_baseline)
20914
21469
  pulumi.set(__self__, "is_deviated_from_baseline", is_deviated_from_baseline)
20915
21470
  pulumi.set(__self__, "last_compared_baseline_id", last_compared_baseline_id)
@@ -20993,6 +21548,14 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
20993
21548
  """
20994
21549
  return pulumi.get(self, "ignored_targets")
20995
21550
 
21551
+ @property
21552
+ @pulumi.getter(name="isAssessmentScheduled")
21553
+ def is_assessment_scheduled(self) -> bool:
21554
+ """
21555
+ Indicates whether the assessment is scheduled to run.
21556
+ """
21557
+ return pulumi.get(self, "is_assessment_scheduled")
21558
+
20996
21559
  @property
20997
21560
  @pulumi.getter(name="isBaseline")
20998
21561
  def is_baseline(self) -> bool:
@@ -23437,6 +24000,109 @@ class GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionItemResult(d
23437
24000
  return pulumi.get(self, "schema_name")
23438
24001
 
23439
24002
 
24003
+ @pulumi.output_type
24004
+ class GetSensitiveDataModelSensitiveTypesFilterResult(dict):
24005
+ def __init__(__self__, *,
24006
+ name: str,
24007
+ values: Sequence[str],
24008
+ regex: Optional[bool] = None):
24009
+ pulumi.set(__self__, "name", name)
24010
+ pulumi.set(__self__, "values", values)
24011
+ if regex is not None:
24012
+ pulumi.set(__self__, "regex", regex)
24013
+
24014
+ @property
24015
+ @pulumi.getter
24016
+ def name(self) -> str:
24017
+ return pulumi.get(self, "name")
24018
+
24019
+ @property
24020
+ @pulumi.getter
24021
+ def values(self) -> Sequence[str]:
24022
+ return pulumi.get(self, "values")
24023
+
24024
+ @property
24025
+ @pulumi.getter
24026
+ def regex(self) -> Optional[bool]:
24027
+ return pulumi.get(self, "regex")
24028
+
24029
+
24030
+ @pulumi.output_type
24031
+ class GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionResult(dict):
24032
+ def __init__(__self__, *,
24033
+ items: Sequence['outputs.GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult']):
24034
+ """
24035
+ :param Sequence['GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemArgs'] items: An array of sensitive types summary objects present in a sensitive data model.
24036
+ """
24037
+ pulumi.set(__self__, "items", items)
24038
+
24039
+ @property
24040
+ @pulumi.getter
24041
+ def items(self) -> Sequence['outputs.GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult']:
24042
+ """
24043
+ An array of sensitive types summary objects present in a sensitive data model.
24044
+ """
24045
+ return pulumi.get(self, "items")
24046
+
24047
+
24048
+ @pulumi.output_type
24049
+ class GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult(dict):
24050
+ def __init__(__self__, *,
24051
+ sensitive_data_model_sensitive_type_count: str,
24052
+ sensitive_type_id: str):
24053
+ """
24054
+ :param str sensitive_data_model_sensitive_type_count: The total number of sensitive columns linked to this specific sensitive type .
24055
+ :param str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
24056
+ """
24057
+ pulumi.set(__self__, "sensitive_data_model_sensitive_type_count", sensitive_data_model_sensitive_type_count)
24058
+ pulumi.set(__self__, "sensitive_type_id", sensitive_type_id)
24059
+
24060
+ @property
24061
+ @pulumi.getter(name="sensitiveDataModelSensitiveTypeCount")
24062
+ def sensitive_data_model_sensitive_type_count(self) -> str:
24063
+ """
24064
+ The total number of sensitive columns linked to this specific sensitive type .
24065
+ """
24066
+ return pulumi.get(self, "sensitive_data_model_sensitive_type_count")
24067
+
24068
+ @property
24069
+ @pulumi.getter(name="sensitiveTypeId")
24070
+ def sensitive_type_id(self) -> str:
24071
+ """
24072
+ A filter to return only items related to a specific sensitive type OCID.
24073
+ """
24074
+ return pulumi.get(self, "sensitive_type_id")
24075
+
24076
+
24077
+ @pulumi.output_type
24078
+ class GetSensitiveDataModelTablesForDiscoveryResult(dict):
24079
+ def __init__(__self__, *,
24080
+ schema_name: str,
24081
+ table_names: Sequence[str]):
24082
+ """
24083
+ :param str schema_name: This contains the name of the schema.
24084
+ :param Sequence[str] table_names: This contains an optional list of the table names.
24085
+ """
24086
+ pulumi.set(__self__, "schema_name", schema_name)
24087
+ pulumi.set(__self__, "table_names", table_names)
24088
+
24089
+ @property
24090
+ @pulumi.getter(name="schemaName")
24091
+ def schema_name(self) -> str:
24092
+ """
24093
+ This contains the name of the schema.
24094
+ """
24095
+ return pulumi.get(self, "schema_name")
24096
+
24097
+ @property
24098
+ @pulumi.getter(name="tableNames")
24099
+ def table_names(self) -> Sequence[str]:
24100
+ """
24101
+ This contains an optional list of the table names.
24102
+ """
24103
+ return pulumi.get(self, "table_names")
24104
+
24105
+
23440
24106
  @pulumi.output_type
23441
24107
  class GetSensitiveDataModelsFilterResult(dict):
23442
24108
  def __init__(__self__, *,
@@ -23782,6 +24448,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
23782
24448
  sensitive_type_ids_for_discoveries: Sequence[str],
23783
24449
  state: str,
23784
24450
  system_tags: Mapping[str, Any],
24451
+ tables_for_discoveries: Sequence['outputs.GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult'],
23785
24452
  target_id: str,
23786
24453
  time_created: str,
23787
24454
  time_updated: str):
@@ -23801,6 +24468,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
23801
24468
  :param Sequence[str] sensitive_type_ids_for_discoveries: The OCIDs of the sensitive types to be used by data discovery jobs.
23802
24469
  :param str state: A filter to return only the resources that match the specified lifecycle state.
23803
24470
  :param Mapping[str, Any] 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"}`
24471
+ :param Sequence['GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryArgs'] tables_for_discoveries: The data discovery jobs will scan the tables specified here, including both schemas and tables. For instance, the input could be in the format: [{schemaName: "HR", tableName: ["T1", "T2"]}, {schemaName: "OE", tableName : ["T3", "T4"]}].
23804
24472
  :param str target_id: A filter to return only items related to a specific target OCID.
23805
24473
  :param str time_created: The date and time the sensitive data model was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
23806
24474
  :param str time_updated: The date and time the sensitive data model was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -23820,6 +24488,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
23820
24488
  pulumi.set(__self__, "sensitive_type_ids_for_discoveries", sensitive_type_ids_for_discoveries)
23821
24489
  pulumi.set(__self__, "state", state)
23822
24490
  pulumi.set(__self__, "system_tags", system_tags)
24491
+ pulumi.set(__self__, "tables_for_discoveries", tables_for_discoveries)
23823
24492
  pulumi.set(__self__, "target_id", target_id)
23824
24493
  pulumi.set(__self__, "time_created", time_created)
23825
24494
  pulumi.set(__self__, "time_updated", time_updated)
@@ -23944,6 +24613,14 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
23944
24613
  """
23945
24614
  return pulumi.get(self, "system_tags")
23946
24615
 
24616
+ @property
24617
+ @pulumi.getter(name="tablesForDiscoveries")
24618
+ def tables_for_discoveries(self) -> Sequence['outputs.GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult']:
24619
+ """
24620
+ The data discovery jobs will scan the tables specified here, including both schemas and tables. For instance, the input could be in the format: [{schemaName: "HR", tableName: ["T1", "T2"]}, {schemaName: "OE", tableName : ["T3", "T4"]}].
24621
+ """
24622
+ return pulumi.get(self, "tables_for_discoveries")
24623
+
23947
24624
  @property
23948
24625
  @pulumi.getter(name="targetId")
23949
24626
  def target_id(self) -> str:
@@ -23969,6 +24646,35 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
23969
24646
  return pulumi.get(self, "time_updated")
23970
24647
 
23971
24648
 
24649
+ @pulumi.output_type
24650
+ class GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult(dict):
24651
+ def __init__(__self__, *,
24652
+ schema_name: str,
24653
+ table_names: Sequence[str]):
24654
+ """
24655
+ :param str schema_name: This contains the name of the schema.
24656
+ :param Sequence[str] table_names: This contains an optional list of the table names.
24657
+ """
24658
+ pulumi.set(__self__, "schema_name", schema_name)
24659
+ pulumi.set(__self__, "table_names", table_names)
24660
+
24661
+ @property
24662
+ @pulumi.getter(name="schemaName")
24663
+ def schema_name(self) -> str:
24664
+ """
24665
+ This contains the name of the schema.
24666
+ """
24667
+ return pulumi.get(self, "schema_name")
24668
+
24669
+ @property
24670
+ @pulumi.getter(name="tableNames")
24671
+ def table_names(self) -> Sequence[str]:
24672
+ """
24673
+ This contains an optional list of the table names.
24674
+ """
24675
+ return pulumi.get(self, "table_names")
24676
+
24677
+
23972
24678
  @pulumi.output_type
23973
24679
  class GetSensitiveTypesFilterResult(dict):
23974
24680
  def __init__(__self__, *,
@@ -24284,6 +24990,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
24284
24990
  freeform_tags: Mapping[str, Any],
24285
24991
  id: str,
24286
24992
  is_enabled: bool,
24993
+ lifecycle_details: str,
24287
24994
  policy_id: str,
24288
24995
  state: str,
24289
24996
  system_tags: Mapping[str, Any],
@@ -24297,7 +25004,8 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
24297
25004
  :param str display_name: The display name of the target-alert policy association.
24298
25005
  :param Mapping[str, Any] 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"}`
24299
25006
  :param str id: The OCID of the target-alert policy association.
24300
- :param bool is_enabled: Indicates if the target-alert policy association is enabled or disabled.
25007
+ :param bool is_enabled: Indicates if the target-alert policy association is enabled or disabled by user.
25008
+ :param str lifecycle_details: Details about the current state of the target-alert policy association.
24301
25009
  :param str policy_id: The OCID of the alert policy.
24302
25010
  :param str state: An optional filter to return only alert policies that have the given life-cycle state.
24303
25011
  :param Mapping[str, Any] 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"}`
@@ -24312,6 +25020,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
24312
25020
  pulumi.set(__self__, "freeform_tags", freeform_tags)
24313
25021
  pulumi.set(__self__, "id", id)
24314
25022
  pulumi.set(__self__, "is_enabled", is_enabled)
25023
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
24315
25024
  pulumi.set(__self__, "policy_id", policy_id)
24316
25025
  pulumi.set(__self__, "state", state)
24317
25026
  pulumi.set(__self__, "system_tags", system_tags)
@@ -24371,10 +25080,18 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
24371
25080
  @pulumi.getter(name="isEnabled")
24372
25081
  def is_enabled(self) -> bool:
24373
25082
  """
24374
- Indicates if the target-alert policy association is enabled or disabled.
25083
+ Indicates if the target-alert policy association is enabled or disabled by user.
24375
25084
  """
24376
25085
  return pulumi.get(self, "is_enabled")
24377
25086
 
25087
+ @property
25088
+ @pulumi.getter(name="lifecycleDetails")
25089
+ def lifecycle_details(self) -> str:
25090
+ """
25091
+ Details about the current state of the target-alert policy association.
25092
+ """
25093
+ return pulumi.get(self, "lifecycle_details")
25094
+
24378
25095
  @property
24379
25096
  @pulumi.getter(name="policyId")
24380
25097
  def policy_id(self) -> str:
@@ -27854,6 +28571,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
27854
28571
  id: str,
27855
28572
  ignored_assessment_ids: Sequence[str],
27856
28573
  ignored_targets: Sequence['outputs.GetUserAssessmentsUserAssessmentIgnoredTargetResult'],
28574
+ is_assessment_scheduled: bool,
27857
28575
  is_baseline: bool,
27858
28576
  is_deviated_from_baseline: bool,
27859
28577
  last_compared_baseline_id: str,
@@ -27879,6 +28597,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
27879
28597
  :param str id: The OCID of the user assessment.
27880
28598
  :param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
27881
28599
  :param Sequence['GetUserAssessmentsUserAssessmentIgnoredTargetArgs'] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
28600
+ :param bool is_assessment_scheduled: Indicates whether the assessment is scheduled to run.
27882
28601
  :param bool is_baseline: A filter to return only user assessments that are set as baseline.
27883
28602
  :param bool is_deviated_from_baseline: Indicates if the user assessment deviates from the baseline.
27884
28603
  :param str last_compared_baseline_id: The OCID of the last user assessment baseline against which the latest assessment was compared.
@@ -27904,6 +28623,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
27904
28623
  pulumi.set(__self__, "id", id)
27905
28624
  pulumi.set(__self__, "ignored_assessment_ids", ignored_assessment_ids)
27906
28625
  pulumi.set(__self__, "ignored_targets", ignored_targets)
28626
+ pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
27907
28627
  pulumi.set(__self__, "is_baseline", is_baseline)
27908
28628
  pulumi.set(__self__, "is_deviated_from_baseline", is_deviated_from_baseline)
27909
28629
  pulumi.set(__self__, "last_compared_baseline_id", last_compared_baseline_id)
@@ -27985,6 +28705,14 @@ class GetUserAssessmentsUserAssessmentResult(dict):
27985
28705
  """
27986
28706
  return pulumi.get(self, "ignored_targets")
27987
28707
 
28708
+ @property
28709
+ @pulumi.getter(name="isAssessmentScheduled")
28710
+ def is_assessment_scheduled(self) -> bool:
28711
+ """
28712
+ Indicates whether the assessment is scheduled to run.
28713
+ """
28714
+ return pulumi.get(self, "is_assessment_scheduled")
28715
+
27988
28716
  @property
27989
28717
  @pulumi.getter(name="isBaseline")
27990
28718
  def is_baseline(self) -> bool: