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/database/outputs.py
CHANGED
@@ -6189,6 +6189,8 @@ class DbHomeDatabase(dict):
|
|
6189
6189
|
suggest = "defined_tags"
|
6190
6190
|
elif key == "freeformTags":
|
6191
6191
|
suggest = "freeform_tags"
|
6192
|
+
elif key == "keyStoreId":
|
6193
|
+
suggest = "key_store_id"
|
6192
6194
|
elif key == "kmsKeyId":
|
6193
6195
|
suggest = "kms_key_id"
|
6194
6196
|
elif key == "kmsKeyVersionId":
|
@@ -6240,6 +6242,7 @@ class DbHomeDatabase(dict):
|
|
6240
6242
|
defined_tags: Optional[Mapping[str, Any]] = None,
|
6241
6243
|
freeform_tags: Optional[Mapping[str, Any]] = None,
|
6242
6244
|
id: Optional[str] = None,
|
6245
|
+
key_store_id: Optional[str] = None,
|
6243
6246
|
kms_key_id: Optional[str] = None,
|
6244
6247
|
kms_key_version_id: Optional[str] = None,
|
6245
6248
|
lifecycle_details: Optional[str] = None,
|
@@ -6270,6 +6273,7 @@ class DbHomeDatabase(dict):
|
|
6270
6273
|
:param Mapping[str, Any] 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).
|
6271
6274
|
:param Mapping[str, Any] 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"}`
|
6272
6275
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
|
6276
|
+
:param str key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6273
6277
|
:param str kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
6274
6278
|
:param str kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
|
6275
6279
|
:param str lifecycle_details: Additional information about the current lifecycle state.
|
@@ -6311,6 +6315,8 @@ class DbHomeDatabase(dict):
|
|
6311
6315
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
6312
6316
|
if id is not None:
|
6313
6317
|
pulumi.set(__self__, "id", id)
|
6318
|
+
if key_store_id is not None:
|
6319
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
6314
6320
|
if kms_key_id is not None:
|
6315
6321
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
6316
6322
|
if kms_key_version_id is not None:
|
@@ -6448,6 +6454,14 @@ class DbHomeDatabase(dict):
|
|
6448
6454
|
"""
|
6449
6455
|
return pulumi.get(self, "id")
|
6450
6456
|
|
6457
|
+
@property
|
6458
|
+
@pulumi.getter(name="keyStoreId")
|
6459
|
+
def key_store_id(self) -> Optional[str]:
|
6460
|
+
"""
|
6461
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store of Oracle Vault.
|
6462
|
+
"""
|
6463
|
+
return pulumi.get(self, "key_store_id")
|
6464
|
+
|
6451
6465
|
@property
|
6452
6466
|
@pulumi.getter(name="kmsKeyId")
|
6453
6467
|
def kms_key_id(self) -> Optional[str]:
|
@@ -17032,6 +17046,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17032
17046
|
available_upgrade_versions: Sequence[str],
|
17033
17047
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesAutonomousDatabaseBackupConfigResult'],
|
17034
17048
|
backup_retention_period_in_days: int,
|
17049
|
+
byol_compute_count_limit: float,
|
17035
17050
|
character_set: str,
|
17036
17051
|
clone_type: str,
|
17037
17052
|
compartment_id: str,
|
@@ -17125,6 +17140,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17125
17140
|
standby_whitelisted_ips: Sequence[str],
|
17126
17141
|
state: str,
|
17127
17142
|
subnet_id: str,
|
17143
|
+
subscription_id: str,
|
17128
17144
|
supported_regions_to_clone_tos: Sequence[str],
|
17129
17145
|
switchover_to: str,
|
17130
17146
|
switchover_to_remote_peer_id: str,
|
@@ -17249,6 +17265,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17249
17265
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
17250
17266
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
17251
17267
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
17268
|
+
:param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
17252
17269
|
:param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
17253
17270
|
: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](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
17254
17271
|
:param str time_created: The date and time the Autonomous Database was created.
|
@@ -17287,6 +17304,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17287
17304
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
17288
17305
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
17289
17306
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
17307
|
+
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
17290
17308
|
pulumi.set(__self__, "character_set", character_set)
|
17291
17309
|
pulumi.set(__self__, "clone_type", clone_type)
|
17292
17310
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -17380,6 +17398,7 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17380
17398
|
pulumi.set(__self__, "standby_whitelisted_ips", standby_whitelisted_ips)
|
17381
17399
|
pulumi.set(__self__, "state", state)
|
17382
17400
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
17401
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
17383
17402
|
pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
|
17384
17403
|
pulumi.set(__self__, "switchover_to", switchover_to)
|
17385
17404
|
pulumi.set(__self__, "switchover_to_remote_peer_id", switchover_to_remote_peer_id)
|
@@ -17511,6 +17530,11 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
17511
17530
|
"""
|
17512
17531
|
return pulumi.get(self, "backup_retention_period_in_days")
|
17513
17532
|
|
17533
|
+
@property
|
17534
|
+
@pulumi.getter(name="byolComputeCountLimit")
|
17535
|
+
def byol_compute_count_limit(self) -> float:
|
17536
|
+
return pulumi.get(self, "byol_compute_count_limit")
|
17537
|
+
|
17514
17538
|
@property
|
17515
17539
|
@pulumi.getter(name="characterSet")
|
17516
17540
|
def character_set(self) -> str:
|
@@ -18230,6 +18254,14 @@ class GetAutonomousDatabasesAutonomousDatabaseResult(dict):
|
|
18230
18254
|
"""
|
18231
18255
|
return pulumi.get(self, "subnet_id")
|
18232
18256
|
|
18257
|
+
@property
|
18258
|
+
@pulumi.getter(name="subscriptionId")
|
18259
|
+
def subscription_id(self) -> str:
|
18260
|
+
"""
|
18261
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
18262
|
+
"""
|
18263
|
+
return pulumi.get(self, "subscription_id")
|
18264
|
+
|
18233
18265
|
@property
|
18234
18266
|
@pulumi.getter(name="supportedRegionsToCloneTos")
|
18235
18267
|
def supported_regions_to_clone_tos(self) -> Sequence[str]:
|
@@ -19301,6 +19333,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19301
19333
|
available_upgrade_versions: Sequence[str],
|
19302
19334
|
backup_configs: Sequence['outputs.GetAutonomousDatabasesClonesAutonomousDatabaseBackupConfigResult'],
|
19303
19335
|
backup_retention_period_in_days: int,
|
19336
|
+
byol_compute_count_limit: float,
|
19304
19337
|
character_set: str,
|
19305
19338
|
compartment_id: str,
|
19306
19339
|
compute_count: float,
|
@@ -19381,6 +19414,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19381
19414
|
standby_whitelisted_ips: Sequence[str],
|
19382
19415
|
state: str,
|
19383
19416
|
subnet_id: str,
|
19417
|
+
subscription_id: str,
|
19384
19418
|
supported_regions_to_clone_tos: Sequence[str],
|
19385
19419
|
system_tags: Mapping[str, Any],
|
19386
19420
|
time_created: str,
|
@@ -19501,6 +19535,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19501
19535
|
:param Sequence[str] standby_whitelisted_ips: The client IP access control list (ACL). This feature is available for [Autonomous Database Serverless] (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) and on Exadata Cloud@Customer. Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance. If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
|
19502
19536
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
19503
19537
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the resource is associated with.
|
19538
|
+
:param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
19504
19539
|
:param Sequence[str] supported_regions_to_clone_tos: The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
|
19505
19540
|
: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](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
19506
19541
|
:param str time_created: The date and time the Autonomous Database was created.
|
@@ -19535,6 +19570,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19535
19570
|
pulumi.set(__self__, "available_upgrade_versions", available_upgrade_versions)
|
19536
19571
|
pulumi.set(__self__, "backup_configs", backup_configs)
|
19537
19572
|
pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
|
19573
|
+
pulumi.set(__self__, "byol_compute_count_limit", byol_compute_count_limit)
|
19538
19574
|
pulumi.set(__self__, "character_set", character_set)
|
19539
19575
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
19540
19576
|
pulumi.set(__self__, "compute_count", compute_count)
|
@@ -19615,6 +19651,7 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19615
19651
|
pulumi.set(__self__, "standby_whitelisted_ips", standby_whitelisted_ips)
|
19616
19652
|
pulumi.set(__self__, "state", state)
|
19617
19653
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
19654
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
19618
19655
|
pulumi.set(__self__, "supported_regions_to_clone_tos", supported_regions_to_clone_tos)
|
19619
19656
|
pulumi.set(__self__, "system_tags", system_tags)
|
19620
19657
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -19727,6 +19764,11 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
19727
19764
|
"""
|
19728
19765
|
return pulumi.get(self, "backup_retention_period_in_days")
|
19729
19766
|
|
19767
|
+
@property
|
19768
|
+
@pulumi.getter(name="byolComputeCountLimit")
|
19769
|
+
def byol_compute_count_limit(self) -> float:
|
19770
|
+
return pulumi.get(self, "byol_compute_count_limit")
|
19771
|
+
|
19730
19772
|
@property
|
19731
19773
|
@pulumi.getter(name="characterSet")
|
19732
19774
|
def character_set(self) -> str:
|
@@ -20372,6 +20414,14 @@ class GetAutonomousDatabasesClonesAutonomousDatabaseResult(dict):
|
|
20372
20414
|
"""
|
20373
20415
|
return pulumi.get(self, "subnet_id")
|
20374
20416
|
|
20417
|
+
@property
|
20418
|
+
@pulumi.getter(name="subscriptionId")
|
20419
|
+
def subscription_id(self) -> str:
|
20420
|
+
"""
|
20421
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
20422
|
+
"""
|
20423
|
+
return pulumi.get(self, "subscription_id")
|
20424
|
+
|
20375
20425
|
@property
|
20376
20426
|
@pulumi.getter(name="supportedRegionsToCloneTos")
|
20377
20427
|
def supported_regions_to_clone_tos(self) -> Sequence[str]:
|
@@ -27151,6 +27201,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27151
27201
|
state: str,
|
27152
27202
|
storage_count: int,
|
27153
27203
|
storage_server_version: str,
|
27204
|
+
subscription_id: str,
|
27154
27205
|
system_tags: Mapping[str, Any],
|
27155
27206
|
time_created: str,
|
27156
27207
|
total_storage_size_in_gbs: int):
|
@@ -27187,6 +27238,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27187
27238
|
:param str state: A filter to return only resources that match the given lifecycle state exactly.
|
27188
27239
|
:param int storage_count: The number of storage servers for the cloud Exadata infrastructure.
|
27189
27240
|
:param str storage_server_version: The software version of the storage servers (cells) in the cloud Exadata infrastructure. Example: 20.1.15
|
27241
|
+
:param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
27190
27242
|
: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](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
27191
27243
|
:param str time_created: The date and time the cloud Exadata infrastructure resource was created.
|
27192
27244
|
:param int total_storage_size_in_gbs: The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
|
@@ -27223,6 +27275,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27223
27275
|
pulumi.set(__self__, "state", state)
|
27224
27276
|
pulumi.set(__self__, "storage_count", storage_count)
|
27225
27277
|
pulumi.set(__self__, "storage_server_version", storage_server_version)
|
27278
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
27226
27279
|
pulumi.set(__self__, "system_tags", system_tags)
|
27227
27280
|
pulumi.set(__self__, "time_created", time_created)
|
27228
27281
|
pulumi.set(__self__, "total_storage_size_in_gbs", total_storage_size_in_gbs)
|
@@ -27483,6 +27536,14 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureResult(dict):
|
|
27483
27536
|
"""
|
27484
27537
|
return pulumi.get(self, "storage_server_version")
|
27485
27538
|
|
27539
|
+
@property
|
27540
|
+
@pulumi.getter(name="subscriptionId")
|
27541
|
+
def subscription_id(self) -> str:
|
27542
|
+
"""
|
27543
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
27544
|
+
"""
|
27545
|
+
return pulumi.get(self, "subscription_id")
|
27546
|
+
|
27486
27547
|
@property
|
27487
27548
|
@pulumi.getter(name="systemTags")
|
27488
27549
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -28019,6 +28080,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28019
28080
|
state: str,
|
28020
28081
|
storage_size_in_gbs: int,
|
28021
28082
|
subnet_id: str,
|
28083
|
+
subscription_id: str,
|
28022
28084
|
system_tags: Mapping[str, Any],
|
28023
28085
|
system_version: str,
|
28024
28086
|
time_created: str,
|
@@ -28068,6 +28130,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28068
28130
|
:param str state: A filter to return only cloud VM clusters that match the given lifecycle state exactly.
|
28069
28131
|
:param int storage_size_in_gbs: The storage allocation for the disk group, in gigabytes (GB).
|
28070
28132
|
:param str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the cloud VM cluster.
|
28133
|
+
:param str subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
28071
28134
|
: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](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
28072
28135
|
:param str system_version: Operating system version of the image.
|
28073
28136
|
:param str time_created: The date and time that the cloud VM cluster was created.
|
@@ -28119,6 +28182,7 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28119
28182
|
pulumi.set(__self__, "state", state)
|
28120
28183
|
pulumi.set(__self__, "storage_size_in_gbs", storage_size_in_gbs)
|
28121
28184
|
pulumi.set(__self__, "subnet_id", subnet_id)
|
28185
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
28122
28186
|
pulumi.set(__self__, "system_tags", system_tags)
|
28123
28187
|
pulumi.set(__self__, "system_version", system_version)
|
28124
28188
|
pulumi.set(__self__, "time_created", time_created)
|
@@ -28470,6 +28534,14 @@ class GetCloudVmClustersCloudVmClusterResult(dict):
|
|
28470
28534
|
"""
|
28471
28535
|
return pulumi.get(self, "subnet_id")
|
28472
28536
|
|
28537
|
+
@property
|
28538
|
+
@pulumi.getter(name="subscriptionId")
|
28539
|
+
def subscription_id(self) -> str:
|
28540
|
+
"""
|
28541
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
|
28542
|
+
"""
|
28543
|
+
return pulumi.get(self, "subscription_id")
|
28544
|
+
|
28473
28545
|
@property
|
28474
28546
|
@pulumi.getter(name="systemTags")
|
28475
28547
|
def system_tags(self) -> Mapping[str, Any]:
|
@@ -32226,6 +32298,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
32226
32298
|
defined_tags: Mapping[str, Any],
|
32227
32299
|
freeform_tags: Mapping[str, Any],
|
32228
32300
|
id: str,
|
32301
|
+
key_store_id: str,
|
32229
32302
|
kms_key_id: str,
|
32230
32303
|
kms_key_version_id: str,
|
32231
32304
|
lifecycle_details: str,
|
@@ -32264,6 +32337,7 @@ class GetDbHomeDatabaseResult(dict):
|
|
32264
32337
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
32265
32338
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
32266
32339
|
pulumi.set(__self__, "id", id)
|
32340
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
32267
32341
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
32268
32342
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
32269
32343
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -32360,6 +32434,11 @@ class GetDbHomeDatabaseResult(dict):
|
|
32360
32434
|
"""
|
32361
32435
|
return pulumi.get(self, "id")
|
32362
32436
|
|
32437
|
+
@property
|
32438
|
+
@pulumi.getter(name="keyStoreId")
|
32439
|
+
def key_store_id(self) -> str:
|
32440
|
+
return pulumi.get(self, "key_store_id")
|
32441
|
+
|
32363
32442
|
@property
|
32364
32443
|
@pulumi.getter(name="kmsKeyId")
|
32365
32444
|
def kms_key_id(self) -> str:
|
@@ -33046,6 +33125,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33046
33125
|
defined_tags: Mapping[str, Any],
|
33047
33126
|
freeform_tags: Mapping[str, Any],
|
33048
33127
|
id: str,
|
33128
|
+
key_store_id: str,
|
33049
33129
|
kms_key_id: str,
|
33050
33130
|
kms_key_version_id: str,
|
33051
33131
|
lifecycle_details: str,
|
@@ -33085,6 +33165,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33085
33165
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
33086
33166
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
33087
33167
|
pulumi.set(__self__, "id", id)
|
33168
|
+
pulumi.set(__self__, "key_store_id", key_store_id)
|
33088
33169
|
pulumi.set(__self__, "kms_key_id", kms_key_id)
|
33089
33170
|
pulumi.set(__self__, "kms_key_version_id", kms_key_version_id)
|
33090
33171
|
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
@@ -33184,6 +33265,11 @@ class GetDbHomesDbHomeDatabaseResult(dict):
|
|
33184
33265
|
"""
|
33185
33266
|
return pulumi.get(self, "id")
|
33186
33267
|
|
33268
|
+
@property
|
33269
|
+
@pulumi.getter(name="keyStoreId")
|
33270
|
+
def key_store_id(self) -> str:
|
33271
|
+
return pulumi.get(self, "key_store_id")
|
33272
|
+
|
33187
33273
|
@property
|
33188
33274
|
@pulumi.getter(name="kmsKeyId")
|
33189
33275
|
def kms_key_id(self) -> str:
|
@@ -41932,6 +42018,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41932
42018
|
def __init__(__self__, *,
|
41933
42019
|
associated_databases: Sequence['outputs.GetKeyStoresKeyStoreAssociatedDatabaseResult'],
|
41934
42020
|
compartment_id: str,
|
42021
|
+
confirm_details_trigger: int,
|
41935
42022
|
defined_tags: Mapping[str, Any],
|
41936
42023
|
display_name: str,
|
41937
42024
|
freeform_tags: Mapping[str, Any],
|
@@ -41954,6 +42041,7 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41954
42041
|
"""
|
41955
42042
|
pulumi.set(__self__, "associated_databases", associated_databases)
|
41956
42043
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
42044
|
+
pulumi.set(__self__, "confirm_details_trigger", confirm_details_trigger)
|
41957
42045
|
pulumi.set(__self__, "defined_tags", defined_tags)
|
41958
42046
|
pulumi.set(__self__, "display_name", display_name)
|
41959
42047
|
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
@@ -41979,6 +42067,11 @@ class GetKeyStoresKeyStoreResult(dict):
|
|
41979
42067
|
"""
|
41980
42068
|
return pulumi.get(self, "compartment_id")
|
41981
42069
|
|
42070
|
+
@property
|
42071
|
+
@pulumi.getter(name="confirmDetailsTrigger")
|
42072
|
+
def confirm_details_trigger(self) -> int:
|
42073
|
+
return pulumi.get(self, "confirm_details_trigger")
|
42074
|
+
|
41982
42075
|
@property
|
41983
42076
|
@pulumi.getter(name="definedTags")
|
41984
42077
|
def defined_tags(self) -> Mapping[str, Any]:
|
pulumi_oci/datasafe/__init__.py
CHANGED
@@ -110,6 +110,7 @@ from .get_security_policy_reports import *
|
|
110
110
|
from .get_sensitive_data_model import *
|
111
111
|
from .get_sensitive_data_model_sensitive_objects import *
|
112
112
|
from .get_sensitive_data_model_sensitive_schemas import *
|
113
|
+
from .get_sensitive_data_model_sensitive_types import *
|
113
114
|
from .get_sensitive_data_models import *
|
114
115
|
from .get_sensitive_data_models_sensitive_column import *
|
115
116
|
from .get_sensitive_data_models_sensitive_columns import *
|
pulumi_oci/datasafe/_inputs.py
CHANGED
@@ -21,6 +21,7 @@ __all__ = [
|
|
21
21
|
'DatabaseSecurityConfigManagementSqlFirewallConfigArgs',
|
22
22
|
'DatabaseSecurityConfigSqlFirewallConfigArgs',
|
23
23
|
'DiscoveryJobsResultModifiedAttributeArgs',
|
24
|
+
'DiscoveryModTablesForDiscoveryArgs',
|
24
25
|
'LibraryMasingFormatFormatEntryArgs',
|
25
26
|
'MaskingPoliciesMaskingColumnMaskingFormatArgs',
|
26
27
|
'MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs',
|
@@ -37,6 +38,7 @@ __all__ = [
|
|
37
38
|
'SecurityAssessmentStatisticLowRiskArgs',
|
38
39
|
'SecurityAssessmentStatisticMediumRiskArgs',
|
39
40
|
'SecurityAssessmentStatisticPassArgs',
|
41
|
+
'SensitiveDataModelTablesForDiscoveryArgs',
|
40
42
|
'TargetDatabaseConnectionOptionArgs',
|
41
43
|
'TargetDatabaseCredentialsArgs',
|
42
44
|
'TargetDatabaseDatabaseDetailsArgs',
|
@@ -94,6 +96,7 @@ __all__ = [
|
|
94
96
|
'GetSecurityPolicyReportsFilterArgs',
|
95
97
|
'GetSensitiveDataModelSensitiveObjectsFilterArgs',
|
96
98
|
'GetSensitiveDataModelSensitiveSchemasFilterArgs',
|
99
|
+
'GetSensitiveDataModelSensitiveTypesFilterArgs',
|
97
100
|
'GetSensitiveDataModelsFilterArgs',
|
98
101
|
'GetSensitiveDataModelsSensitiveColumnsFilterArgs',
|
99
102
|
'GetSensitiveTypesFilterArgs',
|
@@ -450,6 +453,7 @@ class AuditPolicyManagementAuditConditionArgs:
|
|
450
453
|
: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
454
|
: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
455
|
: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.
|
456
|
+
: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
457
|
:param pulumi.Input[bool] is_priv_users_managed_by_data_safe: Indicates whether the privileged user list is managed by Data Safe.
|
454
458
|
|
455
459
|
|
@@ -506,6 +510,9 @@ class AuditPolicyManagementAuditConditionArgs:
|
|
506
510
|
@property
|
507
511
|
@pulumi.getter(name="isEnabled")
|
508
512
|
def is_enabled(self) -> Optional[pulumi.Input[bool]]:
|
513
|
+
"""
|
514
|
+
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.
|
515
|
+
"""
|
509
516
|
return pulumi.get(self, "is_enabled")
|
510
517
|
|
511
518
|
@is_enabled.setter
|
@@ -1392,6 +1399,52 @@ class DiscoveryJobsResultModifiedAttributeArgs:
|
|
1392
1399
|
pulumi.set(self, "db_defined_child_column_keys", value)
|
1393
1400
|
|
1394
1401
|
|
1402
|
+
@pulumi.input_type
|
1403
|
+
class DiscoveryModTablesForDiscoveryArgs:
|
1404
|
+
def __init__(__self__, *,
|
1405
|
+
schema_name: pulumi.Input[str],
|
1406
|
+
table_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1407
|
+
"""
|
1408
|
+
:param pulumi.Input[str] schema_name: This contains the name of the schema.
|
1409
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] table_names: This contains an optional list of the table names.
|
1410
|
+
|
1411
|
+
|
1412
|
+
** IMPORTANT **
|
1413
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1414
|
+
"""
|
1415
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
1416
|
+
if table_names is not None:
|
1417
|
+
pulumi.set(__self__, "table_names", table_names)
|
1418
|
+
|
1419
|
+
@property
|
1420
|
+
@pulumi.getter(name="schemaName")
|
1421
|
+
def schema_name(self) -> pulumi.Input[str]:
|
1422
|
+
"""
|
1423
|
+
This contains the name of the schema.
|
1424
|
+
"""
|
1425
|
+
return pulumi.get(self, "schema_name")
|
1426
|
+
|
1427
|
+
@schema_name.setter
|
1428
|
+
def schema_name(self, value: pulumi.Input[str]):
|
1429
|
+
pulumi.set(self, "schema_name", value)
|
1430
|
+
|
1431
|
+
@property
|
1432
|
+
@pulumi.getter(name="tableNames")
|
1433
|
+
def table_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1434
|
+
"""
|
1435
|
+
This contains an optional list of the table names.
|
1436
|
+
|
1437
|
+
|
1438
|
+
** IMPORTANT **
|
1439
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1440
|
+
"""
|
1441
|
+
return pulumi.get(self, "table_names")
|
1442
|
+
|
1443
|
+
@table_names.setter
|
1444
|
+
def table_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
1445
|
+
pulumi.set(self, "table_names", value)
|
1446
|
+
|
1447
|
+
|
1395
1448
|
@pulumi.input_type
|
1396
1449
|
class LibraryMasingFormatFormatEntryArgs:
|
1397
1450
|
def __init__(__self__, *,
|
@@ -3702,6 +3755,44 @@ class SecurityAssessmentStatisticPassArgs:
|
|
3702
3755
|
pulumi.set(self, "user_accounts_findings_count", value)
|
3703
3756
|
|
3704
3757
|
|
3758
|
+
@pulumi.input_type
|
3759
|
+
class SensitiveDataModelTablesForDiscoveryArgs:
|
3760
|
+
def __init__(__self__, *,
|
3761
|
+
schema_name: pulumi.Input[str],
|
3762
|
+
table_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
3763
|
+
"""
|
3764
|
+
:param pulumi.Input[str] schema_name: (Updatable) This contains the name of the schema.
|
3765
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] table_names: (Updatable) This contains an optional list of the table names.
|
3766
|
+
"""
|
3767
|
+
pulumi.set(__self__, "schema_name", schema_name)
|
3768
|
+
if table_names is not None:
|
3769
|
+
pulumi.set(__self__, "table_names", table_names)
|
3770
|
+
|
3771
|
+
@property
|
3772
|
+
@pulumi.getter(name="schemaName")
|
3773
|
+
def schema_name(self) -> pulumi.Input[str]:
|
3774
|
+
"""
|
3775
|
+
(Updatable) This contains the name of the schema.
|
3776
|
+
"""
|
3777
|
+
return pulumi.get(self, "schema_name")
|
3778
|
+
|
3779
|
+
@schema_name.setter
|
3780
|
+
def schema_name(self, value: pulumi.Input[str]):
|
3781
|
+
pulumi.set(self, "schema_name", value)
|
3782
|
+
|
3783
|
+
@property
|
3784
|
+
@pulumi.getter(name="tableNames")
|
3785
|
+
def table_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
3786
|
+
"""
|
3787
|
+
(Updatable) This contains an optional list of the table names.
|
3788
|
+
"""
|
3789
|
+
return pulumi.get(self, "table_names")
|
3790
|
+
|
3791
|
+
@table_names.setter
|
3792
|
+
def table_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
3793
|
+
pulumi.set(self, "table_names", value)
|
3794
|
+
|
3795
|
+
|
3705
3796
|
@pulumi.input_type
|
3706
3797
|
class TargetDatabaseConnectionOptionArgs:
|
3707
3798
|
def __init__(__self__, *,
|
@@ -6754,6 +6845,45 @@ class GetSensitiveDataModelSensitiveSchemasFilterArgs:
|
|
6754
6845
|
pulumi.set(self, "regex", value)
|
6755
6846
|
|
6756
6847
|
|
6848
|
+
@pulumi.input_type
|
6849
|
+
class GetSensitiveDataModelSensitiveTypesFilterArgs:
|
6850
|
+
def __init__(__self__, *,
|
6851
|
+
name: str,
|
6852
|
+
values: Sequence[str],
|
6853
|
+
regex: Optional[bool] = None):
|
6854
|
+
pulumi.set(__self__, "name", name)
|
6855
|
+
pulumi.set(__self__, "values", values)
|
6856
|
+
if regex is not None:
|
6857
|
+
pulumi.set(__self__, "regex", regex)
|
6858
|
+
|
6859
|
+
@property
|
6860
|
+
@pulumi.getter
|
6861
|
+
def name(self) -> str:
|
6862
|
+
return pulumi.get(self, "name")
|
6863
|
+
|
6864
|
+
@name.setter
|
6865
|
+
def name(self, value: str):
|
6866
|
+
pulumi.set(self, "name", value)
|
6867
|
+
|
6868
|
+
@property
|
6869
|
+
@pulumi.getter
|
6870
|
+
def values(self) -> Sequence[str]:
|
6871
|
+
return pulumi.get(self, "values")
|
6872
|
+
|
6873
|
+
@values.setter
|
6874
|
+
def values(self, value: Sequence[str]):
|
6875
|
+
pulumi.set(self, "values", value)
|
6876
|
+
|
6877
|
+
@property
|
6878
|
+
@pulumi.getter
|
6879
|
+
def regex(self) -> Optional[bool]:
|
6880
|
+
return pulumi.get(self, "regex")
|
6881
|
+
|
6882
|
+
@regex.setter
|
6883
|
+
def regex(self, value: Optional[bool]):
|
6884
|
+
pulumi.set(self, "regex", value)
|
6885
|
+
|
6886
|
+
|
6757
6887
|
@pulumi.input_type
|
6758
6888
|
class GetSensitiveDataModelsFilterArgs:
|
6759
6889
|
def __init__(__self__, *,
|