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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +38 -86
  2. pulumi_oci/announcementsservice/__init__.py +0 -1
  3. pulumi_oci/announcementsservice/_inputs.py +6 -46
  4. pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
  5. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
  6. pulumi_oci/announcementsservice/outputs.py +18 -195
  7. pulumi_oci/bigdataservice/_inputs.py +49 -1
  8. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  9. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  10. pulumi_oci/bigdataservice/outputs.py +132 -3
  11. pulumi_oci/database/_inputs.py +0 -32
  12. pulumi_oci/database/autonomous_database.py +0 -28
  13. pulumi_oci/database/data_guard_association.py +0 -49
  14. pulumi_oci/database/get_autonomous_database.py +1 -14
  15. pulumi_oci/database/get_autonomous_databases.py +95 -32
  16. pulumi_oci/database/get_data_guard_association.py +1 -11
  17. pulumi_oci/database/outputs.py +42 -163
  18. pulumi_oci/databasemanagement/__init__.py +0 -1
  19. pulumi_oci/databasemanagement/_inputs.py +12 -875
  20. pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
  21. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
  22. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  23. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
  24. pulumi_oci/databasemanagement/get_managed_database.py +3 -47
  25. pulumi_oci/databasemanagement/managed_database.py +0 -56
  26. pulumi_oci/databasemanagement/outputs.py +5553 -7487
  27. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
  28. pulumi_oci/datasafe/__init__.py +0 -6
  29. pulumi_oci/datasafe/_inputs.py +0 -18
  30. pulumi_oci/datasafe/database_security_config_management.py +2 -244
  31. pulumi_oci/datasafe/outputs.py +0 -18
  32. pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
  33. pulumi_oci/datasafe/security_policy_management.py +2 -172
  34. pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
  35. pulumi_oci/filestorage/mount_target.py +38 -143
  36. pulumi_oci/filestorage/outputs.py +0 -44
  37. pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
  38. pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
  39. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
  40. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
  41. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
  42. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
  43. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
  44. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
  45. pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
  46. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  47. pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
  48. pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
  49. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
  50. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
  51. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
  52. pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
  53. pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
  54. pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
  55. pulumi_oci/identity/domains_group.py +0 -34
  56. pulumi_oci/identity/domains_user.py +0 -34
  57. pulumi_oci/identity/get_domains_group.py +1 -11
  58. pulumi_oci/identity/get_domains_user.py +1 -11
  59. pulumi_oci/identity/outputs.py +0 -14
  60. pulumi_oci/kms/_inputs.py +10 -10
  61. pulumi_oci/kms/get_vault.py +1 -14
  62. pulumi_oci/kms/outputs.py +30 -41
  63. pulumi_oci/kms/vault.py +0 -28
  64. pulumi_oci/loadbalancer/load_balancer.py +0 -224
  65. pulumi_oci/loadbalancer/outputs.py +0 -22
  66. pulumi_oci/mysql/_inputs.py +0 -23
  67. pulumi_oci/mysql/get_mysql_db_system.py +2 -15
  68. pulumi_oci/mysql/mysql_db_system.py +0 -53
  69. pulumi_oci/mysql/outputs.py +6 -74
  70. pulumi_oci/ocvp/get_cluster.py +2 -2
  71. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  72. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
  73. pulumi_oci/ocvp/outputs.py +2 -2
  74. pulumi_oci/pulumi-plugin.json +1 -1
  75. pulumi_oci/recoverymod/_inputs.py +8 -0
  76. pulumi_oci/recoverymod/get_protected_database.py +1 -14
  77. pulumi_oci/recoverymod/get_protection_policy.py +1 -14
  78. pulumi_oci/recoverymod/outputs.py +8 -22
  79. pulumi_oci/recoverymod/protected_database.py +3 -80
  80. pulumi_oci/recoverymod/protection_policy.py +0 -49
  81. pulumi_oci/waf/_inputs.py +16 -29
  82. pulumi_oci/waf/outputs.py +10 -33
  83. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
  84. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
  85. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
  86. pulumi_oci/announcementsservice/get_services.py +0 -173
  87. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
  88. pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
  89. pulumi_oci/datasafe/masking_report_management.py +0 -693
  90. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  91. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  92. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
  93. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
  94. pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
  95. pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
  96. pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
  97. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
  98. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
  99. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
  100. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
  101. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
  102. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
  103. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
  104. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
  105. pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
  106. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
  107. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
  108. pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
  109. pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
  110. pulumi_oci/desktops/_inputs.py +0 -483
  111. pulumi_oci/desktops/desktop_pool.py +0 -1348
  112. pulumi_oci/desktops/get_desktop.py +0 -223
  113. pulumi_oci/desktops/get_desktop_pool.py +0 -418
  114. pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
  115. pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
  116. pulumi_oci/desktops/get_desktop_pools.py +0 -203
  117. pulumi_oci/desktops/get_desktops.py +0 -214
  118. pulumi_oci/desktops/outputs.py +0 -1738
  119. {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -22,12 +22,6 @@ class SecurityPolicyDeploymentManagementArgs:
22
22
  target_id: Optional[pulumi.Input[str]] = None):
23
23
  """
24
24
  The set of arguments for constructing a SecurityPolicyDeploymentManagement resource.
25
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
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 deployment.
28
- :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.
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 SecurityPolicyDeploymentManagementArgs:
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 deployment.
50
- """
51
42
  return pulumi.get(self, "compartment_id")
52
43
 
53
44
  @compartment_id.setter
@@ -57,9 +48,6 @@ class SecurityPolicyDeploymentManagementArgs:
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 SecurityPolicyDeploymentManagementArgs:
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 deployment.
74
- """
75
60
  return pulumi.get(self, "description")
76
61
 
77
62
  @description.setter
@@ -81,9 +66,6 @@ class SecurityPolicyDeploymentManagementArgs:
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 deployment. 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 SecurityPolicyDeploymentManagementArgs:
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 SecurityPolicyDeploymentManagementArgs:
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
@@ -132,18 +108,6 @@ class _SecurityPolicyDeploymentManagementState:
132
108
  time_updated: Optional[pulumi.Input[str]] = None):
133
109
  """
134
110
  Input properties used for looking up and filtering SecurityPolicyDeploymentManagement resources.
135
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
136
- :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"}`
137
- :param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
138
- :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.
139
- :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"}`
140
- :param pulumi.Input[str] lifecycle_details: Details about the current state of the security policy deployment in Data Safe.
141
- :param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the security policy deployment.
142
- :param pulumi.Input[str] state: The current state of the security policy deployment.
143
- :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"}`
144
- :param pulumi.Input[str] target_id: Unique target identifier.
145
- :param pulumi.Input[str] time_created: The time that the security policy deployment was created, in the format defined by RFC3339.
146
- :param pulumi.Input[str] time_updated: The last date and time the security policy deployment was updated, in the format defined by RFC3339.
147
111
  """
148
112
  if compartment_id is not None:
149
113
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -173,9 +137,6 @@ class _SecurityPolicyDeploymentManagementState:
173
137
  @property
174
138
  @pulumi.getter(name="compartmentId")
175
139
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
176
- """
177
- (Updatable) The OCID of the compartment containing the security policy deployment.
178
- """
179
140
  return pulumi.get(self, "compartment_id")
180
141
 
181
142
  @compartment_id.setter
@@ -185,9 +146,6 @@ class _SecurityPolicyDeploymentManagementState:
185
146
  @property
186
147
  @pulumi.getter(name="definedTags")
187
148
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
188
- """
189
- (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"}`
190
- """
191
149
  return pulumi.get(self, "defined_tags")
192
150
 
193
151
  @defined_tags.setter
@@ -197,9 +155,6 @@ class _SecurityPolicyDeploymentManagementState:
197
155
  @property
198
156
  @pulumi.getter
199
157
  def description(self) -> Optional[pulumi.Input[str]]:
200
- """
201
- (Updatable) The description of the security policy deployment.
202
- """
203
158
  return pulumi.get(self, "description")
204
159
 
205
160
  @description.setter
@@ -209,9 +164,6 @@ class _SecurityPolicyDeploymentManagementState:
209
164
  @property
210
165
  @pulumi.getter(name="displayName")
211
166
  def display_name(self) -> Optional[pulumi.Input[str]]:
212
- """
213
- (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
214
- """
215
167
  return pulumi.get(self, "display_name")
216
168
 
217
169
  @display_name.setter
@@ -221,9 +173,6 @@ class _SecurityPolicyDeploymentManagementState:
221
173
  @property
222
174
  @pulumi.getter(name="freeformTags")
223
175
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
224
- """
225
- (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"}`
226
- """
227
176
  return pulumi.get(self, "freeform_tags")
228
177
 
229
178
  @freeform_tags.setter
@@ -233,9 +182,6 @@ class _SecurityPolicyDeploymentManagementState:
233
182
  @property
234
183
  @pulumi.getter(name="lifecycleDetails")
235
184
  def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
236
- """
237
- Details about the current state of the security policy deployment in Data Safe.
238
- """
239
185
  return pulumi.get(self, "lifecycle_details")
240
186
 
241
187
  @lifecycle_details.setter
@@ -245,9 +191,6 @@ class _SecurityPolicyDeploymentManagementState:
245
191
  @property
246
192
  @pulumi.getter(name="securityPolicyId")
247
193
  def security_policy_id(self) -> Optional[pulumi.Input[str]]:
248
- """
249
- The OCID of the security policy corresponding to the security policy deployment.
250
- """
251
194
  return pulumi.get(self, "security_policy_id")
252
195
 
253
196
  @security_policy_id.setter
@@ -257,9 +200,6 @@ class _SecurityPolicyDeploymentManagementState:
257
200
  @property
258
201
  @pulumi.getter
259
202
  def state(self) -> Optional[pulumi.Input[str]]:
260
- """
261
- The current state of the security policy deployment.
262
- """
263
203
  return pulumi.get(self, "state")
264
204
 
265
205
  @state.setter
@@ -269,9 +209,6 @@ class _SecurityPolicyDeploymentManagementState:
269
209
  @property
270
210
  @pulumi.getter(name="systemTags")
271
211
  def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
272
- """
273
- 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"}`
274
- """
275
212
  return pulumi.get(self, "system_tags")
276
213
 
277
214
  @system_tags.setter
@@ -281,9 +218,6 @@ class _SecurityPolicyDeploymentManagementState:
281
218
  @property
282
219
  @pulumi.getter(name="targetId")
283
220
  def target_id(self) -> Optional[pulumi.Input[str]]:
284
- """
285
- Unique target identifier.
286
- """
287
221
  return pulumi.get(self, "target_id")
288
222
 
289
223
  @target_id.setter
@@ -293,9 +227,6 @@ class _SecurityPolicyDeploymentManagementState:
293
227
  @property
294
228
  @pulumi.getter(name="timeCreated")
295
229
  def time_created(self) -> Optional[pulumi.Input[str]]:
296
- """
297
- The time that the security policy deployment was created, in the format defined by RFC3339.
298
- """
299
230
  return pulumi.get(self, "time_created")
300
231
 
301
232
  @time_created.setter
@@ -305,9 +236,6 @@ class _SecurityPolicyDeploymentManagementState:
305
236
  @property
306
237
  @pulumi.getter(name="timeUpdated")
307
238
  def time_updated(self) -> Optional[pulumi.Input[str]]:
308
- """
309
- The last date and time the security policy deployment was updated, in the format defined by RFC3339.
310
- """
311
239
  return pulumi.get(self, "time_updated")
312
240
 
313
241
  @time_updated.setter
@@ -328,41 +256,9 @@ class SecurityPolicyDeploymentManagement(pulumi.CustomResource):
328
256
  target_id: Optional[pulumi.Input[str]] = None,
329
257
  __props__=None):
330
258
  """
331
- This resource provides the Security Policy Deployment Management resource in Oracle Cloud Infrastructure Data Safe service.
332
-
333
- Updates the security policy deployment.
334
-
335
- ## Example Usage
336
-
337
- ```python
338
- import pulumi
339
- import pulumi_oci as oci
340
-
341
- test_security_policy_deployment_management = oci.data_safe.SecurityPolicyDeploymentManagement("test_security_policy_deployment_management",
342
- compartment_id=compartment_id,
343
- target_id=test_target_database["id"],
344
- defined_tags={
345
- "Operations.CostCenter": "42",
346
- },
347
- description=security_policy_deployment_management_description,
348
- display_name=security_policy_deployment_management_display_name,
349
- freeform_tags={
350
- "Department": "Finance",
351
- })
352
- ```
353
-
354
- ## Import
355
-
356
- Import is not supported for this resource.
357
-
259
+ Create a SecurityPolicyDeploymentManagement resource with the given unique name, props, and options.
358
260
  :param str resource_name: The name of the resource.
359
261
  :param pulumi.ResourceOptions opts: Options for the resource.
360
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
361
- :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"}`
362
- :param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
363
- :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.
364
- :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"}`
365
- :param pulumi.Input[str] target_id: Unique target identifier.
366
262
  """
367
263
  ...
368
264
  @overload
@@ -371,33 +267,7 @@ class SecurityPolicyDeploymentManagement(pulumi.CustomResource):
371
267
  args: Optional[SecurityPolicyDeploymentManagementArgs] = None,
372
268
  opts: Optional[pulumi.ResourceOptions] = None):
373
269
  """
374
- This resource provides the Security Policy Deployment Management resource in Oracle Cloud Infrastructure Data Safe service.
375
-
376
- Updates the security policy deployment.
377
-
378
- ## Example Usage
379
-
380
- ```python
381
- import pulumi
382
- import pulumi_oci as oci
383
-
384
- test_security_policy_deployment_management = oci.data_safe.SecurityPolicyDeploymentManagement("test_security_policy_deployment_management",
385
- compartment_id=compartment_id,
386
- target_id=test_target_database["id"],
387
- defined_tags={
388
- "Operations.CostCenter": "42",
389
- },
390
- description=security_policy_deployment_management_description,
391
- display_name=security_policy_deployment_management_display_name,
392
- freeform_tags={
393
- "Department": "Finance",
394
- })
395
- ```
396
-
397
- ## Import
398
-
399
- Import is not supported for this resource.
400
-
270
+ Create a SecurityPolicyDeploymentManagement resource with the given unique name, props, and options.
401
271
  :param str resource_name: The name of the resource.
402
272
  :param SecurityPolicyDeploymentManagementArgs args: The arguments to use to populate this resource's properties.
403
273
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -469,18 +339,6 @@ class SecurityPolicyDeploymentManagement(pulumi.CustomResource):
469
339
  :param str resource_name: The unique name of the resulting resource.
470
340
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
471
341
  :param pulumi.ResourceOptions opts: Options for the resource.
472
- :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the security policy deployment.
473
- :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"}`
474
- :param pulumi.Input[str] description: (Updatable) The description of the security policy deployment.
475
- :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.
476
- :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"}`
477
- :param pulumi.Input[str] lifecycle_details: Details about the current state of the security policy deployment in Data Safe.
478
- :param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the security policy deployment.
479
- :param pulumi.Input[str] state: The current state of the security policy deployment.
480
- :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"}`
481
- :param pulumi.Input[str] target_id: Unique target identifier.
482
- :param pulumi.Input[str] time_created: The time that the security policy deployment was created, in the format defined by RFC3339.
483
- :param pulumi.Input[str] time_updated: The last date and time the security policy deployment was updated, in the format defined by RFC3339.
484
342
  """
485
343
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
486
344
 
@@ -503,96 +361,60 @@ class SecurityPolicyDeploymentManagement(pulumi.CustomResource):
503
361
  @property
504
362
  @pulumi.getter(name="compartmentId")
505
363
  def compartment_id(self) -> pulumi.Output[str]:
506
- """
507
- (Updatable) The OCID of the compartment containing the security policy deployment.
508
- """
509
364
  return pulumi.get(self, "compartment_id")
510
365
 
511
366
  @property
512
367
  @pulumi.getter(name="definedTags")
513
368
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
514
- """
515
- (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"}`
516
- """
517
369
  return pulumi.get(self, "defined_tags")
518
370
 
519
371
  @property
520
372
  @pulumi.getter
521
373
  def description(self) -> pulumi.Output[str]:
522
- """
523
- (Updatable) The description of the security policy deployment.
524
- """
525
374
  return pulumi.get(self, "description")
526
375
 
527
376
  @property
528
377
  @pulumi.getter(name="displayName")
529
378
  def display_name(self) -> pulumi.Output[str]:
530
- """
531
- (Updatable) The display name of the security policy deployment. The name does not have to be unique, and it is changeable.
532
- """
533
379
  return pulumi.get(self, "display_name")
534
380
 
535
381
  @property
536
382
  @pulumi.getter(name="freeformTags")
537
383
  def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
538
- """
539
- (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"}`
540
- """
541
384
  return pulumi.get(self, "freeform_tags")
542
385
 
543
386
  @property
544
387
  @pulumi.getter(name="lifecycleDetails")
545
388
  def lifecycle_details(self) -> pulumi.Output[str]:
546
- """
547
- Details about the current state of the security policy deployment in Data Safe.
548
- """
549
389
  return pulumi.get(self, "lifecycle_details")
550
390
 
551
391
  @property
552
392
  @pulumi.getter(name="securityPolicyId")
553
393
  def security_policy_id(self) -> pulumi.Output[str]:
554
- """
555
- The OCID of the security policy corresponding to the security policy deployment.
556
- """
557
394
  return pulumi.get(self, "security_policy_id")
558
395
 
559
396
  @property
560
397
  @pulumi.getter
561
398
  def state(self) -> pulumi.Output[str]:
562
- """
563
- The current state of the security policy deployment.
564
- """
565
399
  return pulumi.get(self, "state")
566
400
 
567
401
  @property
568
402
  @pulumi.getter(name="systemTags")
569
403
  def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
570
- """
571
- 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"}`
572
- """
573
404
  return pulumi.get(self, "system_tags")
574
405
 
575
406
  @property
576
407
  @pulumi.getter(name="targetId")
577
408
  def target_id(self) -> pulumi.Output[str]:
578
- """
579
- Unique target identifier.
580
- """
581
409
  return pulumi.get(self, "target_id")
582
410
 
583
411
  @property
584
412
  @pulumi.getter(name="timeCreated")
585
413
  def time_created(self) -> pulumi.Output[str]:
586
- """
587
- The time that the security policy deployment was created, in the format defined by RFC3339.
588
- """
589
414
  return pulumi.get(self, "time_created")
590
415
 
591
416
  @property
592
417
  @pulumi.getter(name="timeUpdated")
593
418
  def time_updated(self) -> pulumi.Output[str]:
594
- """
595
- The last date and time the security policy deployment was updated, in the format defined by RFC3339.
596
- """
597
419
  return pulumi.get(self, "time_updated")
598
420