pulumi-oci 2.3.0a1721242122__py3-none-any.whl → 2.4.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 +19 -11
- 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/core/_inputs.py +8 -8
- pulumi_oci/core/outputs.py +24 -8
- pulumi_oci/database/_inputs.py +16 -0
- pulumi_oci/database/autonomous_database.py +83 -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 +25 -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 +93 -0
- pulumi_oci/datasafe/__init__.py +1 -0
- pulumi_oci/datasafe/_inputs.py +130 -0
- pulumi_oci/datasafe/discovery_mod.py +67 -38
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_discovery_job.py +15 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- 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_user_assessment.py +14 -1
- pulumi_oci/datasafe/outputs.py +530 -6
- pulumi_oci/datasafe/report.py +4 -4
- pulumi_oci/datasafe/report_definition.py +4 -4
- pulumi_oci/datasafe/security_assessment.py +49 -0
- pulumi_oci/datasafe/sensitive_data_model.py +60 -3
- 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/{emwarehouse → globallydistributeddatabase}/__init__.py +6 -6
- 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/{emwarehouse/em_warehouse.py → globallydistributeddatabase/private_endpoint.py} +288 -267
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- 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/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-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/RECORD +82 -81
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/WHEEL +1 -1
- pulumi_oci/emwarehouse/_inputs.py +0 -94
- pulumi_oci/emwarehouse/get_em_warehouse.py +0 -300
- pulumi_oci/emwarehouse/get_em_warehouses.py +0 -203
- pulumi_oci/emwarehouse/get_etl_run.py +0 -159
- pulumi_oci/emwarehouse/get_etl_runs.py +0 -173
- pulumi_oci/emwarehouse/get_resource_usage.py +0 -171
- pulumi_oci/emwarehouse/outputs.py +0 -616
- {pulumi_oci-2.3.0a1721242122.dist-info → pulumi_oci-2.4.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -22,6 +22,7 @@ __all__ = [
|
|
22
22
|
'DatabaseSecurityConfigManagementSqlFirewallConfig',
|
23
23
|
'DatabaseSecurityConfigSqlFirewallConfig',
|
24
24
|
'DiscoveryJobsResultModifiedAttribute',
|
25
|
+
'DiscoveryModTablesForDiscovery',
|
25
26
|
'LibraryMasingFormatFormatEntry',
|
26
27
|
'MaskingPoliciesMaskingColumnMaskingFormat',
|
27
28
|
'MaskingPoliciesMaskingColumnMaskingFormatFormatEntry',
|
@@ -38,6 +39,7 @@ __all__ = [
|
|
38
39
|
'SecurityAssessmentStatisticLowRisk',
|
39
40
|
'SecurityAssessmentStatisticMediumRisk',
|
40
41
|
'SecurityAssessmentStatisticPass',
|
42
|
+
'SensitiveDataModelTablesForDiscovery',
|
41
43
|
'TargetDatabaseConnectionOption',
|
42
44
|
'TargetDatabaseCredentials',
|
43
45
|
'TargetDatabaseDatabaseDetails',
|
@@ -115,6 +117,7 @@ __all__ = [
|
|
115
117
|
'GetDiscoveryAnalyticsDiscoveryAnalyticsCollectionItemResult',
|
116
118
|
'GetDiscoveryAnalyticsDiscoveryAnalyticsCollectionItemDimensionResult',
|
117
119
|
'GetDiscoveryAnalyticsFilterResult',
|
120
|
+
'GetDiscoveryJobTablesForDiscoveryResult',
|
118
121
|
'GetDiscoveryJobsResultModifiedAttributeResult',
|
119
122
|
'GetDiscoveryJobsResultsDiscoveryJobResultCollectionResult',
|
120
123
|
'GetDiscoveryJobsResultsDiscoveryJobResultCollectionItemResult',
|
@@ -289,12 +292,17 @@ __all__ = [
|
|
289
292
|
'GetSensitiveDataModelSensitiveSchemasFilterResult',
|
290
293
|
'GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionResult',
|
291
294
|
'GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionItemResult',
|
295
|
+
'GetSensitiveDataModelSensitiveTypesFilterResult',
|
296
|
+
'GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionResult',
|
297
|
+
'GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult',
|
298
|
+
'GetSensitiveDataModelTablesForDiscoveryResult',
|
292
299
|
'GetSensitiveDataModelsFilterResult',
|
293
300
|
'GetSensitiveDataModelsSensitiveColumnsFilterResult',
|
294
301
|
'GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionResult',
|
295
302
|
'GetSensitiveDataModelsSensitiveColumnsSensitiveColumnCollectionItemResult',
|
296
303
|
'GetSensitiveDataModelsSensitiveDataModelCollectionResult',
|
297
304
|
'GetSensitiveDataModelsSensitiveDataModelCollectionItemResult',
|
305
|
+
'GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult',
|
298
306
|
'GetSensitiveTypesFilterResult',
|
299
307
|
'GetSensitiveTypesSensitiveTypeCollectionResult',
|
300
308
|
'GetSensitiveTypesSensitiveTypeCollectionItemResult',
|
@@ -729,6 +737,7 @@ class AuditPolicyManagementAuditCondition(dict):
|
|
729
737
|
:param 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.
|
730
738
|
:param Sequence['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..
|
731
739
|
:param bool is_data_safe_service_account_audited: Indicates whether the Data Safe user activity on the target database will be audited by the policy.
|
740
|
+
:param 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.
|
732
741
|
:param bool is_priv_users_managed_by_data_safe: Indicates whether the privileged user list is managed by Data Safe.
|
733
742
|
|
734
743
|
|
@@ -773,6 +782,9 @@ class AuditPolicyManagementAuditCondition(dict):
|
|
773
782
|
@property
|
774
783
|
@pulumi.getter(name="isEnabled")
|
775
784
|
def is_enabled(self) -> Optional[bool]:
|
785
|
+
"""
|
786
|
+
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.
|
787
|
+
"""
|
776
788
|
return pulumi.get(self, "is_enabled")
|
777
789
|
|
778
790
|
@property
|
@@ -1640,6 +1652,63 @@ class DiscoveryJobsResultModifiedAttribute(dict):
|
|
1640
1652
|
return pulumi.get(self, "db_defined_child_column_keys")
|
1641
1653
|
|
1642
1654
|
|
1655
|
+
@pulumi.output_type
|
1656
|
+
class DiscoveryModTablesForDiscovery(dict):
|
1657
|
+
@staticmethod
|
1658
|
+
def __key_warning(key: str):
|
1659
|
+
suggest = None
|
1660
|
+
if key == "schemaName":
|
1661
|
+
suggest = "schema_name"
|
1662
|
+
elif key == "tableNames":
|
1663
|
+
suggest = "table_names"
|
1664
|
+
|
1665
|
+
if suggest:
|
1666
|
+
pulumi.log.warn(f"Key '{key}' not found in DiscoveryModTablesForDiscovery. Access the value via the '{suggest}' property getter instead.")
|
1667
|
+
|
1668
|
+
def __getitem__(self, key: str) -> Any:
|
1669
|
+
DiscoveryModTablesForDiscovery.__key_warning(key)
|
1670
|
+
return super().__getitem__(key)
|
1671
|
+
|
1672
|
+
def get(self, key: str, default = None) -> Any:
|
1673
|
+
DiscoveryModTablesForDiscovery.__key_warning(key)
|
1674
|
+
return super().get(key, default)
|
1675
|
+
|
1676
|
+
def __init__(__self__, *,
|
1677
|
+
schema_name: str,
|
1678
|
+
table_names: Optional[Sequence[str]] = None):
|
1679
|
+
"""
|
1680
|
+
:param str schema_name: This contains the name of the schema.
|
1681
|
+
:param Sequence[str] table_names: This contains an optional list of the table names.
|
1682
|
+
|
1683
|
+
|
1684
|
+
** IMPORTANT **
|
1685
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1686
|
+
"""
|
1687
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
1688
|
+
if table_names is not None:
|
1689
|
+
pulumi.set(__self__, "table_names", table_names)
|
1690
|
+
|
1691
|
+
@property
|
1692
|
+
@pulumi.getter(name="schemaName")
|
1693
|
+
def schema_name(self) -> str:
|
1694
|
+
"""
|
1695
|
+
This contains the name of the schema.
|
1696
|
+
"""
|
1697
|
+
return pulumi.get(self, "schema_name")
|
1698
|
+
|
1699
|
+
@property
|
1700
|
+
@pulumi.getter(name="tableNames")
|
1701
|
+
def table_names(self) -> Optional[Sequence[str]]:
|
1702
|
+
"""
|
1703
|
+
This contains an optional list of the table names.
|
1704
|
+
|
1705
|
+
|
1706
|
+
** IMPORTANT **
|
1707
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1708
|
+
"""
|
1709
|
+
return pulumi.get(self, "table_names")
|
1710
|
+
|
1711
|
+
|
1643
1712
|
@pulumi.output_type
|
1644
1713
|
class LibraryMasingFormatFormatEntry(dict):
|
1645
1714
|
@staticmethod
|
@@ -3882,6 +3951,55 @@ class SecurityAssessmentStatisticPass(dict):
|
|
3882
3951
|
return pulumi.get(self, "user_accounts_findings_count")
|
3883
3952
|
|
3884
3953
|
|
3954
|
+
@pulumi.output_type
|
3955
|
+
class SensitiveDataModelTablesForDiscovery(dict):
|
3956
|
+
@staticmethod
|
3957
|
+
def __key_warning(key: str):
|
3958
|
+
suggest = None
|
3959
|
+
if key == "schemaName":
|
3960
|
+
suggest = "schema_name"
|
3961
|
+
elif key == "tableNames":
|
3962
|
+
suggest = "table_names"
|
3963
|
+
|
3964
|
+
if suggest:
|
3965
|
+
pulumi.log.warn(f"Key '{key}' not found in SensitiveDataModelTablesForDiscovery. Access the value via the '{suggest}' property getter instead.")
|
3966
|
+
|
3967
|
+
def __getitem__(self, key: str) -> Any:
|
3968
|
+
SensitiveDataModelTablesForDiscovery.__key_warning(key)
|
3969
|
+
return super().__getitem__(key)
|
3970
|
+
|
3971
|
+
def get(self, key: str, default = None) -> Any:
|
3972
|
+
SensitiveDataModelTablesForDiscovery.__key_warning(key)
|
3973
|
+
return super().get(key, default)
|
3974
|
+
|
3975
|
+
def __init__(__self__, *,
|
3976
|
+
schema_name: str,
|
3977
|
+
table_names: Optional[Sequence[str]] = None):
|
3978
|
+
"""
|
3979
|
+
:param str schema_name: (Updatable) This contains the name of the schema.
|
3980
|
+
:param Sequence[str] table_names: (Updatable) This contains an optional list of the table names.
|
3981
|
+
"""
|
3982
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
3983
|
+
if table_names is not None:
|
3984
|
+
pulumi.set(__self__, "table_names", table_names)
|
3985
|
+
|
3986
|
+
@property
|
3987
|
+
@pulumi.getter(name="schemaName")
|
3988
|
+
def schema_name(self) -> str:
|
3989
|
+
"""
|
3990
|
+
(Updatable) This contains the name of the schema.
|
3991
|
+
"""
|
3992
|
+
return pulumi.get(self, "schema_name")
|
3993
|
+
|
3994
|
+
@property
|
3995
|
+
@pulumi.getter(name="tableNames")
|
3996
|
+
def table_names(self) -> Optional[Sequence[str]]:
|
3997
|
+
"""
|
3998
|
+
(Updatable) This contains an optional list of the table names.
|
3999
|
+
"""
|
4000
|
+
return pulumi.get(self, "table_names")
|
4001
|
+
|
4002
|
+
|
3885
4003
|
@pulumi.output_type
|
3886
4004
|
class TargetDatabaseConnectionOption(dict):
|
3887
4005
|
@staticmethod
|
@@ -6717,6 +6835,7 @@ class GetAuditEventsAuditEventCollectionResult(dict):
|
|
6717
6835
|
class GetAuditEventsAuditEventCollectionItemResult(dict):
|
6718
6836
|
def __init__(__self__, *,
|
6719
6837
|
action_taken: str,
|
6838
|
+
application_contexts: str,
|
6720
6839
|
audit_event_time: str,
|
6721
6840
|
audit_location: str,
|
6722
6841
|
audit_policies: str,
|
@@ -6737,6 +6856,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6737
6856
|
error_message: str,
|
6738
6857
|
event_name: str,
|
6739
6858
|
extended_event_attributes: str,
|
6859
|
+
fga_policy_name: str,
|
6740
6860
|
freeform_tags: Mapping[str, Any],
|
6741
6861
|
id: str,
|
6742
6862
|
is_alerted: bool,
|
@@ -6755,6 +6875,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6755
6875
|
trail_source: str):
|
6756
6876
|
"""
|
6757
6877
|
:param str action_taken: The action taken for this audit event.
|
6878
|
+
:param str application_contexts: Semicolon-seperated list of application context namespace, attribute, value information in (APPCTX_NSPACE,APPCTX_ATTRIBUTE=<value>) format.
|
6758
6879
|
:param str audit_event_time: The time that the audit event occurs in the target database.
|
6759
6880
|
:param str audit_location: The location of the audit. Currently the value is audit table.
|
6760
6881
|
:param str audit_policies: Comma-seperated list of audit policies that caused the current audit event.
|
@@ -6778,6 +6899,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6778
6899
|
:param str error_message: The detailed message on why the error occurred.
|
6779
6900
|
:param str event_name: The name of the detail action executed by the user on the target database. For example ALTER SEQUENCE, CREATE TRIGGER or CREATE INDEX.
|
6780
6901
|
:param str extended_event_attributes: List of all other attributes of the audit event seperated by a colon other than the one returned in audit record.
|
6902
|
+
:param str fga_policy_name: Fine-grained auditing (FGA) policy name that generated this audit record.
|
6781
6903
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
6782
6904
|
:param str id: The OCID of the audit event.
|
6783
6905
|
:param bool is_alerted: Indicates whether an alert was raised for this audit event.
|
@@ -6796,6 +6918,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6796
6918
|
:param str trail_source: The underlying source of unified audit trail.
|
6797
6919
|
"""
|
6798
6920
|
pulumi.set(__self__, "action_taken", action_taken)
|
6921
|
+
pulumi.set(__self__, "application_contexts", application_contexts)
|
6799
6922
|
pulumi.set(__self__, "audit_event_time", audit_event_time)
|
6800
6923
|
pulumi.set(__self__, "audit_location", audit_location)
|
6801
6924
|
pulumi.set(__self__, "audit_policies", audit_policies)
|
@@ -6816,6 +6939,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6816
6939
|
pulumi.set(__self__, "error_message", error_message)
|
6817
6940
|
pulumi.set(__self__, "event_name", event_name)
|
6818
6941
|
pulumi.set(__self__, "extended_event_attributes", extended_event_attributes)
|
6942
|
+
pulumi.set(__self__, "fga_policy_name", fga_policy_name)
|
6819
6943
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6820
6944
|
pulumi.set(__self__, "id", id)
|
6821
6945
|
pulumi.set(__self__, "is_alerted", is_alerted)
|
@@ -6841,6 +6965,14 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
6841
6965
|
"""
|
6842
6966
|
return pulumi.get(self, "action_taken")
|
6843
6967
|
|
6968
|
+
@property
|
6969
|
+
@pulumi.getter(name="applicationContexts")
|
6970
|
+
def application_contexts(self) -> str:
|
6971
|
+
"""
|
6972
|
+
Semicolon-seperated list of application context namespace, attribute, value information in (APPCTX_NSPACE,APPCTX_ATTRIBUTE=<value>) format.
|
6973
|
+
"""
|
6974
|
+
return pulumi.get(self, "application_contexts")
|
6975
|
+
|
6844
6976
|
@property
|
6845
6977
|
@pulumi.getter(name="auditEventTime")
|
6846
6978
|
def audit_event_time(self) -> str:
|
@@ -7004,6 +7136,14 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
|
|
7004
7136
|
"""
|
7005
7137
|
return pulumi.get(self, "extended_event_attributes")
|
7006
7138
|
|
7139
|
+
@property
|
7140
|
+
@pulumi.getter(name="fgaPolicyName")
|
7141
|
+
def fga_policy_name(self) -> str:
|
7142
|
+
"""
|
7143
|
+
Fine-grained auditing (FGA) policy name that generated this audit record.
|
7144
|
+
"""
|
7145
|
+
return pulumi.get(self, "fga_policy_name")
|
7146
|
+
|
7007
7147
|
@property
|
7008
7148
|
@pulumi.getter(name="freeformTags")
|
7009
7149
|
def freeform_tags(self) -> Mapping[str, Any]:
|
@@ -10060,6 +10200,35 @@ class GetDiscoveryAnalyticsFilterResult(dict):
|
|
10060
10200
|
return pulumi.get(self, "regex")
|
10061
10201
|
|
10062
10202
|
|
10203
|
+
@pulumi.output_type
|
10204
|
+
class GetDiscoveryJobTablesForDiscoveryResult(dict):
|
10205
|
+
def __init__(__self__, *,
|
10206
|
+
schema_name: str,
|
10207
|
+
table_names: Sequence[str]):
|
10208
|
+
"""
|
10209
|
+
:param str schema_name: This contains the name of the schema.
|
10210
|
+
:param Sequence[str] table_names: This contains an optional list of the table names.
|
10211
|
+
"""
|
10212
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
10213
|
+
pulumi.set(__self__, "table_names", table_names)
|
10214
|
+
|
10215
|
+
@property
|
10216
|
+
@pulumi.getter(name="schemaName")
|
10217
|
+
def schema_name(self) -> str:
|
10218
|
+
"""
|
10219
|
+
This contains the name of the schema.
|
10220
|
+
"""
|
10221
|
+
return pulumi.get(self, "schema_name")
|
10222
|
+
|
10223
|
+
@property
|
10224
|
+
@pulumi.getter(name="tableNames")
|
10225
|
+
def table_names(self) -> Sequence[str]:
|
10226
|
+
"""
|
10227
|
+
This contains an optional list of the table names.
|
10228
|
+
"""
|
10229
|
+
return pulumi.get(self, "table_names")
|
10230
|
+
|
10231
|
+
|
10063
10232
|
@pulumi.output_type
|
10064
10233
|
class GetDiscoveryJobsResultModifiedAttributeResult(dict):
|
10065
10234
|
def __init__(__self__, *,
|
@@ -14003,7 +14172,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
|
|
14003
14172
|
:param str record_time_span: The time span for the records in the report to be scheduled. <period-value><period> Allowed period strings - "H","D","M","Y" Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)
|
14004
14173
|
:param str schedule: The schedule to generate the report periodically in the specified format: <version-string>;<version-specific-schedule>
|
14005
14174
|
:param str scheduled_report_compartment_id: The OCID of the compartment in which the scheduled resource will be created.
|
14006
|
-
:param str scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
|
14175
|
+
:param str scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf or .json)
|
14007
14176
|
:param str scheduled_report_name: The name of the report to be scheduled.
|
14008
14177
|
:param int scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
|
14009
14178
|
:param str scim_filter: Additional scim filters used to get the specific summary.
|
@@ -14189,7 +14358,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
|
|
14189
14358
|
@pulumi.getter(name="scheduledReportMimeType")
|
14190
14359
|
def scheduled_report_mime_type(self) -> str:
|
14191
14360
|
"""
|
14192
|
-
Specifies the format of the report ( either .xls or .pdf )
|
14361
|
+
Specifies the format of the report ( either .xls or .pdf or .json)
|
14193
14362
|
"""
|
14194
14363
|
return pulumi.get(self, "scheduled_report_mime_type")
|
14195
14364
|
|
@@ -14557,7 +14726,7 @@ class GetReportsReportCollectionItemResult(dict):
|
|
14557
14726
|
:param str display_name: The name of the report definition to query.
|
14558
14727
|
:param Mapping[str, Any] freeform_tags: 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"}`
|
14559
14728
|
:param str id: The OCID of the report.
|
14560
|
-
:param str mime_type: Specifies the format of report to be .xls or .pdf
|
14729
|
+
:param str mime_type: Specifies the format of report to be .xls or .pdf or .json
|
14561
14730
|
:param str report_definition_id: The ID of the report definition to filter the list of reports
|
14562
14731
|
:param str state: An optional filter to return only resources that match the specified lifecycle state.
|
14563
14732
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
@@ -14630,7 +14799,7 @@ class GetReportsReportCollectionItemResult(dict):
|
|
14630
14799
|
@pulumi.getter(name="mimeType")
|
14631
14800
|
def mime_type(self) -> str:
|
14632
14801
|
"""
|
14633
|
-
Specifies the format of report to be .xls or .pdf
|
14802
|
+
Specifies the format of report to be .xls or .pdf or .json
|
14634
14803
|
"""
|
14635
14804
|
return pulumi.get(self, "mime_type")
|
14636
14805
|
|
@@ -15403,14 +15572,17 @@ class GetSecurityAssessmentComparisonTargetAuditingBaselineReferenceResult(dict)
|
|
15403
15572
|
def __init__(__self__, *,
|
15404
15573
|
cis: str,
|
15405
15574
|
gdpr: str,
|
15575
|
+
obp: str,
|
15406
15576
|
stig: str):
|
15407
15577
|
"""
|
15408
15578
|
:param str cis: Relevant section from CIS.
|
15409
15579
|
:param str gdpr: Relevant section from GDPR.
|
15580
|
+
:param str obp: Relevant section from OBP.
|
15410
15581
|
:param str stig: Relevant section from STIG.
|
15411
15582
|
"""
|
15412
15583
|
pulumi.set(__self__, "cis", cis)
|
15413
15584
|
pulumi.set(__self__, "gdpr", gdpr)
|
15585
|
+
pulumi.set(__self__, "obp", obp)
|
15414
15586
|
pulumi.set(__self__, "stig", stig)
|
15415
15587
|
|
15416
15588
|
@property
|
@@ -15429,6 +15601,14 @@ class GetSecurityAssessmentComparisonTargetAuditingBaselineReferenceResult(dict)
|
|
15429
15601
|
"""
|
15430
15602
|
return pulumi.get(self, "gdpr")
|
15431
15603
|
|
15604
|
+
@property
|
15605
|
+
@pulumi.getter
|
15606
|
+
def obp(self) -> str:
|
15607
|
+
"""
|
15608
|
+
Relevant section from OBP.
|
15609
|
+
"""
|
15610
|
+
return pulumi.get(self, "obp")
|
15611
|
+
|
15432
15612
|
@property
|
15433
15613
|
@pulumi.getter
|
15434
15614
|
def stig(self) -> str:
|
@@ -15637,14 +15817,17 @@ class GetSecurityAssessmentComparisonTargetAuditingCurrentReferenceResult(dict):
|
|
15637
15817
|
def __init__(__self__, *,
|
15638
15818
|
cis: str,
|
15639
15819
|
gdpr: str,
|
15820
|
+
obp: str,
|
15640
15821
|
stig: str):
|
15641
15822
|
"""
|
15642
15823
|
:param str cis: Relevant section from CIS.
|
15643
15824
|
:param str gdpr: Relevant section from GDPR.
|
15825
|
+
:param str obp: Relevant section from OBP.
|
15644
15826
|
:param str stig: Relevant section from STIG.
|
15645
15827
|
"""
|
15646
15828
|
pulumi.set(__self__, "cis", cis)
|
15647
15829
|
pulumi.set(__self__, "gdpr", gdpr)
|
15830
|
+
pulumi.set(__self__, "obp", obp)
|
15648
15831
|
pulumi.set(__self__, "stig", stig)
|
15649
15832
|
|
15650
15833
|
@property
|
@@ -15663,6 +15846,14 @@ class GetSecurityAssessmentComparisonTargetAuditingCurrentReferenceResult(dict):
|
|
15663
15846
|
"""
|
15664
15847
|
return pulumi.get(self, "gdpr")
|
15665
15848
|
|
15849
|
+
@property
|
15850
|
+
@pulumi.getter
|
15851
|
+
def obp(self) -> str:
|
15852
|
+
"""
|
15853
|
+
Relevant section from OBP.
|
15854
|
+
"""
|
15855
|
+
return pulumi.get(self, "obp")
|
15856
|
+
|
15666
15857
|
@property
|
15667
15858
|
@pulumi.getter
|
15668
15859
|
def stig(self) -> str:
|
@@ -15944,14 +16135,17 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference
|
|
15944
16135
|
def __init__(__self__, *,
|
15945
16136
|
cis: str,
|
15946
16137
|
gdpr: str,
|
16138
|
+
obp: str,
|
15947
16139
|
stig: str):
|
15948
16140
|
"""
|
15949
16141
|
:param str cis: Relevant section from CIS.
|
15950
16142
|
:param str gdpr: Relevant section from GDPR.
|
16143
|
+
:param str obp: Relevant section from OBP.
|
15951
16144
|
:param str stig: Relevant section from STIG.
|
15952
16145
|
"""
|
15953
16146
|
pulumi.set(__self__, "cis", cis)
|
15954
16147
|
pulumi.set(__self__, "gdpr", gdpr)
|
16148
|
+
pulumi.set(__self__, "obp", obp)
|
15955
16149
|
pulumi.set(__self__, "stig", stig)
|
15956
16150
|
|
15957
16151
|
@property
|
@@ -15970,6 +16164,14 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlBaselineReference
|
|
15970
16164
|
"""
|
15971
16165
|
return pulumi.get(self, "gdpr")
|
15972
16166
|
|
16167
|
+
@property
|
16168
|
+
@pulumi.getter
|
16169
|
+
def obp(self) -> str:
|
16170
|
+
"""
|
16171
|
+
Relevant section from OBP.
|
16172
|
+
"""
|
16173
|
+
return pulumi.get(self, "obp")
|
16174
|
+
|
15973
16175
|
@property
|
15974
16176
|
@pulumi.getter
|
15975
16177
|
def stig(self) -> str:
|
@@ -16178,14 +16380,17 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReferenceR
|
|
16178
16380
|
def __init__(__self__, *,
|
16179
16381
|
cis: str,
|
16180
16382
|
gdpr: str,
|
16383
|
+
obp: str,
|
16181
16384
|
stig: str):
|
16182
16385
|
"""
|
16183
16386
|
:param str cis: Relevant section from CIS.
|
16184
16387
|
:param str gdpr: Relevant section from GDPR.
|
16388
|
+
:param str obp: Relevant section from OBP.
|
16185
16389
|
:param str stig: Relevant section from STIG.
|
16186
16390
|
"""
|
16187
16391
|
pulumi.set(__self__, "cis", cis)
|
16188
16392
|
pulumi.set(__self__, "gdpr", gdpr)
|
16393
|
+
pulumi.set(__self__, "obp", obp)
|
16189
16394
|
pulumi.set(__self__, "stig", stig)
|
16190
16395
|
|
16191
16396
|
@property
|
@@ -16204,6 +16409,14 @@ class GetSecurityAssessmentComparisonTargetAuthorizationControlCurrentReferenceR
|
|
16204
16409
|
"""
|
16205
16410
|
return pulumi.get(self, "gdpr")
|
16206
16411
|
|
16412
|
+
@property
|
16413
|
+
@pulumi.getter
|
16414
|
+
def obp(self) -> str:
|
16415
|
+
"""
|
16416
|
+
Relevant section from OBP.
|
16417
|
+
"""
|
16418
|
+
return pulumi.get(self, "obp")
|
16419
|
+
|
16207
16420
|
@property
|
16208
16421
|
@pulumi.getter
|
16209
16422
|
def stig(self) -> str:
|
@@ -16485,14 +16698,17 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReferenceResult
|
|
16485
16698
|
def __init__(__self__, *,
|
16486
16699
|
cis: str,
|
16487
16700
|
gdpr: str,
|
16701
|
+
obp: str,
|
16488
16702
|
stig: str):
|
16489
16703
|
"""
|
16490
16704
|
:param str cis: Relevant section from CIS.
|
16491
16705
|
:param str gdpr: Relevant section from GDPR.
|
16706
|
+
:param str obp: Relevant section from OBP.
|
16492
16707
|
:param str stig: Relevant section from STIG.
|
16493
16708
|
"""
|
16494
16709
|
pulumi.set(__self__, "cis", cis)
|
16495
16710
|
pulumi.set(__self__, "gdpr", gdpr)
|
16711
|
+
pulumi.set(__self__, "obp", obp)
|
16496
16712
|
pulumi.set(__self__, "stig", stig)
|
16497
16713
|
|
16498
16714
|
@property
|
@@ -16511,6 +16727,14 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionBaselineReferenceResult
|
|
16511
16727
|
"""
|
16512
16728
|
return pulumi.get(self, "gdpr")
|
16513
16729
|
|
16730
|
+
@property
|
16731
|
+
@pulumi.getter
|
16732
|
+
def obp(self) -> str:
|
16733
|
+
"""
|
16734
|
+
Relevant section from OBP.
|
16735
|
+
"""
|
16736
|
+
return pulumi.get(self, "obp")
|
16737
|
+
|
16514
16738
|
@property
|
16515
16739
|
@pulumi.getter
|
16516
16740
|
def stig(self) -> str:
|
@@ -16719,14 +16943,17 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReferenceResult(
|
|
16719
16943
|
def __init__(__self__, *,
|
16720
16944
|
cis: str,
|
16721
16945
|
gdpr: str,
|
16946
|
+
obp: str,
|
16722
16947
|
stig: str):
|
16723
16948
|
"""
|
16724
16949
|
:param str cis: Relevant section from CIS.
|
16725
16950
|
:param str gdpr: Relevant section from GDPR.
|
16951
|
+
:param str obp: Relevant section from OBP.
|
16726
16952
|
:param str stig: Relevant section from STIG.
|
16727
16953
|
"""
|
16728
16954
|
pulumi.set(__self__, "cis", cis)
|
16729
16955
|
pulumi.set(__self__, "gdpr", gdpr)
|
16956
|
+
pulumi.set(__self__, "obp", obp)
|
16730
16957
|
pulumi.set(__self__, "stig", stig)
|
16731
16958
|
|
16732
16959
|
@property
|
@@ -16745,6 +16972,14 @@ class GetSecurityAssessmentComparisonTargetDataEncryptionCurrentReferenceResult(
|
|
16745
16972
|
"""
|
16746
16973
|
return pulumi.get(self, "gdpr")
|
16747
16974
|
|
16975
|
+
@property
|
16976
|
+
@pulumi.getter
|
16977
|
+
def obp(self) -> str:
|
16978
|
+
"""
|
16979
|
+
Relevant section from OBP.
|
16980
|
+
"""
|
16981
|
+
return pulumi.get(self, "obp")
|
16982
|
+
|
16748
16983
|
@property
|
16749
16984
|
@pulumi.getter
|
16750
16985
|
def stig(self) -> str:
|
@@ -17026,14 +17261,17 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReferenceResul
|
|
17026
17261
|
def __init__(__self__, *,
|
17027
17262
|
cis: str,
|
17028
17263
|
gdpr: str,
|
17264
|
+
obp: str,
|
17029
17265
|
stig: str):
|
17030
17266
|
"""
|
17031
17267
|
:param str cis: Relevant section from CIS.
|
17032
17268
|
:param str gdpr: Relevant section from GDPR.
|
17269
|
+
:param str obp: Relevant section from OBP.
|
17033
17270
|
:param str stig: Relevant section from STIG.
|
17034
17271
|
"""
|
17035
17272
|
pulumi.set(__self__, "cis", cis)
|
17036
17273
|
pulumi.set(__self__, "gdpr", gdpr)
|
17274
|
+
pulumi.set(__self__, "obp", obp)
|
17037
17275
|
pulumi.set(__self__, "stig", stig)
|
17038
17276
|
|
17039
17277
|
@property
|
@@ -17052,6 +17290,14 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationBaselineReferenceResul
|
|
17052
17290
|
"""
|
17053
17291
|
return pulumi.get(self, "gdpr")
|
17054
17292
|
|
17293
|
+
@property
|
17294
|
+
@pulumi.getter
|
17295
|
+
def obp(self) -> str:
|
17296
|
+
"""
|
17297
|
+
Relevant section from OBP.
|
17298
|
+
"""
|
17299
|
+
return pulumi.get(self, "obp")
|
17300
|
+
|
17055
17301
|
@property
|
17056
17302
|
@pulumi.getter
|
17057
17303
|
def stig(self) -> str:
|
@@ -17260,14 +17506,17 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReferenceResult
|
|
17260
17506
|
def __init__(__self__, *,
|
17261
17507
|
cis: str,
|
17262
17508
|
gdpr: str,
|
17509
|
+
obp: str,
|
17263
17510
|
stig: str):
|
17264
17511
|
"""
|
17265
17512
|
:param str cis: Relevant section from CIS.
|
17266
17513
|
:param str gdpr: Relevant section from GDPR.
|
17514
|
+
:param str obp: Relevant section from OBP.
|
17267
17515
|
:param str stig: Relevant section from STIG.
|
17268
17516
|
"""
|
17269
17517
|
pulumi.set(__self__, "cis", cis)
|
17270
17518
|
pulumi.set(__self__, "gdpr", gdpr)
|
17519
|
+
pulumi.set(__self__, "obp", obp)
|
17271
17520
|
pulumi.set(__self__, "stig", stig)
|
17272
17521
|
|
17273
17522
|
@property
|
@@ -17286,6 +17535,14 @@ class GetSecurityAssessmentComparisonTargetDbConfigurationCurrentReferenceResult
|
|
17286
17535
|
"""
|
17287
17536
|
return pulumi.get(self, "gdpr")
|
17288
17537
|
|
17538
|
+
@property
|
17539
|
+
@pulumi.getter
|
17540
|
+
def obp(self) -> str:
|
17541
|
+
"""
|
17542
|
+
Relevant section from OBP.
|
17543
|
+
"""
|
17544
|
+
return pulumi.get(self, "obp")
|
17545
|
+
|
17289
17546
|
@property
|
17290
17547
|
@pulumi.getter
|
17291
17548
|
def stig(self) -> str:
|
@@ -17567,14 +17824,17 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineRefer
|
|
17567
17824
|
def __init__(__self__, *,
|
17568
17825
|
cis: str,
|
17569
17826
|
gdpr: str,
|
17827
|
+
obp: str,
|
17570
17828
|
stig: str):
|
17571
17829
|
"""
|
17572
17830
|
:param str cis: Relevant section from CIS.
|
17573
17831
|
:param str gdpr: Relevant section from GDPR.
|
17832
|
+
:param str obp: Relevant section from OBP.
|
17574
17833
|
:param str stig: Relevant section from STIG.
|
17575
17834
|
"""
|
17576
17835
|
pulumi.set(__self__, "cis", cis)
|
17577
17836
|
pulumi.set(__self__, "gdpr", gdpr)
|
17837
|
+
pulumi.set(__self__, "obp", obp)
|
17578
17838
|
pulumi.set(__self__, "stig", stig)
|
17579
17839
|
|
17580
17840
|
@property
|
@@ -17593,6 +17853,14 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlBaselineRefer
|
|
17593
17853
|
"""
|
17594
17854
|
return pulumi.get(self, "gdpr")
|
17595
17855
|
|
17856
|
+
@property
|
17857
|
+
@pulumi.getter
|
17858
|
+
def obp(self) -> str:
|
17859
|
+
"""
|
17860
|
+
Relevant section from OBP.
|
17861
|
+
"""
|
17862
|
+
return pulumi.get(self, "obp")
|
17863
|
+
|
17596
17864
|
@property
|
17597
17865
|
@pulumi.getter
|
17598
17866
|
def stig(self) -> str:
|
@@ -17801,14 +18069,17 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentRefere
|
|
17801
18069
|
def __init__(__self__, *,
|
17802
18070
|
cis: str,
|
17803
18071
|
gdpr: str,
|
18072
|
+
obp: str,
|
17804
18073
|
stig: str):
|
17805
18074
|
"""
|
17806
18075
|
:param str cis: Relevant section from CIS.
|
17807
18076
|
:param str gdpr: Relevant section from GDPR.
|
18077
|
+
:param str obp: Relevant section from OBP.
|
17808
18078
|
:param str stig: Relevant section from STIG.
|
17809
18079
|
"""
|
17810
18080
|
pulumi.set(__self__, "cis", cis)
|
17811
18081
|
pulumi.set(__self__, "gdpr", gdpr)
|
18082
|
+
pulumi.set(__self__, "obp", obp)
|
17812
18083
|
pulumi.set(__self__, "stig", stig)
|
17813
18084
|
|
17814
18085
|
@property
|
@@ -17827,6 +18098,14 @@ class GetSecurityAssessmentComparisonTargetFineGrainedAccessControlCurrentRefere
|
|
17827
18098
|
"""
|
17828
18099
|
return pulumi.get(self, "gdpr")
|
17829
18100
|
|
18101
|
+
@property
|
18102
|
+
@pulumi.getter
|
18103
|
+
def obp(self) -> str:
|
18104
|
+
"""
|
18105
|
+
Relevant section from OBP.
|
18106
|
+
"""
|
18107
|
+
return pulumi.get(self, "obp")
|
18108
|
+
|
17830
18109
|
@property
|
17831
18110
|
@pulumi.getter
|
17832
18111
|
def stig(self) -> str:
|
@@ -18108,14 +18387,17 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReferenceRes
|
|
18108
18387
|
def __init__(__self__, *,
|
18109
18388
|
cis: str,
|
18110
18389
|
gdpr: str,
|
18390
|
+
obp: str,
|
18111
18391
|
stig: str):
|
18112
18392
|
"""
|
18113
18393
|
:param str cis: Relevant section from CIS.
|
18114
18394
|
:param str gdpr: Relevant section from GDPR.
|
18395
|
+
:param str obp: Relevant section from OBP.
|
18115
18396
|
:param str stig: Relevant section from STIG.
|
18116
18397
|
"""
|
18117
18398
|
pulumi.set(__self__, "cis", cis)
|
18118
18399
|
pulumi.set(__self__, "gdpr", gdpr)
|
18400
|
+
pulumi.set(__self__, "obp", obp)
|
18119
18401
|
pulumi.set(__self__, "stig", stig)
|
18120
18402
|
|
18121
18403
|
@property
|
@@ -18134,6 +18416,14 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleBaselineReferenceRes
|
|
18134
18416
|
"""
|
18135
18417
|
return pulumi.get(self, "gdpr")
|
18136
18418
|
|
18419
|
+
@property
|
18420
|
+
@pulumi.getter
|
18421
|
+
def obp(self) -> str:
|
18422
|
+
"""
|
18423
|
+
Relevant section from OBP.
|
18424
|
+
"""
|
18425
|
+
return pulumi.get(self, "obp")
|
18426
|
+
|
18137
18427
|
@property
|
18138
18428
|
@pulumi.getter
|
18139
18429
|
def stig(self) -> str:
|
@@ -18342,14 +18632,17 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReferenceResu
|
|
18342
18632
|
def __init__(__self__, *,
|
18343
18633
|
cis: str,
|
18344
18634
|
gdpr: str,
|
18635
|
+
obp: str,
|
18345
18636
|
stig: str):
|
18346
18637
|
"""
|
18347
18638
|
:param str cis: Relevant section from CIS.
|
18348
18639
|
:param str gdpr: Relevant section from GDPR.
|
18640
|
+
:param str obp: Relevant section from OBP.
|
18349
18641
|
:param str stig: Relevant section from STIG.
|
18350
18642
|
"""
|
18351
18643
|
pulumi.set(__self__, "cis", cis)
|
18352
18644
|
pulumi.set(__self__, "gdpr", gdpr)
|
18645
|
+
pulumi.set(__self__, "obp", obp)
|
18353
18646
|
pulumi.set(__self__, "stig", stig)
|
18354
18647
|
|
18355
18648
|
@property
|
@@ -18368,6 +18661,14 @@ class GetSecurityAssessmentComparisonTargetPrivilegesAndRoleCurrentReferenceResu
|
|
18368
18661
|
"""
|
18369
18662
|
return pulumi.get(self, "gdpr")
|
18370
18663
|
|
18664
|
+
@property
|
18665
|
+
@pulumi.getter
|
18666
|
+
def obp(self) -> str:
|
18667
|
+
"""
|
18668
|
+
Relevant section from OBP.
|
18669
|
+
"""
|
18670
|
+
return pulumi.get(self, "obp")
|
18671
|
+
|
18371
18672
|
@property
|
18372
18673
|
@pulumi.getter
|
18373
18674
|
def stig(self) -> str:
|
@@ -18649,14 +18950,17 @@ class GetSecurityAssessmentComparisonTargetUserAccountBaselineReferenceResult(di
|
|
18649
18950
|
def __init__(__self__, *,
|
18650
18951
|
cis: str,
|
18651
18952
|
gdpr: str,
|
18953
|
+
obp: str,
|
18652
18954
|
stig: str):
|
18653
18955
|
"""
|
18654
18956
|
:param str cis: Relevant section from CIS.
|
18655
18957
|
:param str gdpr: Relevant section from GDPR.
|
18958
|
+
:param str obp: Relevant section from OBP.
|
18656
18959
|
:param str stig: Relevant section from STIG.
|
18657
18960
|
"""
|
18658
18961
|
pulumi.set(__self__, "cis", cis)
|
18659
18962
|
pulumi.set(__self__, "gdpr", gdpr)
|
18963
|
+
pulumi.set(__self__, "obp", obp)
|
18660
18964
|
pulumi.set(__self__, "stig", stig)
|
18661
18965
|
|
18662
18966
|
@property
|
@@ -18675,6 +18979,14 @@ class GetSecurityAssessmentComparisonTargetUserAccountBaselineReferenceResult(di
|
|
18675
18979
|
"""
|
18676
18980
|
return pulumi.get(self, "gdpr")
|
18677
18981
|
|
18982
|
+
@property
|
18983
|
+
@pulumi.getter
|
18984
|
+
def obp(self) -> str:
|
18985
|
+
"""
|
18986
|
+
Relevant section from OBP.
|
18987
|
+
"""
|
18988
|
+
return pulumi.get(self, "obp")
|
18989
|
+
|
18678
18990
|
@property
|
18679
18991
|
@pulumi.getter
|
18680
18992
|
def stig(self) -> str:
|
@@ -18883,14 +19195,17 @@ class GetSecurityAssessmentComparisonTargetUserAccountCurrentReferenceResult(dic
|
|
18883
19195
|
def __init__(__self__, *,
|
18884
19196
|
cis: str,
|
18885
19197
|
gdpr: str,
|
19198
|
+
obp: str,
|
18886
19199
|
stig: str):
|
18887
19200
|
"""
|
18888
19201
|
:param str cis: Relevant section from CIS.
|
18889
19202
|
:param str gdpr: Relevant section from GDPR.
|
19203
|
+
:param str obp: Relevant section from OBP.
|
18890
19204
|
:param str stig: Relevant section from STIG.
|
18891
19205
|
"""
|
18892
19206
|
pulumi.set(__self__, "cis", cis)
|
18893
19207
|
pulumi.set(__self__, "gdpr", gdpr)
|
19208
|
+
pulumi.set(__self__, "obp", obp)
|
18894
19209
|
pulumi.set(__self__, "stig", stig)
|
18895
19210
|
|
18896
19211
|
@property
|
@@ -18909,6 +19224,14 @@ class GetSecurityAssessmentComparisonTargetUserAccountCurrentReferenceResult(dic
|
|
18909
19224
|
"""
|
18910
19225
|
return pulumi.get(self, "gdpr")
|
18911
19226
|
|
19227
|
+
@property
|
19228
|
+
@pulumi.getter
|
19229
|
+
def obp(self) -> str:
|
19230
|
+
"""
|
19231
|
+
Relevant section from OBP.
|
19232
|
+
"""
|
19233
|
+
return pulumi.get(self, "obp")
|
19234
|
+
|
18912
19235
|
@property
|
18913
19236
|
@pulumi.getter
|
18914
19237
|
def stig(self) -> str:
|
@@ -19114,6 +19437,7 @@ class GetSecurityAssessmentFindingFindingResult(dict):
|
|
19114
19437
|
justification: str,
|
19115
19438
|
key: str,
|
19116
19439
|
lifecycle_details: str,
|
19440
|
+
oneline: str,
|
19117
19441
|
oracle_defined_severity: str,
|
19118
19442
|
references: Sequence['outputs.GetSecurityAssessmentFindingFindingReferenceResult'],
|
19119
19443
|
remarks: str,
|
@@ -19132,6 +19456,7 @@ class GetSecurityAssessmentFindingFindingResult(dict):
|
|
19132
19456
|
pulumi.set(__self__, "justification", justification)
|
19133
19457
|
pulumi.set(__self__, "key", key)
|
19134
19458
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
19459
|
+
pulumi.set(__self__, "oneline", oneline)
|
19135
19460
|
pulumi.set(__self__, "oracle_defined_severity", oracle_defined_severity)
|
19136
19461
|
pulumi.set(__self__, "references", references)
|
19137
19462
|
pulumi.set(__self__, "remarks", remarks)
|
@@ -19183,6 +19508,11 @@ class GetSecurityAssessmentFindingFindingResult(dict):
|
|
19183
19508
|
def lifecycle_details(self) -> str:
|
19184
19509
|
return pulumi.get(self, "lifecycle_details")
|
19185
19510
|
|
19511
|
+
@property
|
19512
|
+
@pulumi.getter
|
19513
|
+
def oneline(self) -> str:
|
19514
|
+
return pulumi.get(self, "oneline")
|
19515
|
+
|
19186
19516
|
@property
|
19187
19517
|
@pulumi.getter(name="oracleDefinedSeverity")
|
19188
19518
|
def oracle_defined_severity(self) -> str:
|
@@ -19239,9 +19569,11 @@ class GetSecurityAssessmentFindingFindingReferenceResult(dict):
|
|
19239
19569
|
def __init__(__self__, *,
|
19240
19570
|
cis: str,
|
19241
19571
|
gdpr: str,
|
19572
|
+
obp: str,
|
19242
19573
|
stig: str):
|
19243
19574
|
pulumi.set(__self__, "cis", cis)
|
19244
19575
|
pulumi.set(__self__, "gdpr", gdpr)
|
19576
|
+
pulumi.set(__self__, "obp", obp)
|
19245
19577
|
pulumi.set(__self__, "stig", stig)
|
19246
19578
|
|
19247
19579
|
@property
|
@@ -19254,6 +19586,11 @@ class GetSecurityAssessmentFindingFindingReferenceResult(dict):
|
|
19254
19586
|
def gdpr(self) -> str:
|
19255
19587
|
return pulumi.get(self, "gdpr")
|
19256
19588
|
|
19589
|
+
@property
|
19590
|
+
@pulumi.getter
|
19591
|
+
def obp(self) -> str:
|
19592
|
+
return pulumi.get(self, "obp")
|
19593
|
+
|
19257
19594
|
@property
|
19258
19595
|
@pulumi.getter
|
19259
19596
|
def stig(self) -> str:
|
@@ -19493,6 +19830,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
|
|
19493
19830
|
justification: str,
|
19494
19831
|
key: str,
|
19495
19832
|
lifecycle_details: str,
|
19833
|
+
oneline: str,
|
19496
19834
|
oracle_defined_severity: str,
|
19497
19835
|
references: Sequence['outputs.GetSecurityAssessmentFindingsFindingReferenceResult'],
|
19498
19836
|
remarks: str,
|
@@ -19512,13 +19850,14 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
|
|
19512
19850
|
:param str justification: User provided reason for accepting or modifying this finding if they choose to do so.
|
19513
19851
|
:param str key: The unique finding key. This is a system-generated identifier. To get the finding key for a finding, use ListFindings.
|
19514
19852
|
:param str lifecycle_details: Details about the current state of the finding.
|
19853
|
+
:param str oneline: Provides a recommended approach to take to remediate the finding reported.
|
19515
19854
|
:param str oracle_defined_severity: The severity of the finding as determined by security assessment. This cannot be modified by user.
|
19516
19855
|
:param Sequence['GetSecurityAssessmentFindingsFindingReferenceArgs'] references: An optional filter to return only findings containing the specified reference.
|
19517
19856
|
:param str remarks: The explanation of the issue in this finding. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
|
19518
19857
|
:param str severity: A filter to return only findings of a particular risk level.
|
19519
19858
|
:param str state: A filter to return only the findings that match the specified lifecycle states.
|
19520
19859
|
:param str summary: The brief summary of the finding. When the finding is informational, the summary typically reports only the number of data elements that were examined.
|
19521
|
-
:param str target_id:
|
19860
|
+
:param str target_id: A filter to return only items related to a specific target OCID.
|
19522
19861
|
:param str time_updated: The date and time the risk level of finding was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
19523
19862
|
:param str time_valid_until: The time until which the change in severity(deferred / modified) of this finding is valid.
|
19524
19863
|
:param str title: The short title for the finding.
|
@@ -19531,6 +19870,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
|
|
19531
19870
|
pulumi.set(__self__, "justification", justification)
|
19532
19871
|
pulumi.set(__self__, "key", key)
|
19533
19872
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
19873
|
+
pulumi.set(__self__, "oneline", oneline)
|
19534
19874
|
pulumi.set(__self__, "oracle_defined_severity", oracle_defined_severity)
|
19535
19875
|
pulumi.set(__self__, "references", references)
|
19536
19876
|
pulumi.set(__self__, "remarks", remarks)
|
@@ -19606,6 +19946,14 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
|
|
19606
19946
|
"""
|
19607
19947
|
return pulumi.get(self, "lifecycle_details")
|
19608
19948
|
|
19949
|
+
@property
|
19950
|
+
@pulumi.getter
|
19951
|
+
def oneline(self) -> str:
|
19952
|
+
"""
|
19953
|
+
Provides a recommended approach to take to remediate the finding reported.
|
19954
|
+
"""
|
19955
|
+
return pulumi.get(self, "oneline")
|
19956
|
+
|
19609
19957
|
@property
|
19610
19958
|
@pulumi.getter(name="oracleDefinedSeverity")
|
19611
19959
|
def oracle_defined_severity(self) -> str:
|
@@ -19658,7 +20006,7 @@ class GetSecurityAssessmentFindingsFindingResult(dict):
|
|
19658
20006
|
@pulumi.getter(name="targetId")
|
19659
20007
|
def target_id(self) -> str:
|
19660
20008
|
"""
|
19661
|
-
|
20009
|
+
A filter to return only items related to a specific target OCID.
|
19662
20010
|
"""
|
19663
20011
|
return pulumi.get(self, "target_id")
|
19664
20012
|
|
@@ -19692,14 +20040,17 @@ class GetSecurityAssessmentFindingsFindingReferenceResult(dict):
|
|
19692
20040
|
def __init__(__self__, *,
|
19693
20041
|
cis: str,
|
19694
20042
|
gdpr: str,
|
20043
|
+
obp: str,
|
19695
20044
|
stig: str):
|
19696
20045
|
"""
|
19697
20046
|
:param str cis: Relevant section from CIS.
|
19698
20047
|
:param str gdpr: Relevant section from GDPR.
|
20048
|
+
:param str obp: Relevant section from OBP.
|
19699
20049
|
:param str stig: Relevant section from STIG.
|
19700
20050
|
"""
|
19701
20051
|
pulumi.set(__self__, "cis", cis)
|
19702
20052
|
pulumi.set(__self__, "gdpr", gdpr)
|
20053
|
+
pulumi.set(__self__, "obp", obp)
|
19703
20054
|
pulumi.set(__self__, "stig", stig)
|
19704
20055
|
|
19705
20056
|
@property
|
@@ -19718,6 +20069,14 @@ class GetSecurityAssessmentFindingsFindingReferenceResult(dict):
|
|
19718
20069
|
"""
|
19719
20070
|
return pulumi.get(self, "gdpr")
|
19720
20071
|
|
20072
|
+
@property
|
20073
|
+
@pulumi.getter
|
20074
|
+
def obp(self) -> str:
|
20075
|
+
"""
|
20076
|
+
Relevant section from OBP.
|
20077
|
+
"""
|
20078
|
+
return pulumi.get(self, "obp")
|
20079
|
+
|
19721
20080
|
@property
|
19722
20081
|
@pulumi.getter
|
19723
20082
|
def stig(self) -> str:
|
@@ -20856,6 +21215,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
20856
21215
|
id: str,
|
20857
21216
|
ignored_assessment_ids: Sequence[str],
|
20858
21217
|
ignored_targets: Sequence[str],
|
21218
|
+
is_assessment_scheduled: bool,
|
20859
21219
|
is_baseline: bool,
|
20860
21220
|
is_deviated_from_baseline: bool,
|
20861
21221
|
last_compared_baseline_id: str,
|
@@ -20883,6 +21243,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
20883
21243
|
:param str id: The OCID of the security assessment.
|
20884
21244
|
:param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
20885
21245
|
:param Sequence[str] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
21246
|
+
:param bool is_assessment_scheduled: Indicates whether the assessment is scheduled to run.
|
20886
21247
|
:param bool is_baseline: A filter to return only the security assessments that are set as a baseline.
|
20887
21248
|
:param bool is_deviated_from_baseline: Indicates whether or not the security assessment deviates from the baseline.
|
20888
21249
|
:param str last_compared_baseline_id: The OCID of the baseline against which the latest security assessment was compared.
|
@@ -20910,6 +21271,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
20910
21271
|
pulumi.set(__self__, "id", id)
|
20911
21272
|
pulumi.set(__self__, "ignored_assessment_ids", ignored_assessment_ids)
|
20912
21273
|
pulumi.set(__self__, "ignored_targets", ignored_targets)
|
21274
|
+
pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
|
20913
21275
|
pulumi.set(__self__, "is_baseline", is_baseline)
|
20914
21276
|
pulumi.set(__self__, "is_deviated_from_baseline", is_deviated_from_baseline)
|
20915
21277
|
pulumi.set(__self__, "last_compared_baseline_id", last_compared_baseline_id)
|
@@ -20993,6 +21355,14 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
|
|
20993
21355
|
"""
|
20994
21356
|
return pulumi.get(self, "ignored_targets")
|
20995
21357
|
|
21358
|
+
@property
|
21359
|
+
@pulumi.getter(name="isAssessmentScheduled")
|
21360
|
+
def is_assessment_scheduled(self) -> bool:
|
21361
|
+
"""
|
21362
|
+
Indicates whether the assessment is scheduled to run.
|
21363
|
+
"""
|
21364
|
+
return pulumi.get(self, "is_assessment_scheduled")
|
21365
|
+
|
20996
21366
|
@property
|
20997
21367
|
@pulumi.getter(name="isBaseline")
|
20998
21368
|
def is_baseline(self) -> bool:
|
@@ -23437,6 +23807,109 @@ class GetSensitiveDataModelSensitiveSchemasSensitiveSchemaCollectionItemResult(d
|
|
23437
23807
|
return pulumi.get(self, "schema_name")
|
23438
23808
|
|
23439
23809
|
|
23810
|
+
@pulumi.output_type
|
23811
|
+
class GetSensitiveDataModelSensitiveTypesFilterResult(dict):
|
23812
|
+
def __init__(__self__, *,
|
23813
|
+
name: str,
|
23814
|
+
values: Sequence[str],
|
23815
|
+
regex: Optional[bool] = None):
|
23816
|
+
pulumi.set(__self__, "name", name)
|
23817
|
+
pulumi.set(__self__, "values", values)
|
23818
|
+
if regex is not None:
|
23819
|
+
pulumi.set(__self__, "regex", regex)
|
23820
|
+
|
23821
|
+
@property
|
23822
|
+
@pulumi.getter
|
23823
|
+
def name(self) -> str:
|
23824
|
+
return pulumi.get(self, "name")
|
23825
|
+
|
23826
|
+
@property
|
23827
|
+
@pulumi.getter
|
23828
|
+
def values(self) -> Sequence[str]:
|
23829
|
+
return pulumi.get(self, "values")
|
23830
|
+
|
23831
|
+
@property
|
23832
|
+
@pulumi.getter
|
23833
|
+
def regex(self) -> Optional[bool]:
|
23834
|
+
return pulumi.get(self, "regex")
|
23835
|
+
|
23836
|
+
|
23837
|
+
@pulumi.output_type
|
23838
|
+
class GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionResult(dict):
|
23839
|
+
def __init__(__self__, *,
|
23840
|
+
items: Sequence['outputs.GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult']):
|
23841
|
+
"""
|
23842
|
+
:param Sequence['GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemArgs'] items: An array of sensitive types summary objects present in a sensitive data model.
|
23843
|
+
"""
|
23844
|
+
pulumi.set(__self__, "items", items)
|
23845
|
+
|
23846
|
+
@property
|
23847
|
+
@pulumi.getter
|
23848
|
+
def items(self) -> Sequence['outputs.GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult']:
|
23849
|
+
"""
|
23850
|
+
An array of sensitive types summary objects present in a sensitive data model.
|
23851
|
+
"""
|
23852
|
+
return pulumi.get(self, "items")
|
23853
|
+
|
23854
|
+
|
23855
|
+
@pulumi.output_type
|
23856
|
+
class GetSensitiveDataModelSensitiveTypesSensitiveDataModelSensitiveTypeCollectionItemResult(dict):
|
23857
|
+
def __init__(__self__, *,
|
23858
|
+
sensitive_data_model_sensitive_type_count: str,
|
23859
|
+
sensitive_type_id: str):
|
23860
|
+
"""
|
23861
|
+
:param str sensitive_data_model_sensitive_type_count: The total number of sensitive columns linked to this specific sensitive type .
|
23862
|
+
:param str sensitive_type_id: A filter to return only items related to a specific sensitive type OCID.
|
23863
|
+
"""
|
23864
|
+
pulumi.set(__self__, "sensitive_data_model_sensitive_type_count", sensitive_data_model_sensitive_type_count)
|
23865
|
+
pulumi.set(__self__, "sensitive_type_id", sensitive_type_id)
|
23866
|
+
|
23867
|
+
@property
|
23868
|
+
@pulumi.getter(name="sensitiveDataModelSensitiveTypeCount")
|
23869
|
+
def sensitive_data_model_sensitive_type_count(self) -> str:
|
23870
|
+
"""
|
23871
|
+
The total number of sensitive columns linked to this specific sensitive type .
|
23872
|
+
"""
|
23873
|
+
return pulumi.get(self, "sensitive_data_model_sensitive_type_count")
|
23874
|
+
|
23875
|
+
@property
|
23876
|
+
@pulumi.getter(name="sensitiveTypeId")
|
23877
|
+
def sensitive_type_id(self) -> str:
|
23878
|
+
"""
|
23879
|
+
A filter to return only items related to a specific sensitive type OCID.
|
23880
|
+
"""
|
23881
|
+
return pulumi.get(self, "sensitive_type_id")
|
23882
|
+
|
23883
|
+
|
23884
|
+
@pulumi.output_type
|
23885
|
+
class GetSensitiveDataModelTablesForDiscoveryResult(dict):
|
23886
|
+
def __init__(__self__, *,
|
23887
|
+
schema_name: str,
|
23888
|
+
table_names: Sequence[str]):
|
23889
|
+
"""
|
23890
|
+
:param str schema_name: This contains the name of the schema.
|
23891
|
+
:param Sequence[str] table_names: This contains an optional list of the table names.
|
23892
|
+
"""
|
23893
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
23894
|
+
pulumi.set(__self__, "table_names", table_names)
|
23895
|
+
|
23896
|
+
@property
|
23897
|
+
@pulumi.getter(name="schemaName")
|
23898
|
+
def schema_name(self) -> str:
|
23899
|
+
"""
|
23900
|
+
This contains the name of the schema.
|
23901
|
+
"""
|
23902
|
+
return pulumi.get(self, "schema_name")
|
23903
|
+
|
23904
|
+
@property
|
23905
|
+
@pulumi.getter(name="tableNames")
|
23906
|
+
def table_names(self) -> Sequence[str]:
|
23907
|
+
"""
|
23908
|
+
This contains an optional list of the table names.
|
23909
|
+
"""
|
23910
|
+
return pulumi.get(self, "table_names")
|
23911
|
+
|
23912
|
+
|
23440
23913
|
@pulumi.output_type
|
23441
23914
|
class GetSensitiveDataModelsFilterResult(dict):
|
23442
23915
|
def __init__(__self__, *,
|
@@ -23782,6 +24255,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
23782
24255
|
sensitive_type_ids_for_discoveries: Sequence[str],
|
23783
24256
|
state: str,
|
23784
24257
|
system_tags: Mapping[str, Any],
|
24258
|
+
tables_for_discoveries: Sequence['outputs.GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult'],
|
23785
24259
|
target_id: str,
|
23786
24260
|
time_created: str,
|
23787
24261
|
time_updated: str):
|
@@ -23801,6 +24275,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
23801
24275
|
:param Sequence[str] sensitive_type_ids_for_discoveries: The OCIDs of the sensitive types to be used by data discovery jobs.
|
23802
24276
|
:param str state: A filter to return only the resources that match the specified lifecycle state.
|
23803
24277
|
:param Mapping[str, Any] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
24278
|
+
:param Sequence['GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryArgs'] tables_for_discoveries: The data discovery jobs will scan the tables specified here, including both schemas and tables. For instance, the input could be in the format: [{schemaName: "HR", tableName: ["T1", "T2"]}, {schemaName: "OE", tableName : ["T3", "T4"]}].
|
23804
24279
|
:param str target_id: A filter to return only items related to a specific target OCID.
|
23805
24280
|
:param str time_created: The date and time the sensitive data model was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
23806
24281
|
:param str time_updated: The date and time the sensitive data model was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
@@ -23820,6 +24295,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
23820
24295
|
pulumi.set(__self__, "sensitive_type_ids_for_discoveries", sensitive_type_ids_for_discoveries)
|
23821
24296
|
pulumi.set(__self__, "state", state)
|
23822
24297
|
pulumi.set(__self__, "system_tags", system_tags)
|
24298
|
+
pulumi.set(__self__, "tables_for_discoveries", tables_for_discoveries)
|
23823
24299
|
pulumi.set(__self__, "target_id", target_id)
|
23824
24300
|
pulumi.set(__self__, "time_created", time_created)
|
23825
24301
|
pulumi.set(__self__, "time_updated", time_updated)
|
@@ -23944,6 +24420,14 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
23944
24420
|
"""
|
23945
24421
|
return pulumi.get(self, "system_tags")
|
23946
24422
|
|
24423
|
+
@property
|
24424
|
+
@pulumi.getter(name="tablesForDiscoveries")
|
24425
|
+
def tables_for_discoveries(self) -> Sequence['outputs.GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult']:
|
24426
|
+
"""
|
24427
|
+
The data discovery jobs will scan the tables specified here, including both schemas and tables. For instance, the input could be in the format: [{schemaName: "HR", tableName: ["T1", "T2"]}, {schemaName: "OE", tableName : ["T3", "T4"]}].
|
24428
|
+
"""
|
24429
|
+
return pulumi.get(self, "tables_for_discoveries")
|
24430
|
+
|
23947
24431
|
@property
|
23948
24432
|
@pulumi.getter(name="targetId")
|
23949
24433
|
def target_id(self) -> str:
|
@@ -23969,6 +24453,35 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
|
|
23969
24453
|
return pulumi.get(self, "time_updated")
|
23970
24454
|
|
23971
24455
|
|
24456
|
+
@pulumi.output_type
|
24457
|
+
class GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult(dict):
|
24458
|
+
def __init__(__self__, *,
|
24459
|
+
schema_name: str,
|
24460
|
+
table_names: Sequence[str]):
|
24461
|
+
"""
|
24462
|
+
:param str schema_name: This contains the name of the schema.
|
24463
|
+
:param Sequence[str] table_names: This contains an optional list of the table names.
|
24464
|
+
"""
|
24465
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
24466
|
+
pulumi.set(__self__, "table_names", table_names)
|
24467
|
+
|
24468
|
+
@property
|
24469
|
+
@pulumi.getter(name="schemaName")
|
24470
|
+
def schema_name(self) -> str:
|
24471
|
+
"""
|
24472
|
+
This contains the name of the schema.
|
24473
|
+
"""
|
24474
|
+
return pulumi.get(self, "schema_name")
|
24475
|
+
|
24476
|
+
@property
|
24477
|
+
@pulumi.getter(name="tableNames")
|
24478
|
+
def table_names(self) -> Sequence[str]:
|
24479
|
+
"""
|
24480
|
+
This contains an optional list of the table names.
|
24481
|
+
"""
|
24482
|
+
return pulumi.get(self, "table_names")
|
24483
|
+
|
24484
|
+
|
23972
24485
|
@pulumi.output_type
|
23973
24486
|
class GetSensitiveTypesFilterResult(dict):
|
23974
24487
|
def __init__(__self__, *,
|
@@ -27854,6 +28367,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
27854
28367
|
id: str,
|
27855
28368
|
ignored_assessment_ids: Sequence[str],
|
27856
28369
|
ignored_targets: Sequence['outputs.GetUserAssessmentsUserAssessmentIgnoredTargetResult'],
|
28370
|
+
is_assessment_scheduled: bool,
|
27857
28371
|
is_baseline: bool,
|
27858
28372
|
is_deviated_from_baseline: bool,
|
27859
28373
|
last_compared_baseline_id: str,
|
@@ -27879,6 +28393,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
27879
28393
|
:param str id: The OCID of the user assessment.
|
27880
28394
|
:param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
27881
28395
|
:param Sequence['GetUserAssessmentsUserAssessmentIgnoredTargetArgs'] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
|
28396
|
+
:param bool is_assessment_scheduled: Indicates whether the assessment is scheduled to run.
|
27882
28397
|
:param bool is_baseline: A filter to return only user assessments that are set as baseline.
|
27883
28398
|
:param bool is_deviated_from_baseline: Indicates if the user assessment deviates from the baseline.
|
27884
28399
|
:param str last_compared_baseline_id: The OCID of the last user assessment baseline against which the latest assessment was compared.
|
@@ -27904,6 +28419,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
27904
28419
|
pulumi.set(__self__, "id", id)
|
27905
28420
|
pulumi.set(__self__, "ignored_assessment_ids", ignored_assessment_ids)
|
27906
28421
|
pulumi.set(__self__, "ignored_targets", ignored_targets)
|
28422
|
+
pulumi.set(__self__, "is_assessment_scheduled", is_assessment_scheduled)
|
27907
28423
|
pulumi.set(__self__, "is_baseline", is_baseline)
|
27908
28424
|
pulumi.set(__self__, "is_deviated_from_baseline", is_deviated_from_baseline)
|
27909
28425
|
pulumi.set(__self__, "last_compared_baseline_id", last_compared_baseline_id)
|
@@ -27985,6 +28501,14 @@ class GetUserAssessmentsUserAssessmentResult(dict):
|
|
27985
28501
|
"""
|
27986
28502
|
return pulumi.get(self, "ignored_targets")
|
27987
28503
|
|
28504
|
+
@property
|
28505
|
+
@pulumi.getter(name="isAssessmentScheduled")
|
28506
|
+
def is_assessment_scheduled(self) -> bool:
|
28507
|
+
"""
|
28508
|
+
Indicates whether the assessment is scheduled to run.
|
28509
|
+
"""
|
28510
|
+
return pulumi.get(self, "is_assessment_scheduled")
|
28511
|
+
|
27988
28512
|
@property
|
27989
28513
|
@pulumi.getter(name="isBaseline")
|
27990
28514
|
def is_baseline(self) -> bool:
|