pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -22,12 +22,6 @@ class SecurityPolicyManagementArgs:
|
|
22
22
|
target_id: Optional[pulumi.Input[str]] = None):
|
23
23
|
"""
|
24
24
|
The set of arguments for constructing a SecurityPolicyManagement resource.
|
25
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
26
|
-
: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"}`
|
27
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
28
|
-
: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.
|
29
|
-
: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"}`
|
30
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
31
25
|
"""
|
32
26
|
if compartment_id is not None:
|
33
27
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -45,9 +39,6 @@ class SecurityPolicyManagementArgs:
|
|
45
39
|
@property
|
46
40
|
@pulumi.getter(name="compartmentId")
|
47
41
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
48
|
-
"""
|
49
|
-
(Updatable) The OCID of the compartment containing the security policy.
|
50
|
-
"""
|
51
42
|
return pulumi.get(self, "compartment_id")
|
52
43
|
|
53
44
|
@compartment_id.setter
|
@@ -57,9 +48,6 @@ class SecurityPolicyManagementArgs:
|
|
57
48
|
@property
|
58
49
|
@pulumi.getter(name="definedTags")
|
59
50
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
60
|
-
"""
|
61
|
-
(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"}`
|
62
|
-
"""
|
63
51
|
return pulumi.get(self, "defined_tags")
|
64
52
|
|
65
53
|
@defined_tags.setter
|
@@ -69,9 +57,6 @@ class SecurityPolicyManagementArgs:
|
|
69
57
|
@property
|
70
58
|
@pulumi.getter
|
71
59
|
def description(self) -> Optional[pulumi.Input[str]]:
|
72
|
-
"""
|
73
|
-
(Updatable) The description of the security policy.
|
74
|
-
"""
|
75
60
|
return pulumi.get(self, "description")
|
76
61
|
|
77
62
|
@description.setter
|
@@ -81,9 +66,6 @@ class SecurityPolicyManagementArgs:
|
|
81
66
|
@property
|
82
67
|
@pulumi.getter(name="displayName")
|
83
68
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
84
|
-
"""
|
85
|
-
(Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
86
|
-
"""
|
87
69
|
return pulumi.get(self, "display_name")
|
88
70
|
|
89
71
|
@display_name.setter
|
@@ -93,9 +75,6 @@ class SecurityPolicyManagementArgs:
|
|
93
75
|
@property
|
94
76
|
@pulumi.getter(name="freeformTags")
|
95
77
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
96
|
-
"""
|
97
|
-
(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"}`
|
98
|
-
"""
|
99
78
|
return pulumi.get(self, "freeform_tags")
|
100
79
|
|
101
80
|
@freeform_tags.setter
|
@@ -105,9 +84,6 @@ class SecurityPolicyManagementArgs:
|
|
105
84
|
@property
|
106
85
|
@pulumi.getter(name="targetId")
|
107
86
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
108
|
-
"""
|
109
|
-
Unique target identifier.
|
110
|
-
"""
|
111
87
|
return pulumi.get(self, "target_id")
|
112
88
|
|
113
89
|
@target_id.setter
|
@@ -131,17 +107,6 @@ class _SecurityPolicyManagementState:
|
|
131
107
|
time_updated: Optional[pulumi.Input[str]] = None):
|
132
108
|
"""
|
133
109
|
Input properties used for looking up and filtering SecurityPolicyManagement resources.
|
134
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
135
|
-
: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"}`
|
136
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
137
|
-
: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.
|
138
|
-
: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"}`
|
139
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the security policy in Data Safe.
|
140
|
-
:param pulumi.Input[str] state: The current state of the security policy.
|
141
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
142
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
143
|
-
:param pulumi.Input[str] time_created: The time that the security policy was created, in the format defined by RFC3339.
|
144
|
-
:param pulumi.Input[str] time_updated: The last date and time the security policy was updated, in the format defined by RFC3339.
|
145
110
|
"""
|
146
111
|
if compartment_id is not None:
|
147
112
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -169,9 +134,6 @@ class _SecurityPolicyManagementState:
|
|
169
134
|
@property
|
170
135
|
@pulumi.getter(name="compartmentId")
|
171
136
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
172
|
-
"""
|
173
|
-
(Updatable) The OCID of the compartment containing the security policy.
|
174
|
-
"""
|
175
137
|
return pulumi.get(self, "compartment_id")
|
176
138
|
|
177
139
|
@compartment_id.setter
|
@@ -181,9 +143,6 @@ class _SecurityPolicyManagementState:
|
|
181
143
|
@property
|
182
144
|
@pulumi.getter(name="definedTags")
|
183
145
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
184
|
-
"""
|
185
|
-
(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"}`
|
186
|
-
"""
|
187
146
|
return pulumi.get(self, "defined_tags")
|
188
147
|
|
189
148
|
@defined_tags.setter
|
@@ -193,9 +152,6 @@ class _SecurityPolicyManagementState:
|
|
193
152
|
@property
|
194
153
|
@pulumi.getter
|
195
154
|
def description(self) -> Optional[pulumi.Input[str]]:
|
196
|
-
"""
|
197
|
-
(Updatable) The description of the security policy.
|
198
|
-
"""
|
199
155
|
return pulumi.get(self, "description")
|
200
156
|
|
201
157
|
@description.setter
|
@@ -205,9 +161,6 @@ class _SecurityPolicyManagementState:
|
|
205
161
|
@property
|
206
162
|
@pulumi.getter(name="displayName")
|
207
163
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
208
|
-
"""
|
209
|
-
(Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
210
|
-
"""
|
211
164
|
return pulumi.get(self, "display_name")
|
212
165
|
|
213
166
|
@display_name.setter
|
@@ -217,9 +170,6 @@ class _SecurityPolicyManagementState:
|
|
217
170
|
@property
|
218
171
|
@pulumi.getter(name="freeformTags")
|
219
172
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
220
|
-
"""
|
221
|
-
(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"}`
|
222
|
-
"""
|
223
173
|
return pulumi.get(self, "freeform_tags")
|
224
174
|
|
225
175
|
@freeform_tags.setter
|
@@ -229,9 +179,6 @@ class _SecurityPolicyManagementState:
|
|
229
179
|
@property
|
230
180
|
@pulumi.getter(name="lifecycleDetails")
|
231
181
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
232
|
-
"""
|
233
|
-
Details about the current state of the security policy in Data Safe.
|
234
|
-
"""
|
235
182
|
return pulumi.get(self, "lifecycle_details")
|
236
183
|
|
237
184
|
@lifecycle_details.setter
|
@@ -241,9 +188,6 @@ class _SecurityPolicyManagementState:
|
|
241
188
|
@property
|
242
189
|
@pulumi.getter
|
243
190
|
def state(self) -> Optional[pulumi.Input[str]]:
|
244
|
-
"""
|
245
|
-
The current state of the security policy.
|
246
|
-
"""
|
247
191
|
return pulumi.get(self, "state")
|
248
192
|
|
249
193
|
@state.setter
|
@@ -253,9 +197,6 @@ class _SecurityPolicyManagementState:
|
|
253
197
|
@property
|
254
198
|
@pulumi.getter(name="systemTags")
|
255
199
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
256
|
-
"""
|
257
|
-
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"}`
|
258
|
-
"""
|
259
200
|
return pulumi.get(self, "system_tags")
|
260
201
|
|
261
202
|
@system_tags.setter
|
@@ -265,9 +206,6 @@ class _SecurityPolicyManagementState:
|
|
265
206
|
@property
|
266
207
|
@pulumi.getter(name="targetId")
|
267
208
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
268
|
-
"""
|
269
|
-
Unique target identifier.
|
270
|
-
"""
|
271
209
|
return pulumi.get(self, "target_id")
|
272
210
|
|
273
211
|
@target_id.setter
|
@@ -277,9 +215,6 @@ class _SecurityPolicyManagementState:
|
|
277
215
|
@property
|
278
216
|
@pulumi.getter(name="timeCreated")
|
279
217
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
280
|
-
"""
|
281
|
-
The time that the security policy was created, in the format defined by RFC3339.
|
282
|
-
"""
|
283
218
|
return pulumi.get(self, "time_created")
|
284
219
|
|
285
220
|
@time_created.setter
|
@@ -289,9 +224,6 @@ class _SecurityPolicyManagementState:
|
|
289
224
|
@property
|
290
225
|
@pulumi.getter(name="timeUpdated")
|
291
226
|
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
292
|
-
"""
|
293
|
-
The last date and time the security policy was updated, in the format defined by RFC3339.
|
294
|
-
"""
|
295
227
|
return pulumi.get(self, "time_updated")
|
296
228
|
|
297
229
|
@time_updated.setter
|
@@ -312,41 +244,9 @@ class SecurityPolicyManagement(pulumi.CustomResource):
|
|
312
244
|
target_id: Optional[pulumi.Input[str]] = None,
|
313
245
|
__props__=None):
|
314
246
|
"""
|
315
|
-
|
316
|
-
|
317
|
-
Updates the security policy.
|
318
|
-
|
319
|
-
## Example Usage
|
320
|
-
|
321
|
-
```python
|
322
|
-
import pulumi
|
323
|
-
import pulumi_oci as oci
|
324
|
-
|
325
|
-
test_security_policy_management = oci.data_safe.SecurityPolicyManagement("test_security_policy_management",
|
326
|
-
compartment_id=compartment_id,
|
327
|
-
target_id=test_target_database["id"],
|
328
|
-
defined_tags={
|
329
|
-
"Operations.CostCenter": "42",
|
330
|
-
},
|
331
|
-
description=security_policy_management_description,
|
332
|
-
display_name=security_policy_management_display_name,
|
333
|
-
freeform_tags={
|
334
|
-
"Department": "Finance",
|
335
|
-
})
|
336
|
-
```
|
337
|
-
|
338
|
-
## Import
|
339
|
-
|
340
|
-
Import is not supported for this resource.
|
341
|
-
|
247
|
+
Create a SecurityPolicyManagement resource with the given unique name, props, and options.
|
342
248
|
:param str resource_name: The name of the resource.
|
343
249
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
344
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
345
|
-
: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"}`
|
346
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
347
|
-
: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.
|
348
|
-
: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"}`
|
349
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
350
250
|
"""
|
351
251
|
...
|
352
252
|
@overload
|
@@ -355,33 +255,7 @@ class SecurityPolicyManagement(pulumi.CustomResource):
|
|
355
255
|
args: Optional[SecurityPolicyManagementArgs] = None,
|
356
256
|
opts: Optional[pulumi.ResourceOptions] = None):
|
357
257
|
"""
|
358
|
-
|
359
|
-
|
360
|
-
Updates the security policy.
|
361
|
-
|
362
|
-
## Example Usage
|
363
|
-
|
364
|
-
```python
|
365
|
-
import pulumi
|
366
|
-
import pulumi_oci as oci
|
367
|
-
|
368
|
-
test_security_policy_management = oci.data_safe.SecurityPolicyManagement("test_security_policy_management",
|
369
|
-
compartment_id=compartment_id,
|
370
|
-
target_id=test_target_database["id"],
|
371
|
-
defined_tags={
|
372
|
-
"Operations.CostCenter": "42",
|
373
|
-
},
|
374
|
-
description=security_policy_management_description,
|
375
|
-
display_name=security_policy_management_display_name,
|
376
|
-
freeform_tags={
|
377
|
-
"Department": "Finance",
|
378
|
-
})
|
379
|
-
```
|
380
|
-
|
381
|
-
## Import
|
382
|
-
|
383
|
-
Import is not supported for this resource.
|
384
|
-
|
258
|
+
Create a SecurityPolicyManagement resource with the given unique name, props, and options.
|
385
259
|
:param str resource_name: The name of the resource.
|
386
260
|
:param SecurityPolicyManagementArgs args: The arguments to use to populate this resource's properties.
|
387
261
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -451,17 +325,6 @@ class SecurityPolicyManagement(pulumi.CustomResource):
|
|
451
325
|
:param str resource_name: The unique name of the resulting resource.
|
452
326
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
453
327
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
454
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy.
|
455
|
-
: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"}`
|
456
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
457
|
-
: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.
|
458
|
-
: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"}`
|
459
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the security policy in Data Safe.
|
460
|
-
:param pulumi.Input[str] state: The current state of the security policy.
|
461
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[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"}`
|
462
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
463
|
-
:param pulumi.Input[str] time_created: The time that the security policy was created, in the format defined by RFC3339.
|
464
|
-
:param pulumi.Input[str] time_updated: The last date and time the security policy was updated, in the format defined by RFC3339.
|
465
328
|
"""
|
466
329
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
467
330
|
|
@@ -483,88 +346,55 @@ class SecurityPolicyManagement(pulumi.CustomResource):
|
|
483
346
|
@property
|
484
347
|
@pulumi.getter(name="compartmentId")
|
485
348
|
def compartment_id(self) -> pulumi.Output[str]:
|
486
|
-
"""
|
487
|
-
(Updatable) The OCID of the compartment containing the security policy.
|
488
|
-
"""
|
489
349
|
return pulumi.get(self, "compartment_id")
|
490
350
|
|
491
351
|
@property
|
492
352
|
@pulumi.getter(name="definedTags")
|
493
353
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
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) Example: `{"Operations.CostCenter": "42"}`
|
496
|
-
"""
|
497
354
|
return pulumi.get(self, "defined_tags")
|
498
355
|
|
499
356
|
@property
|
500
357
|
@pulumi.getter
|
501
358
|
def description(self) -> pulumi.Output[str]:
|
502
|
-
"""
|
503
|
-
(Updatable) The description of the security policy.
|
504
|
-
"""
|
505
359
|
return pulumi.get(self, "description")
|
506
360
|
|
507
361
|
@property
|
508
362
|
@pulumi.getter(name="displayName")
|
509
363
|
def display_name(self) -> pulumi.Output[str]:
|
510
|
-
"""
|
511
|
-
(Updatable) The display name of the security policy. The name does not have to be unique, and it is changeable.
|
512
|
-
"""
|
513
364
|
return pulumi.get(self, "display_name")
|
514
365
|
|
515
366
|
@property
|
516
367
|
@pulumi.getter(name="freeformTags")
|
517
368
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
518
|
-
"""
|
519
|
-
(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"}`
|
520
|
-
"""
|
521
369
|
return pulumi.get(self, "freeform_tags")
|
522
370
|
|
523
371
|
@property
|
524
372
|
@pulumi.getter(name="lifecycleDetails")
|
525
373
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
526
|
-
"""
|
527
|
-
Details about the current state of the security policy in Data Safe.
|
528
|
-
"""
|
529
374
|
return pulumi.get(self, "lifecycle_details")
|
530
375
|
|
531
376
|
@property
|
532
377
|
@pulumi.getter
|
533
378
|
def state(self) -> pulumi.Output[str]:
|
534
|
-
"""
|
535
|
-
The current state of the security policy.
|
536
|
-
"""
|
537
379
|
return pulumi.get(self, "state")
|
538
380
|
|
539
381
|
@property
|
540
382
|
@pulumi.getter(name="systemTags")
|
541
383
|
def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
542
|
-
"""
|
543
|
-
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"}`
|
544
|
-
"""
|
545
384
|
return pulumi.get(self, "system_tags")
|
546
385
|
|
547
386
|
@property
|
548
387
|
@pulumi.getter(name="targetId")
|
549
388
|
def target_id(self) -> pulumi.Output[str]:
|
550
|
-
"""
|
551
|
-
Unique target identifier.
|
552
|
-
"""
|
553
389
|
return pulumi.get(self, "target_id")
|
554
390
|
|
555
391
|
@property
|
556
392
|
@pulumi.getter(name="timeCreated")
|
557
393
|
def time_created(self) -> pulumi.Output[str]:
|
558
|
-
"""
|
559
|
-
The time that the security policy was created, in the format defined by RFC3339.
|
560
|
-
"""
|
561
394
|
return pulumi.get(self, "time_created")
|
562
395
|
|
563
396
|
@property
|
564
397
|
@pulumi.getter(name="timeUpdated")
|
565
398
|
def time_updated(self) -> pulumi.Output[str]:
|
566
|
-
"""
|
567
|
-
The last date and time the security policy was updated, in the format defined by RFC3339.
|
568
|
-
"""
|
569
399
|
return pulumi.get(self, "time_updated")
|
570
400
|
|