pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.0__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 (213) hide show
  1. pulumi_oci/__init__.py +107 -0
  2. pulumi_oci/_utilities.py +8 -4
  3. pulumi_oci/config/__init__.pyi +2 -0
  4. pulumi_oci/config/vars.py +4 -0
  5. pulumi_oci/containerengine/_inputs.py +40 -0
  6. pulumi_oci/containerengine/cluster.py +2 -0
  7. pulumi_oci/containerengine/outputs.py +70 -0
  8. pulumi_oci/database/__init__.py +20 -0
  9. pulumi_oci/database/_inputs.py +2474 -1135
  10. pulumi_oci/database/autonomous_container_database.py +92 -0
  11. pulumi_oci/database/autonomous_database.py +97 -8
  12. pulumi_oci/database/backup_destination.py +84 -0
  13. pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
  14. pulumi_oci/database/data_guard_association.py +49 -0
  15. pulumi_oci/database/db_system.py +111 -8
  16. pulumi_oci/database/exadata_infrastructure.py +28 -0
  17. pulumi_oci/database/execution_action.py +812 -0
  18. pulumi_oci/database/execution_window.py +856 -0
  19. pulumi_oci/database/get_autonomous_container_database.py +43 -1
  20. pulumi_oci/database/get_autonomous_database.py +32 -1
  21. pulumi_oci/database/get_autonomous_databases.py +0 -26
  22. pulumi_oci/database/get_backup_destination.py +43 -1
  23. pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
  24. pulumi_oci/database/get_data_guard_association.py +12 -1
  25. pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
  26. pulumi_oci/database/get_exadata_infrastructure.py +15 -1
  27. pulumi_oci/database/get_execution_action.py +352 -0
  28. pulumi_oci/database/get_execution_actions.py +213 -0
  29. pulumi_oci/database/get_execution_window.py +379 -0
  30. pulumi_oci/database/get_execution_windows.py +213 -0
  31. pulumi_oci/database/get_maintenance_run.py +32 -4
  32. pulumi_oci/database/get_maintenance_runs.py +20 -1
  33. pulumi_oci/database/get_scheduled_action.py +324 -0
  34. pulumi_oci/database/get_scheduled_action_params.py +144 -0
  35. pulumi_oci/database/get_scheduled_actions.py +240 -0
  36. pulumi_oci/database/get_scheduling_plan.py +323 -0
  37. pulumi_oci/database/get_scheduling_plans.py +243 -0
  38. pulumi_oci/database/get_scheduling_policies.py +191 -0
  39. pulumi_oci/database/get_scheduling_policy.py +268 -0
  40. pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
  41. pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
  42. pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
  43. pulumi_oci/database/maintenance_run.py +58 -2
  44. pulumi_oci/database/outputs.py +13088 -8368
  45. pulumi_oci/database/scheduled_action.py +775 -0
  46. pulumi_oci/database/scheduling_plan.py +744 -0
  47. pulumi_oci/database/scheduling_policy.py +616 -0
  48. pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
  49. pulumi_oci/datasafe/__init__.py +8 -0
  50. pulumi_oci/datasafe/_inputs.py +466 -12
  51. pulumi_oci/datasafe/alert.py +7 -7
  52. pulumi_oci/datasafe/alert_policy.py +7 -7
  53. pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
  54. pulumi_oci/datasafe/audit_policy.py +7 -7
  55. pulumi_oci/datasafe/audit_policy_management.py +21 -21
  56. pulumi_oci/datasafe/audit_profile.py +18 -18
  57. pulumi_oci/datasafe/audit_profile_management.py +21 -21
  58. pulumi_oci/datasafe/audit_trail.py +14 -14
  59. pulumi_oci/datasafe/audit_trail_management.py +14 -14
  60. pulumi_oci/datasafe/data_safe_configuration.py +4 -4
  61. pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
  62. pulumi_oci/datasafe/database_security_config.py +7 -7
  63. pulumi_oci/datasafe/database_security_config_management.py +7 -7
  64. pulumi_oci/datasafe/discovery_mod.py +7 -7
  65. pulumi_oci/datasafe/get_alert.py +1 -1
  66. pulumi_oci/datasafe/get_alert_policy.py +1 -1
  67. pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
  68. pulumi_oci/datasafe/get_audit_events.py +2 -2
  69. pulumi_oci/datasafe/get_audit_policy.py +1 -1
  70. pulumi_oci/datasafe/get_audit_profile.py +2 -2
  71. pulumi_oci/datasafe/get_audit_trail.py +1 -1
  72. pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
  73. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
  74. pulumi_oci/datasafe/get_database_security_config.py +1 -1
  75. pulumi_oci/datasafe/get_discovery_job.py +1 -1
  76. pulumi_oci/datasafe/get_library_masking_format.py +1 -1
  77. pulumi_oci/datasafe/get_masking_policy.py +1 -1
  78. pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
  79. pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
  80. pulumi_oci/datasafe/get_onprem_connector.py +1 -1
  81. pulumi_oci/datasafe/get_report.py +1 -1
  82. pulumi_oci/datasafe/get_report_definition.py +1 -1
  83. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
  84. pulumi_oci/datasafe/get_security_assessment.py +1 -1
  85. pulumi_oci/datasafe/get_security_policy.py +1 -1
  86. pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
  87. pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
  88. pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
  89. pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
  90. pulumi_oci/datasafe/get_sensitive_type.py +1 -1
  91. pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
  92. pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
  93. pulumi_oci/datasafe/get_sql_collection.py +1 -1
  94. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
  95. pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
  96. pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
  97. pulumi_oci/datasafe/get_target_database.py +1 -1
  98. pulumi_oci/datasafe/get_user_assessment.py +1 -1
  99. pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
  100. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
  101. pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
  102. pulumi_oci/datasafe/library_masing_format.py +7 -7
  103. pulumi_oci/datasafe/masking_policy.py +7 -7
  104. pulumi_oci/datasafe/on_prem_connector.py +7 -7
  105. pulumi_oci/datasafe/outputs.py +1266 -151
  106. pulumi_oci/datasafe/report.py +7 -7
  107. pulumi_oci/datasafe/report_definition.py +7 -7
  108. pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
  109. pulumi_oci/datasafe/security_assessment.py +36 -37
  110. pulumi_oci/datasafe/security_policy.py +7 -7
  111. pulumi_oci/datasafe/security_policy_deployment.py +7 -7
  112. pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
  113. pulumi_oci/datasafe/security_policy_management.py +7 -7
  114. pulumi_oci/datasafe/sensitive_data_model.py +7 -7
  115. pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
  116. pulumi_oci/datasafe/sensitive_type.py +7 -7
  117. pulumi_oci/datasafe/sensitive_types_export.py +637 -0
  118. pulumi_oci/datasafe/sql_collection.py +7 -7
  119. pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
  120. pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
  121. pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
  122. pulumi_oci/datasafe/target_database.py +7 -7
  123. pulumi_oci/datasafe/user_assessment.py +7 -7
  124. pulumi_oci/datascience/__init__.py +4 -0
  125. pulumi_oci/datascience/_inputs.py +1811 -0
  126. pulumi_oci/datascience/get_containers.py +270 -0
  127. pulumi_oci/datascience/get_schedule.py +366 -0
  128. pulumi_oci/datascience/get_schedules.py +221 -0
  129. pulumi_oci/datascience/outputs.py +8697 -4890
  130. pulumi_oci/datascience/schedule.py +1045 -0
  131. pulumi_oci/filestorage/file_system.py +28 -0
  132. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
  133. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
  134. pulumi_oci/filestorage/get_outbound_connector.py +15 -1
  135. pulumi_oci/filestorage/get_replication.py +15 -1
  136. pulumi_oci/filestorage/get_replication_target.py +15 -1
  137. pulumi_oci/filestorage/get_snapshot.py +15 -1
  138. pulumi_oci/filestorage/mount_target.py +28 -0
  139. pulumi_oci/filestorage/outbound_connector.py +28 -0
  140. pulumi_oci/filestorage/outputs.py +77 -0
  141. pulumi_oci/filestorage/replication.py +28 -0
  142. pulumi_oci/filestorage/snapshot.py +28 -0
  143. pulumi_oci/goldengate/connection.py +561 -162
  144. pulumi_oci/goldengate/database_registration.py +14 -14
  145. pulumi_oci/goldengate/get_connection.py +117 -6
  146. pulumi_oci/goldengate/outputs.py +96 -10
  147. pulumi_oci/jms/__init__.py +4 -0
  148. pulumi_oci/jms/_inputs.py +196 -0
  149. pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
  150. pulumi_oci/jms/get_fleet_errors.py +264 -0
  151. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
  152. pulumi_oci/jms/get_jms_plugins.py +23 -1
  153. pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
  154. pulumi_oci/jms/get_plugin_errors.py +264 -0
  155. pulumi_oci/jms/outputs.py +566 -6
  156. pulumi_oci/mysql/_inputs.py +229 -9
  157. pulumi_oci/mysql/get_mysql_db_system.py +47 -1
  158. pulumi_oci/mysql/mysql_db_system.py +185 -0
  159. pulumi_oci/mysql/outputs.py +477 -26
  160. pulumi_oci/provider.py +20 -0
  161. pulumi_oci/pulumi-plugin.json +1 -1
  162. pulumi_oci/stackmonitoring/__init__.py +8 -0
  163. pulumi_oci/stackmonitoring/_inputs.py +372 -1
  164. pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
  165. pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
  166. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
  167. pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
  168. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
  169. pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
  170. pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
  171. pulumi_oci/stackmonitoring/metric_extension.py +4 -4
  172. pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
  173. pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
  174. pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
  175. pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
  176. pulumi_oci/stackmonitoring/outputs.py +1305 -118
  177. pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
  178. pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
  179. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
  180. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
  181. pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
  182. pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
  183. pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
  184. pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
  185. pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
  186. pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
  187. pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
  188. pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
  189. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
  190. pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
  191. pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
  192. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
  193. pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
  194. pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
  195. pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
  196. pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
  197. pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
  198. pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
  199. pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
  200. pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
  201. pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
  202. pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
  203. pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
  204. pulumi_oci/vault/__init__.py +1 -1
  205. pulumi_oci/vault/_inputs.py +92 -0
  206. pulumi_oci/vault/get_secret.py +40 -1
  207. pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
  208. pulumi_oci/vault/outputs.py +210 -0
  209. pulumi_oci/vault/secret.py +122 -0
  210. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/METADATA +1 -1
  211. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/RECORD +213 -142
  212. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/WHEEL +0 -0
  213. {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,7 @@ class GetUserAssessmentUserAnalyticsResult:
28
28
  """
29
29
  A collection of values returned by getUserAssessmentUserAnalytics.
30
30
  """
31
- def __init__(__self__, access_level=None, account_status=None, authentication_type=None, compartment_id_in_subtree=None, filters=None, id=None, target_id=None, time_last_login_greater_than_or_equal_to=None, time_last_login_less_than=None, time_password_last_changed_greater_than_or_equal_to=None, time_password_last_changed_less_than=None, time_user_created_greater_than_or_equal_to=None, time_user_created_less_than=None, user_aggregations=None, user_assessment_id=None, user_category=None, user_key=None, user_name=None):
31
+ def __init__(__self__, access_level=None, account_status=None, authentication_type=None, compartment_id_in_subtree=None, filters=None, id=None, target_id=None, time_last_login_greater_than_or_equal_to=None, time_last_login_less_than=None, time_password_expiry_greater_than_or_equal_to=None, time_password_expiry_less_than=None, time_password_last_changed_greater_than_or_equal_to=None, time_password_last_changed_less_than=None, time_user_created_greater_than_or_equal_to=None, time_user_created_less_than=None, user_aggregations=None, user_assessment_id=None, user_category=None, user_key=None, user_name=None):
32
32
  if access_level and not isinstance(access_level, str):
33
33
  raise TypeError("Expected argument 'access_level' to be a str")
34
34
  pulumi.set(__self__, "access_level", access_level)
@@ -56,6 +56,12 @@ class GetUserAssessmentUserAnalyticsResult:
56
56
  if time_last_login_less_than and not isinstance(time_last_login_less_than, str):
57
57
  raise TypeError("Expected argument 'time_last_login_less_than' to be a str")
58
58
  pulumi.set(__self__, "time_last_login_less_than", time_last_login_less_than)
59
+ if time_password_expiry_greater_than_or_equal_to and not isinstance(time_password_expiry_greater_than_or_equal_to, str):
60
+ raise TypeError("Expected argument 'time_password_expiry_greater_than_or_equal_to' to be a str")
61
+ pulumi.set(__self__, "time_password_expiry_greater_than_or_equal_to", time_password_expiry_greater_than_or_equal_to)
62
+ if time_password_expiry_less_than and not isinstance(time_password_expiry_less_than, str):
63
+ raise TypeError("Expected argument 'time_password_expiry_less_than' to be a str")
64
+ pulumi.set(__self__, "time_password_expiry_less_than", time_password_expiry_less_than)
59
65
  if time_password_last_changed_greater_than_or_equal_to and not isinstance(time_password_last_changed_greater_than_or_equal_to, str):
60
66
  raise TypeError("Expected argument 'time_password_last_changed_greater_than_or_equal_to' to be a str")
61
67
  pulumi.set(__self__, "time_password_last_changed_greater_than_or_equal_to", time_password_last_changed_greater_than_or_equal_to)
@@ -132,6 +138,16 @@ class GetUserAssessmentUserAnalyticsResult:
132
138
  def time_last_login_less_than(self) -> Optional[str]:
133
139
  return pulumi.get(self, "time_last_login_less_than")
134
140
 
141
+ @property
142
+ @pulumi.getter(name="timePasswordExpiryGreaterThanOrEqualTo")
143
+ def time_password_expiry_greater_than_or_equal_to(self) -> Optional[str]:
144
+ return pulumi.get(self, "time_password_expiry_greater_than_or_equal_to")
145
+
146
+ @property
147
+ @pulumi.getter(name="timePasswordExpiryLessThan")
148
+ def time_password_expiry_less_than(self) -> Optional[str]:
149
+ return pulumi.get(self, "time_password_expiry_less_than")
150
+
135
151
  @property
136
152
  @pulumi.getter(name="timePasswordLastChangedGreaterThanOrEqualTo")
137
153
  def time_password_last_changed_greater_than_or_equal_to(self) -> Optional[str]:
@@ -196,6 +212,8 @@ class AwaitableGetUserAssessmentUserAnalyticsResult(GetUserAssessmentUserAnalyti
196
212
  target_id=self.target_id,
197
213
  time_last_login_greater_than_or_equal_to=self.time_last_login_greater_than_or_equal_to,
198
214
  time_last_login_less_than=self.time_last_login_less_than,
215
+ time_password_expiry_greater_than_or_equal_to=self.time_password_expiry_greater_than_or_equal_to,
216
+ time_password_expiry_less_than=self.time_password_expiry_less_than,
199
217
  time_password_last_changed_greater_than_or_equal_to=self.time_password_last_changed_greater_than_or_equal_to,
200
218
  time_password_last_changed_less_than=self.time_password_last_changed_less_than,
201
219
  time_user_created_greater_than_or_equal_to=self.time_user_created_greater_than_or_equal_to,
@@ -215,6 +233,8 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
215
233
  target_id: Optional[str] = None,
216
234
  time_last_login_greater_than_or_equal_to: Optional[str] = None,
217
235
  time_last_login_less_than: Optional[str] = None,
236
+ time_password_expiry_greater_than_or_equal_to: Optional[str] = None,
237
+ time_password_expiry_less_than: Optional[str] = None,
218
238
  time_password_last_changed_greater_than_or_equal_to: Optional[str] = None,
219
239
  time_password_last_changed_less_than: Optional[str] = None,
220
240
  time_user_created_greater_than_or_equal_to: Optional[str] = None,
@@ -232,7 +252,7 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
232
252
  the critical category. This data is especially useful content for dashboards or to support analytics.
233
253
 
234
254
  When you perform the ListUserAnalytics operation, if the parameter compartmentIdInSubtree is set to "true," and if the
235
- parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT
255
+ parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has READ
236
256
  permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the
237
257
  root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by
238
258
  compartmentId, then "Not Authorized" is returned.
@@ -257,6 +277,8 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
257
277
  target_id=test_target["id"],
258
278
  time_last_login_greater_than_or_equal_to=user_assessment_user_analytic_time_last_login_greater_than_or_equal_to,
259
279
  time_last_login_less_than=user_assessment_user_analytic_time_last_login_less_than,
280
+ time_password_expiry_greater_than_or_equal_to=user_assessment_user_analytic_time_password_expiry_greater_than_or_equal_to,
281
+ time_password_expiry_less_than=user_assessment_user_analytic_time_password_expiry_less_than,
260
282
  time_password_last_changed_greater_than_or_equal_to=user_assessment_user_analytic_time_password_last_changed_greater_than_or_equal_to,
261
283
  time_password_last_changed_less_than=user_assessment_user_analytic_time_password_last_changed_less_than,
262
284
  time_user_created_greater_than_or_equal_to=user_assessment_user_analytic_time_user_created_greater_than_or_equal_to,
@@ -276,6 +298,8 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
276
298
 
277
299
  **Example:** 2016-12-19T16:39:57.600Z
278
300
  :param str time_last_login_less_than: A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
301
+ :param str time_password_expiry_greater_than_or_equal_to: A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
302
+ :param str time_password_expiry_less_than: A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
279
303
  :param str time_password_last_changed_greater_than_or_equal_to: A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
280
304
 
281
305
  **Example:** 2016-12-19T16:39:57.600Z
@@ -298,6 +322,8 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
298
322
  __args__['targetId'] = target_id
299
323
  __args__['timeLastLoginGreaterThanOrEqualTo'] = time_last_login_greater_than_or_equal_to
300
324
  __args__['timeLastLoginLessThan'] = time_last_login_less_than
325
+ __args__['timePasswordExpiryGreaterThanOrEqualTo'] = time_password_expiry_greater_than_or_equal_to
326
+ __args__['timePasswordExpiryLessThan'] = time_password_expiry_less_than
301
327
  __args__['timePasswordLastChangedGreaterThanOrEqualTo'] = time_password_last_changed_greater_than_or_equal_to
302
328
  __args__['timePasswordLastChangedLessThan'] = time_password_last_changed_less_than
303
329
  __args__['timeUserCreatedGreaterThanOrEqualTo'] = time_user_created_greater_than_or_equal_to
@@ -319,6 +345,8 @@ def get_user_assessment_user_analytics(access_level: Optional[str] = None,
319
345
  target_id=pulumi.get(__ret__, 'target_id'),
320
346
  time_last_login_greater_than_or_equal_to=pulumi.get(__ret__, 'time_last_login_greater_than_or_equal_to'),
321
347
  time_last_login_less_than=pulumi.get(__ret__, 'time_last_login_less_than'),
348
+ time_password_expiry_greater_than_or_equal_to=pulumi.get(__ret__, 'time_password_expiry_greater_than_or_equal_to'),
349
+ time_password_expiry_less_than=pulumi.get(__ret__, 'time_password_expiry_less_than'),
322
350
  time_password_last_changed_greater_than_or_equal_to=pulumi.get(__ret__, 'time_password_last_changed_greater_than_or_equal_to'),
323
351
  time_password_last_changed_less_than=pulumi.get(__ret__, 'time_password_last_changed_less_than'),
324
352
  time_user_created_greater_than_or_equal_to=pulumi.get(__ret__, 'time_user_created_greater_than_or_equal_to'),
@@ -336,6 +364,8 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
336
364
  target_id: Optional[pulumi.Input[Optional[str]]] = None,
337
365
  time_last_login_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
338
366
  time_last_login_less_than: Optional[pulumi.Input[Optional[str]]] = None,
367
+ time_password_expiry_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
368
+ time_password_expiry_less_than: Optional[pulumi.Input[Optional[str]]] = None,
339
369
  time_password_last_changed_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
340
370
  time_password_last_changed_less_than: Optional[pulumi.Input[Optional[str]]] = None,
341
371
  time_user_created_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
@@ -353,7 +383,7 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
353
383
  the critical category. This data is especially useful content for dashboards or to support analytics.
354
384
 
355
385
  When you perform the ListUserAnalytics operation, if the parameter compartmentIdInSubtree is set to "true," and if the
356
- parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT
386
+ parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has READ
357
387
  permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the
358
388
  root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by
359
389
  compartmentId, then "Not Authorized" is returned.
@@ -378,6 +408,8 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
378
408
  target_id=test_target["id"],
379
409
  time_last_login_greater_than_or_equal_to=user_assessment_user_analytic_time_last_login_greater_than_or_equal_to,
380
410
  time_last_login_less_than=user_assessment_user_analytic_time_last_login_less_than,
411
+ time_password_expiry_greater_than_or_equal_to=user_assessment_user_analytic_time_password_expiry_greater_than_or_equal_to,
412
+ time_password_expiry_less_than=user_assessment_user_analytic_time_password_expiry_less_than,
381
413
  time_password_last_changed_greater_than_or_equal_to=user_assessment_user_analytic_time_password_last_changed_greater_than_or_equal_to,
382
414
  time_password_last_changed_less_than=user_assessment_user_analytic_time_password_last_changed_less_than,
383
415
  time_user_created_greater_than_or_equal_to=user_assessment_user_analytic_time_user_created_greater_than_or_equal_to,
@@ -397,6 +429,8 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
397
429
 
398
430
  **Example:** 2016-12-19T16:39:57.600Z
399
431
  :param str time_last_login_less_than: A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
432
+ :param str time_password_expiry_greater_than_or_equal_to: A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
433
+ :param str time_password_expiry_less_than: A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
400
434
  :param str time_password_last_changed_greater_than_or_equal_to: A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
401
435
 
402
436
  **Example:** 2016-12-19T16:39:57.600Z
@@ -419,6 +453,8 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
419
453
  __args__['targetId'] = target_id
420
454
  __args__['timeLastLoginGreaterThanOrEqualTo'] = time_last_login_greater_than_or_equal_to
421
455
  __args__['timeLastLoginLessThan'] = time_last_login_less_than
456
+ __args__['timePasswordExpiryGreaterThanOrEqualTo'] = time_password_expiry_greater_than_or_equal_to
457
+ __args__['timePasswordExpiryLessThan'] = time_password_expiry_less_than
422
458
  __args__['timePasswordLastChangedGreaterThanOrEqualTo'] = time_password_last_changed_greater_than_or_equal_to
423
459
  __args__['timePasswordLastChangedLessThan'] = time_password_last_changed_less_than
424
460
  __args__['timeUserCreatedGreaterThanOrEqualTo'] = time_user_created_greater_than_or_equal_to
@@ -439,6 +475,8 @@ def get_user_assessment_user_analytics_output(access_level: Optional[pulumi.Inpu
439
475
  target_id=pulumi.get(__response__, 'target_id'),
440
476
  time_last_login_greater_than_or_equal_to=pulumi.get(__response__, 'time_last_login_greater_than_or_equal_to'),
441
477
  time_last_login_less_than=pulumi.get(__response__, 'time_last_login_less_than'),
478
+ time_password_expiry_greater_than_or_equal_to=pulumi.get(__response__, 'time_password_expiry_greater_than_or_equal_to'),
479
+ time_password_expiry_less_than=pulumi.get(__response__, 'time_password_expiry_less_than'),
442
480
  time_password_last_changed_greater_than_or_equal_to=pulumi.get(__response__, 'time_password_last_changed_greater_than_or_equal_to'),
443
481
  time_password_last_changed_less_than=pulumi.get(__response__, 'time_password_last_changed_less_than'),
444
482
  time_user_created_greater_than_or_equal_to=pulumi.get(__response__, 'time_user_created_greater_than_or_equal_to'),
@@ -28,7 +28,7 @@ class GetUserAssessmentUsersResult:
28
28
  """
29
29
  A collection of values returned by getUserAssessmentUsers.
30
30
  """
31
- def __init__(__self__, access_level=None, account_status=None, are_all_schemas_accessible=None, authentication_type=None, compartment_id_in_subtree=None, filters=None, id=None, schema_lists=None, target_id=None, time_last_login_greater_than_or_equal_to=None, time_last_login_less_than=None, time_password_last_changed_greater_than_or_equal_to=None, time_password_last_changed_less_than=None, time_user_created_greater_than_or_equal_to=None, time_user_created_less_than=None, user_assessment_id=None, user_category=None, user_key=None, user_name=None, user_profile=None, user_role=None, user_type=None, users=None):
31
+ def __init__(__self__, access_level=None, account_status=None, are_all_schemas_accessible=None, authentication_type=None, compartment_id_in_subtree=None, filters=None, id=None, schema_lists=None, target_id=None, time_last_login_greater_than_or_equal_to=None, time_last_login_less_than=None, time_password_expiry_greater_than_or_equal_to=None, time_password_expiry_less_than=None, time_password_last_changed_greater_than_or_equal_to=None, time_password_last_changed_less_than=None, time_user_created_greater_than_or_equal_to=None, time_user_created_less_than=None, user_assessment_id=None, user_category=None, user_key=None, user_name=None, user_profile=None, user_role=None, user_type=None, users=None):
32
32
  if access_level and not isinstance(access_level, str):
33
33
  raise TypeError("Expected argument 'access_level' to be a str")
34
34
  pulumi.set(__self__, "access_level", access_level)
@@ -62,6 +62,12 @@ class GetUserAssessmentUsersResult:
62
62
  if time_last_login_less_than and not isinstance(time_last_login_less_than, str):
63
63
  raise TypeError("Expected argument 'time_last_login_less_than' to be a str")
64
64
  pulumi.set(__self__, "time_last_login_less_than", time_last_login_less_than)
65
+ if time_password_expiry_greater_than_or_equal_to and not isinstance(time_password_expiry_greater_than_or_equal_to, str):
66
+ raise TypeError("Expected argument 'time_password_expiry_greater_than_or_equal_to' to be a str")
67
+ pulumi.set(__self__, "time_password_expiry_greater_than_or_equal_to", time_password_expiry_greater_than_or_equal_to)
68
+ if time_password_expiry_less_than and not isinstance(time_password_expiry_less_than, str):
69
+ raise TypeError("Expected argument 'time_password_expiry_less_than' to be a str")
70
+ pulumi.set(__self__, "time_password_expiry_less_than", time_password_expiry_less_than)
65
71
  if time_password_last_changed_greater_than_or_equal_to and not isinstance(time_password_last_changed_greater_than_or_equal_to, str):
66
72
  raise TypeError("Expected argument 'time_password_last_changed_greater_than_or_equal_to' to be a str")
67
73
  pulumi.set(__self__, "time_password_last_changed_greater_than_or_equal_to", time_password_last_changed_greater_than_or_equal_to)
@@ -172,6 +178,16 @@ class GetUserAssessmentUsersResult:
172
178
  def time_last_login_less_than(self) -> Optional[str]:
173
179
  return pulumi.get(self, "time_last_login_less_than")
174
180
 
181
+ @property
182
+ @pulumi.getter(name="timePasswordExpiryGreaterThanOrEqualTo")
183
+ def time_password_expiry_greater_than_or_equal_to(self) -> Optional[str]:
184
+ return pulumi.get(self, "time_password_expiry_greater_than_or_equal_to")
185
+
186
+ @property
187
+ @pulumi.getter(name="timePasswordExpiryLessThan")
188
+ def time_password_expiry_less_than(self) -> Optional[str]:
189
+ return pulumi.get(self, "time_password_expiry_less_than")
190
+
175
191
  @property
176
192
  @pulumi.getter(name="timePasswordLastChangedGreaterThanOrEqualTo")
177
193
  def time_password_last_changed_greater_than_or_equal_to(self) -> Optional[str]:
@@ -262,6 +278,8 @@ class AwaitableGetUserAssessmentUsersResult(GetUserAssessmentUsersResult):
262
278
  target_id=self.target_id,
263
279
  time_last_login_greater_than_or_equal_to=self.time_last_login_greater_than_or_equal_to,
264
280
  time_last_login_less_than=self.time_last_login_less_than,
281
+ time_password_expiry_greater_than_or_equal_to=self.time_password_expiry_greater_than_or_equal_to,
282
+ time_password_expiry_less_than=self.time_password_expiry_less_than,
265
283
  time_password_last_changed_greater_than_or_equal_to=self.time_password_last_changed_greater_than_or_equal_to,
266
284
  time_password_last_changed_less_than=self.time_password_last_changed_less_than,
267
285
  time_user_created_greater_than_or_equal_to=self.time_user_created_greater_than_or_equal_to,
@@ -286,6 +304,8 @@ def get_user_assessment_users(access_level: Optional[str] = None,
286
304
  target_id: Optional[str] = None,
287
305
  time_last_login_greater_than_or_equal_to: Optional[str] = None,
288
306
  time_last_login_less_than: Optional[str] = None,
307
+ time_password_expiry_greater_than_or_equal_to: Optional[str] = None,
308
+ time_password_expiry_less_than: Optional[str] = None,
289
309
  time_password_last_changed_greater_than_or_equal_to: Optional[str] = None,
290
310
  time_password_last_changed_less_than: Optional[str] = None,
291
311
  time_user_created_greater_than_or_equal_to: Optional[str] = None,
@@ -322,6 +342,8 @@ def get_user_assessment_users(access_level: Optional[str] = None,
322
342
  target_id=test_target["id"],
323
343
  time_last_login_greater_than_or_equal_to=user_assessment_user_time_last_login_greater_than_or_equal_to,
324
344
  time_last_login_less_than=user_assessment_user_time_last_login_less_than,
345
+ time_password_expiry_greater_than_or_equal_to=user_assessment_user_time_password_expiry_greater_than_or_equal_to,
346
+ time_password_expiry_less_than=user_assessment_user_time_password_expiry_less_than,
325
347
  time_password_last_changed_greater_than_or_equal_to=user_assessment_user_time_password_last_changed_greater_than_or_equal_to,
326
348
  time_password_last_changed_less_than=user_assessment_user_time_password_last_changed_less_than,
327
349
  time_user_created_greater_than_or_equal_to=user_assessment_user_time_user_created_greater_than_or_equal_to,
@@ -346,6 +368,8 @@ def get_user_assessment_users(access_level: Optional[str] = None,
346
368
 
347
369
  **Example:** 2016-12-19T16:39:57.600Z
348
370
  :param str time_last_login_less_than: A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
371
+ :param str time_password_expiry_greater_than_or_equal_to: A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
372
+ :param str time_password_expiry_less_than: A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
349
373
  :param str time_password_last_changed_greater_than_or_equal_to: A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
350
374
 
351
375
  **Example:** 2016-12-19T16:39:57.600Z
@@ -378,6 +402,8 @@ def get_user_assessment_users(access_level: Optional[str] = None,
378
402
  __args__['targetId'] = target_id
379
403
  __args__['timeLastLoginGreaterThanOrEqualTo'] = time_last_login_greater_than_or_equal_to
380
404
  __args__['timeLastLoginLessThan'] = time_last_login_less_than
405
+ __args__['timePasswordExpiryGreaterThanOrEqualTo'] = time_password_expiry_greater_than_or_equal_to
406
+ __args__['timePasswordExpiryLessThan'] = time_password_expiry_less_than
381
407
  __args__['timePasswordLastChangedGreaterThanOrEqualTo'] = time_password_last_changed_greater_than_or_equal_to
382
408
  __args__['timePasswordLastChangedLessThan'] = time_password_last_changed_less_than
383
409
  __args__['timeUserCreatedGreaterThanOrEqualTo'] = time_user_created_greater_than_or_equal_to
@@ -404,6 +430,8 @@ def get_user_assessment_users(access_level: Optional[str] = None,
404
430
  target_id=pulumi.get(__ret__, 'target_id'),
405
431
  time_last_login_greater_than_or_equal_to=pulumi.get(__ret__, 'time_last_login_greater_than_or_equal_to'),
406
432
  time_last_login_less_than=pulumi.get(__ret__, 'time_last_login_less_than'),
433
+ time_password_expiry_greater_than_or_equal_to=pulumi.get(__ret__, 'time_password_expiry_greater_than_or_equal_to'),
434
+ time_password_expiry_less_than=pulumi.get(__ret__, 'time_password_expiry_less_than'),
407
435
  time_password_last_changed_greater_than_or_equal_to=pulumi.get(__ret__, 'time_password_last_changed_greater_than_or_equal_to'),
408
436
  time_password_last_changed_less_than=pulumi.get(__ret__, 'time_password_last_changed_less_than'),
409
437
  time_user_created_greater_than_or_equal_to=pulumi.get(__ret__, 'time_user_created_greater_than_or_equal_to'),
@@ -426,6 +454,8 @@ def get_user_assessment_users_output(access_level: Optional[pulumi.Input[Optiona
426
454
  target_id: Optional[pulumi.Input[Optional[str]]] = None,
427
455
  time_last_login_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
428
456
  time_last_login_less_than: Optional[pulumi.Input[Optional[str]]] = None,
457
+ time_password_expiry_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
458
+ time_password_expiry_less_than: Optional[pulumi.Input[Optional[str]]] = None,
429
459
  time_password_last_changed_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
430
460
  time_password_last_changed_less_than: Optional[pulumi.Input[Optional[str]]] = None,
431
461
  time_user_created_greater_than_or_equal_to: Optional[pulumi.Input[Optional[str]]] = None,
@@ -462,6 +492,8 @@ def get_user_assessment_users_output(access_level: Optional[pulumi.Input[Optiona
462
492
  target_id=test_target["id"],
463
493
  time_last_login_greater_than_or_equal_to=user_assessment_user_time_last_login_greater_than_or_equal_to,
464
494
  time_last_login_less_than=user_assessment_user_time_last_login_less_than,
495
+ time_password_expiry_greater_than_or_equal_to=user_assessment_user_time_password_expiry_greater_than_or_equal_to,
496
+ time_password_expiry_less_than=user_assessment_user_time_password_expiry_less_than,
465
497
  time_password_last_changed_greater_than_or_equal_to=user_assessment_user_time_password_last_changed_greater_than_or_equal_to,
466
498
  time_password_last_changed_less_than=user_assessment_user_time_password_last_changed_less_than,
467
499
  time_user_created_greater_than_or_equal_to=user_assessment_user_time_user_created_greater_than_or_equal_to,
@@ -486,6 +518,8 @@ def get_user_assessment_users_output(access_level: Optional[pulumi.Input[Optiona
486
518
 
487
519
  **Example:** 2016-12-19T16:39:57.600Z
488
520
  :param str time_last_login_less_than: A filter to return users whose last login time in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
521
+ :param str time_password_expiry_greater_than_or_equal_to: A filter to return users whose password expiry date in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
522
+ :param str time_password_expiry_less_than: A filter to return users whose password expiry date in the database is less than the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). **Example:** 2016-12-19T16:39:57.600Z
489
523
  :param str time_password_last_changed_greater_than_or_equal_to: A filter to return users whose last password change in the database is greater than or equal to the date and time specified, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
490
524
 
491
525
  **Example:** 2016-12-19T16:39:57.600Z
@@ -518,6 +552,8 @@ def get_user_assessment_users_output(access_level: Optional[pulumi.Input[Optiona
518
552
  __args__['targetId'] = target_id
519
553
  __args__['timeLastLoginGreaterThanOrEqualTo'] = time_last_login_greater_than_or_equal_to
520
554
  __args__['timeLastLoginLessThan'] = time_last_login_less_than
555
+ __args__['timePasswordExpiryGreaterThanOrEqualTo'] = time_password_expiry_greater_than_or_equal_to
556
+ __args__['timePasswordExpiryLessThan'] = time_password_expiry_less_than
521
557
  __args__['timePasswordLastChangedGreaterThanOrEqualTo'] = time_password_last_changed_greater_than_or_equal_to
522
558
  __args__['timePasswordLastChangedLessThan'] = time_password_last_changed_less_than
523
559
  __args__['timeUserCreatedGreaterThanOrEqualTo'] = time_user_created_greater_than_or_equal_to
@@ -543,6 +579,8 @@ def get_user_assessment_users_output(access_level: Optional[pulumi.Input[Optiona
543
579
  target_id=pulumi.get(__response__, 'target_id'),
544
580
  time_last_login_greater_than_or_equal_to=pulumi.get(__response__, 'time_last_login_greater_than_or_equal_to'),
545
581
  time_last_login_less_than=pulumi.get(__response__, 'time_last_login_less_than'),
582
+ time_password_expiry_greater_than_or_equal_to=pulumi.get(__response__, 'time_password_expiry_greater_than_or_equal_to'),
583
+ time_password_expiry_less_than=pulumi.get(__response__, 'time_password_expiry_less_than'),
546
584
  time_password_last_changed_greater_than_or_equal_to=pulumi.get(__response__, 'time_password_last_changed_greater_than_or_equal_to'),
547
585
  time_password_last_changed_less_than=pulumi.get(__response__, 'time_password_last_changed_less_than'),
548
586
  time_user_created_greater_than_or_equal_to=pulumi.get(__response__, 'time_user_created_greater_than_or_equal_to'),
@@ -32,7 +32,7 @@ class LibraryMasingFormatArgs:
32
32
  The set of arguments for constructing a LibraryMasingFormat resource.
33
33
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the library masking format should be created.
34
34
  :param pulumi.Input[Sequence[pulumi.Input['LibraryMasingFormatFormatEntryArgs']]] format_entries: (Updatable) An array of format entries. The combined output of all the format entries is used for masking.
35
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
35
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
36
36
  :param pulumi.Input[str] description: (Updatable) The description of the library masking format.
37
37
  :param pulumi.Input[str] display_name: (Updatable) The display name of the library masking format. The name does not have to be unique, and it's changeable.
38
38
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -83,7 +83,7 @@ class LibraryMasingFormatArgs:
83
83
  @pulumi.getter(name="definedTags")
84
84
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
85
85
  """
86
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
86
+ (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"}`
87
87
  """
88
88
  return pulumi.get(self, "defined_tags")
89
89
 
@@ -161,7 +161,7 @@ class _LibraryMasingFormatState:
161
161
  """
162
162
  Input properties used for looking up and filtering LibraryMasingFormat resources.
163
163
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the library masking format should be created.
164
- :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"}`
164
+ :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"}`
165
165
  :param pulumi.Input[str] description: (Updatable) The description of the library masking format.
166
166
  :param pulumi.Input[str] display_name: (Updatable) The display name of the library masking format. The name does not have to be unique, and it's changeable.
167
167
  :param pulumi.Input[Sequence[pulumi.Input['LibraryMasingFormatFormatEntryArgs']]] format_entries: (Updatable) An array of format entries. The combined output of all the format entries is used for masking.
@@ -215,7 +215,7 @@ class _LibraryMasingFormatState:
215
215
  @pulumi.getter(name="definedTags")
216
216
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
217
217
  """
218
- (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"}`
218
+ (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"}`
219
219
  """
220
220
  return pulumi.get(self, "defined_tags")
221
221
 
@@ -369,7 +369,7 @@ class LibraryMasingFormat(pulumi.CustomResource):
369
369
  :param str resource_name: The name of the resource.
370
370
  :param pulumi.ResourceOptions opts: Options for the resource.
371
371
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the library masking format should be created.
372
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
372
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
373
373
  :param pulumi.Input[str] description: (Updatable) The description of the library masking format.
374
374
  :param pulumi.Input[str] display_name: (Updatable) The display name of the library masking format. The name does not have to be unique, and it's changeable.
375
375
  :param pulumi.Input[Sequence[pulumi.Input[Union['LibraryMasingFormatFormatEntryArgs', 'LibraryMasingFormatFormatEntryArgsDict']]]] format_entries: (Updatable) An array of format entries. The combined output of all the format entries is used for masking.
@@ -478,7 +478,7 @@ class LibraryMasingFormat(pulumi.CustomResource):
478
478
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
479
479
  :param pulumi.ResourceOptions opts: Options for the resource.
480
480
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the library masking format should be created.
481
- :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"}`
481
+ :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"}`
482
482
  :param pulumi.Input[str] description: (Updatable) The description of the library masking format.
483
483
  :param pulumi.Input[str] display_name: (Updatable) The display name of the library masking format. The name does not have to be unique, and it's changeable.
484
484
  :param pulumi.Input[Sequence[pulumi.Input[Union['LibraryMasingFormatFormatEntryArgs', 'LibraryMasingFormatFormatEntryArgsDict']]]] format_entries: (Updatable) An array of format entries. The combined output of all the format entries is used for masking.
@@ -522,7 +522,7 @@ class LibraryMasingFormat(pulumi.CustomResource):
522
522
  @pulumi.getter(name="definedTags")
523
523
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
524
524
  """
525
- (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"}`
525
+ (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"}`
526
526
  """
527
527
  return pulumi.get(self, "defined_tags")
528
528
 
@@ -41,7 +41,7 @@ class MaskingPolicyArgs:
41
41
  :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
42
42
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
43
43
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
44
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
44
+ :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"}`
45
45
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
46
46
  :param pulumi.Input[str] display_name: (Updatable) The display name of the masking policy. The name does not have to be unique, and it's changeable.
47
47
  :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"}`
@@ -127,7 +127,7 @@ class MaskingPolicyArgs:
127
127
  @pulumi.getter(name="definedTags")
128
128
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
129
129
  """
130
- (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"}`
130
+ (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"}`
131
131
  """
132
132
  return pulumi.get(self, "defined_tags")
133
133
 
@@ -298,7 +298,7 @@ class _MaskingPolicyState:
298
298
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
299
299
  :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
300
300
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
301
- :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"}`
301
+ :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"}`
302
302
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
303
303
  :param pulumi.Input[str] display_name: (Updatable) The display name of the masking policy. The name does not have to be unique, and it's changeable.
304
304
  :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"}`
@@ -395,7 +395,7 @@ class _MaskingPolicyState:
395
395
  @pulumi.getter(name="definedTags")
396
396
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
397
397
  """
398
- (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"}`
398
+ (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"}`
399
399
  """
400
400
  return pulumi.get(self, "defined_tags")
401
401
 
@@ -661,7 +661,7 @@ class MaskingPolicy(pulumi.CustomResource):
661
661
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
662
662
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaskingPolicyColumnSourceArgs', 'MaskingPolicyColumnSourceArgsDict']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
663
663
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
664
- :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"}`
664
+ :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"}`
665
665
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
666
666
  :param pulumi.Input[str] display_name: (Updatable) The display name of the masking policy. The name does not have to be unique, and it's changeable.
667
667
  :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"}`
@@ -842,7 +842,7 @@ class MaskingPolicy(pulumi.CustomResource):
842
842
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
843
843
  :param pulumi.Input[Sequence[pulumi.Input[Union['MaskingPolicyColumnSourceArgs', 'MaskingPolicyColumnSourceArgsDict']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
844
844
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
845
- :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"}`
845
+ :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"}`
846
846
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
847
847
  :param pulumi.Input[str] display_name: (Updatable) The display name of the masking policy. The name does not have to be unique, and it's changeable.
848
848
  :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"}`
@@ -914,7 +914,7 @@ class MaskingPolicy(pulumi.CustomResource):
914
914
  @pulumi.getter(name="definedTags")
915
915
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
916
916
  """
917
- (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"}`
917
+ (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"}`
918
918
  """
919
919
  return pulumi.get(self, "defined_tags")
920
920
 
@@ -27,7 +27,7 @@ class OnPremConnectorArgs:
27
27
  """
28
28
  The set of arguments for constructing a OnPremConnector resource.
29
29
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the on-premises connector.
30
- :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"}`
30
+ :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"}`
31
31
  :param pulumi.Input[str] description: (Updatable) The description of the on-premises connector.
32
32
  :param pulumi.Input[str] display_name: (Updatable) The display name of the on-premises connector. The name does not have to be unique, and it's changeable.
33
33
  :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"}`
@@ -62,7 +62,7 @@ class OnPremConnectorArgs:
62
62
  @pulumi.getter(name="definedTags")
63
63
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
64
64
  """
65
- (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"}`
65
+ (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"}`
66
66
  """
67
67
  return pulumi.get(self, "defined_tags")
68
68
 
@@ -130,7 +130,7 @@ class _OnPremConnectorState:
130
130
  :param pulumi.Input[str] available_version: Latest available version of the on-premises connector.
131
131
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the on-premises connector.
132
132
  :param pulumi.Input[str] created_version: Created version of the on-premises connector.
133
- :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"}`
133
+ :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"}`
134
134
  :param pulumi.Input[str] description: (Updatable) The description of the on-premises connector.
135
135
  :param pulumi.Input[str] display_name: (Updatable) The display name of the on-premises connector. The name does not have to be unique, and it's changeable.
136
136
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
@@ -206,7 +206,7 @@ class _OnPremConnectorState:
206
206
  @pulumi.getter(name="definedTags")
207
207
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
208
208
  """
209
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
209
+ (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
210
210
  """
211
211
  return pulumi.get(self, "defined_tags")
212
212
 
@@ -348,7 +348,7 @@ class OnPremConnector(pulumi.CustomResource):
348
348
  :param str resource_name: The name of the resource.
349
349
  :param pulumi.ResourceOptions opts: Options for the resource.
350
350
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the on-premises connector.
351
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
351
+ :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"}`
352
352
  :param pulumi.Input[str] description: (Updatable) The description of the on-premises connector.
353
353
  :param pulumi.Input[str] display_name: (Updatable) The display name of the on-premises connector. The name does not have to be unique, and it's changeable.
354
354
  :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"}`
@@ -467,7 +467,7 @@ class OnPremConnector(pulumi.CustomResource):
467
467
  :param pulumi.Input[str] available_version: Latest available version of the on-premises connector.
468
468
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the on-premises connector.
469
469
  :param pulumi.Input[str] created_version: Created version of the on-premises connector.
470
- :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"}`
470
+ :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"}`
471
471
  :param pulumi.Input[str] description: (Updatable) The description of the on-premises connector.
472
472
  :param pulumi.Input[str] display_name: (Updatable) The display name of the on-premises connector. The name does not have to be unique, and it's changeable.
473
473
  :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"}`
@@ -525,7 +525,7 @@ class OnPremConnector(pulumi.CustomResource):
525
525
  @pulumi.getter(name="definedTags")
526
526
  def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
527
527
  """
528
- (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"}`
528
+ (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"}`
529
529
  """
530
530
  return pulumi.get(self, "defined_tags")
531
531