pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.24.0a1738857714__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11459 -7870
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/report.py
CHANGED
@@ -31,7 +31,7 @@ class ReportArgs:
|
|
31
31
|
** IMPORTANT **
|
32
32
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
33
33
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
34
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
34
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
35
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
36
36
|
"""
|
37
37
|
pulumi.set(__self__, "report_id", report_id)
|
@@ -74,7 +74,7 @@ class ReportArgs:
|
|
74
74
|
@pulumi.getter(name="definedTags")
|
75
75
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
76
76
|
"""
|
77
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
77
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
78
78
|
"""
|
79
79
|
return pulumi.get(self, "defined_tags")
|
80
80
|
|
@@ -114,7 +114,7 @@ class _ReportState:
|
|
114
114
|
"""
|
115
115
|
Input properties used for looking up and filtering Report resources.
|
116
116
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
117
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
117
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
118
118
|
:param pulumi.Input[str] description: Specifies a description of the report.
|
119
119
|
:param pulumi.Input[str] display_name: Name of the report.
|
120
120
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -174,7 +174,7 @@ class _ReportState:
|
|
174
174
|
@pulumi.getter(name="definedTags")
|
175
175
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
176
176
|
"""
|
177
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
177
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
178
178
|
"""
|
179
179
|
return pulumi.get(self, "defined_tags")
|
180
180
|
|
@@ -345,7 +345,7 @@ class Report(pulumi.CustomResource):
|
|
345
345
|
:param str resource_name: The name of the resource.
|
346
346
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
347
347
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
348
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
348
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
349
349
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
350
350
|
:param pulumi.Input[str] report_id: Unique report identifier
|
351
351
|
|
@@ -446,7 +446,7 @@ class Report(pulumi.CustomResource):
|
|
446
446
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
447
447
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
448
448
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report.
|
449
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
449
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
450
450
|
:param pulumi.Input[str] description: Specifies a description of the report.
|
451
451
|
:param pulumi.Input[str] display_name: Name of the report.
|
452
452
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -494,7 +494,7 @@ class Report(pulumi.CustomResource):
|
|
494
494
|
@pulumi.getter(name="definedTags")
|
495
495
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
496
496
|
"""
|
497
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
497
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
498
498
|
"""
|
499
499
|
return pulumi.get(self, "defined_tags")
|
500
500
|
|
@@ -40,7 +40,7 @@ class ReportDefinitionArgs:
|
|
40
40
|
:param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
|
41
41
|
:param pulumi.Input[str] parent_id: The OCID of the parent report definition.
|
42
42
|
:param pulumi.Input[Sequence[pulumi.Input['ReportDefinitionSummaryArgs']]] summaries: (Updatable) An array of report summary objects in the order (left to right) displayed in the report. A report summary object stores all information about summary of report to be displayed, including the name displayed on UI, the display order, corresponding group by and count of values, summary visibility (if the summary is visible to user).
|
43
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
43
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
44
44
|
:param pulumi.Input[str] description: (Updatable) The description of the report definition.
|
45
45
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
46
46
|
"""
|
@@ -146,7 +146,7 @@ class ReportDefinitionArgs:
|
|
146
146
|
@pulumi.getter(name="definedTags")
|
147
147
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
148
148
|
"""
|
149
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
149
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
150
150
|
"""
|
151
151
|
return pulumi.get(self, "defined_tags")
|
152
152
|
|
@@ -218,7 +218,7 @@ class _ReportDefinitionState:
|
|
218
218
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report definition.
|
219
219
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliance_standards: The list of the data protection regulations/standards used in the report that will help demonstrate compliance.
|
220
220
|
:param pulumi.Input[str] data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
221
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
221
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
222
222
|
:param pulumi.Input[str] description: (Updatable) The description of the report definition.
|
223
223
|
:param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
|
224
224
|
:param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
|
@@ -382,7 +382,7 @@ class _ReportDefinitionState:
|
|
382
382
|
@pulumi.getter(name="definedTags")
|
383
383
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
384
384
|
"""
|
385
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
385
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
386
386
|
"""
|
387
387
|
return pulumi.get(self, "defined_tags")
|
388
388
|
|
@@ -700,7 +700,7 @@ class ReportDefinition(pulumi.CustomResource):
|
|
700
700
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ReportDefinitionColumnInfoArgs', 'ReportDefinitionColumnInfoArgsDict']]]] column_infos: (Updatable) An array of column objects in the order (left to right) displayed in the report. A column object stores all information about a column, including the name displayed on the UI, corresponding field name in the data source, data type of the column, and column visibility (if the column is visible to the user).
|
701
701
|
:param pulumi.Input[Sequence[pulumi.Input[Union['ReportDefinitionColumnSortingArgs', 'ReportDefinitionColumnSortingArgsDict']]]] column_sortings: (Updatable) An array of column sorting objects. Each column sorting object stores the column name to be sorted and if the sorting is in ascending order; sorting is done by the first column in the array, then by the second column in the array, etc.
|
702
702
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report definition.
|
703
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
703
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
704
704
|
:param pulumi.Input[str] description: (Updatable) The description of the report definition.
|
705
705
|
:param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
|
706
706
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -898,7 +898,7 @@ class ReportDefinition(pulumi.CustomResource):
|
|
898
898
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the report definition.
|
899
899
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] compliance_standards: The list of the data protection regulations/standards used in the report that will help demonstrate compliance.
|
900
900
|
:param pulumi.Input[str] data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
|
901
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
901
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
902
902
|
:param pulumi.Input[str] description: (Updatable) The description of the report definition.
|
903
903
|
:param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
|
904
904
|
:param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
|
@@ -1012,7 +1012,7 @@ class ReportDefinition(pulumi.CustomResource):
|
|
1012
1012
|
@pulumi.getter(name="definedTags")
|
1013
1013
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
1014
1014
|
"""
|
1015
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
1015
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
1016
1016
|
"""
|
1017
1017
|
return pulumi.get(self, "defined_tags")
|
1018
1018
|
|
@@ -33,7 +33,7 @@ class SdmMaskingPolicyDifferenceArgs:
|
|
33
33
|
|
34
34
|
** IMPORTANT **
|
35
35
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
36
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
36
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
37
37
|
:param pulumi.Input[str] difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
|
38
38
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the SDM masking policy difference. Does not have to be unique, and it is changeable. Avoid entering confidential information.
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -81,7 +81,7 @@ class SdmMaskingPolicyDifferenceArgs:
|
|
81
81
|
@pulumi.getter(name="definedTags")
|
82
82
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
83
83
|
"""
|
84
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
84
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
85
85
|
"""
|
86
86
|
return pulumi.get(self, "defined_tags")
|
87
87
|
|
@@ -143,7 +143,7 @@ class _SdmMaskingPolicyDifferenceState:
|
|
143
143
|
"""
|
144
144
|
Input properties used for looking up and filtering SdmMaskingPolicyDifference resources.
|
145
145
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the SDM masking policy difference resource should be created.
|
146
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
146
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
147
147
|
:param pulumi.Input[str] difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
|
148
148
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the SDM masking policy difference. Does not have to be unique, and it is changeable. Avoid entering confidential information.
|
149
149
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -197,7 +197,7 @@ class _SdmMaskingPolicyDifferenceState:
|
|
197
197
|
@pulumi.getter(name="definedTags")
|
198
198
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
199
199
|
"""
|
200
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
200
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
201
201
|
"""
|
202
202
|
return pulumi.get(self, "defined_tags")
|
203
203
|
|
@@ -369,7 +369,7 @@ class SdmMaskingPolicyDifference(pulumi.CustomResource):
|
|
369
369
|
:param str resource_name: The name of the resource.
|
370
370
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
371
371
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the SDM masking policy difference resource should be created.
|
372
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
372
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
373
373
|
:param pulumi.Input[str] difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
|
374
374
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the SDM masking policy difference. Does not have to be unique, and it is changeable. Avoid entering confidential information.
|
375
375
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -495,7 +495,7 @@ class SdmMaskingPolicyDifference(pulumi.CustomResource):
|
|
495
495
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
496
496
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
497
497
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the SDM masking policy difference resource should be created.
|
498
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
498
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
499
499
|
:param pulumi.Input[str] difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
|
500
500
|
:param pulumi.Input[str] display_name: (Updatable) A user-friendly name for the SDM masking policy difference. Does not have to be unique, and it is changeable. Avoid entering confidential information.
|
501
501
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -539,7 +539,7 @@ class SdmMaskingPolicyDifference(pulumi.CustomResource):
|
|
539
539
|
@pulumi.getter(name="definedTags")
|
540
540
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
541
541
|
"""
|
542
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
542
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
543
543
|
"""
|
544
544
|
return pulumi.get(self, "defined_tags")
|
545
545
|
|
@@ -22,22 +22,17 @@ __all__ = ['SecurityAssessmentArgs', 'SecurityAssessment']
|
|
22
22
|
class SecurityAssessmentArgs:
|
23
23
|
def __init__(__self__, *,
|
24
24
|
compartment_id: pulumi.Input[str],
|
25
|
-
target_id: pulumi.Input[str],
|
26
25
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
27
26
|
description: Optional[pulumi.Input[str]] = None,
|
28
27
|
display_name: Optional[pulumi.Input[str]] = None,
|
29
28
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
29
|
is_assessment_scheduled: Optional[pulumi.Input[bool]] = None,
|
31
|
-
schedule: Optional[pulumi.Input[str]] = None
|
30
|
+
schedule: Optional[pulumi.Input[str]] = None,
|
31
|
+
target_id: Optional[pulumi.Input[str]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a SecurityAssessment resource.
|
34
34
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the security assessment.
|
35
|
-
:param pulumi.Input[str]
|
36
|
-
|
37
|
-
|
38
|
-
** IMPORTANT **
|
39
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
41
36
|
:param pulumi.Input[str] description: (Updatable) Description of the security assessment.
|
42
37
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
|
43
38
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -45,9 +40,13 @@ class SecurityAssessmentArgs:
|
|
45
40
|
: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>
|
46
41
|
|
47
42
|
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
|
43
|
+
:param pulumi.Input[str] target_id: The OCID of the target database on which security assessment is to be run.
|
44
|
+
|
45
|
+
|
46
|
+
** IMPORTANT **
|
47
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
48
48
|
"""
|
49
49
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
50
|
-
pulumi.set(__self__, "target_id", target_id)
|
51
50
|
if defined_tags is not None:
|
52
51
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
53
52
|
if description is not None:
|
@@ -60,6 +59,8 @@ class SecurityAssessmentArgs:
|
|
60
59
|
pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
|
61
60
|
if schedule is not None:
|
62
61
|
pulumi.set(__self__, "schedule", schedule)
|
62
|
+
if target_id is not None:
|
63
|
+
pulumi.set(__self__, "target_id", target_id)
|
63
64
|
|
64
65
|
@property
|
65
66
|
@pulumi.getter(name="compartmentId")
|
@@ -73,27 +74,11 @@ class SecurityAssessmentArgs:
|
|
73
74
|
def compartment_id(self, value: pulumi.Input[str]):
|
74
75
|
pulumi.set(self, "compartment_id", value)
|
75
76
|
|
76
|
-
@property
|
77
|
-
@pulumi.getter(name="targetId")
|
78
|
-
def target_id(self) -> pulumi.Input[str]:
|
79
|
-
"""
|
80
|
-
The OCID of the target database on which security assessment is to be run.
|
81
|
-
|
82
|
-
|
83
|
-
** IMPORTANT **
|
84
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
85
|
-
"""
|
86
|
-
return pulumi.get(self, "target_id")
|
87
|
-
|
88
|
-
@target_id.setter
|
89
|
-
def target_id(self, value: pulumi.Input[str]):
|
90
|
-
pulumi.set(self, "target_id", value)
|
91
|
-
|
92
77
|
@property
|
93
78
|
@pulumi.getter(name="definedTags")
|
94
79
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
95
80
|
"""
|
96
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
81
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
97
82
|
"""
|
98
83
|
return pulumi.get(self, "defined_tags")
|
99
84
|
|
@@ -163,6 +148,22 @@ class SecurityAssessmentArgs:
|
|
163
148
|
def schedule(self, value: Optional[pulumi.Input[str]]):
|
164
149
|
pulumi.set(self, "schedule", value)
|
165
150
|
|
151
|
+
@property
|
152
|
+
@pulumi.getter(name="targetId")
|
153
|
+
def target_id(self) -> Optional[pulumi.Input[str]]:
|
154
|
+
"""
|
155
|
+
The OCID of the target database on which security assessment is to be run.
|
156
|
+
|
157
|
+
|
158
|
+
** IMPORTANT **
|
159
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "target_id")
|
162
|
+
|
163
|
+
@target_id.setter
|
164
|
+
def target_id(self, value: Optional[pulumi.Input[str]]):
|
165
|
+
pulumi.set(self, "target_id", value)
|
166
|
+
|
166
167
|
|
167
168
|
@pulumi.input_type
|
168
169
|
class _SecurityAssessmentState:
|
@@ -196,7 +197,7 @@ class _SecurityAssessmentState:
|
|
196
197
|
"""
|
197
198
|
Input properties used for looking up and filtering SecurityAssessment resources.
|
198
199
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the security assessment.
|
199
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
200
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
200
201
|
:param pulumi.Input[str] description: (Updatable) Description of the security assessment.
|
201
202
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
|
202
203
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -297,7 +298,7 @@ class _SecurityAssessmentState:
|
|
297
298
|
@pulumi.getter(name="definedTags")
|
298
299
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
299
300
|
"""
|
300
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
301
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
301
302
|
"""
|
302
303
|
return pulumi.get(self, "defined_tags")
|
303
304
|
|
@@ -629,7 +630,6 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
629
630
|
|
630
631
|
test_security_assessment = oci.data_safe.SecurityAssessment("test_security_assessment",
|
631
632
|
compartment_id=compartment_id,
|
632
|
-
target_id=test_target["id"],
|
633
633
|
defined_tags={
|
634
634
|
"Operations.CostCenter": "42",
|
635
635
|
},
|
@@ -639,7 +639,8 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
639
639
|
"Department": "Finance",
|
640
640
|
},
|
641
641
|
is_assessment_scheduled=security_assessment_is_assessment_scheduled,
|
642
|
-
schedule=security_assessment_schedule
|
642
|
+
schedule=security_assessment_schedule,
|
643
|
+
target_id=test_target["id"])
|
643
644
|
```
|
644
645
|
|
645
646
|
## Import
|
@@ -653,7 +654,7 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
653
654
|
:param str resource_name: The name of the resource.
|
654
655
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
655
656
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the security assessment.
|
656
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
657
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
657
658
|
:param pulumi.Input[str] description: (Updatable) Description of the security assessment.
|
658
659
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
|
659
660
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -688,7 +689,6 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
688
689
|
|
689
690
|
test_security_assessment = oci.data_safe.SecurityAssessment("test_security_assessment",
|
690
691
|
compartment_id=compartment_id,
|
691
|
-
target_id=test_target["id"],
|
692
692
|
defined_tags={
|
693
693
|
"Operations.CostCenter": "42",
|
694
694
|
},
|
@@ -698,7 +698,8 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
698
698
|
"Department": "Finance",
|
699
699
|
},
|
700
700
|
is_assessment_scheduled=security_assessment_is_assessment_scheduled,
|
701
|
-
schedule=security_assessment_schedule
|
701
|
+
schedule=security_assessment_schedule,
|
702
|
+
target_id=test_target["id"])
|
702
703
|
```
|
703
704
|
|
704
705
|
## Import
|
@@ -750,8 +751,6 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
750
751
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
751
752
|
__props__.__dict__["is_assessment_scheduled"] = is_assessment_scheduled
|
752
753
|
__props__.__dict__["schedule"] = schedule
|
753
|
-
if target_id is None and not opts.urn:
|
754
|
-
raise TypeError("Missing required property 'target_id'")
|
755
754
|
__props__.__dict__["target_id"] = target_id
|
756
755
|
__props__.__dict__["ignored_assessment_ids"] = None
|
757
756
|
__props__.__dict__["ignored_targets"] = None
|
@@ -815,7 +814,7 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
815
814
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
816
815
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
817
816
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the security assessment.
|
818
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
817
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
819
818
|
:param pulumi.Input[str] description: (Updatable) Description of the security assessment.
|
820
819
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security assessment.
|
821
820
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -891,7 +890,7 @@ class SecurityAssessment(pulumi.CustomResource):
|
|
891
890
|
@pulumi.getter(name="definedTags")
|
892
891
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
893
892
|
"""
|
894
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
893
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
895
894
|
"""
|
896
895
|
return pulumi.get(self, "defined_tags")
|
897
896
|
|
@@ -33,7 +33,7 @@ class SecurityPolicyArgs:
|
|
33
33
|
** IMPORTANT **
|
34
34
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
35
35
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
36
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
36
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
37
37
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
38
38
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -82,7 +82,7 @@ class SecurityPolicyArgs:
|
|
82
82
|
@pulumi.getter(name="definedTags")
|
83
83
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
84
84
|
"""
|
85
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
85
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
86
86
|
"""
|
87
87
|
return pulumi.get(self, "defined_tags")
|
88
88
|
|
@@ -144,7 +144,7 @@ class _SecurityPolicyState:
|
|
144
144
|
"""
|
145
145
|
Input properties used for looking up and filtering SecurityPolicy resources.
|
146
146
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
147
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
147
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
148
148
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
149
149
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
150
150
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -198,7 +198,7 @@ class _SecurityPolicyState:
|
|
198
198
|
@pulumi.getter(name="definedTags")
|
199
199
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
200
200
|
"""
|
201
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
201
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
202
202
|
"""
|
203
203
|
return pulumi.get(self, "defined_tags")
|
204
204
|
|
@@ -347,7 +347,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
347
347
|
:param str resource_name: The name of the resource.
|
348
348
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
349
349
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
350
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
350
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
351
351
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
352
352
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
353
353
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -448,7 +448,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
448
448
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
449
449
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
450
450
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
451
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
451
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
452
452
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
453
453
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
454
454
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -492,7 +492,7 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
492
492
|
@pulumi.getter(name="definedTags")
|
493
493
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
494
494
|
"""
|
495
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
495
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
496
496
|
"""
|
497
497
|
return pulumi.get(self, "defined_tags")
|
498
498
|
|
@@ -33,7 +33,7 @@ class SecurityPolicyDeploymentArgs:
|
|
33
33
|
** IMPORTANT **
|
34
34
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
35
35
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
|
36
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
36
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
37
37
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
|
38
38
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -82,7 +82,7 @@ class SecurityPolicyDeploymentArgs:
|
|
82
82
|
@pulumi.getter(name="definedTags")
|
83
83
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
84
84
|
"""
|
85
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
85
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
86
86
|
"""
|
87
87
|
return pulumi.get(self, "defined_tags")
|
88
88
|
|
@@ -146,7 +146,7 @@ class _SecurityPolicyDeploymentState:
|
|
146
146
|
"""
|
147
147
|
Input properties used for looking up and filtering SecurityPolicyDeployment resources.
|
148
148
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
|
149
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
149
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
150
150
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
|
151
151
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
152
152
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -206,7 +206,7 @@ class _SecurityPolicyDeploymentState:
|
|
206
206
|
@pulumi.getter(name="definedTags")
|
207
207
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
208
208
|
"""
|
209
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
209
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
210
210
|
"""
|
211
211
|
return pulumi.get(self, "defined_tags")
|
212
212
|
|
@@ -379,7 +379,7 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
379
379
|
:param str resource_name: The name of the resource.
|
380
380
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
381
381
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
|
382
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
382
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
383
383
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
|
384
384
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
385
385
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -484,7 +484,7 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
484
484
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
485
485
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
486
486
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
|
487
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
487
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
488
488
|
:param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
|
489
489
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
490
490
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -532,7 +532,7 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
532
532
|
@pulumi.getter(name="definedTags")
|
533
533
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
534
534
|
"""
|
535
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
535
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
536
536
|
"""
|
537
537
|
return pulumi.get(self, "defined_tags")
|
538
538
|
|