pulumi-oci 2.23.0a1738332002__py3-none-any.whl → 2.24.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.
- 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.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/RECORD +122 -90
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.23.0a1738332002.dist-info → pulumi_oci-2.24.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -77,6 +77,10 @@ __all__ = [
|
|
77
77
|
'SecurityAssessmentStatisticMediumRiskArgsDict',
|
78
78
|
'SecurityAssessmentStatisticPassArgs',
|
79
79
|
'SecurityAssessmentStatisticPassArgsDict',
|
80
|
+
'SensitiveDataModelReferentialRelationChildArgs',
|
81
|
+
'SensitiveDataModelReferentialRelationChildArgsDict',
|
82
|
+
'SensitiveDataModelReferentialRelationParentArgs',
|
83
|
+
'SensitiveDataModelReferentialRelationParentArgsDict',
|
80
84
|
'SensitiveDataModelTablesForDiscoveryArgs',
|
81
85
|
'SensitiveDataModelTablesForDiscoveryArgsDict',
|
82
86
|
'TargetDatabaseConnectionOptionArgs',
|
@@ -149,6 +153,8 @@ __all__ = [
|
|
149
153
|
'GetMaskingPolicyMaskingObjectsFilterArgsDict',
|
150
154
|
'GetMaskingPolicyMaskingSchemasFilterArgs',
|
151
155
|
'GetMaskingPolicyMaskingSchemasFilterArgsDict',
|
156
|
+
'GetMaskingPolicyReferentialRelationsFilterArgs',
|
157
|
+
'GetMaskingPolicyReferentialRelationsFilterArgsDict',
|
152
158
|
'GetMaskingReportMaskedColumnsFilterArgs',
|
153
159
|
'GetMaskingReportMaskedColumnsFilterArgsDict',
|
154
160
|
'GetMaskingReportsFilterArgs',
|
@@ -191,6 +197,8 @@ __all__ = [
|
|
191
197
|
'GetSecurityPolicyReportRoleGrantPathsFilterArgsDict',
|
192
198
|
'GetSecurityPolicyReportsFilterArgs',
|
193
199
|
'GetSecurityPolicyReportsFilterArgsDict',
|
200
|
+
'GetSensitiveDataModelReferentialRelationsFilterArgs',
|
201
|
+
'GetSensitiveDataModelReferentialRelationsFilterArgsDict',
|
194
202
|
'GetSensitiveDataModelSensitiveObjectsFilterArgs',
|
195
203
|
'GetSensitiveDataModelSensitiveObjectsFilterArgsDict',
|
196
204
|
'GetSensitiveDataModelSensitiveSchemasFilterArgs',
|
@@ -201,6 +209,8 @@ __all__ = [
|
|
201
209
|
'GetSensitiveDataModelsFilterArgsDict',
|
202
210
|
'GetSensitiveDataModelsSensitiveColumnsFilterArgs',
|
203
211
|
'GetSensitiveDataModelsSensitiveColumnsFilterArgsDict',
|
212
|
+
'GetSensitiveTypesExportsFilterArgs',
|
213
|
+
'GetSensitiveTypesExportsFilterArgsDict',
|
204
214
|
'GetSensitiveTypesFilterArgs',
|
205
215
|
'GetSensitiveTypesFilterArgsDict',
|
206
216
|
'GetSqlCollectionAnalyticsFilterArgs',
|
@@ -237,6 +247,8 @@ __all__ = [
|
|
237
247
|
'GetTargetDatabasesSchemasFilterArgsDict',
|
238
248
|
'GetTargetDatabasesTablesFilterArgs',
|
239
249
|
'GetTargetDatabasesTablesFilterArgsDict',
|
250
|
+
'GetUserAssessmentPasswordExpiryDateAnalyticsFilterArgs',
|
251
|
+
'GetUserAssessmentPasswordExpiryDateAnalyticsFilterArgsDict',
|
240
252
|
'GetUserAssessmentProfileAnalyticsFilterArgs',
|
241
253
|
'GetUserAssessmentProfileAnalyticsFilterArgsDict',
|
242
254
|
'GetUserAssessmentProfilesFilterArgs',
|
@@ -1204,7 +1216,7 @@ if not MYPY:
|
|
1204
1216
|
"""
|
1205
1217
|
defined_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1206
1218
|
"""
|
1207
|
-
(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)
|
1219
|
+
(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"}`
|
1208
1220
|
"""
|
1209
1221
|
description: NotRequired[pulumi.Input[str]]
|
1210
1222
|
"""
|
@@ -1212,7 +1224,7 @@ if not MYPY:
|
|
1212
1224
|
"""
|
1213
1225
|
display_name: NotRequired[pulumi.Input[str]]
|
1214
1226
|
"""
|
1215
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
1227
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
1216
1228
|
"""
|
1217
1229
|
freeform_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
1218
1230
|
"""
|
@@ -1320,9 +1332,9 @@ class AuditProfileAuditTrailArgs:
|
|
1320
1332
|
:param pulumi.Input[str] audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
1321
1333
|
:param pulumi.Input[str] audit_profile_id: The OCID of the audit.
|
1322
1334
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
1323
|
-
: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)
|
1335
|
+
: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"}`
|
1324
1336
|
:param pulumi.Input[str] description: (Updatable) The description of the audit profile.
|
1325
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
1337
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
1326
1338
|
: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"}`
|
1327
1339
|
:param pulumi.Input[str] id: The OCID of the audit profile.
|
1328
1340
|
:param pulumi.Input[bool] is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
|
@@ -1431,7 +1443,7 @@ class AuditProfileAuditTrailArgs:
|
|
1431
1443
|
@pulumi.getter(name="definedTags")
|
1432
1444
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
1433
1445
|
"""
|
1434
|
-
(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)
|
1446
|
+
(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"}`
|
1435
1447
|
"""
|
1436
1448
|
return pulumi.get(self, "defined_tags")
|
1437
1449
|
|
@@ -1455,7 +1467,7 @@ class AuditProfileAuditTrailArgs:
|
|
1455
1467
|
@pulumi.getter(name="displayName")
|
1456
1468
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
1457
1469
|
"""
|
1458
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
1470
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
1459
1471
|
"""
|
1460
1472
|
return pulumi.get(self, "display_name")
|
1461
1473
|
|
@@ -2261,7 +2273,7 @@ if not MYPY:
|
|
2261
2273
|
"""
|
2262
2274
|
replace_with: NotRequired[pulumi.Input[str]]
|
2263
2275
|
"""
|
2264
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2276
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2265
2277
|
"""
|
2266
2278
|
schema_name: NotRequired[pulumi.Input[str]]
|
2267
2279
|
"""
|
@@ -2345,7 +2357,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
2345
2357
|
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2346
2358
|
|
2347
2359
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2348
|
-
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2360
|
+
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2349
2361
|
:param pulumi.Input[str] schema_name: (Updatable) The name of the schema that contains the substitution column.
|
2350
2362
|
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2351
2363
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -2591,7 +2603,7 @@ class LibraryMasingFormatFormatEntryArgs:
|
|
2591
2603
|
@pulumi.getter(name="replaceWith")
|
2592
2604
|
def replace_with(self) -> Optional[pulumi.Input[str]]:
|
2593
2605
|
"""
|
2594
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2606
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2595
2607
|
"""
|
2596
2608
|
return pulumi.get(self, "replace_with")
|
2597
2609
|
|
@@ -2835,7 +2847,7 @@ if not MYPY:
|
|
2835
2847
|
"""
|
2836
2848
|
replace_with: NotRequired[pulumi.Input[str]]
|
2837
2849
|
"""
|
2838
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2850
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2839
2851
|
"""
|
2840
2852
|
schema_name: NotRequired[pulumi.Input[str]]
|
2841
2853
|
"""
|
@@ -2919,7 +2931,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
2919
2931
|
In the case of ASCII characters, if a regular expression is not provided, Deterministic Encryption can encrypt variable-length column values while preserving their original format.
|
2920
2932
|
|
2921
2933
|
If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
|
2922
|
-
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
2934
|
+
:param pulumi.Input[str] replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
2923
2935
|
:param pulumi.Input[str] schema_name: (Updatable) The name of the schema that contains the substitution column.
|
2924
2936
|
:param pulumi.Input[str] sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
|
2925
2937
|
:param pulumi.Input[str] start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
|
@@ -3165,7 +3177,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs:
|
|
3165
3177
|
@pulumi.getter(name="replaceWith")
|
3166
3178
|
def replace_with(self) -> Optional[pulumi.Input[str]]:
|
3167
3179
|
"""
|
3168
|
-
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number
|
3180
|
+
(Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number or null value.
|
3169
3181
|
"""
|
3170
3182
|
return pulumi.get(self, "replace_with")
|
3171
3183
|
|
@@ -5143,6 +5155,260 @@ class SecurityAssessmentStatisticPassArgs:
|
|
5143
5155
|
pulumi.set(self, "user_accounts_findings_count", value)
|
5144
5156
|
|
5145
5157
|
|
5158
|
+
if not MYPY:
|
5159
|
+
class SensitiveDataModelReferentialRelationChildArgsDict(TypedDict):
|
5160
|
+
app_name: pulumi.Input[str]
|
5161
|
+
"""
|
5162
|
+
The application name.
|
5163
|
+
"""
|
5164
|
+
column_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
|
5165
|
+
"""
|
5166
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5167
|
+
"""
|
5168
|
+
object: pulumi.Input[str]
|
5169
|
+
"""
|
5170
|
+
The database object that contains the columns.
|
5171
|
+
"""
|
5172
|
+
object_type: pulumi.Input[str]
|
5173
|
+
"""
|
5174
|
+
The type of the database object that contains the sensitive column.
|
5175
|
+
"""
|
5176
|
+
schema_name: pulumi.Input[str]
|
5177
|
+
"""
|
5178
|
+
The schema name.
|
5179
|
+
"""
|
5180
|
+
sensitive_type_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5181
|
+
"""
|
5182
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5183
|
+
"""
|
5184
|
+
elif False:
|
5185
|
+
SensitiveDataModelReferentialRelationChildArgsDict: TypeAlias = Mapping[str, Any]
|
5186
|
+
|
5187
|
+
@pulumi.input_type
|
5188
|
+
class SensitiveDataModelReferentialRelationChildArgs:
|
5189
|
+
def __init__(__self__, *,
|
5190
|
+
app_name: pulumi.Input[str],
|
5191
|
+
column_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
|
5192
|
+
object: pulumi.Input[str],
|
5193
|
+
object_type: pulumi.Input[str],
|
5194
|
+
schema_name: pulumi.Input[str],
|
5195
|
+
sensitive_type_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
5196
|
+
"""
|
5197
|
+
:param pulumi.Input[str] app_name: The application name.
|
5198
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5199
|
+
:param pulumi.Input[str] object: The database object that contains the columns.
|
5200
|
+
:param pulumi.Input[str] object_type: The type of the database object that contains the sensitive column.
|
5201
|
+
:param pulumi.Input[str] schema_name: The schema name.
|
5202
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5203
|
+
"""
|
5204
|
+
pulumi.set(__self__, "app_name", app_name)
|
5205
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
5206
|
+
pulumi.set(__self__, "object", object)
|
5207
|
+
pulumi.set(__self__, "object_type", object_type)
|
5208
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
5209
|
+
if sensitive_type_ids is not None:
|
5210
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
5211
|
+
|
5212
|
+
@property
|
5213
|
+
@pulumi.getter(name="appName")
|
5214
|
+
def app_name(self) -> pulumi.Input[str]:
|
5215
|
+
"""
|
5216
|
+
The application name.
|
5217
|
+
"""
|
5218
|
+
return pulumi.get(self, "app_name")
|
5219
|
+
|
5220
|
+
@app_name.setter
|
5221
|
+
def app_name(self, value: pulumi.Input[str]):
|
5222
|
+
pulumi.set(self, "app_name", value)
|
5223
|
+
|
5224
|
+
@property
|
5225
|
+
@pulumi.getter(name="columnGroups")
|
5226
|
+
def column_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
5227
|
+
"""
|
5228
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5229
|
+
"""
|
5230
|
+
return pulumi.get(self, "column_groups")
|
5231
|
+
|
5232
|
+
@column_groups.setter
|
5233
|
+
def column_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
5234
|
+
pulumi.set(self, "column_groups", value)
|
5235
|
+
|
5236
|
+
@property
|
5237
|
+
@pulumi.getter
|
5238
|
+
def object(self) -> pulumi.Input[str]:
|
5239
|
+
"""
|
5240
|
+
The database object that contains the columns.
|
5241
|
+
"""
|
5242
|
+
return pulumi.get(self, "object")
|
5243
|
+
|
5244
|
+
@object.setter
|
5245
|
+
def object(self, value: pulumi.Input[str]):
|
5246
|
+
pulumi.set(self, "object", value)
|
5247
|
+
|
5248
|
+
@property
|
5249
|
+
@pulumi.getter(name="objectType")
|
5250
|
+
def object_type(self) -> pulumi.Input[str]:
|
5251
|
+
"""
|
5252
|
+
The type of the database object that contains the sensitive column.
|
5253
|
+
"""
|
5254
|
+
return pulumi.get(self, "object_type")
|
5255
|
+
|
5256
|
+
@object_type.setter
|
5257
|
+
def object_type(self, value: pulumi.Input[str]):
|
5258
|
+
pulumi.set(self, "object_type", value)
|
5259
|
+
|
5260
|
+
@property
|
5261
|
+
@pulumi.getter(name="schemaName")
|
5262
|
+
def schema_name(self) -> pulumi.Input[str]:
|
5263
|
+
"""
|
5264
|
+
The schema name.
|
5265
|
+
"""
|
5266
|
+
return pulumi.get(self, "schema_name")
|
5267
|
+
|
5268
|
+
@schema_name.setter
|
5269
|
+
def schema_name(self, value: pulumi.Input[str]):
|
5270
|
+
pulumi.set(self, "schema_name", value)
|
5271
|
+
|
5272
|
+
@property
|
5273
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
5274
|
+
def sensitive_type_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
5275
|
+
"""
|
5276
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5277
|
+
"""
|
5278
|
+
return pulumi.get(self, "sensitive_type_ids")
|
5279
|
+
|
5280
|
+
@sensitive_type_ids.setter
|
5281
|
+
def sensitive_type_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
5282
|
+
pulumi.set(self, "sensitive_type_ids", value)
|
5283
|
+
|
5284
|
+
|
5285
|
+
if not MYPY:
|
5286
|
+
class SensitiveDataModelReferentialRelationParentArgsDict(TypedDict):
|
5287
|
+
app_name: pulumi.Input[str]
|
5288
|
+
"""
|
5289
|
+
The application name.
|
5290
|
+
"""
|
5291
|
+
column_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
|
5292
|
+
"""
|
5293
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5294
|
+
"""
|
5295
|
+
object: pulumi.Input[str]
|
5296
|
+
"""
|
5297
|
+
The database object that contains the columns.
|
5298
|
+
"""
|
5299
|
+
object_type: pulumi.Input[str]
|
5300
|
+
"""
|
5301
|
+
The type of the database object that contains the sensitive column.
|
5302
|
+
"""
|
5303
|
+
schema_name: pulumi.Input[str]
|
5304
|
+
"""
|
5305
|
+
The schema name.
|
5306
|
+
"""
|
5307
|
+
sensitive_type_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5308
|
+
"""
|
5309
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5310
|
+
"""
|
5311
|
+
elif False:
|
5312
|
+
SensitiveDataModelReferentialRelationParentArgsDict: TypeAlias = Mapping[str, Any]
|
5313
|
+
|
5314
|
+
@pulumi.input_type
|
5315
|
+
class SensitiveDataModelReferentialRelationParentArgs:
|
5316
|
+
def __init__(__self__, *,
|
5317
|
+
app_name: pulumi.Input[str],
|
5318
|
+
column_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
|
5319
|
+
object: pulumi.Input[str],
|
5320
|
+
object_type: pulumi.Input[str],
|
5321
|
+
schema_name: pulumi.Input[str],
|
5322
|
+
sensitive_type_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
5323
|
+
"""
|
5324
|
+
:param pulumi.Input[str] app_name: The application name.
|
5325
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] column_groups: Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5326
|
+
:param pulumi.Input[str] object: The database object that contains the columns.
|
5327
|
+
:param pulumi.Input[str] object_type: The type of the database object that contains the sensitive column.
|
5328
|
+
:param pulumi.Input[str] schema_name: The schema name.
|
5329
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] sensitive_type_ids: Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5330
|
+
"""
|
5331
|
+
pulumi.set(__self__, "app_name", app_name)
|
5332
|
+
pulumi.set(__self__, "column_groups", column_groups)
|
5333
|
+
pulumi.set(__self__, "object", object)
|
5334
|
+
pulumi.set(__self__, "object_type", object_type)
|
5335
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
5336
|
+
if sensitive_type_ids is not None:
|
5337
|
+
pulumi.set(__self__, "sensitive_type_ids", sensitive_type_ids)
|
5338
|
+
|
5339
|
+
@property
|
5340
|
+
@pulumi.getter(name="appName")
|
5341
|
+
def app_name(self) -> pulumi.Input[str]:
|
5342
|
+
"""
|
5343
|
+
The application name.
|
5344
|
+
"""
|
5345
|
+
return pulumi.get(self, "app_name")
|
5346
|
+
|
5347
|
+
@app_name.setter
|
5348
|
+
def app_name(self, value: pulumi.Input[str]):
|
5349
|
+
pulumi.set(self, "app_name", value)
|
5350
|
+
|
5351
|
+
@property
|
5352
|
+
@pulumi.getter(name="columnGroups")
|
5353
|
+
def column_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
5354
|
+
"""
|
5355
|
+
Group of columns in referential relation. Order needs to be maintained in the elements of the parent/child array listing.
|
5356
|
+
"""
|
5357
|
+
return pulumi.get(self, "column_groups")
|
5358
|
+
|
5359
|
+
@column_groups.setter
|
5360
|
+
def column_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
5361
|
+
pulumi.set(self, "column_groups", value)
|
5362
|
+
|
5363
|
+
@property
|
5364
|
+
@pulumi.getter
|
5365
|
+
def object(self) -> pulumi.Input[str]:
|
5366
|
+
"""
|
5367
|
+
The database object that contains the columns.
|
5368
|
+
"""
|
5369
|
+
return pulumi.get(self, "object")
|
5370
|
+
|
5371
|
+
@object.setter
|
5372
|
+
def object(self, value: pulumi.Input[str]):
|
5373
|
+
pulumi.set(self, "object", value)
|
5374
|
+
|
5375
|
+
@property
|
5376
|
+
@pulumi.getter(name="objectType")
|
5377
|
+
def object_type(self) -> pulumi.Input[str]:
|
5378
|
+
"""
|
5379
|
+
The type of the database object that contains the sensitive column.
|
5380
|
+
"""
|
5381
|
+
return pulumi.get(self, "object_type")
|
5382
|
+
|
5383
|
+
@object_type.setter
|
5384
|
+
def object_type(self, value: pulumi.Input[str]):
|
5385
|
+
pulumi.set(self, "object_type", value)
|
5386
|
+
|
5387
|
+
@property
|
5388
|
+
@pulumi.getter(name="schemaName")
|
5389
|
+
def schema_name(self) -> pulumi.Input[str]:
|
5390
|
+
"""
|
5391
|
+
The schema name.
|
5392
|
+
"""
|
5393
|
+
return pulumi.get(self, "schema_name")
|
5394
|
+
|
5395
|
+
@schema_name.setter
|
5396
|
+
def schema_name(self, value: pulumi.Input[str]):
|
5397
|
+
pulumi.set(self, "schema_name", value)
|
5398
|
+
|
5399
|
+
@property
|
5400
|
+
@pulumi.getter(name="sensitiveTypeIds")
|
5401
|
+
def sensitive_type_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
5402
|
+
"""
|
5403
|
+
Sensitive type ocids of each column groups. Order needs to be maintained with the parent column group. For the DB defined referential relations identified during SDM creation, we cannot add sensitive types. Instead use the sensitiveColumn POST API to mark the columns sensitive.
|
5404
|
+
"""
|
5405
|
+
return pulumi.get(self, "sensitive_type_ids")
|
5406
|
+
|
5407
|
+
@sensitive_type_ids.setter
|
5408
|
+
def sensitive_type_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
5409
|
+
pulumi.set(self, "sensitive_type_ids", value)
|
5410
|
+
|
5411
|
+
|
5146
5412
|
if not MYPY:
|
5147
5413
|
class SensitiveDataModelTablesForDiscoveryArgsDict(TypedDict):
|
5148
5414
|
schema_name: pulumi.Input[str]
|
@@ -7934,6 +8200,53 @@ class GetMaskingPolicyMaskingSchemasFilterArgs:
|
|
7934
8200
|
pulumi.set(self, "regex", value)
|
7935
8201
|
|
7936
8202
|
|
8203
|
+
if not MYPY:
|
8204
|
+
class GetMaskingPolicyReferentialRelationsFilterArgsDict(TypedDict):
|
8205
|
+
name: str
|
8206
|
+
values: Sequence[str]
|
8207
|
+
regex: NotRequired[bool]
|
8208
|
+
elif False:
|
8209
|
+
GetMaskingPolicyReferentialRelationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
8210
|
+
|
8211
|
+
@pulumi.input_type
|
8212
|
+
class GetMaskingPolicyReferentialRelationsFilterArgs:
|
8213
|
+
def __init__(__self__, *,
|
8214
|
+
name: str,
|
8215
|
+
values: Sequence[str],
|
8216
|
+
regex: Optional[bool] = None):
|
8217
|
+
pulumi.set(__self__, "name", name)
|
8218
|
+
pulumi.set(__self__, "values", values)
|
8219
|
+
if regex is not None:
|
8220
|
+
pulumi.set(__self__, "regex", regex)
|
8221
|
+
|
8222
|
+
@property
|
8223
|
+
@pulumi.getter
|
8224
|
+
def name(self) -> str:
|
8225
|
+
return pulumi.get(self, "name")
|
8226
|
+
|
8227
|
+
@name.setter
|
8228
|
+
def name(self, value: str):
|
8229
|
+
pulumi.set(self, "name", value)
|
8230
|
+
|
8231
|
+
@property
|
8232
|
+
@pulumi.getter
|
8233
|
+
def values(self) -> Sequence[str]:
|
8234
|
+
return pulumi.get(self, "values")
|
8235
|
+
|
8236
|
+
@values.setter
|
8237
|
+
def values(self, value: Sequence[str]):
|
8238
|
+
pulumi.set(self, "values", value)
|
8239
|
+
|
8240
|
+
@property
|
8241
|
+
@pulumi.getter
|
8242
|
+
def regex(self) -> Optional[bool]:
|
8243
|
+
return pulumi.get(self, "regex")
|
8244
|
+
|
8245
|
+
@regex.setter
|
8246
|
+
def regex(self, value: Optional[bool]):
|
8247
|
+
pulumi.set(self, "regex", value)
|
8248
|
+
|
8249
|
+
|
7937
8250
|
if not MYPY:
|
7938
8251
|
class GetMaskingReportMaskedColumnsFilterArgsDict(TypedDict):
|
7939
8252
|
name: str
|
@@ -8930,6 +9243,53 @@ class GetSecurityPolicyReportsFilterArgs:
|
|
8930
9243
|
pulumi.set(self, "regex", value)
|
8931
9244
|
|
8932
9245
|
|
9246
|
+
if not MYPY:
|
9247
|
+
class GetSensitiveDataModelReferentialRelationsFilterArgsDict(TypedDict):
|
9248
|
+
name: str
|
9249
|
+
values: Sequence[str]
|
9250
|
+
regex: NotRequired[bool]
|
9251
|
+
elif False:
|
9252
|
+
GetSensitiveDataModelReferentialRelationsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9253
|
+
|
9254
|
+
@pulumi.input_type
|
9255
|
+
class GetSensitiveDataModelReferentialRelationsFilterArgs:
|
9256
|
+
def __init__(__self__, *,
|
9257
|
+
name: str,
|
9258
|
+
values: Sequence[str],
|
9259
|
+
regex: Optional[bool] = None):
|
9260
|
+
pulumi.set(__self__, "name", name)
|
9261
|
+
pulumi.set(__self__, "values", values)
|
9262
|
+
if regex is not None:
|
9263
|
+
pulumi.set(__self__, "regex", regex)
|
9264
|
+
|
9265
|
+
@property
|
9266
|
+
@pulumi.getter
|
9267
|
+
def name(self) -> str:
|
9268
|
+
return pulumi.get(self, "name")
|
9269
|
+
|
9270
|
+
@name.setter
|
9271
|
+
def name(self, value: str):
|
9272
|
+
pulumi.set(self, "name", value)
|
9273
|
+
|
9274
|
+
@property
|
9275
|
+
@pulumi.getter
|
9276
|
+
def values(self) -> Sequence[str]:
|
9277
|
+
return pulumi.get(self, "values")
|
9278
|
+
|
9279
|
+
@values.setter
|
9280
|
+
def values(self, value: Sequence[str]):
|
9281
|
+
pulumi.set(self, "values", value)
|
9282
|
+
|
9283
|
+
@property
|
9284
|
+
@pulumi.getter
|
9285
|
+
def regex(self) -> Optional[bool]:
|
9286
|
+
return pulumi.get(self, "regex")
|
9287
|
+
|
9288
|
+
@regex.setter
|
9289
|
+
def regex(self, value: Optional[bool]):
|
9290
|
+
pulumi.set(self, "regex", value)
|
9291
|
+
|
9292
|
+
|
8933
9293
|
if not MYPY:
|
8934
9294
|
class GetSensitiveDataModelSensitiveObjectsFilterArgsDict(TypedDict):
|
8935
9295
|
name: str
|
@@ -9165,6 +9525,53 @@ class GetSensitiveDataModelsSensitiveColumnsFilterArgs:
|
|
9165
9525
|
pulumi.set(self, "regex", value)
|
9166
9526
|
|
9167
9527
|
|
9528
|
+
if not MYPY:
|
9529
|
+
class GetSensitiveTypesExportsFilterArgsDict(TypedDict):
|
9530
|
+
name: str
|
9531
|
+
values: Sequence[str]
|
9532
|
+
regex: NotRequired[bool]
|
9533
|
+
elif False:
|
9534
|
+
GetSensitiveTypesExportsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
9535
|
+
|
9536
|
+
@pulumi.input_type
|
9537
|
+
class GetSensitiveTypesExportsFilterArgs:
|
9538
|
+
def __init__(__self__, *,
|
9539
|
+
name: str,
|
9540
|
+
values: Sequence[str],
|
9541
|
+
regex: Optional[bool] = None):
|
9542
|
+
pulumi.set(__self__, "name", name)
|
9543
|
+
pulumi.set(__self__, "values", values)
|
9544
|
+
if regex is not None:
|
9545
|
+
pulumi.set(__self__, "regex", regex)
|
9546
|
+
|
9547
|
+
@property
|
9548
|
+
@pulumi.getter
|
9549
|
+
def name(self) -> str:
|
9550
|
+
return pulumi.get(self, "name")
|
9551
|
+
|
9552
|
+
@name.setter
|
9553
|
+
def name(self, value: str):
|
9554
|
+
pulumi.set(self, "name", value)
|
9555
|
+
|
9556
|
+
@property
|
9557
|
+
@pulumi.getter
|
9558
|
+
def values(self) -> Sequence[str]:
|
9559
|
+
return pulumi.get(self, "values")
|
9560
|
+
|
9561
|
+
@values.setter
|
9562
|
+
def values(self, value: Sequence[str]):
|
9563
|
+
pulumi.set(self, "values", value)
|
9564
|
+
|
9565
|
+
@property
|
9566
|
+
@pulumi.getter
|
9567
|
+
def regex(self) -> Optional[bool]:
|
9568
|
+
return pulumi.get(self, "regex")
|
9569
|
+
|
9570
|
+
@regex.setter
|
9571
|
+
def regex(self, value: Optional[bool]):
|
9572
|
+
pulumi.set(self, "regex", value)
|
9573
|
+
|
9574
|
+
|
9168
9575
|
if not MYPY:
|
9169
9576
|
class GetSensitiveTypesFilterArgsDict(TypedDict):
|
9170
9577
|
name: str
|
@@ -10011,6 +10418,53 @@ class GetTargetDatabasesTablesFilterArgs:
|
|
10011
10418
|
pulumi.set(self, "regex", value)
|
10012
10419
|
|
10013
10420
|
|
10421
|
+
if not MYPY:
|
10422
|
+
class GetUserAssessmentPasswordExpiryDateAnalyticsFilterArgsDict(TypedDict):
|
10423
|
+
name: str
|
10424
|
+
values: Sequence[str]
|
10425
|
+
regex: NotRequired[bool]
|
10426
|
+
elif False:
|
10427
|
+
GetUserAssessmentPasswordExpiryDateAnalyticsFilterArgsDict: TypeAlias = Mapping[str, Any]
|
10428
|
+
|
10429
|
+
@pulumi.input_type
|
10430
|
+
class GetUserAssessmentPasswordExpiryDateAnalyticsFilterArgs:
|
10431
|
+
def __init__(__self__, *,
|
10432
|
+
name: str,
|
10433
|
+
values: Sequence[str],
|
10434
|
+
regex: Optional[bool] = None):
|
10435
|
+
pulumi.set(__self__, "name", name)
|
10436
|
+
pulumi.set(__self__, "values", values)
|
10437
|
+
if regex is not None:
|
10438
|
+
pulumi.set(__self__, "regex", regex)
|
10439
|
+
|
10440
|
+
@property
|
10441
|
+
@pulumi.getter
|
10442
|
+
def name(self) -> str:
|
10443
|
+
return pulumi.get(self, "name")
|
10444
|
+
|
10445
|
+
@name.setter
|
10446
|
+
def name(self, value: str):
|
10447
|
+
pulumi.set(self, "name", value)
|
10448
|
+
|
10449
|
+
@property
|
10450
|
+
@pulumi.getter
|
10451
|
+
def values(self) -> Sequence[str]:
|
10452
|
+
return pulumi.get(self, "values")
|
10453
|
+
|
10454
|
+
@values.setter
|
10455
|
+
def values(self, value: Sequence[str]):
|
10456
|
+
pulumi.set(self, "values", value)
|
10457
|
+
|
10458
|
+
@property
|
10459
|
+
@pulumi.getter
|
10460
|
+
def regex(self) -> Optional[bool]:
|
10461
|
+
return pulumi.get(self, "regex")
|
10462
|
+
|
10463
|
+
@regex.setter
|
10464
|
+
def regex(self, value: Optional[bool]):
|
10465
|
+
pulumi.set(self, "regex", value)
|
10466
|
+
|
10467
|
+
|
10014
10468
|
if not MYPY:
|
10015
10469
|
class GetUserAssessmentProfileAnalyticsFilterArgsDict(TypedDict):
|
10016
10470
|
name: str
|