pulumi-oci 2.4.0__py3-none-any.whl → 2.4.0a1721890421__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 (82) hide show
  1. pulumi_oci/__init__.py +0 -19
  2. pulumi_oci/apmsynthetics/_inputs.py +1 -457
  3. pulumi_oci/apmsynthetics/config.py +7 -172
  4. pulumi_oci/apmsynthetics/get_monitor.py +3 -42
  5. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  6. pulumi_oci/apmsynthetics/outputs.py +9 -1129
  7. pulumi_oci/core/_inputs.py +8 -8
  8. pulumi_oci/core/outputs.py +8 -24
  9. pulumi_oci/database/_inputs.py +0 -16
  10. pulumi_oci/database/autonomous_database.py +9 -83
  11. pulumi_oci/database/cloud_autonomous_vm_cluster.py +25 -7
  12. pulumi_oci/database/cloud_exadata_infrastructure.py +17 -66
  13. pulumi_oci/database/cloud_vm_cluster.py +0 -49
  14. pulumi_oci/database/database.py +96 -0
  15. pulumi_oci/database/get_autonomous_database.py +1 -25
  16. pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -14
  17. pulumi_oci/database/get_cloud_vm_cluster.py +1 -14
  18. pulumi_oci/database/get_key_store.py +1 -11
  19. pulumi_oci/database/key_store.py +0 -34
  20. pulumi_oci/database/outputs.py +0 -93
  21. pulumi_oci/datasafe/__init__.py +0 -1
  22. pulumi_oci/datasafe/_inputs.py +0 -130
  23. pulumi_oci/datasafe/discovery_mod.py +38 -67
  24. pulumi_oci/datasafe/get_audit_events.py +2 -2
  25. pulumi_oci/datasafe/get_discovery_job.py +1 -15
  26. pulumi_oci/datasafe/get_report.py +1 -1
  27. pulumi_oci/datasafe/get_report_definition.py +1 -1
  28. pulumi_oci/datasafe/get_reports.py +1 -43
  29. pulumi_oci/datasafe/get_security_assessment.py +1 -14
  30. pulumi_oci/datasafe/get_security_assessment_finding.py +3 -16
  31. pulumi_oci/datasafe/get_security_assessment_findings.py +3 -21
  32. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -15
  33. pulumi_oci/datasafe/get_user_assessment.py +1 -14
  34. pulumi_oci/datasafe/outputs.py +6 -530
  35. pulumi_oci/datasafe/report.py +4 -4
  36. pulumi_oci/datasafe/report_definition.py +4 -4
  37. pulumi_oci/datasafe/security_assessment.py +0 -49
  38. pulumi_oci/datasafe/sensitive_data_model.py +3 -60
  39. pulumi_oci/datasafe/unset_security_assessment_baseline.py +16 -69
  40. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -58
  41. pulumi_oci/datasafe/user_assessment.py +0 -49
  42. pulumi_oci/integration/_inputs.py +2 -0
  43. pulumi_oci/integration/get_integration_instance.py +1 -0
  44. pulumi_oci/integration/integration_instance.py +27 -0
  45. pulumi_oci/integration/outputs.py +12 -4
  46. pulumi_oci/opsi/_inputs.py +8 -8
  47. pulumi_oci/opsi/database_insight.py +15 -71
  48. pulumi_oci/opsi/get_database_insight.py +3 -29
  49. pulumi_oci/opsi/get_database_insights.py +1 -1
  50. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  51. pulumi_oci/opsi/get_host_insight.py +4 -1
  52. pulumi_oci/opsi/get_host_insights.py +3 -3
  53. pulumi_oci/opsi/get_news_report.py +1 -1
  54. pulumi_oci/opsi/get_news_reports.py +3 -3
  55. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
  56. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
  57. pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
  58. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
  59. pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
  60. pulumi_oci/opsi/host_insight.py +14 -6
  61. pulumi_oci/opsi/news_report.py +2 -2
  62. pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
  63. pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
  64. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
  65. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
  66. pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
  67. pulumi_oci/opsi/outputs.py +24 -46
  68. pulumi_oci/pulumi-plugin.json +1 -1
  69. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/METADATA +1 -1
  70. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/RECORD +72 -82
  71. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +0 -153
  72. pulumi_oci/globallydistributeddatabase/__init__.py +0 -15
  73. pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1003
  74. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -300
  75. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -176
  76. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -610
  77. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -176
  78. pulumi_oci/globallydistributeddatabase/outputs.py +0 -2058
  79. pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -742
  80. pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1816
  81. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/WHEEL +0 -0
  82. {pulumi_oci-2.4.0.dist-info → pulumi_oci-2.4.0a1721890421.dist-info}/top_level.txt +0 -0
@@ -112,7 +112,7 @@ class _ReportState:
112
112
  :param pulumi.Input[str] description: Specifies a description of the report.
113
113
  :param pulumi.Input[str] display_name: Name of the report.
114
114
  :param pulumi.Input[Mapping[str, Any]] 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"}`
115
- :param pulumi.Input[str] mime_type: Specifies the format of report to be .xls or .pdf or .json
115
+ :param pulumi.Input[str] mime_type: Specifies the format of report to be excel or pdf
116
116
  :param pulumi.Input[str] report_definition_id: The OCID of the report definition.
117
117
  :param pulumi.Input[str] report_id: Unique report identifier
118
118
 
@@ -213,7 +213,7 @@ class _ReportState:
213
213
  @pulumi.getter(name="mimeType")
214
214
  def mime_type(self) -> Optional[pulumi.Input[str]]:
215
215
  """
216
- Specifies the format of report to be .xls or .pdf or .json
216
+ Specifies the format of report to be excel or pdf
217
217
  """
218
218
  return pulumi.get(self, "mime_type")
219
219
 
@@ -427,7 +427,7 @@ class Report(pulumi.CustomResource):
427
427
  :param pulumi.Input[str] description: Specifies a description of the report.
428
428
  :param pulumi.Input[str] display_name: Name of the report.
429
429
  :param pulumi.Input[Mapping[str, Any]] 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"}`
430
- :param pulumi.Input[str] mime_type: Specifies the format of report to be .xls or .pdf or .json
430
+ :param pulumi.Input[str] mime_type: Specifies the format of report to be excel or pdf
431
431
  :param pulumi.Input[str] report_definition_id: The OCID of the report definition.
432
432
  :param pulumi.Input[str] report_id: Unique report identifier
433
433
 
@@ -501,7 +501,7 @@ class Report(pulumi.CustomResource):
501
501
  @pulumi.getter(name="mimeType")
502
502
  def mime_type(self) -> pulumi.Output[str]:
503
503
  """
504
- Specifies the format of report to be .xls or .pdf or .json
504
+ Specifies the format of report to be excel or pdf
505
505
  """
506
506
  return pulumi.get(self, "mime_type")
507
507
 
@@ -222,7 +222,7 @@ class _ReportDefinitionState:
222
222
  :param pulumi.Input[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)
223
223
  :param pulumi.Input[str] schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
224
224
  :param pulumi.Input[str] scheduled_report_compartment_id: The OCID of the compartment in which the scheduled resource will be created.
225
- :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf or .json)
225
+ :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
226
226
  :param pulumi.Input[str] scheduled_report_name: The name of the report to be scheduled.
227
227
  :param pulumi.Input[int] scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
228
228
  :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
@@ -493,7 +493,7 @@ class _ReportDefinitionState:
493
493
  @pulumi.getter(name="scheduledReportMimeType")
494
494
  def scheduled_report_mime_type(self) -> Optional[pulumi.Input[str]]:
495
495
  """
496
- Specifies the format of the report ( either .xls or .pdf or .json)
496
+ Specifies the format of the report ( either .xls or .pdf )
497
497
  """
498
498
  return pulumi.get(self, "scheduled_report_mime_type")
499
499
 
@@ -885,7 +885,7 @@ class ReportDefinition(pulumi.CustomResource):
885
885
  :param pulumi.Input[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)
886
886
  :param pulumi.Input[str] schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
887
887
  :param pulumi.Input[str] scheduled_report_compartment_id: The OCID of the compartment in which the scheduled resource will be created.
888
- :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf or .json)
888
+ :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
889
889
  :param pulumi.Input[str] scheduled_report_name: The name of the report to be scheduled.
890
890
  :param pulumi.Input[int] scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
891
891
  :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
@@ -1067,7 +1067,7 @@ class ReportDefinition(pulumi.CustomResource):
1067
1067
  @pulumi.getter(name="scheduledReportMimeType")
1068
1068
  def scheduled_report_mime_type(self) -> pulumi.Output[str]:
1069
1069
  """
1070
- Specifies the format of the report ( either .xls or .pdf or .json)
1070
+ Specifies the format of the report ( either .xls or .pdf )
1071
1071
  """
1072
1072
  return pulumi.get(self, "scheduled_report_mime_type")
1073
1073
 
@@ -22,7 +22,6 @@ class SecurityAssessmentArgs:
22
22
  description: Optional[pulumi.Input[str]] = None,
23
23
  display_name: Optional[pulumi.Input[str]] = None,
24
24
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
25
- is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
26
25
  schedule: Optional[pulumi.Input[str]] = None):
27
26
  """
28
27
  The set of arguments for constructing a SecurityAssessment resource.
@@ -36,7 +35,6 @@ class SecurityAssessmentArgs:
36
35
  :param pulumi.Input[str] description: (Updatable) Description of the security assessment.
37
36
  :param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
38
37
  :param pulumi.Input[Mapping[str, Any]] 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"}`
39
- :param pulumi.Input[bool] is_assessment_scheduled: (Updatable) Indicates whether the assessment is scheduled to run.
40
38
  :param pulumi.Input[str] schedule: (Updatable) To schedule the assessment for running periodically, specify the schedule in this attribute. Create or schedule one assessment per compartment. If not defined, the assessment runs immediately. Format - <version-string>;<version-specific-schedule>
41
39
 
42
40
  Allowed version strings - "v1" v1's version specific schedule -<ss> <mm> <hh> <day-of-week> <day-of-month> Each of the above fields potentially introduce constraints. A workrequest is created only when clock time satisfies all the constraints. Constraints introduced: 1. seconds = <ss> (So, the allowed range for <ss> is [0, 59]) 2. minutes = <mm> (So, the allowed range for <mm> is [0, 59]) 3. hours = <hh> (So, the allowed range for <hh> is [0, 23]) <day-of-week> can be either '*' (without quotes or a number between 1(Monday) and 7(Sunday)) 4. No constraint introduced when it is '*'. When not, day of week must equal the given value <day-of-month> can be either '*' (without quotes or a number between 1 and 28) 5. No constraint introduced when it is '*'. When not, day of month must equal the given value
@@ -51,8 +49,6 @@ class SecurityAssessmentArgs:
51
49
  pulumi.set(__self__, "display_name", display_name)
52
50
  if freeform_tags is not None:
53
51
  pulumi.set(__self__, "freeform_tags", freeform_tags)
54
- if is_assessment_scheduled is not None:
55
- pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
56
52
  if schedule is not None:
57
53
  pulumi.set(__self__, "schedule", schedule)
58
54
 
@@ -132,18 +128,6 @@ class SecurityAssessmentArgs:
132
128
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
133
129
  pulumi.set(self, "freeform_tags", value)
134
130
 
135
- @property
136
- @pulumi.getter(name="isAssessmentScheduled")
137
- def is_assessment_scheduled(self) -> Optional[pulumi.Input[bool]]:
138
- """
139
- (Updatable) Indicates whether the assessment is scheduled to run.
140
- """
141
- return pulumi.get(self, "is_assessment_scheduled")
142
-
143
- @is_assessment_scheduled.setter
144
- def is_assessment_scheduled(self, value: Optional[pulumi.Input[bool]]):
145
- pulumi.set(self, "is_assessment_scheduled", value)
146
-
147
131
  @property
148
132
  @pulumi.getter
149
133
  def schedule(self) -> Optional[pulumi.Input[str]]:
@@ -169,7 +153,6 @@ class _SecurityAssessmentState:
169
153
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
170
154
  ignored_assessment_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
171
155
  ignored_targets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
172
- is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
173
156
  is_baseline: Optional[pulumi.Input[bool]] = None,
174
157
  is_deviated_from_baseline: Optional[pulumi.Input[bool]] = None,
175
158
  last_compared_baseline_id: Optional[pulumi.Input[str]] = None,
@@ -197,7 +180,6 @@ class _SecurityAssessmentState:
197
180
  :param pulumi.Input[Mapping[str, Any]] 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"}`
198
181
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
199
182
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
200
- :param pulumi.Input[bool] is_assessment_scheduled: (Updatable) Indicates whether the assessment is scheduled to run.
201
183
  :param pulumi.Input[bool] is_baseline: Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
202
184
  :param pulumi.Input[bool] is_deviated_from_baseline: Indicates whether or not the security assessment deviates from the baseline.
203
185
  :param pulumi.Input[str] last_compared_baseline_id: The OCID of the baseline against which the latest security assessment was compared.
@@ -237,8 +219,6 @@ class _SecurityAssessmentState:
237
219
  pulumi.set(__self__, "ignored_assessment_ids", ignored_assessment_ids)
238
220
  if ignored_targets is not None:
239
221
  pulumi.set(__self__, "ignored_targets", ignored_targets)
240
- if is_assessment_scheduled is not None:
241
- pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
242
222
  if is_baseline is not None:
243
223
  pulumi.set(__self__, "is_baseline", is_baseline)
244
224
  if is_deviated_from_baseline is not None:
@@ -360,18 +340,6 @@ class _SecurityAssessmentState:
360
340
  def ignored_targets(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
361
341
  pulumi.set(self, "ignored_targets", value)
362
342
 
363
- @property
364
- @pulumi.getter(name="isAssessmentScheduled")
365
- def is_assessment_scheduled(self) -> Optional[pulumi.Input[bool]]:
366
- """
367
- (Updatable) Indicates whether the assessment is scheduled to run.
368
- """
369
- return pulumi.get(self, "is_assessment_scheduled")
370
-
371
- @is_assessment_scheduled.setter
372
- def is_assessment_scheduled(self, value: Optional[pulumi.Input[bool]]):
373
- pulumi.set(self, "is_assessment_scheduled", value)
374
-
375
343
  @property
376
344
  @pulumi.getter(name="isBaseline")
377
345
  def is_baseline(self) -> Optional[pulumi.Input[bool]]:
@@ -605,7 +573,6 @@ class SecurityAssessment(pulumi.CustomResource):
605
573
  description: Optional[pulumi.Input[str]] = None,
606
574
  display_name: Optional[pulumi.Input[str]] = None,
607
575
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
608
- is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
609
576
  schedule: Optional[pulumi.Input[str]] = None,
610
577
  target_id: Optional[pulumi.Input[str]] = None,
611
578
  __props__=None):
@@ -633,7 +600,6 @@ class SecurityAssessment(pulumi.CustomResource):
633
600
  freeform_tags={
634
601
  "Department": "Finance",
635
602
  },
636
- is_assessment_scheduled=security_assessment_is_assessment_scheduled,
637
603
  schedule=security_assessment_schedule)
638
604
  ```
639
605
 
@@ -652,7 +618,6 @@ class SecurityAssessment(pulumi.CustomResource):
652
618
  :param pulumi.Input[str] description: (Updatable) Description of the security assessment.
653
619
  :param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
654
620
  :param pulumi.Input[Mapping[str, Any]] 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"}`
655
- :param pulumi.Input[bool] is_assessment_scheduled: (Updatable) Indicates whether the assessment is scheduled to run.
656
621
  :param pulumi.Input[str] schedule: (Updatable) To schedule the assessment for running periodically, specify the schedule in this attribute. Create or schedule one assessment per compartment. If not defined, the assessment runs immediately. Format - <version-string>;<version-specific-schedule>
657
622
 
658
623
  Allowed version strings - "v1" v1's version specific schedule -<ss> <mm> <hh> <day-of-week> <day-of-month> Each of the above fields potentially introduce constraints. A workrequest is created only when clock time satisfies all the constraints. Constraints introduced: 1. seconds = <ss> (So, the allowed range for <ss> is [0, 59]) 2. minutes = <mm> (So, the allowed range for <mm> is [0, 59]) 3. hours = <hh> (So, the allowed range for <hh> is [0, 23]) <day-of-week> can be either '*' (without quotes or a number between 1(Monday) and 7(Sunday)) 4. No constraint introduced when it is '*'. When not, day of week must equal the given value <day-of-month> can be either '*' (without quotes or a number between 1 and 28) 5. No constraint introduced when it is '*'. When not, day of month must equal the given value
@@ -692,7 +657,6 @@ class SecurityAssessment(pulumi.CustomResource):
692
657
  freeform_tags={
693
658
  "Department": "Finance",
694
659
  },
695
- is_assessment_scheduled=security_assessment_is_assessment_scheduled,
696
660
  schedule=security_assessment_schedule)
697
661
  ```
698
662
 
@@ -724,7 +688,6 @@ class SecurityAssessment(pulumi.CustomResource):
724
688
  description: Optional[pulumi.Input[str]] = None,
725
689
  display_name: Optional[pulumi.Input[str]] = None,
726
690
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
727
- is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
728
691
  schedule: Optional[pulumi.Input[str]] = None,
729
692
  target_id: Optional[pulumi.Input[str]] = None,
730
693
  __props__=None):
@@ -743,7 +706,6 @@ class SecurityAssessment(pulumi.CustomResource):
743
706
  __props__.__dict__["description"] = description
744
707
  __props__.__dict__["display_name"] = display_name
745
708
  __props__.__dict__["freeform_tags"] = freeform_tags
746
- __props__.__dict__["is_assessment_scheduled"] = is_assessment_scheduled
747
709
  __props__.__dict__["schedule"] = schedule
748
710
  if target_id is None and not opts.urn:
749
711
  raise TypeError("Missing required property 'target_id'")
@@ -783,7 +745,6 @@ class SecurityAssessment(pulumi.CustomResource):
783
745
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
784
746
  ignored_assessment_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
785
747
  ignored_targets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
786
- is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
787
748
  is_baseline: Optional[pulumi.Input[bool]] = None,
788
749
  is_deviated_from_baseline: Optional[pulumi.Input[bool]] = None,
789
750
  last_compared_baseline_id: Optional[pulumi.Input[str]] = None,
@@ -816,7 +777,6 @@ class SecurityAssessment(pulumi.CustomResource):
816
777
  :param pulumi.Input[Mapping[str, Any]] 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"}`
817
778
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
818
779
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
819
- :param pulumi.Input[bool] is_assessment_scheduled: (Updatable) Indicates whether the assessment is scheduled to run.
820
780
  :param pulumi.Input[bool] is_baseline: Indicates whether or not the security assessment is set as a baseline. This is applicable only for saved security assessments.
821
781
  :param pulumi.Input[bool] is_deviated_from_baseline: Indicates whether or not the security assessment deviates from the baseline.
822
782
  :param pulumi.Input[str] last_compared_baseline_id: The OCID of the baseline against which the latest security assessment was compared.
@@ -853,7 +813,6 @@ class SecurityAssessment(pulumi.CustomResource):
853
813
  __props__.__dict__["freeform_tags"] = freeform_tags
854
814
  __props__.__dict__["ignored_assessment_ids"] = ignored_assessment_ids
855
815
  __props__.__dict__["ignored_targets"] = ignored_targets
856
- __props__.__dict__["is_assessment_scheduled"] = is_assessment_scheduled
857
816
  __props__.__dict__["is_baseline"] = is_baseline
858
817
  __props__.__dict__["is_deviated_from_baseline"] = is_deviated_from_baseline
859
818
  __props__.__dict__["last_compared_baseline_id"] = last_compared_baseline_id
@@ -930,14 +889,6 @@ class SecurityAssessment(pulumi.CustomResource):
930
889
  """
931
890
  return pulumi.get(self, "ignored_targets")
932
891
 
933
- @property
934
- @pulumi.getter(name="isAssessmentScheduled")
935
- def is_assessment_scheduled(self) -> pulumi.Output[bool]:
936
- """
937
- (Updatable) Indicates whether the assessment is scheduled to run.
938
- """
939
- return pulumi.get(self, "is_assessment_scheduled")
940
-
941
892
  @property
942
893
  @pulumi.getter(name="isBaseline")
943
894
  def is_baseline(self) -> pulumi.Output[bool]:
@@ -8,8 +8,6 @@ import pulumi
8
8
  import pulumi.runtime
9
9
  from typing import Any, Mapping, Optional, Sequence, Union, overload
10
10
  from .. import _utilities
11
- from . import outputs
12
- from ._inputs import *
13
11
 
14
12
  __all__ = ['SensitiveDataModelArgs', 'SensitiveDataModel']
15
13
 
@@ -28,8 +26,7 @@ class SensitiveDataModelArgs:
28
26
  is_include_all_sensitive_types: Optional[pulumi.Input[bool]] = None,
29
27
  is_sample_data_collection_enabled: Optional[pulumi.Input[bool]] = None,
30
28
  schemas_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
- sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
32
- tables_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]] = None):
29
+ sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
33
30
  """
34
31
  The set of arguments for constructing a SensitiveDataModel resource.
35
32
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the sensitive data model should be created.
@@ -49,7 +46,6 @@ class SensitiveDataModelArgs:
49
46
  :param pulumi.Input[bool] is_sample_data_collection_enabled: (Updatable) Indicates if data discovery jobs should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
50
47
  :param pulumi.Input[Sequence[pulumi.Input[str]]] schemas_for_discoveries: (Updatable) The schemas to be scanned by data discovery jobs.
51
48
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_discoveries: (Updatable) The OCIDs of the sensitive types to be used by data discovery jobs. If OCID of a sensitive category is provided, all its child sensitive types are used for data discovery.
52
- :param pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]] tables_for_discoveries: (Updatable) 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"]}].
53
49
  """
54
50
  pulumi.set(__self__, "compartment_id", compartment_id)
55
51
  pulumi.set(__self__, "target_id", target_id)
@@ -75,8 +71,6 @@ class SensitiveDataModelArgs:
75
71
  pulumi.set(__self__, "schemas_for_discoveries", schemas_for_discoveries)
76
72
  if sensitive_type_ids_for_discoveries is not None:
77
73
  pulumi.set(__self__, "sensitive_type_ids_for_discoveries", sensitive_type_ids_for_discoveries)
78
- if tables_for_discoveries is not None:
79
- pulumi.set(__self__, "tables_for_discoveries", tables_for_discoveries)
80
74
 
81
75
  @property
82
76
  @pulumi.getter(name="compartmentId")
@@ -238,18 +232,6 @@ class SensitiveDataModelArgs:
238
232
  def sensitive_type_ids_for_discoveries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
239
233
  pulumi.set(self, "sensitive_type_ids_for_discoveries", value)
240
234
 
241
- @property
242
- @pulumi.getter(name="tablesForDiscoveries")
243
- def tables_for_discoveries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]]:
244
- """
245
- (Updatable) 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"]}].
246
- """
247
- return pulumi.get(self, "tables_for_discoveries")
248
-
249
- @tables_for_discoveries.setter
250
- def tables_for_discoveries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]]):
251
- pulumi.set(self, "tables_for_discoveries", value)
252
-
253
235
 
254
236
  @pulumi.input_type
255
237
  class _SensitiveDataModelState:
@@ -268,7 +250,6 @@ class _SensitiveDataModelState:
268
250
  sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
269
251
  state: Optional[pulumi.Input[str]] = None,
270
252
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
271
- tables_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]] = None,
272
253
  target_id: Optional[pulumi.Input[str]] = None,
273
254
  time_created: Optional[pulumi.Input[str]] = None,
274
255
  time_updated: Optional[pulumi.Input[str]] = None):
@@ -288,7 +269,6 @@ class _SensitiveDataModelState:
288
269
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_discoveries: (Updatable) The OCIDs of the sensitive types to be used by data discovery jobs. If OCID of a sensitive category is provided, all its child sensitive types are used for data discovery.
289
270
  :param pulumi.Input[str] state: The current state of the sensitive data model.
290
271
  :param pulumi.Input[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"}`
291
- :param pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]] tables_for_discoveries: (Updatable) 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"]}].
292
272
  :param pulumi.Input[str] target_id: (Updatable) The OCID of the reference target database to be associated with the sensitive data model. All operations such as performing data discovery and adding columns manually are done in the context of the associated target database.
293
273
 
294
274
 
@@ -325,8 +305,6 @@ class _SensitiveDataModelState:
325
305
  pulumi.set(__self__, "state", state)
326
306
  if system_tags is not None:
327
307
  pulumi.set(__self__, "system_tags", system_tags)
328
- if tables_for_discoveries is not None:
329
- pulumi.set(__self__, "tables_for_discoveries", tables_for_discoveries)
330
308
  if target_id is not None:
331
309
  pulumi.set(__self__, "target_id", target_id)
332
310
  if time_created is not None:
@@ -502,18 +480,6 @@ class _SensitiveDataModelState:
502
480
  def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
503
481
  pulumi.set(self, "system_tags", value)
504
482
 
505
- @property
506
- @pulumi.getter(name="tablesForDiscoveries")
507
- def tables_for_discoveries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]]:
508
- """
509
- (Updatable) 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"]}].
510
- """
511
- return pulumi.get(self, "tables_for_discoveries")
512
-
513
- @tables_for_discoveries.setter
514
- def tables_for_discoveries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['SensitiveDataModelTablesForDiscoveryArgs']]]]):
515
- pulumi.set(self, "tables_for_discoveries", value)
516
-
517
483
  @property
518
484
  @pulumi.getter(name="targetId")
519
485
  def target_id(self) -> Optional[pulumi.Input[str]]:
@@ -572,7 +538,6 @@ class SensitiveDataModel(pulumi.CustomResource):
572
538
  is_sample_data_collection_enabled: Optional[pulumi.Input[bool]] = None,
573
539
  schemas_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
574
540
  sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
575
- tables_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SensitiveDataModelTablesForDiscoveryArgs']]]]] = None,
576
541
  target_id: Optional[pulumi.Input[str]] = None,
577
542
  __props__=None):
578
543
  """
@@ -605,11 +570,7 @@ class SensitiveDataModel(pulumi.CustomResource):
605
570
  is_include_all_sensitive_types=sensitive_data_model_is_include_all_sensitive_types,
606
571
  is_sample_data_collection_enabled=sensitive_data_model_is_sample_data_collection_enabled,
607
572
  schemas_for_discoveries=sensitive_data_model_schemas_for_discovery,
608
- sensitive_type_ids_for_discoveries=sensitive_data_model_sensitive_type_ids_for_discovery,
609
- tables_for_discoveries=[oci.data_safe.SensitiveDataModelTablesForDiscoveryArgs(
610
- schema_name=sensitive_data_model_tables_for_discovery_schema_name,
611
- table_names=sensitive_data_model_tables_for_discovery_table_names,
612
- )])
573
+ sensitive_type_ids_for_discoveries=sensitive_data_model_sensitive_type_ids_for_discovery)
613
574
  ```
614
575
 
615
576
  ## Import
@@ -634,7 +595,6 @@ class SensitiveDataModel(pulumi.CustomResource):
634
595
  :param pulumi.Input[bool] is_sample_data_collection_enabled: (Updatable) Indicates if data discovery jobs should collect and store sample data values for the discovered columns. Sample data helps review the discovered columns and ensure that they actually contain sensitive data. As it collects original data from the target database, it's disabled by default and should be used only if it's acceptable to store sample data in Data Safe's repository in Oracle Cloud. Note that sample data values are not collected for columns with the following data types: LONG, LOB, RAW, XMLTYPE and BFILE.
635
596
  :param pulumi.Input[Sequence[pulumi.Input[str]]] schemas_for_discoveries: (Updatable) The schemas to be scanned by data discovery jobs.
636
597
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_discoveries: (Updatable) The OCIDs of the sensitive types to be used by data discovery jobs. If OCID of a sensitive category is provided, all its child sensitive types are used for data discovery.
637
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SensitiveDataModelTablesForDiscoveryArgs']]]] tables_for_discoveries: (Updatable) 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"]}].
638
598
  :param pulumi.Input[str] target_id: (Updatable) The OCID of the reference target database to be associated with the sensitive data model. All operations such as performing data discovery and adding columns manually are done in the context of the associated target database.
639
599
 
640
600
 
@@ -677,11 +637,7 @@ class SensitiveDataModel(pulumi.CustomResource):
677
637
  is_include_all_sensitive_types=sensitive_data_model_is_include_all_sensitive_types,
678
638
  is_sample_data_collection_enabled=sensitive_data_model_is_sample_data_collection_enabled,
679
639
  schemas_for_discoveries=sensitive_data_model_schemas_for_discovery,
680
- sensitive_type_ids_for_discoveries=sensitive_data_model_sensitive_type_ids_for_discovery,
681
- tables_for_discoveries=[oci.data_safe.SensitiveDataModelTablesForDiscoveryArgs(
682
- schema_name=sensitive_data_model_tables_for_discovery_schema_name,
683
- table_names=sensitive_data_model_tables_for_discovery_table_names,
684
- )])
640
+ sensitive_type_ids_for_discoveries=sensitive_data_model_sensitive_type_ids_for_discovery)
685
641
  ```
686
642
 
687
643
  ## Import
@@ -719,7 +675,6 @@ class SensitiveDataModel(pulumi.CustomResource):
719
675
  is_sample_data_collection_enabled: Optional[pulumi.Input[bool]] = None,
720
676
  schemas_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
721
677
  sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
722
- tables_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SensitiveDataModelTablesForDiscoveryArgs']]]]] = None,
723
678
  target_id: Optional[pulumi.Input[str]] = None,
724
679
  __props__=None):
725
680
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -744,7 +699,6 @@ class SensitiveDataModel(pulumi.CustomResource):
744
699
  __props__.__dict__["is_sample_data_collection_enabled"] = is_sample_data_collection_enabled
745
700
  __props__.__dict__["schemas_for_discoveries"] = schemas_for_discoveries
746
701
  __props__.__dict__["sensitive_type_ids_for_discoveries"] = sensitive_type_ids_for_discoveries
747
- __props__.__dict__["tables_for_discoveries"] = tables_for_discoveries
748
702
  if target_id is None and not opts.urn:
749
703
  raise TypeError("Missing required property 'target_id'")
750
704
  __props__.__dict__["target_id"] = target_id
@@ -776,7 +730,6 @@ class SensitiveDataModel(pulumi.CustomResource):
776
730
  sensitive_type_ids_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
777
731
  state: Optional[pulumi.Input[str]] = None,
778
732
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
779
- tables_for_discoveries: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SensitiveDataModelTablesForDiscoveryArgs']]]]] = None,
780
733
  target_id: Optional[pulumi.Input[str]] = None,
781
734
  time_created: Optional[pulumi.Input[str]] = None,
782
735
  time_updated: Optional[pulumi.Input[str]] = None) -> 'SensitiveDataModel':
@@ -801,7 +754,6 @@ class SensitiveDataModel(pulumi.CustomResource):
801
754
  :param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids_for_discoveries: (Updatable) The OCIDs of the sensitive types to be used by data discovery jobs. If OCID of a sensitive category is provided, all its child sensitive types are used for data discovery.
802
755
  :param pulumi.Input[str] state: The current state of the sensitive data model.
803
756
  :param pulumi.Input[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"}`
804
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['SensitiveDataModelTablesForDiscoveryArgs']]]] tables_for_discoveries: (Updatable) 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"]}].
805
757
  :param pulumi.Input[str] target_id: (Updatable) The OCID of the reference target database to be associated with the sensitive data model. All operations such as performing data discovery and adding columns manually are done in the context of the associated target database.
806
758
 
807
759
 
@@ -828,7 +780,6 @@ class SensitiveDataModel(pulumi.CustomResource):
828
780
  __props__.__dict__["sensitive_type_ids_for_discoveries"] = sensitive_type_ids_for_discoveries
829
781
  __props__.__dict__["state"] = state
830
782
  __props__.__dict__["system_tags"] = system_tags
831
- __props__.__dict__["tables_for_discoveries"] = tables_for_discoveries
832
783
  __props__.__dict__["target_id"] = target_id
833
784
  __props__.__dict__["time_created"] = time_created
834
785
  __props__.__dict__["time_updated"] = time_updated
@@ -946,14 +897,6 @@ class SensitiveDataModel(pulumi.CustomResource):
946
897
  """
947
898
  return pulumi.get(self, "system_tags")
948
899
 
949
- @property
950
- @pulumi.getter(name="tablesForDiscoveries")
951
- def tables_for_discoveries(self) -> pulumi.Output[Sequence['outputs.SensitiveDataModelTablesForDiscovery']]:
952
- """
953
- (Updatable) 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"]}].
954
- """
955
- return pulumi.get(self, "tables_for_discoveries")
956
-
957
900
  @property
958
901
  @pulumi.getter(name="targetId")
959
902
  def target_id(self) -> pulumi.Output[str]: