pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.24.0a1738857714__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +11459 -7870
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/top_level.txt +0 -0
@@ -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
|
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
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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
|
|