pulumi-oci 2.4.0a1721890421__py3-none-any.whl → 2.5.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 +78 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/apmsynthetics/_inputs.py +457 -1
- pulumi_oci/apmsynthetics/config.py +172 -7
- pulumi_oci/apmsynthetics/get_monitor.py +42 -3
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/outputs.py +1129 -9
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +48 -8
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +338 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +111 -9
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -25
- pulumi_oci/database/cloud_exadata_infrastructure.py +66 -17
- pulumi_oci/database/cloud_vm_cluster.py +49 -0
- pulumi_oci/database/database.py +0 -96
- pulumi_oci/database/get_autonomous_database.py +38 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +14 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +14 -1
- pulumi_oci/database/get_key_store.py +11 -1
- pulumi_oci/database/key_store.py +34 -0
- pulumi_oci/database/outputs.py +115 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +3 -4
- pulumi_oci/datasafe/_inputs.py +185 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +15 -2
- pulumi_oci/datasafe/get_report_definition.py +15 -2
- pulumi_oci/datasafe/get_reports.py +43 -1
- pulumi_oci/datasafe/get_security_assessment.py +14 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +16 -3
- pulumi_oci/datasafe/get_security_assessment_findings.py +21 -3
- pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +153 -0
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/get_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +761 -33
- pulumi_oci/datasafe/report.py +32 -4
- pulumi_oci/datasafe/report_definition.py +32 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +69 -16
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +58 -5
- pulumi_oci/datasafe/user_assessment.py +49 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +300 -0
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +742 -0
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/integration/_inputs.py +0 -2
- pulumi_oci/integration/get_integration_instance.py +0 -1
- pulumi_oci/integration/integration_instance.py +0 -27
- pulumi_oci/integration/outputs.py +4 -12
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/opsi/_inputs.py +8 -8
- pulumi_oci/opsi/database_insight.py +71 -15
- pulumi_oci/opsi/get_database_insight.py +29 -3
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_host_insight.py +1 -4
- pulumi_oci/opsi/get_host_insights.py +3 -3
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +3 -3
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +7 -7
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +5 -5
- pulumi_oci/opsi/host_insight.py +6 -14
- pulumi_oci/opsi/news_report.py +2 -2
- pulumi_oci/opsi/operations_insights_private_endpoint.py +9 -9
- pulumi_oci/opsi/operations_insights_warehouse.py +17 -17
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +14 -14
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +7 -7
- pulumi_oci/opsi/operations_insights_warehouse_user.py +14 -14
- pulumi_oci/opsi/outputs.py +46 -24
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +137 -111
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721890421.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -10,6 +10,7 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from .. import _utilities
|
11
11
|
|
12
12
|
__all__ = [
|
13
|
+
'AlertPolicyAlertPolicyRuleDetailArgs',
|
13
14
|
'AuditPolicyAuditConditionArgs',
|
14
15
|
'AuditPolicyAuditConditionEnableConditionArgs',
|
15
16
|
'AuditPolicyAuditSpecificationArgs',
|
@@ -21,6 +22,7 @@ __all__ = [
|
|
21
22
|
'DatabaseSecurityConfigManagementSqlFirewallConfigArgs',
|
22
23
|
'DatabaseSecurityConfigSqlFirewallConfigArgs',
|
23
24
|
'DiscoveryJobsResultModifiedAttributeArgs',
|
25
|
+
'DiscoveryModTablesForDiscoveryArgs',
|
24
26
|
'LibraryMasingFormatFormatEntryArgs',
|
25
27
|
'MaskingPoliciesMaskingColumnMaskingFormatArgs',
|
26
28
|
'MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs',
|
@@ -37,6 +39,7 @@ __all__ = [
|
|
37
39
|
'SecurityAssessmentStatisticLowRiskArgs',
|
38
40
|
'SecurityAssessmentStatisticMediumRiskArgs',
|
39
41
|
'SecurityAssessmentStatisticPassArgs',
|
42
|
+
'SensitiveDataModelTablesForDiscoveryArgs',
|
40
43
|
'TargetDatabaseConnectionOptionArgs',
|
41
44
|
'TargetDatabaseCredentialsArgs',
|
42
45
|
'TargetDatabaseDatabaseDetailsArgs',
|
@@ -94,6 +97,7 @@ __all__ = [
|
|
94
97
|
'GetSecurityPolicyReportsFilterArgs',
|
95
98
|
'GetSensitiveDataModelSensitiveObjectsFilterArgs',
|
96
99
|
'GetSensitiveDataModelSensitiveSchemasFilterArgs',
|
100
|
+
'GetSensitiveDataModelSensitiveTypesFilterArgs',
|
97
101
|
'GetSensitiveDataModelsFilterArgs',
|
98
102
|
'GetSensitiveDataModelsSensitiveColumnsFilterArgs',
|
99
103
|
'GetSensitiveTypesFilterArgs',
|
@@ -113,6 +117,60 @@ __all__ = [
|
|
113
117
|
'GetUserAssessmentsFilterArgs',
|
114
118
|
]
|
115
119
|
|
120
|
+
@pulumi.input_type
|
121
|
+
class AlertPolicyAlertPolicyRuleDetailArgs:
|
122
|
+
def __init__(__self__, *,
|
123
|
+
expression: pulumi.Input[str],
|
124
|
+
description: Optional[pulumi.Input[str]] = None,
|
125
|
+
display_name: Optional[pulumi.Input[str]] = None):
|
126
|
+
"""
|
127
|
+
:param pulumi.Input[str] expression: The conditional expression of the alert policy rule which evaluates to boolean value.
|
128
|
+
:param pulumi.Input[str] description: Describes the alert policy rule.
|
129
|
+
:param pulumi.Input[str] display_name: The display name of the alert policy rule.
|
130
|
+
"""
|
131
|
+
pulumi.set(__self__, "expression", expression)
|
132
|
+
if description is not None:
|
133
|
+
pulumi.set(__self__, "description", description)
|
134
|
+
if display_name is not None:
|
135
|
+
pulumi.set(__self__, "display_name", display_name)
|
136
|
+
|
137
|
+
@property
|
138
|
+
@pulumi.getter
|
139
|
+
def expression(self) -> pulumi.Input[str]:
|
140
|
+
"""
|
141
|
+
The conditional expression of the alert policy rule which evaluates to boolean value.
|
142
|
+
"""
|
143
|
+
return pulumi.get(self, "expression")
|
144
|
+
|
145
|
+
@expression.setter
|
146
|
+
def expression(self, value: pulumi.Input[str]):
|
147
|
+
pulumi.set(self, "expression", value)
|
148
|
+
|
149
|
+
@property
|
150
|
+
@pulumi.getter
|
151
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
152
|
+
"""
|
153
|
+
Describes the alert policy rule.
|
154
|
+
"""
|
155
|
+
return pulumi.get(self, "description")
|
156
|
+
|
157
|
+
@description.setter
|
158
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
159
|
+
pulumi.set(self, "description", value)
|
160
|
+
|
161
|
+
@property
|
162
|
+
@pulumi.getter(name="displayName")
|
163
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
164
|
+
"""
|
165
|
+
The display name of the alert policy rule.
|
166
|
+
"""
|
167
|
+
return pulumi.get(self, "display_name")
|
168
|
+
|
169
|
+
@display_name.setter
|
170
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
171
|
+
pulumi.set(self, "display_name", value)
|
172
|
+
|
173
|
+
|
116
174
|
@pulumi.input_type
|
117
175
|
class AuditPolicyAuditConditionArgs:
|
118
176
|
def __init__(__self__, *,
|
@@ -450,6 +508,7 @@ class AuditPolicyManagementAuditConditionArgs:
|
|
450
508
|
:param pulumi.Input[str] audit_policy_name: Indicates the audit policy name. Refer to the [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827) for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
|
451
509
|
:param pulumi.Input[Sequence[pulumi.Input['AuditPolicyManagementAuditConditionEnableConditionArgs']]] enable_conditions: Indicates the users/roles in the target database for which the audit policy is enforced, and the success/failure event condition to generate the audit event..
|
452
510
|
:param pulumi.Input[bool] is_data_safe_service_account_audited: Indicates whether the Data Safe user activity on the target database will be audited by the policy.
|
511
|
+
:param pulumi.Input[bool] is_enabled: Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
|
453
512
|
:param pulumi.Input[bool] is_priv_users_managed_by_data_safe: Indicates whether the privileged user list is managed by Data Safe.
|
454
513
|
|
455
514
|
|
@@ -506,6 +565,9 @@ class AuditPolicyManagementAuditConditionArgs:
|
|
506
565
|
@property
|
507
566
|
@pulumi.getter(name="isEnabled")
|
508
567
|
def is_enabled(self) -> Optional[pulumi.Input[bool]]:
|
568
|
+
"""
|
569
|
+
Indicates whether the policy has to be enabled or disabled in the target database. Set this to true if you want the audit policy to be enabled in the target database. If the seeded audit policy is not already created in the database, the provisioning creates and enables them. If this is set to false, the policy will be disabled in the target database.
|
570
|
+
"""
|
509
571
|
return pulumi.get(self, "is_enabled")
|
510
572
|
|
511
573
|
@is_enabled.setter
|
@@ -1392,6 +1454,52 @@ class DiscoveryJobsResultModifiedAttributeArgs:
|
|
1392
1454
|
pulumi.set(self, "db_defined_child_column_keys", value)
|
1393
1455
|
|
1394
1456
|
|
1457
|
+
@pulumi.input_type
|
1458
|
+
class DiscoveryModTablesForDiscoveryArgs:
|
1459
|
+
def __init__(__self__, *,
|
1460
|
+
schema_name: pulumi.Input[str],
|
1461
|
+
table_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1462
|
+
"""
|
1463
|
+
:param pulumi.Input[str] schema_name: This contains the name of the schema.
|
1464
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] table_names: This contains an optional list of the table names.
|
1465
|
+
|
1466
|
+
|
1467
|
+
** IMPORTANT **
|
1468
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1469
|
+
"""
|
1470
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
1471
|
+
if table_names is not None:
|
1472
|
+
pulumi.set(__self__, "table_names", table_names)
|
1473
|
+
|
1474
|
+
@property
|
1475
|
+
@pulumi.getter(name="schemaName")
|
1476
|
+
def schema_name(self) -> pulumi.Input[str]:
|
1477
|
+
"""
|
1478
|
+
This contains the name of the schema.
|
1479
|
+
"""
|
1480
|
+
return pulumi.get(self, "schema_name")
|
1481
|
+
|
1482
|
+
@schema_name.setter
|
1483
|
+
def schema_name(self, value: pulumi.Input[str]):
|
1484
|
+
pulumi.set(self, "schema_name", value)
|
1485
|
+
|
1486
|
+
@property
|
1487
|
+
@pulumi.getter(name="tableNames")
|
1488
|
+
def table_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1489
|
+
"""
|
1490
|
+
This contains an optional list of the table names.
|
1491
|
+
|
1492
|
+
|
1493
|
+
** IMPORTANT **
|
1494
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1495
|
+
"""
|
1496
|
+
return pulumi.get(self, "table_names")
|
1497
|
+
|
1498
|
+
@table_names.setter
|
1499
|
+
def table_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1500
|
+
pulumi.set(self, "table_names", value)
|
1501
|
+
|
1502
|
+
|
1395
1503
|
@pulumi.input_type
|
1396
1504
|
class LibraryMasingFormatFormatEntryArgs:
|
1397
1505
|
def __init__(__self__, *,
|
@@ -3702,6 +3810,44 @@ class SecurityAssessmentStatisticPassArgs:
|
|
3702
3810
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3703
3811
|
|
3704
3812
|
|
3813
|
+
@pulumi.input_type
|
3814
|
+
class SensitiveDataModelTablesForDiscoveryArgs:
|
3815
|
+
def __init__(__self__, *,
|
3816
|
+
schema_name: pulumi.Input[str],
|
3817
|
+
table_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
3818
|
+
"""
|
3819
|
+
:param pulumi.Input[str] schema_name: (Updatable) This contains the name of the schema.
|
3820
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] table_names: (Updatable) This contains an optional list of the table names.
|
3821
|
+
"""
|
3822
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
3823
|
+
if table_names is not None:
|
3824
|
+
pulumi.set(__self__, "table_names", table_names)
|
3825
|
+
|
3826
|
+
@property
|
3827
|
+
@pulumi.getter(name="schemaName")
|
3828
|
+
def schema_name(self) -> pulumi.Input[str]:
|
3829
|
+
"""
|
3830
|
+
(Updatable) This contains the name of the schema.
|
3831
|
+
"""
|
3832
|
+
return pulumi.get(self, "schema_name")
|
3833
|
+
|
3834
|
+
@schema_name.setter
|
3835
|
+
def schema_name(self, value: pulumi.Input[str]):
|
3836
|
+
pulumi.set(self, "schema_name", value)
|
3837
|
+
|
3838
|
+
@property
|
3839
|
+
@pulumi.getter(name="tableNames")
|
3840
|
+
def table_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
3841
|
+
"""
|
3842
|
+
(Updatable) This contains an optional list of the table names.
|
3843
|
+
"""
|
3844
|
+
return pulumi.get(self, "table_names")
|
3845
|
+
|
3846
|
+
@table_names.setter
|
3847
|
+
def table_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
3848
|
+
pulumi.set(self, "table_names", value)
|
3849
|
+
|
3850
|
+
|
3705
3851
|
@pulumi.input_type
|
3706
3852
|
class TargetDatabaseConnectionOptionArgs:
|
3707
3853
|
def __init__(__self__, *,
|
@@ -6754,6 +6900,45 @@ class GetSensitiveDataModelSensitiveSchemasFilterArgs:
|
|
6754
6900
|
pulumi.set(self, "regex", value)
|
6755
6901
|
|
6756
6902
|
|
6903
|
+
@pulumi.input_type
|
6904
|
+
class GetSensitiveDataModelSensitiveTypesFilterArgs:
|
6905
|
+
def __init__(__self__, *,
|
6906
|
+
name: str,
|
6907
|
+
values: Sequence[str],
|
6908
|
+
regex: Optional[bool] = None):
|
6909
|
+
pulumi.set(__self__, "name", name)
|
6910
|
+
pulumi.set(__self__, "values", values)
|
6911
|
+
if regex is not None:
|
6912
|
+
pulumi.set(__self__, "regex", regex)
|
6913
|
+
|
6914
|
+
@property
|
6915
|
+
@pulumi.getter
|
6916
|
+
def name(self) -> str:
|
6917
|
+
return pulumi.get(self, "name")
|
6918
|
+
|
6919
|
+
@name.setter
|
6920
|
+
def name(self, value: str):
|
6921
|
+
pulumi.set(self, "name", value)
|
6922
|
+
|
6923
|
+
@property
|
6924
|
+
@pulumi.getter
|
6925
|
+
def values(self) -> Sequence[str]:
|
6926
|
+
return pulumi.get(self, "values")
|
6927
|
+
|
6928
|
+
@values.setter
|
6929
|
+
def values(self, value: Sequence[str]):
|
6930
|
+
pulumi.set(self, "values", value)
|
6931
|
+
|
6932
|
+
@property
|
6933
|
+
@pulumi.getter
|
6934
|
+
def regex(self) -> Optional[bool]:
|
6935
|
+
return pulumi.get(self, "regex")
|
6936
|
+
|
6937
|
+
@regex.setter
|
6938
|
+
def regex(self, value: Optional[bool]):
|
6939
|
+
pulumi.set(self, "regex", value)
|
6940
|
+
|
6941
|
+
|
6757
6942
|
@pulumi.input_type
|
6758
6943
|
class GetSensitiveDataModelsFilterArgs:
|
6759
6944
|
def __init__(__self__, *,
|
pulumi_oci/datasafe/alert.py
CHANGED
@@ -126,6 +126,8 @@ class AlertArgs:
|
|
126
126
|
class _AlertState:
|
127
127
|
def __init__(__self__, *,
|
128
128
|
alert_id: Optional[pulumi.Input[str]] = None,
|
129
|
+
alert_policy_rule_key: Optional[pulumi.Input[str]] = None,
|
130
|
+
alert_policy_rule_name: Optional[pulumi.Input[str]] = None,
|
129
131
|
alert_type: Optional[pulumi.Input[str]] = None,
|
130
132
|
comment: Optional[pulumi.Input[str]] = None,
|
131
133
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -150,6 +152,8 @@ class _AlertState:
|
|
150
152
|
"""
|
151
153
|
Input properties used for looking up and filtering Alert resources.
|
152
154
|
:param pulumi.Input[str] alert_id: The OCID of alert.
|
155
|
+
:param pulumi.Input[str] alert_policy_rule_key: The key of the rule of alert policy that triggered alert.
|
156
|
+
:param pulumi.Input[str] alert_policy_rule_name: The display name of the rule of alert policy that triggered alert.
|
153
157
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
154
158
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
155
159
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
@@ -178,6 +182,10 @@ class _AlertState:
|
|
178
182
|
"""
|
179
183
|
if alert_id is not None:
|
180
184
|
pulumi.set(__self__, "alert_id", alert_id)
|
185
|
+
if alert_policy_rule_key is not None:
|
186
|
+
pulumi.set(__self__, "alert_policy_rule_key", alert_policy_rule_key)
|
187
|
+
if alert_policy_rule_name is not None:
|
188
|
+
pulumi.set(__self__, "alert_policy_rule_name", alert_policy_rule_name)
|
181
189
|
if alert_type is not None:
|
182
190
|
pulumi.set(__self__, "alert_type", alert_type)
|
183
191
|
if comment is not None:
|
@@ -233,6 +241,30 @@ class _AlertState:
|
|
233
241
|
def alert_id(self, value: Optional[pulumi.Input[str]]):
|
234
242
|
pulumi.set(self, "alert_id", value)
|
235
243
|
|
244
|
+
@property
|
245
|
+
@pulumi.getter(name="alertPolicyRuleKey")
|
246
|
+
def alert_policy_rule_key(self) -> Optional[pulumi.Input[str]]:
|
247
|
+
"""
|
248
|
+
The key of the rule of alert policy that triggered alert.
|
249
|
+
"""
|
250
|
+
return pulumi.get(self, "alert_policy_rule_key")
|
251
|
+
|
252
|
+
@alert_policy_rule_key.setter
|
253
|
+
def alert_policy_rule_key(self, value: Optional[pulumi.Input[str]]):
|
254
|
+
pulumi.set(self, "alert_policy_rule_key", value)
|
255
|
+
|
256
|
+
@property
|
257
|
+
@pulumi.getter(name="alertPolicyRuleName")
|
258
|
+
def alert_policy_rule_name(self) -> Optional[pulumi.Input[str]]:
|
259
|
+
"""
|
260
|
+
The display name of the rule of alert policy that triggered alert.
|
261
|
+
"""
|
262
|
+
return pulumi.get(self, "alert_policy_rule_name")
|
263
|
+
|
264
|
+
@alert_policy_rule_name.setter
|
265
|
+
def alert_policy_rule_name(self, value: Optional[pulumi.Input[str]]):
|
266
|
+
pulumi.set(self, "alert_policy_rule_name", value)
|
267
|
+
|
236
268
|
@property
|
237
269
|
@pulumi.getter(name="alertType")
|
238
270
|
def alert_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -585,6 +617,8 @@ class Alert(pulumi.CustomResource):
|
|
585
617
|
__props__.__dict__["defined_tags"] = defined_tags
|
586
618
|
__props__.__dict__["freeform_tags"] = freeform_tags
|
587
619
|
__props__.__dict__["status"] = status
|
620
|
+
__props__.__dict__["alert_policy_rule_key"] = None
|
621
|
+
__props__.__dict__["alert_policy_rule_name"] = None
|
588
622
|
__props__.__dict__["alert_type"] = None
|
589
623
|
__props__.__dict__["description"] = None
|
590
624
|
__props__.__dict__["display_name"] = None
|
@@ -612,6 +646,8 @@ class Alert(pulumi.CustomResource):
|
|
612
646
|
id: pulumi.Input[str],
|
613
647
|
opts: Optional[pulumi.ResourceOptions] = None,
|
614
648
|
alert_id: Optional[pulumi.Input[str]] = None,
|
649
|
+
alert_policy_rule_key: Optional[pulumi.Input[str]] = None,
|
650
|
+
alert_policy_rule_name: Optional[pulumi.Input[str]] = None,
|
615
651
|
alert_type: Optional[pulumi.Input[str]] = None,
|
616
652
|
comment: Optional[pulumi.Input[str]] = None,
|
617
653
|
compartment_id: Optional[pulumi.Input[str]] = None,
|
@@ -641,6 +677,8 @@ class Alert(pulumi.CustomResource):
|
|
641
677
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
642
678
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
643
679
|
:param pulumi.Input[str] alert_id: The OCID of alert.
|
680
|
+
:param pulumi.Input[str] alert_policy_rule_key: The key of the rule of alert policy that triggered alert.
|
681
|
+
:param pulumi.Input[str] alert_policy_rule_name: The display name of the rule of alert policy that triggered alert.
|
644
682
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
645
683
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
646
684
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
@@ -672,6 +710,8 @@ class Alert(pulumi.CustomResource):
|
|
672
710
|
__props__ = _AlertState.__new__(_AlertState)
|
673
711
|
|
674
712
|
__props__.__dict__["alert_id"] = alert_id
|
713
|
+
__props__.__dict__["alert_policy_rule_key"] = alert_policy_rule_key
|
714
|
+
__props__.__dict__["alert_policy_rule_name"] = alert_policy_rule_name
|
675
715
|
__props__.__dict__["alert_type"] = alert_type
|
676
716
|
__props__.__dict__["comment"] = comment
|
677
717
|
__props__.__dict__["compartment_id"] = compartment_id
|
@@ -703,6 +743,22 @@ class Alert(pulumi.CustomResource):
|
|
703
743
|
"""
|
704
744
|
return pulumi.get(self, "alert_id")
|
705
745
|
|
746
|
+
@property
|
747
|
+
@pulumi.getter(name="alertPolicyRuleKey")
|
748
|
+
def alert_policy_rule_key(self) -> pulumi.Output[str]:
|
749
|
+
"""
|
750
|
+
The key of the rule of alert policy that triggered alert.
|
751
|
+
"""
|
752
|
+
return pulumi.get(self, "alert_policy_rule_key")
|
753
|
+
|
754
|
+
@property
|
755
|
+
@pulumi.getter(name="alertPolicyRuleName")
|
756
|
+
def alert_policy_rule_name(self) -> pulumi.Output[str]:
|
757
|
+
"""
|
758
|
+
The display name of the rule of alert policy that triggered alert.
|
759
|
+
"""
|
760
|
+
return pulumi.get(self, "alert_policy_rule_name")
|
761
|
+
|
706
762
|
@property
|
707
763
|
@pulumi.getter(name="alertType")
|
708
764
|
def alert_type(self) -> pulumi.Output[str]:
|