pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.6.0a1756509375__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 +80 -0
- pulumi_oci/config/__init__.pyi +12 -17
- pulumi_oci/config/vars.py +12 -17
- pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
- pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
- pulumi_oci/core/outputs.py +11 -0
- pulumi_oci/database/_inputs.py +257 -12
- pulumi_oci/database/data_guard_association.py +98 -0
- pulumi_oci/database/database.py +28 -0
- pulumi_oci/database/db_node.py +56 -0
- pulumi_oci/database/db_system.py +108 -14
- pulumi_oci/database/exadb_vm_cluster.py +49 -0
- pulumi_oci/database/exascale_db_storage_vault.py +28 -0
- pulumi_oci/database/get_data_guard_association.py +23 -1
- pulumi_oci/database/get_database.py +15 -1
- pulumi_oci/database/get_db_node.py +29 -1
- pulumi_oci/database/get_db_system_shapes.py +25 -6
- pulumi_oci/database/get_db_system_storage_performances.py +20 -3
- pulumi_oci/database/get_db_versions.py +20 -1
- pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
- pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
- pulumi_oci/database/get_gi_versions.py +25 -6
- pulumi_oci/database/outputs.py +575 -8
- pulumi_oci/datasafe/__init__.py +24 -0
- pulumi_oci/datasafe/_inputs.py +3669 -1537
- pulumi_oci/datasafe/attribute_set.py +693 -0
- pulumi_oci/datasafe/audit_profile.py +356 -95
- pulumi_oci/datasafe/audit_profile_management.py +389 -129
- pulumi_oci/datasafe/audit_trail.py +47 -0
- pulumi_oci/datasafe/audit_trail_management.py +49 -0
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_attribute_set.py +295 -0
- pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
- pulumi_oci/datasafe/get_attribute_sets.py +340 -0
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +20 -1
- pulumi_oci/datasafe/get_audit_profile.py +78 -8
- pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
- pulumi_oci/datasafe/get_audit_profiles.py +50 -9
- pulumi_oci/datasafe/get_audit_trail.py +15 -1
- pulumi_oci/datasafe/get_audit_trails.py +20 -1
- pulumi_oci/datasafe/get_database_security_configs.py +20 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
- pulumi_oci/datasafe/get_masking_analytics.py +42 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
- pulumi_oci/datasafe/get_report.py +43 -1
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_security_assessment.py +116 -2
- pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
- pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
- pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
- pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
- pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
- pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
- pulumi_oci/datasafe/get_security_assessments.py +68 -2
- pulumi_oci/datasafe/get_security_policies.py +23 -1
- pulumi_oci/datasafe/get_security_policy.py +15 -1
- pulumi_oci/datasafe/get_security_policy_config.py +296 -0
- pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
- pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
- pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
- pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
- pulumi_oci/datasafe/get_sql_collections.py +20 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
- pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
- pulumi_oci/datasafe/get_target_database_group.py +296 -0
- pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
- pulumi_oci/datasafe/get_target_database_groups.py +313 -0
- pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
- pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
- pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
- pulumi_oci/datasafe/get_user_assessment.py +29 -1
- pulumi_oci/datasafe/get_user_assessments.py +45 -1
- pulumi_oci/datasafe/outputs.py +6964 -192
- pulumi_oci/datasafe/report.py +84 -0
- pulumi_oci/datasafe/report_definition.py +4 -0
- pulumi_oci/datasafe/security_assessment.py +425 -82
- pulumi_oci/datasafe/security_assessment_check.py +456 -0
- pulumi_oci/datasafe/security_assessment_finding.py +818 -0
- pulumi_oci/datasafe/security_policy.py +94 -77
- pulumi_oci/datasafe/security_policy_config.py +698 -0
- pulumi_oci/datasafe/security_policy_deployment.py +272 -67
- pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
- pulumi_oci/datasafe/security_policy_management.py +87 -30
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
- pulumi_oci/datasafe/target_database.py +4 -0
- pulumi_oci/datasafe/target_database_group.py +679 -0
- pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
- pulumi_oci/datasafe/unified_audit_policy.py +836 -0
- pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
- pulumi_oci/datasafe/user_assessment.py +105 -28
- pulumi_oci/disasterrecovery/_inputs.py +231 -3
- pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
- pulumi_oci/disasterrecovery/outputs.py +446 -12
- pulumi_oci/generativeai/_inputs.py +572 -63
- pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
- pulumi_oci/generativeai/agent_data_source.py +7 -81
- pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
- pulumi_oci/generativeai/agent_tool.py +172 -0
- pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
- pulumi_oci/generativeai/get_agent_data_source.py +1 -5
- pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
- pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
- pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
- pulumi_oci/generativeai/outputs.py +1128 -106
- pulumi_oci/goldengate/deployment.py +94 -0
- pulumi_oci/goldengate/get_deployment.py +29 -1
- pulumi_oci/goldengate/get_deployments.py +23 -1
- pulumi_oci/goldengate/outputs.py +35 -2
- pulumi_oci/oci/__init__.py +9 -0
- pulumi_oci/oci/_inputs.py +420 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
- pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
- pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
- pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
- pulumi_oci/oci/outputs.py +1009 -0
- pulumi_oci/provider.py +44 -63
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/METADATA +1 -1
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/RECORD +136 -103
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/WHEEL +0 -0
- {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.6.0a1756509375.dist-info}/top_level.txt +0 -0
@@ -19,64 +19,97 @@ __all__ = ['SecurityPolicyDeploymentArgs', 'SecurityPolicyDeployment']
|
|
19
19
|
@pulumi.input_type
|
20
20
|
class SecurityPolicyDeploymentArgs:
|
21
21
|
def __init__(__self__, *,
|
22
|
-
|
23
|
-
|
22
|
+
compartment_id: pulumi.Input[_builtins.str],
|
23
|
+
security_policy_id: pulumi.Input[_builtins.str],
|
24
|
+
target_id: pulumi.Input[_builtins.str],
|
25
|
+
target_type: pulumi.Input[_builtins.str],
|
24
26
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
27
|
+
deploy_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
25
28
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
26
29
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
-
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None
|
30
|
+
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
31
|
+
refresh_trigger: Optional[pulumi.Input[_builtins.int]] = None):
|
28
32
|
"""
|
29
33
|
The set of arguments for constructing a SecurityPolicyDeployment resource.
|
30
|
-
:param pulumi.Input[_builtins.str]
|
34
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment in which to create the unified audit policy.
|
35
|
+
:param pulumi.Input[_builtins.str] security_policy_id: The OCID of the security policy corresponding to the security policy deployment.
|
36
|
+
:param pulumi.Input[_builtins.str] target_id: The OCID of the target where the security policy is deployed.
|
37
|
+
:param pulumi.Input[_builtins.str] target_type: Indicates whether the security policy deployment is for a target database or a target database group.
|
38
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
39
|
+
:param pulumi.Input[_builtins.int] deploy_trigger: (Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
40
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) The description of the security policy.
|
41
|
+
:param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
42
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
43
|
+
:param pulumi.Input[_builtins.int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
31
44
|
|
32
45
|
|
33
46
|
** IMPORTANT **
|
34
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
|
35
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
|
36
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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
|
-
:param pulumi.Input[_builtins.str] description: (Updatable) The description of the security policy deployment.
|
38
|
-
:param pulumi.Input[_builtins.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
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
40
48
|
"""
|
41
|
-
pulumi.set(__self__, "
|
42
|
-
|
43
|
-
|
49
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
50
|
+
pulumi.set(__self__, "security_policy_id", security_policy_id)
|
51
|
+
pulumi.set(__self__, "target_id", target_id)
|
52
|
+
pulumi.set(__self__, "target_type", target_type)
|
44
53
|
if defined_tags is not None:
|
45
54
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
55
|
+
if deploy_trigger is not None:
|
56
|
+
pulumi.set(__self__, "deploy_trigger", deploy_trigger)
|
46
57
|
if description is not None:
|
47
58
|
pulumi.set(__self__, "description", description)
|
48
59
|
if display_name is not None:
|
49
60
|
pulumi.set(__self__, "display_name", display_name)
|
50
61
|
if freeform_tags is not None:
|
51
62
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
63
|
+
if refresh_trigger is not None:
|
64
|
+
pulumi.set(__self__, "refresh_trigger", refresh_trigger)
|
52
65
|
|
53
66
|
@_builtins.property
|
54
|
-
@pulumi.getter(name="
|
55
|
-
def
|
67
|
+
@pulumi.getter(name="compartmentId")
|
68
|
+
def compartment_id(self) -> pulumi.Input[_builtins.str]:
|
69
|
+
"""
|
70
|
+
(Updatable) The OCID of the compartment in which to create the unified audit policy.
|
56
71
|
"""
|
57
|
-
|
72
|
+
return pulumi.get(self, "compartment_id")
|
58
73
|
|
74
|
+
@compartment_id.setter
|
75
|
+
def compartment_id(self, value: pulumi.Input[_builtins.str]):
|
76
|
+
pulumi.set(self, "compartment_id", value)
|
59
77
|
|
60
|
-
|
61
|
-
|
78
|
+
@_builtins.property
|
79
|
+
@pulumi.getter(name="securityPolicyId")
|
80
|
+
def security_policy_id(self) -> pulumi.Input[_builtins.str]:
|
81
|
+
"""
|
82
|
+
The OCID of the security policy corresponding to the security policy deployment.
|
62
83
|
"""
|
63
|
-
return pulumi.get(self, "
|
84
|
+
return pulumi.get(self, "security_policy_id")
|
64
85
|
|
65
|
-
@
|
66
|
-
def
|
67
|
-
pulumi.set(self, "
|
86
|
+
@security_policy_id.setter
|
87
|
+
def security_policy_id(self, value: pulumi.Input[_builtins.str]):
|
88
|
+
pulumi.set(self, "security_policy_id", value)
|
68
89
|
|
69
90
|
@_builtins.property
|
70
|
-
@pulumi.getter(name="
|
71
|
-
def
|
91
|
+
@pulumi.getter(name="targetId")
|
92
|
+
def target_id(self) -> pulumi.Input[_builtins.str]:
|
72
93
|
"""
|
73
|
-
|
94
|
+
The OCID of the target where the security policy is deployed.
|
74
95
|
"""
|
75
|
-
return pulumi.get(self, "
|
96
|
+
return pulumi.get(self, "target_id")
|
76
97
|
|
77
|
-
@
|
78
|
-
def
|
79
|
-
pulumi.set(self, "
|
98
|
+
@target_id.setter
|
99
|
+
def target_id(self, value: pulumi.Input[_builtins.str]):
|
100
|
+
pulumi.set(self, "target_id", value)
|
101
|
+
|
102
|
+
@_builtins.property
|
103
|
+
@pulumi.getter(name="targetType")
|
104
|
+
def target_type(self) -> pulumi.Input[_builtins.str]:
|
105
|
+
"""
|
106
|
+
Indicates whether the security policy deployment is for a target database or a target database group.
|
107
|
+
"""
|
108
|
+
return pulumi.get(self, "target_type")
|
109
|
+
|
110
|
+
@target_type.setter
|
111
|
+
def target_type(self, value: pulumi.Input[_builtins.str]):
|
112
|
+
pulumi.set(self, "target_type", value)
|
80
113
|
|
81
114
|
@_builtins.property
|
82
115
|
@pulumi.getter(name="definedTags")
|
@@ -90,11 +123,23 @@ class SecurityPolicyDeploymentArgs:
|
|
90
123
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
91
124
|
pulumi.set(self, "defined_tags", value)
|
92
125
|
|
126
|
+
@_builtins.property
|
127
|
+
@pulumi.getter(name="deployTrigger")
|
128
|
+
def deploy_trigger(self) -> Optional[pulumi.Input[_builtins.int]]:
|
129
|
+
"""
|
130
|
+
(Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
131
|
+
"""
|
132
|
+
return pulumi.get(self, "deploy_trigger")
|
133
|
+
|
134
|
+
@deploy_trigger.setter
|
135
|
+
def deploy_trigger(self, value: Optional[pulumi.Input[_builtins.int]]):
|
136
|
+
pulumi.set(self, "deploy_trigger", value)
|
137
|
+
|
93
138
|
@_builtins.property
|
94
139
|
@pulumi.getter
|
95
140
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
96
141
|
"""
|
97
|
-
(Updatable) The description of the security policy
|
142
|
+
(Updatable) The description of the security policy.
|
98
143
|
"""
|
99
144
|
return pulumi.get(self, "description")
|
100
145
|
|
@@ -126,32 +171,52 @@ class SecurityPolicyDeploymentArgs:
|
|
126
171
|
def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
127
172
|
pulumi.set(self, "freeform_tags", value)
|
128
173
|
|
174
|
+
@_builtins.property
|
175
|
+
@pulumi.getter(name="refreshTrigger")
|
176
|
+
def refresh_trigger(self) -> Optional[pulumi.Input[_builtins.int]]:
|
177
|
+
"""
|
178
|
+
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
179
|
+
|
180
|
+
|
181
|
+
** IMPORTANT **
|
182
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
183
|
+
"""
|
184
|
+
return pulumi.get(self, "refresh_trigger")
|
185
|
+
|
186
|
+
@refresh_trigger.setter
|
187
|
+
def refresh_trigger(self, value: Optional[pulumi.Input[_builtins.int]]):
|
188
|
+
pulumi.set(self, "refresh_trigger", value)
|
189
|
+
|
129
190
|
|
130
191
|
@pulumi.input_type
|
131
192
|
class _SecurityPolicyDeploymentState:
|
132
193
|
def __init__(__self__, *,
|
133
194
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
134
195
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
196
|
+
deploy_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
135
197
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
136
198
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
137
199
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
138
200
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
139
|
-
|
201
|
+
refresh_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
140
202
|
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
141
203
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
142
204
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
143
205
|
target_id: Optional[pulumi.Input[_builtins.str]] = None,
|
206
|
+
target_type: Optional[pulumi.Input[_builtins.str]] = None,
|
144
207
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
208
|
+
time_deployed: Optional[pulumi.Input[_builtins.str]] = None,
|
145
209
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None):
|
146
210
|
"""
|
147
211
|
Input properties used for looking up and filtering SecurityPolicyDeployment resources.
|
148
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment
|
212
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment in which to create the unified audit policy.
|
149
213
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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
|
-
:param pulumi.Input[_builtins.
|
214
|
+
:param pulumi.Input[_builtins.int] deploy_trigger: (Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
215
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) The description of the security policy.
|
151
216
|
:param pulumi.Input[_builtins.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
217
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
153
218
|
:param pulumi.Input[_builtins.str] lifecycle_details: Details about the current state of the security policy deployment in Data Safe.
|
154
|
-
:param pulumi.Input[_builtins.
|
219
|
+
:param pulumi.Input[_builtins.int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
155
220
|
|
156
221
|
|
157
222
|
** IMPORTANT **
|
@@ -160,13 +225,17 @@ class _SecurityPolicyDeploymentState:
|
|
160
225
|
:param pulumi.Input[_builtins.str] state: The current state of the security policy deployment.
|
161
226
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
162
227
|
:param pulumi.Input[_builtins.str] target_id: The OCID of the target where the security policy is deployed.
|
228
|
+
:param pulumi.Input[_builtins.str] target_type: Indicates whether the security policy deployment is for a target database or a target database group.
|
163
229
|
:param pulumi.Input[_builtins.str] time_created: The time that the security policy deployment was created, in the format defined by RFC3339.
|
230
|
+
:param pulumi.Input[_builtins.str] time_deployed: The last date and time the security policy was deployed, in the format defined by RFC3339.
|
164
231
|
:param pulumi.Input[_builtins.str] time_updated: The last date and time the security policy deployment was updated, in the format defined by RFC3339.
|
165
232
|
"""
|
166
233
|
if compartment_id is not None:
|
167
234
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
168
235
|
if defined_tags is not None:
|
169
236
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
237
|
+
if deploy_trigger is not None:
|
238
|
+
pulumi.set(__self__, "deploy_trigger", deploy_trigger)
|
170
239
|
if description is not None:
|
171
240
|
pulumi.set(__self__, "description", description)
|
172
241
|
if display_name is not None:
|
@@ -175,8 +244,8 @@ class _SecurityPolicyDeploymentState:
|
|
175
244
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
176
245
|
if lifecycle_details is not None:
|
177
246
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
178
|
-
if
|
179
|
-
pulumi.set(__self__, "
|
247
|
+
if refresh_trigger is not None:
|
248
|
+
pulumi.set(__self__, "refresh_trigger", refresh_trigger)
|
180
249
|
if security_policy_id is not None:
|
181
250
|
pulumi.set(__self__, "security_policy_id", security_policy_id)
|
182
251
|
if state is not None:
|
@@ -185,8 +254,12 @@ class _SecurityPolicyDeploymentState:
|
|
185
254
|
pulumi.set(__self__, "system_tags", system_tags)
|
186
255
|
if target_id is not None:
|
187
256
|
pulumi.set(__self__, "target_id", target_id)
|
257
|
+
if target_type is not None:
|
258
|
+
pulumi.set(__self__, "target_type", target_type)
|
188
259
|
if time_created is not None:
|
189
260
|
pulumi.set(__self__, "time_created", time_created)
|
261
|
+
if time_deployed is not None:
|
262
|
+
pulumi.set(__self__, "time_deployed", time_deployed)
|
190
263
|
if time_updated is not None:
|
191
264
|
pulumi.set(__self__, "time_updated", time_updated)
|
192
265
|
|
@@ -194,7 +267,7 @@ class _SecurityPolicyDeploymentState:
|
|
194
267
|
@pulumi.getter(name="compartmentId")
|
195
268
|
def compartment_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
196
269
|
"""
|
197
|
-
(Updatable) The OCID of the compartment
|
270
|
+
(Updatable) The OCID of the compartment in which to create the unified audit policy.
|
198
271
|
"""
|
199
272
|
return pulumi.get(self, "compartment_id")
|
200
273
|
|
@@ -214,11 +287,23 @@ class _SecurityPolicyDeploymentState:
|
|
214
287
|
def defined_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
215
288
|
pulumi.set(self, "defined_tags", value)
|
216
289
|
|
290
|
+
@_builtins.property
|
291
|
+
@pulumi.getter(name="deployTrigger")
|
292
|
+
def deploy_trigger(self) -> Optional[pulumi.Input[_builtins.int]]:
|
293
|
+
"""
|
294
|
+
(Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
295
|
+
"""
|
296
|
+
return pulumi.get(self, "deploy_trigger")
|
297
|
+
|
298
|
+
@deploy_trigger.setter
|
299
|
+
def deploy_trigger(self, value: Optional[pulumi.Input[_builtins.int]]):
|
300
|
+
pulumi.set(self, "deploy_trigger", value)
|
301
|
+
|
217
302
|
@_builtins.property
|
218
303
|
@pulumi.getter
|
219
304
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
220
305
|
"""
|
221
|
-
(Updatable) The description of the security policy
|
306
|
+
(Updatable) The description of the security policy.
|
222
307
|
"""
|
223
308
|
return pulumi.get(self, "description")
|
224
309
|
|
@@ -263,20 +348,20 @@ class _SecurityPolicyDeploymentState:
|
|
263
348
|
pulumi.set(self, "lifecycle_details", value)
|
264
349
|
|
265
350
|
@_builtins.property
|
266
|
-
@pulumi.getter(name="
|
267
|
-
def
|
351
|
+
@pulumi.getter(name="refreshTrigger")
|
352
|
+
def refresh_trigger(self) -> Optional[pulumi.Input[_builtins.int]]:
|
268
353
|
"""
|
269
|
-
|
354
|
+
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
270
355
|
|
271
356
|
|
272
357
|
** IMPORTANT **
|
273
358
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
274
359
|
"""
|
275
|
-
return pulumi.get(self, "
|
360
|
+
return pulumi.get(self, "refresh_trigger")
|
276
361
|
|
277
|
-
@
|
278
|
-
def
|
279
|
-
pulumi.set(self, "
|
362
|
+
@refresh_trigger.setter
|
363
|
+
def refresh_trigger(self, value: Optional[pulumi.Input[_builtins.int]]):
|
364
|
+
pulumi.set(self, "refresh_trigger", value)
|
280
365
|
|
281
366
|
@_builtins.property
|
282
367
|
@pulumi.getter(name="securityPolicyId")
|
@@ -326,6 +411,18 @@ class _SecurityPolicyDeploymentState:
|
|
326
411
|
def target_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
327
412
|
pulumi.set(self, "target_id", value)
|
328
413
|
|
414
|
+
@_builtins.property
|
415
|
+
@pulumi.getter(name="targetType")
|
416
|
+
def target_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
417
|
+
"""
|
418
|
+
Indicates whether the security policy deployment is for a target database or a target database group.
|
419
|
+
"""
|
420
|
+
return pulumi.get(self, "target_type")
|
421
|
+
|
422
|
+
@target_type.setter
|
423
|
+
def target_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
424
|
+
pulumi.set(self, "target_type", value)
|
425
|
+
|
329
426
|
@_builtins.property
|
330
427
|
@pulumi.getter(name="timeCreated")
|
331
428
|
def time_created(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -338,6 +435,18 @@ class _SecurityPolicyDeploymentState:
|
|
338
435
|
def time_created(self, value: Optional[pulumi.Input[_builtins.str]]):
|
339
436
|
pulumi.set(self, "time_created", value)
|
340
437
|
|
438
|
+
@_builtins.property
|
439
|
+
@pulumi.getter(name="timeDeployed")
|
440
|
+
def time_deployed(self) -> Optional[pulumi.Input[_builtins.str]]:
|
441
|
+
"""
|
442
|
+
The last date and time the security policy was deployed, in the format defined by RFC3339.
|
443
|
+
"""
|
444
|
+
return pulumi.get(self, "time_deployed")
|
445
|
+
|
446
|
+
@time_deployed.setter
|
447
|
+
def time_deployed(self, value: Optional[pulumi.Input[_builtins.str]]):
|
448
|
+
pulumi.set(self, "time_deployed", value)
|
449
|
+
|
341
450
|
@_builtins.property
|
342
451
|
@pulumi.getter(name="timeUpdated")
|
343
452
|
def time_updated(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -359,15 +468,40 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
359
468
|
opts: Optional[pulumi.ResourceOptions] = None,
|
360
469
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
361
470
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
471
|
+
deploy_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
362
472
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
363
473
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
364
474
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
365
|
-
|
475
|
+
refresh_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
476
|
+
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
477
|
+
target_id: Optional[pulumi.Input[_builtins.str]] = None,
|
478
|
+
target_type: Optional[pulumi.Input[_builtins.str]] = None,
|
366
479
|
__props__=None):
|
367
480
|
"""
|
368
481
|
This resource provides the Security Policy Deployment resource in Oracle Cloud Infrastructure Data Safe service.
|
369
482
|
|
370
|
-
|
483
|
+
Creates a Data Safe security policy deployment in the Data Safe Console.
|
484
|
+
|
485
|
+
## Example Usage
|
486
|
+
|
487
|
+
```python
|
488
|
+
import pulumi
|
489
|
+
import pulumi_oci as oci
|
490
|
+
|
491
|
+
test_security_policy_deployment = oci.datasafe.SecurityPolicyDeployment("test_security_policy_deployment",
|
492
|
+
compartment_id=compartment_id,
|
493
|
+
security_policy_id=test_security_policy["id"],
|
494
|
+
target_id=test_target["id"],
|
495
|
+
target_type=security_policy_deployment_target_type,
|
496
|
+
defined_tags={
|
497
|
+
"Operations.CostCenter": "42",
|
498
|
+
},
|
499
|
+
description=security_policy_deployment_description,
|
500
|
+
display_name=security_policy_deployment_display_name,
|
501
|
+
freeform_tags={
|
502
|
+
"Department": "Finance",
|
503
|
+
})
|
504
|
+
```
|
371
505
|
|
372
506
|
## Import
|
373
507
|
|
@@ -379,16 +513,20 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
379
513
|
|
380
514
|
:param str resource_name: The name of the resource.
|
381
515
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
382
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment
|
516
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment in which to create the unified audit policy.
|
383
517
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
384
|
-
:param pulumi.Input[_builtins.
|
518
|
+
:param pulumi.Input[_builtins.int] deploy_trigger: (Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
519
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) The description of the security policy.
|
385
520
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
386
521
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
387
|
-
:param pulumi.Input[_builtins.
|
522
|
+
:param pulumi.Input[_builtins.int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
388
523
|
|
389
524
|
|
390
525
|
** IMPORTANT **
|
391
526
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
527
|
+
:param pulumi.Input[_builtins.str] security_policy_id: The OCID of the security policy corresponding to the security policy deployment.
|
528
|
+
:param pulumi.Input[_builtins.str] target_id: The OCID of the target where the security policy is deployed.
|
529
|
+
:param pulumi.Input[_builtins.str] target_type: Indicates whether the security policy deployment is for a target database or a target database group.
|
392
530
|
"""
|
393
531
|
...
|
394
532
|
@overload
|
@@ -399,7 +537,28 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
399
537
|
"""
|
400
538
|
This resource provides the Security Policy Deployment resource in Oracle Cloud Infrastructure Data Safe service.
|
401
539
|
|
402
|
-
|
540
|
+
Creates a Data Safe security policy deployment in the Data Safe Console.
|
541
|
+
|
542
|
+
## Example Usage
|
543
|
+
|
544
|
+
```python
|
545
|
+
import pulumi
|
546
|
+
import pulumi_oci as oci
|
547
|
+
|
548
|
+
test_security_policy_deployment = oci.datasafe.SecurityPolicyDeployment("test_security_policy_deployment",
|
549
|
+
compartment_id=compartment_id,
|
550
|
+
security_policy_id=test_security_policy["id"],
|
551
|
+
target_id=test_target["id"],
|
552
|
+
target_type=security_policy_deployment_target_type,
|
553
|
+
defined_tags={
|
554
|
+
"Operations.CostCenter": "42",
|
555
|
+
},
|
556
|
+
description=security_policy_deployment_description,
|
557
|
+
display_name=security_policy_deployment_display_name,
|
558
|
+
freeform_tags={
|
559
|
+
"Department": "Finance",
|
560
|
+
})
|
561
|
+
```
|
403
562
|
|
404
563
|
## Import
|
405
564
|
|
@@ -426,10 +585,14 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
426
585
|
opts: Optional[pulumi.ResourceOptions] = None,
|
427
586
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
428
587
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
588
|
+
deploy_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
429
589
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
430
590
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
431
591
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
432
|
-
|
592
|
+
refresh_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
593
|
+
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
594
|
+
target_id: Optional[pulumi.Input[_builtins.str]] = None,
|
595
|
+
target_type: Optional[pulumi.Input[_builtins.str]] = None,
|
433
596
|
__props__=None):
|
434
597
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
435
598
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -439,20 +602,29 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
439
602
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
440
603
|
__props__ = SecurityPolicyDeploymentArgs.__new__(SecurityPolicyDeploymentArgs)
|
441
604
|
|
605
|
+
if compartment_id is None and not opts.urn:
|
606
|
+
raise TypeError("Missing required property 'compartment_id'")
|
442
607
|
__props__.__dict__["compartment_id"] = compartment_id
|
443
608
|
__props__.__dict__["defined_tags"] = defined_tags
|
609
|
+
__props__.__dict__["deploy_trigger"] = deploy_trigger
|
444
610
|
__props__.__dict__["description"] = description
|
445
611
|
__props__.__dict__["display_name"] = display_name
|
446
612
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
447
|
-
|
448
|
-
|
449
|
-
|
613
|
+
__props__.__dict__["refresh_trigger"] = refresh_trigger
|
614
|
+
if security_policy_id is None and not opts.urn:
|
615
|
+
raise TypeError("Missing required property 'security_policy_id'")
|
616
|
+
__props__.__dict__["security_policy_id"] = security_policy_id
|
617
|
+
if target_id is None and not opts.urn:
|
618
|
+
raise TypeError("Missing required property 'target_id'")
|
619
|
+
__props__.__dict__["target_id"] = target_id
|
620
|
+
if target_type is None and not opts.urn:
|
621
|
+
raise TypeError("Missing required property 'target_type'")
|
622
|
+
__props__.__dict__["target_type"] = target_type
|
450
623
|
__props__.__dict__["lifecycle_details"] = None
|
451
|
-
__props__.__dict__["security_policy_id"] = None
|
452
624
|
__props__.__dict__["state"] = None
|
453
625
|
__props__.__dict__["system_tags"] = None
|
454
|
-
__props__.__dict__["target_id"] = None
|
455
626
|
__props__.__dict__["time_created"] = None
|
627
|
+
__props__.__dict__["time_deployed"] = None
|
456
628
|
__props__.__dict__["time_updated"] = None
|
457
629
|
super(SecurityPolicyDeployment, __self__).__init__(
|
458
630
|
'oci:DataSafe/securityPolicyDeployment:SecurityPolicyDeployment',
|
@@ -466,16 +638,19 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
466
638
|
opts: Optional[pulumi.ResourceOptions] = None,
|
467
639
|
compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
|
468
640
|
defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
641
|
+
deploy_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
469
642
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
470
643
|
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
471
644
|
freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
472
645
|
lifecycle_details: Optional[pulumi.Input[_builtins.str]] = None,
|
473
|
-
|
646
|
+
refresh_trigger: Optional[pulumi.Input[_builtins.int]] = None,
|
474
647
|
security_policy_id: Optional[pulumi.Input[_builtins.str]] = None,
|
475
648
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
476
649
|
system_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
477
650
|
target_id: Optional[pulumi.Input[_builtins.str]] = None,
|
651
|
+
target_type: Optional[pulumi.Input[_builtins.str]] = None,
|
478
652
|
time_created: Optional[pulumi.Input[_builtins.str]] = None,
|
653
|
+
time_deployed: Optional[pulumi.Input[_builtins.str]] = None,
|
479
654
|
time_updated: Optional[pulumi.Input[_builtins.str]] = None) -> 'SecurityPolicyDeployment':
|
480
655
|
"""
|
481
656
|
Get an existing SecurityPolicyDeployment resource's state with the given name, id, and optional extra
|
@@ -484,13 +659,14 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
484
659
|
:param str resource_name: The unique name of the resulting resource.
|
485
660
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
486
661
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
487
|
-
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment
|
662
|
+
:param pulumi.Input[_builtins.str] compartment_id: (Updatable) The OCID of the compartment in which to create the unified audit policy.
|
488
663
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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"}`
|
489
|
-
:param pulumi.Input[_builtins.
|
664
|
+
:param pulumi.Input[_builtins.int] deploy_trigger: (Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
665
|
+
:param pulumi.Input[_builtins.str] description: (Updatable) The description of the security policy.
|
490
666
|
:param pulumi.Input[_builtins.str] display_name: (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
|
491
667
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.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
668
|
:param pulumi.Input[_builtins.str] lifecycle_details: Details about the current state of the security policy deployment in Data Safe.
|
493
|
-
:param pulumi.Input[_builtins.
|
669
|
+
:param pulumi.Input[_builtins.int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
494
670
|
|
495
671
|
|
496
672
|
** IMPORTANT **
|
@@ -499,7 +675,9 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
499
675
|
:param pulumi.Input[_builtins.str] state: The current state of the security policy deployment.
|
500
676
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
501
677
|
:param pulumi.Input[_builtins.str] target_id: The OCID of the target where the security policy is deployed.
|
678
|
+
:param pulumi.Input[_builtins.str] target_type: Indicates whether the security policy deployment is for a target database or a target database group.
|
502
679
|
:param pulumi.Input[_builtins.str] time_created: The time that the security policy deployment was created, in the format defined by RFC3339.
|
680
|
+
:param pulumi.Input[_builtins.str] time_deployed: The last date and time the security policy was deployed, in the format defined by RFC3339.
|
503
681
|
:param pulumi.Input[_builtins.str] time_updated: The last date and time the security policy deployment was updated, in the format defined by RFC3339.
|
504
682
|
"""
|
505
683
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -508,16 +686,19 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
508
686
|
|
509
687
|
__props__.__dict__["compartment_id"] = compartment_id
|
510
688
|
__props__.__dict__["defined_tags"] = defined_tags
|
689
|
+
__props__.__dict__["deploy_trigger"] = deploy_trigger
|
511
690
|
__props__.__dict__["description"] = description
|
512
691
|
__props__.__dict__["display_name"] = display_name
|
513
692
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
514
693
|
__props__.__dict__["lifecycle_details"] = lifecycle_details
|
515
|
-
__props__.__dict__["
|
694
|
+
__props__.__dict__["refresh_trigger"] = refresh_trigger
|
516
695
|
__props__.__dict__["security_policy_id"] = security_policy_id
|
517
696
|
__props__.__dict__["state"] = state
|
518
697
|
__props__.__dict__["system_tags"] = system_tags
|
519
698
|
__props__.__dict__["target_id"] = target_id
|
699
|
+
__props__.__dict__["target_type"] = target_type
|
520
700
|
__props__.__dict__["time_created"] = time_created
|
701
|
+
__props__.__dict__["time_deployed"] = time_deployed
|
521
702
|
__props__.__dict__["time_updated"] = time_updated
|
522
703
|
return SecurityPolicyDeployment(resource_name, opts=opts, __props__=__props__)
|
523
704
|
|
@@ -525,7 +706,7 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
525
706
|
@pulumi.getter(name="compartmentId")
|
526
707
|
def compartment_id(self) -> pulumi.Output[_builtins.str]:
|
527
708
|
"""
|
528
|
-
(Updatable) The OCID of the compartment
|
709
|
+
(Updatable) The OCID of the compartment in which to create the unified audit policy.
|
529
710
|
"""
|
530
711
|
return pulumi.get(self, "compartment_id")
|
531
712
|
|
@@ -537,11 +718,19 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
537
718
|
"""
|
538
719
|
return pulumi.get(self, "defined_tags")
|
539
720
|
|
721
|
+
@_builtins.property
|
722
|
+
@pulumi.getter(name="deployTrigger")
|
723
|
+
def deploy_trigger(self) -> pulumi.Output[Optional[_builtins.int]]:
|
724
|
+
"""
|
725
|
+
(Updatable) An optional property when incremented triggers Deploy. Could be set to any integer value.
|
726
|
+
"""
|
727
|
+
return pulumi.get(self, "deploy_trigger")
|
728
|
+
|
540
729
|
@_builtins.property
|
541
730
|
@pulumi.getter
|
542
731
|
def description(self) -> pulumi.Output[_builtins.str]:
|
543
732
|
"""
|
544
|
-
(Updatable) The description of the security policy
|
733
|
+
(Updatable) The description of the security policy.
|
545
734
|
"""
|
546
735
|
return pulumi.get(self, "description")
|
547
736
|
|
@@ -570,16 +759,16 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
570
759
|
return pulumi.get(self, "lifecycle_details")
|
571
760
|
|
572
761
|
@_builtins.property
|
573
|
-
@pulumi.getter(name="
|
574
|
-
def
|
762
|
+
@pulumi.getter(name="refreshTrigger")
|
763
|
+
def refresh_trigger(self) -> pulumi.Output[Optional[_builtins.int]]:
|
575
764
|
"""
|
576
|
-
|
765
|
+
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
577
766
|
|
578
767
|
|
579
768
|
** IMPORTANT **
|
580
769
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
581
770
|
"""
|
582
|
-
return pulumi.get(self, "
|
771
|
+
return pulumi.get(self, "refresh_trigger")
|
583
772
|
|
584
773
|
@_builtins.property
|
585
774
|
@pulumi.getter(name="securityPolicyId")
|
@@ -613,6 +802,14 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
613
802
|
"""
|
614
803
|
return pulumi.get(self, "target_id")
|
615
804
|
|
805
|
+
@_builtins.property
|
806
|
+
@pulumi.getter(name="targetType")
|
807
|
+
def target_type(self) -> pulumi.Output[_builtins.str]:
|
808
|
+
"""
|
809
|
+
Indicates whether the security policy deployment is for a target database or a target database group.
|
810
|
+
"""
|
811
|
+
return pulumi.get(self, "target_type")
|
812
|
+
|
616
813
|
@_builtins.property
|
617
814
|
@pulumi.getter(name="timeCreated")
|
618
815
|
def time_created(self) -> pulumi.Output[_builtins.str]:
|
@@ -621,6 +818,14 @@ class SecurityPolicyDeployment(pulumi.CustomResource):
|
|
621
818
|
"""
|
622
819
|
return pulumi.get(self, "time_created")
|
623
820
|
|
821
|
+
@_builtins.property
|
822
|
+
@pulumi.getter(name="timeDeployed")
|
823
|
+
def time_deployed(self) -> pulumi.Output[_builtins.str]:
|
824
|
+
"""
|
825
|
+
The last date and time the security policy was deployed, in the format defined by RFC3339.
|
826
|
+
"""
|
827
|
+
return pulumi.get(self, "time_deployed")
|
828
|
+
|
624
829
|
@_builtins.property
|
625
830
|
@pulumi.getter(name="timeUpdated")
|
626
831
|
def time_updated(self) -> pulumi.Output[_builtins.str]:
|