@pulumi/oci 3.5.0-alpha.1756363728 → 3.5.0
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.
- package/core/computeGpuMemoryFabric.d.ts +8 -0
- package/core/computeGpuMemoryFabric.js +2 -0
- package/core/computeGpuMemoryFabric.js.map +1 -1
- package/core/getComputeGpuMemoryFabric.d.ts +4 -0
- package/core/getComputeGpuMemoryFabric.js.map +1 -1
- package/database/dataGuardAssociation.d.ts +26 -0
- package/database/dataGuardAssociation.js +6 -0
- package/database/dataGuardAssociation.js.map +1 -1
- package/database/database.d.ts +8 -0
- package/database/database.js +2 -0
- package/database/database.js.map +1 -1
- package/database/dbNode.d.ts +16 -0
- package/database/dbNode.js +4 -0
- package/database/dbNode.js.map +1 -1
- package/database/dbSystem.d.ts +30 -6
- package/database/dbSystem.js +4 -0
- package/database/dbSystem.js.map +1 -1
- package/database/exadbVmCluster.d.ts +13 -0
- package/database/exadbVmCluster.js +3 -0
- package/database/exadbVmCluster.js.map +1 -1
- package/database/exascaleDbStorageVault.d.ts +8 -0
- package/database/exascaleDbStorageVault.js +2 -0
- package/database/exascaleDbStorageVault.js.map +1 -1
- package/database/getDataGuardAssociation.d.ts +2 -0
- package/database/getDataGuardAssociation.js.map +1 -1
- package/database/getDatabase.d.ts +4 -0
- package/database/getDatabase.js.map +1 -1
- package/database/getDbNode.d.ts +8 -0
- package/database/getDbNode.js.map +1 -1
- package/database/getDbSystemShapes.d.ts +11 -0
- package/database/getDbSystemShapes.js +4 -0
- package/database/getDbSystemShapes.js.map +1 -1
- package/database/getDbSystemStoragePerformances.d.ts +9 -0
- package/database/getDbSystemStoragePerformances.js +2 -0
- package/database/getDbSystemStoragePerformances.js.map +1 -1
- package/database/getDbVersions.d.ts +11 -0
- package/database/getDbVersions.js +4 -0
- package/database/getDbVersions.js.map +1 -1
- package/database/getExadbVmCluster.d.ts +4 -0
- package/database/getExadbVmCluster.js.map +1 -1
- package/database/getExascaleDbStorageVault.d.ts +4 -0
- package/database/getExascaleDbStorageVault.js.map +1 -1
- package/database/getExascaleDbStorageVaults.d.ts +47 -0
- package/database/getExascaleDbStorageVaults.js +16 -0
- package/database/getExascaleDbStorageVaults.js.map +1 -1
- package/database/getGiVersions.d.ts +11 -0
- package/database/getGiVersions.js +4 -0
- package/database/getGiVersions.js.map +1 -1
- package/datasafe/attributeSet.d.ts +230 -0
- package/datasafe/attributeSet.js +119 -0
- package/datasafe/attributeSet.js.map +1 -0
- package/datasafe/auditProfile.d.ts +108 -29
- package/datasafe/auditProfile.js +50 -9
- package/datasafe/auditProfile.js.map +1 -1
- package/datasafe/auditProfileManagement.d.ts +129 -49
- package/datasafe/auditProfileManagement.js +39 -9
- package/datasafe/auditProfileManagement.js.map +1 -1
- package/datasafe/auditTrail.d.ts +12 -0
- package/datasafe/auditTrail.js +2 -0
- package/datasafe/auditTrail.js.map +1 -1
- package/datasafe/auditTrailManagement.d.ts +13 -0
- package/datasafe/auditTrailManagement.js +3 -0
- package/datasafe/auditTrailManagement.js.map +1 -1
- package/datasafe/getAlerts.d.ts +2 -2
- package/datasafe/getAttributeSet.d.ts +121 -0
- package/datasafe/getAttributeSet.js +54 -0
- package/datasafe/getAttributeSet.js.map +1 -0
- package/datasafe/getAttributeSetAssociatedResources.d.ts +100 -0
- package/datasafe/getAttributeSetAssociatedResources.js +64 -0
- package/datasafe/getAttributeSetAssociatedResources.js.map +1 -0
- package/datasafe/getAttributeSets.d.ts +204 -0
- package/datasafe/getAttributeSets.js +114 -0
- package/datasafe/getAttributeSets.js.map +1 -0
- package/datasafe/getAuditArchiveRetrievals.d.ts +11 -0
- package/datasafe/getAuditArchiveRetrievals.js +4 -0
- package/datasafe/getAuditArchiveRetrievals.js.map +1 -1
- package/datasafe/getAuditEvents.d.ts +2 -2
- package/datasafe/getAuditPolicies.d.ts +11 -0
- package/datasafe/getAuditPolicies.js +4 -0
- package/datasafe/getAuditPolicies.js.map +1 -1
- package/datasafe/getAuditProfile.d.ts +27 -7
- package/datasafe/getAuditProfile.js.map +1 -1
- package/datasafe/getAuditProfileTargetOverrides.d.ts +83 -0
- package/datasafe/getAuditProfileTargetOverrides.js +60 -0
- package/datasafe/getAuditProfileTargetOverrides.js.map +1 -0
- package/datasafe/getAuditProfiles.d.ts +28 -3
- package/datasafe/getAuditProfiles.js +8 -0
- package/datasafe/getAuditProfiles.js.map +1 -1
- package/datasafe/getAuditTrail.d.ts +4 -0
- package/datasafe/getAuditTrail.js.map +1 -1
- package/datasafe/getAuditTrails.d.ts +11 -0
- package/datasafe/getAuditTrails.js +4 -0
- package/datasafe/getAuditTrails.js.map +1 -1
- package/datasafe/getDatabaseSecurityConfigs.d.ts +11 -0
- package/datasafe/getDatabaseSecurityConfigs.js +4 -0
- package/datasafe/getDatabaseSecurityConfigs.js.map +1 -1
- package/datasafe/getDiscoveryAnalytics.d.ts +22 -0
- package/datasafe/getDiscoveryAnalytics.js +8 -0
- package/datasafe/getDiscoveryAnalytics.js.map +1 -1
- package/datasafe/getMaskingAnalytics.d.ts +25 -0
- package/datasafe/getMaskingAnalytics.js +8 -0
- package/datasafe/getMaskingAnalytics.js.map +1 -1
- package/datasafe/getOnpremConnectors.d.ts +8 -5
- package/datasafe/getOnpremConnectors.js +4 -4
- package/datasafe/getOnpremConnectors.js.map +1 -1
- package/datasafe/getReport.d.ts +12 -0
- package/datasafe/getReport.js.map +1 -1
- package/datasafe/getReports.d.ts +14 -0
- package/datasafe/getReports.js +4 -0
- package/datasafe/getReports.js.map +1 -1
- package/datasafe/getSecurityAssessment.d.ts +25 -1
- package/datasafe/getSecurityAssessment.js.map +1 -1
- package/datasafe/getSecurityAssessmentChecks.d.ts +144 -0
- package/datasafe/getSecurityAssessmentChecks.js +80 -0
- package/datasafe/getSecurityAssessmentChecks.js.map +1 -0
- package/datasafe/getSecurityAssessmentFinding.d.ts +12 -0
- package/datasafe/getSecurityAssessmentFinding.js +8 -0
- package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
- package/datasafe/getSecurityAssessmentFindings.d.ts +29 -2
- package/datasafe/getSecurityAssessmentFindings.js +10 -2
- package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
- package/datasafe/getSecurityAssessmentTemplateAnalytics.d.ts +218 -0
- package/datasafe/getSecurityAssessmentTemplateAnalytics.js +118 -0
- package/datasafe/getSecurityAssessmentTemplateAnalytics.js.map +1 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.d.ts +178 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js +108 -0
- package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js.map +1 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.d.ts +155 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js +70 -0
- package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js.map +1 -0
- package/datasafe/getSecurityAssessments.d.ts +43 -1
- package/datasafe/getSecurityAssessments.js +12 -0
- package/datasafe/getSecurityAssessments.js.map +1 -1
- package/datasafe/getSecurityPolicies.d.ts +14 -0
- package/datasafe/getSecurityPolicies.js +4 -0
- package/datasafe/getSecurityPolicies.js.map +1 -1
- package/datasafe/getSecurityPolicy.d.ts +4 -0
- package/datasafe/getSecurityPolicy.js.map +1 -1
- package/datasafe/getSecurityPolicyConfig.d.ts +122 -0
- package/datasafe/getSecurityPolicyConfig.js +54 -0
- package/datasafe/getSecurityPolicyConfig.js.map +1 -0
- package/datasafe/getSecurityPolicyConfigs.d.ts +206 -0
- package/datasafe/getSecurityPolicyConfigs.js +114 -0
- package/datasafe/getSecurityPolicyConfigs.js.map +1 -0
- package/datasafe/getSecurityPolicyDeployment.d.ts +11 -1
- package/datasafe/getSecurityPolicyDeployment.js.map +1 -1
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.d.ts +15 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.js.map +1 -1
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.d.ts +25 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js +8 -0
- package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js.map +1 -1
- package/datasafe/getSecurityPolicyDeployments.d.ts +15 -1
- package/datasafe/getSecurityPolicyDeployments.js +4 -0
- package/datasafe/getSecurityPolicyDeployments.js.map +1 -1
- package/datasafe/getSensitiveColumnAnalytics.d.ts +11 -0
- package/datasafe/getSensitiveColumnAnalytics.js +4 -0
- package/datasafe/getSensitiveColumnAnalytics.js.map +1 -1
- package/datasafe/getSqlCollectionAnalytics.d.ts +11 -0
- package/datasafe/getSqlCollectionAnalytics.js +4 -0
- package/datasafe/getSqlCollectionAnalytics.js.map +1 -1
- package/datasafe/getSqlCollections.d.ts +11 -0
- package/datasafe/getSqlCollections.js +4 -0
- package/datasafe/getSqlCollections.js.map +1 -1
- package/datasafe/getSqlFirewallAllowedSqlAnalytics.d.ts +2 -2
- package/datasafe/getSqlFirewallAllowedSqls.d.ts +2 -2
- package/datasafe/getSqlFirewallViolationAnalytics.d.ts +2 -2
- package/datasafe/getSqlFirewallViolations.d.ts +2 -2
- package/datasafe/getTargetAlertPolicyAssociations.d.ts +0 -38
- package/datasafe/getTargetAlertPolicyAssociations.js +0 -38
- package/datasafe/getTargetAlertPolicyAssociations.js.map +1 -1
- package/datasafe/getTargetDatabaseGroup.d.ts +122 -0
- package/datasafe/getTargetDatabaseGroup.js +54 -0
- package/datasafe/getTargetDatabaseGroup.js.map +1 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.d.ts +78 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.js +58 -0
- package/datasafe/getTargetDatabaseGroupGroupMember.js.map +1 -0
- package/datasafe/getTargetDatabaseGroups.d.ts +177 -0
- package/datasafe/getTargetDatabaseGroups.js +88 -0
- package/datasafe/getTargetDatabaseGroups.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicies.d.ts +234 -0
- package/datasafe/getUnifiedAuditPolicies.js +122 -0
- package/datasafe/getUnifiedAuditPolicies.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicy.d.ts +134 -0
- package/datasafe/getUnifiedAuditPolicy.js +54 -0
- package/datasafe/getUnifiedAuditPolicy.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.d.ts +125 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.js +54 -0
- package/datasafe/getUnifiedAuditPolicyDefinition.js.map +1 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.d.ts +198 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.js +114 -0
- package/datasafe/getUnifiedAuditPolicyDefinitions.js.map +1 -0
- package/datasafe/getUserAssessment.d.ts +8 -0
- package/datasafe/getUserAssessment.js.map +1 -1
- package/datasafe/getUserAssessments.d.ts +28 -0
- package/datasafe/getUserAssessments.js +8 -0
- package/datasafe/getUserAssessments.js.map +1 -1
- package/datasafe/index.d.ts +72 -0
- package/datasafe/index.js +94 -7
- package/datasafe/index.js.map +1 -1
- package/datasafe/report.d.ts +24 -0
- package/datasafe/report.js +6 -0
- package/datasafe/report.js.map +1 -1
- package/datasafe/reportDefinition.d.ts +2 -0
- package/datasafe/reportDefinition.js +2 -0
- package/datasafe/reportDefinition.js.map +1 -1
- package/datasafe/securityAssessment.d.ts +117 -39
- package/datasafe/securityAssessment.js +19 -23
- package/datasafe/securityAssessment.js.map +1 -1
- package/datasafe/securityAssessmentCheck.d.ts +151 -0
- package/datasafe/securityAssessmentCheck.js +98 -0
- package/datasafe/securityAssessmentCheck.js.map +1 -0
- package/datasafe/securityAssessmentFinding.d.ts +254 -0
- package/datasafe/securityAssessmentFinding.js +123 -0
- package/datasafe/securityAssessmentFinding.js.map +1 -0
- package/datasafe/securityPolicy.d.ts +39 -24
- package/datasafe/securityPolicy.js +24 -5
- package/datasafe/securityPolicy.js.map +1 -1
- package/datasafe/securityPolicyConfig.d.ts +231 -0
- package/datasafe/securityPolicyConfig.js +120 -0
- package/datasafe/securityPolicyConfig.js.map +1 -0
- package/datasafe/securityPolicyDeployment.d.ts +76 -14
- package/datasafe/securityPolicyDeployment.js +44 -7
- package/datasafe/securityPolicyDeployment.js.map +1 -1
- package/datasafe/securityPolicyDeploymentManagement.d.ts +76 -14
- package/datasafe/securityPolicyDeploymentManagement.js +25 -3
- package/datasafe/securityPolicyDeploymentManagement.js.map +1 -1
- package/datasafe/securityPolicyManagement.d.ts +29 -9
- package/datasafe/securityPolicyManagement.js +6 -1
- package/datasafe/securityPolicyManagement.js.map +1 -1
- package/datasafe/targetAlertPolicyAssociation.d.ts +3 -37
- package/datasafe/targetAlertPolicyAssociation.js +0 -22
- package/datasafe/targetAlertPolicyAssociation.js.map +1 -1
- package/datasafe/targetDatabase.d.ts +2 -0
- package/datasafe/targetDatabase.js +2 -0
- package/datasafe/targetDatabase.js.map +1 -1
- package/datasafe/targetDatabaseGroup.d.ts +232 -0
- package/datasafe/targetDatabaseGroup.js +132 -0
- package/datasafe/targetDatabaseGroup.js.map +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.d.ts +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.js +1 -0
- package/datasafe/targetDatabasePeerTargetDatabase.js.map +1 -1
- package/datasafe/unifiedAuditPolicy.d.ts +273 -0
- package/datasafe/unifiedAuditPolicy.js +137 -0
- package/datasafe/unifiedAuditPolicy.js.map +1 -0
- package/datasafe/unifiedAuditPolicyDefinition.d.ts +221 -0
- package/datasafe/unifiedAuditPolicyDefinition.js +93 -0
- package/datasafe/unifiedAuditPolicyDefinition.js.map +1 -0
- package/datasafe/userAssessment.d.ts +33 -12
- package/datasafe/userAssessment.js +5 -0
- package/datasafe/userAssessment.js.map +1 -1
- package/disasterrecovery/drProtectionGroup.d.ts +12 -0
- package/disasterrecovery/drProtectionGroup.js +12 -0
- package/disasterrecovery/drProtectionGroup.js.map +1 -1
- package/generativeai/agentDataIngestionJob.d.ts +10 -0
- package/generativeai/agentDataIngestionJob.js +4 -0
- package/generativeai/agentDataIngestionJob.js.map +1 -1
- package/generativeai/agentDataSource.d.ts +3 -40
- package/generativeai/agentDataSource.js +0 -31
- package/generativeai/agentDataSource.js.map +1 -1
- package/generativeai/agentKnowledgeBase.d.ts +11 -11
- package/generativeai/agentKnowledgeBase.js +2 -2
- package/generativeai/agentKnowledgeBase.js.map +1 -1
- package/generativeai/agentTool.d.ts +87 -0
- package/generativeai/agentTool.js +87 -0
- package/generativeai/agentTool.js.map +1 -1
- package/generativeai/getAgentDataIngestionJob.d.ts +5 -0
- package/generativeai/getAgentDataIngestionJob.js.map +1 -1
- package/generativeai/getAgentDataSource.d.ts +1 -5
- package/generativeai/getAgentDataSource.js +0 -4
- package/generativeai/getAgentDataSource.js.map +1 -1
- package/generativeai/getAgentDataSources.d.ts +0 -4
- package/generativeai/getAgentDataSources.js +0 -4
- package/generativeai/getAgentDataSources.js.map +1 -1
- package/generativeai/getAgentKnowledgeBase.d.ts +5 -5
- package/generativeai/getAgentKnowledgeBase.js +0 -4
- package/generativeai/getAgentKnowledgeBase.js.map +1 -1
- package/generativeai/getAgentKnowledgeBases.d.ts +0 -4
- package/generativeai/getAgentKnowledgeBases.js +0 -4
- package/generativeai/getAgentKnowledgeBases.js.map +1 -1
- package/goldengate/deployment.d.ts +24 -0
- package/goldengate/deployment.js +4 -0
- package/goldengate/deployment.js.map +1 -1
- package/goldengate/getDeployment.d.ts +8 -0
- package/goldengate/getDeployment.js.map +1 -1
- package/goldengate/getDeployments.d.ts +14 -0
- package/goldengate/getDeployments.js +4 -0
- package/goldengate/getDeployments.js.map +1 -1
- package/oci/getManagedKafkaKafkaCluster.d.ts +146 -0
- package/oci/getManagedKafkaKafkaCluster.js +54 -0
- package/oci/getManagedKafkaKafkaCluster.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfig.d.ts +110 -0
- package/oci/getManagedKafkaKafkaClusterConfig.js +54 -0
- package/oci/getManagedKafkaKafkaClusterConfig.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.d.ts +91 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.js +58 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersion.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.d.ts +72 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.js +56 -0
- package/oci/getManagedKafkaKafkaClusterConfigVersions.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.d.ts +113 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.js +70 -0
- package/oci/getManagedKafkaKafkaClusterConfigs.js.map +1 -0
- package/oci/getManagedKafkaKafkaClusters.d.ts +113 -0
- package/oci/getManagedKafkaKafkaClusters.js +70 -0
- package/oci/getManagedKafkaKafkaClusters.js.map +1 -0
- package/oci/index.d.ts +27 -0
- package/oci/index.js +35 -1
- package/oci/index.js.map +1 -1
- package/oci/managedKafkaKafkaCluster.d.ts +311 -0
- package/oci/managedKafkaKafkaCluster.js +154 -0
- package/oci/managedKafkaKafkaCluster.js.map +1 -0
- package/oci/managedKafkaKafkaClusterConfig.d.ts +191 -0
- package/oci/managedKafkaKafkaClusterConfig.js +110 -0
- package/oci/managedKafkaKafkaClusterConfig.js.map +1 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.d.ts +115 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.js +80 -0
- package/oci/managedKafkaKafkaClusterSuperusersManagement.js.map +1 -0
- package/package.json +2 -2
- package/types/input.d.ts +742 -34
- package/types/output.d.ts +3765 -543
package/types/input.d.ts
CHANGED
|
@@ -20156,11 +20156,123 @@ export declare namespace DataSafe {
|
|
|
20156
20156
|
*/
|
|
20157
20157
|
auditCollectionStartTime?: pulumi.Input<string>;
|
|
20158
20158
|
/**
|
|
20159
|
-
* The OCID of the audit.
|
|
20159
|
+
* The OCID of the parent audit.
|
|
20160
|
+
*/
|
|
20161
|
+
auditProfileId?: pulumi.Input<string>;
|
|
20162
|
+
/**
|
|
20163
|
+
* Indicates if the Datasafe updates last archive time on target database. If isAutoPurgeEnabled field is enabled, this field must be true.
|
|
20164
|
+
*/
|
|
20165
|
+
canUpdateLastArchiveTimeOnTarget?: pulumi.Input<boolean>;
|
|
20166
|
+
/**
|
|
20167
|
+
* (Updatable) The OCID of the compartment where you want to create the audit profile.
|
|
20168
|
+
*/
|
|
20169
|
+
compartmentId?: pulumi.Input<string>;
|
|
20170
|
+
/**
|
|
20171
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
|
20172
|
+
*/
|
|
20173
|
+
definedTags?: pulumi.Input<{
|
|
20174
|
+
[key: string]: pulumi.Input<string>;
|
|
20175
|
+
}>;
|
|
20176
|
+
/**
|
|
20177
|
+
* (Updatable) The description of the audit profile.
|
|
20178
|
+
*/
|
|
20179
|
+
description?: pulumi.Input<string>;
|
|
20180
|
+
/**
|
|
20181
|
+
* (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
|
20182
|
+
*/
|
|
20183
|
+
displayName?: pulumi.Input<string>;
|
|
20184
|
+
/**
|
|
20185
|
+
* (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"}`
|
|
20186
|
+
*/
|
|
20187
|
+
freeformTags?: pulumi.Input<{
|
|
20188
|
+
[key: string]: pulumi.Input<string>;
|
|
20189
|
+
}>;
|
|
20190
|
+
/**
|
|
20191
|
+
* The OCID of the audit profile.
|
|
20192
|
+
*/
|
|
20193
|
+
id?: pulumi.Input<string>;
|
|
20194
|
+
/**
|
|
20195
|
+
* Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
|
|
20196
|
+
*/
|
|
20197
|
+
isAutoPurgeEnabled?: pulumi.Input<boolean>;
|
|
20198
|
+
/**
|
|
20199
|
+
* Details about the current state of the audit profile in Data Safe.
|
|
20200
|
+
*/
|
|
20201
|
+
lifecycleDetails?: pulumi.Input<string>;
|
|
20202
|
+
/**
|
|
20203
|
+
* The secondary id assigned for the peer database registered with Data Safe.
|
|
20204
|
+
*/
|
|
20205
|
+
peerTargetDatabaseKey?: pulumi.Input<number>;
|
|
20206
|
+
/**
|
|
20207
|
+
* The details of the audit trail purge job that ran on the "purgeJobTime".
|
|
20208
|
+
*/
|
|
20209
|
+
purgeJobDetails?: pulumi.Input<string>;
|
|
20210
|
+
/**
|
|
20211
|
+
* The current status of the audit trail purge job.
|
|
20212
|
+
*/
|
|
20213
|
+
purgeJobStatus?: pulumi.Input<string>;
|
|
20214
|
+
/**
|
|
20215
|
+
* The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
|
|
20216
|
+
*/
|
|
20217
|
+
purgeJobTime?: pulumi.Input<string>;
|
|
20218
|
+
/**
|
|
20219
|
+
* The current state of the audit profile.
|
|
20220
|
+
*/
|
|
20221
|
+
state?: pulumi.Input<string>;
|
|
20222
|
+
/**
|
|
20223
|
+
* The current sub-state of the audit trail.
|
|
20224
|
+
*/
|
|
20225
|
+
status?: pulumi.Input<string>;
|
|
20226
|
+
/**
|
|
20227
|
+
* 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"}`
|
|
20228
|
+
*/
|
|
20229
|
+
systemTags?: pulumi.Input<{
|
|
20230
|
+
[key: string]: pulumi.Input<string>;
|
|
20231
|
+
}>;
|
|
20232
|
+
/**
|
|
20233
|
+
* The OCID of the target database or target database group for which the audit profile is created.
|
|
20234
|
+
*/
|
|
20235
|
+
targetId?: pulumi.Input<string>;
|
|
20236
|
+
/**
|
|
20237
|
+
* The date and time the audit profile was created, in the format defined by RFC3339.
|
|
20238
|
+
*/
|
|
20239
|
+
timeCreated?: pulumi.Input<string>;
|
|
20240
|
+
/**
|
|
20241
|
+
* The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
|
|
20242
|
+
*/
|
|
20243
|
+
timeLastCollected?: pulumi.Input<string>;
|
|
20244
|
+
/**
|
|
20245
|
+
* The date and time the audit profile was updated, in the format defined by RFC3339.
|
|
20246
|
+
*/
|
|
20247
|
+
timeUpdated?: pulumi.Input<string>;
|
|
20248
|
+
/**
|
|
20249
|
+
* An audit trail location represents the source of audit records that provides documentary evidence of the sequence of activities in the target database.
|
|
20250
|
+
*/
|
|
20251
|
+
trailLocation?: pulumi.Input<string>;
|
|
20252
|
+
/**
|
|
20253
|
+
* The underlying source of unified audit trail.
|
|
20254
|
+
*/
|
|
20255
|
+
trailSource?: pulumi.Input<string>;
|
|
20256
|
+
/**
|
|
20257
|
+
* The OCID of the workrequest for audit trail which collects audit records.
|
|
20258
|
+
*/
|
|
20259
|
+
workRequestId?: pulumi.Input<string>;
|
|
20260
|
+
}
|
|
20261
|
+
interface AuditProfileManagementAuditTrail {
|
|
20262
|
+
/**
|
|
20263
|
+
* The date from which the audit trail must start collecting data, in the format defined by RFC3339.
|
|
20264
|
+
*/
|
|
20265
|
+
auditCollectionStartTime?: pulumi.Input<string>;
|
|
20266
|
+
/**
|
|
20267
|
+
* The OCID of the parent audit.
|
|
20160
20268
|
*/
|
|
20161
20269
|
auditProfileId?: pulumi.Input<string>;
|
|
20162
20270
|
/**
|
|
20163
|
-
*
|
|
20271
|
+
* Indicates if the Datasafe updates last archive time on target database. If isAutoPurgeEnabled field is enabled, this field must be true.
|
|
20272
|
+
*/
|
|
20273
|
+
canUpdateLastArchiveTimeOnTarget?: pulumi.Input<boolean>;
|
|
20274
|
+
/**
|
|
20275
|
+
* (Updatable) The OCID of the compartment where you want to create the audit profile.
|
|
20164
20276
|
*/
|
|
20165
20277
|
compartmentId?: pulumi.Input<string>;
|
|
20166
20278
|
/**
|
|
@@ -20226,7 +20338,7 @@ export declare namespace DataSafe {
|
|
|
20226
20338
|
[key: string]: pulumi.Input<string>;
|
|
20227
20339
|
}>;
|
|
20228
20340
|
/**
|
|
20229
|
-
* The OCID of the
|
|
20341
|
+
* The OCID of the target database or target database group for which the audit profile is created.
|
|
20230
20342
|
*/
|
|
20231
20343
|
targetId?: pulumi.Input<string>;
|
|
20232
20344
|
/**
|
|
@@ -20376,6 +20488,26 @@ export declare namespace DataSafe {
|
|
|
20376
20488
|
regex?: pulumi.Input<boolean>;
|
|
20377
20489
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20378
20490
|
}
|
|
20491
|
+
interface GetAttributeSetAssociatedResourcesFilter {
|
|
20492
|
+
name: string;
|
|
20493
|
+
regex?: boolean;
|
|
20494
|
+
values: string[];
|
|
20495
|
+
}
|
|
20496
|
+
interface GetAttributeSetAssociatedResourcesFilterArgs {
|
|
20497
|
+
name: pulumi.Input<string>;
|
|
20498
|
+
regex?: pulumi.Input<boolean>;
|
|
20499
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20500
|
+
}
|
|
20501
|
+
interface GetAttributeSetsFilter {
|
|
20502
|
+
name: string;
|
|
20503
|
+
regex?: boolean;
|
|
20504
|
+
values: string[];
|
|
20505
|
+
}
|
|
20506
|
+
interface GetAttributeSetsFilterArgs {
|
|
20507
|
+
name: pulumi.Input<string>;
|
|
20508
|
+
regex?: pulumi.Input<boolean>;
|
|
20509
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20510
|
+
}
|
|
20379
20511
|
interface GetAuditArchiveRetrievalsFilter {
|
|
20380
20512
|
name: string;
|
|
20381
20513
|
regex?: boolean;
|
|
@@ -20426,6 +20558,16 @@ export declare namespace DataSafe {
|
|
|
20426
20558
|
regex?: pulumi.Input<boolean>;
|
|
20427
20559
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20428
20560
|
}
|
|
20561
|
+
interface GetAuditProfileTargetOverridesFilter {
|
|
20562
|
+
name: string;
|
|
20563
|
+
regex?: boolean;
|
|
20564
|
+
values: string[];
|
|
20565
|
+
}
|
|
20566
|
+
interface GetAuditProfileTargetOverridesFilterArgs {
|
|
20567
|
+
name: pulumi.Input<string>;
|
|
20568
|
+
regex?: pulumi.Input<boolean>;
|
|
20569
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20570
|
+
}
|
|
20429
20571
|
interface GetAuditProfilesFilter {
|
|
20430
20572
|
name: string;
|
|
20431
20573
|
regex?: boolean;
|
|
@@ -20672,6 +20814,16 @@ export declare namespace DataSafe {
|
|
|
20672
20814
|
regex?: pulumi.Input<boolean>;
|
|
20673
20815
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20674
20816
|
}
|
|
20817
|
+
interface GetSecurityAssessmentChecksFilter {
|
|
20818
|
+
name: string;
|
|
20819
|
+
regex?: boolean;
|
|
20820
|
+
values: string[];
|
|
20821
|
+
}
|
|
20822
|
+
interface GetSecurityAssessmentChecksFilterArgs {
|
|
20823
|
+
name: pulumi.Input<string>;
|
|
20824
|
+
regex?: pulumi.Input<boolean>;
|
|
20825
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20826
|
+
}
|
|
20675
20827
|
interface GetSecurityAssessmentFindingAnalyticsFilter {
|
|
20676
20828
|
name: string;
|
|
20677
20829
|
regex?: boolean;
|
|
@@ -20732,6 +20884,26 @@ export declare namespace DataSafe {
|
|
|
20732
20884
|
regex?: pulumi.Input<boolean>;
|
|
20733
20885
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20734
20886
|
}
|
|
20887
|
+
interface GetSecurityAssessmentTemplateAnalyticsFilter {
|
|
20888
|
+
name: string;
|
|
20889
|
+
regex?: boolean;
|
|
20890
|
+
values: string[];
|
|
20891
|
+
}
|
|
20892
|
+
interface GetSecurityAssessmentTemplateAnalyticsFilterArgs {
|
|
20893
|
+
name: pulumi.Input<string>;
|
|
20894
|
+
regex?: pulumi.Input<boolean>;
|
|
20895
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20896
|
+
}
|
|
20897
|
+
interface GetSecurityAssessmentTemplateAssociationAnalyticsFilter {
|
|
20898
|
+
name: string;
|
|
20899
|
+
regex?: boolean;
|
|
20900
|
+
values: string[];
|
|
20901
|
+
}
|
|
20902
|
+
interface GetSecurityAssessmentTemplateAssociationAnalyticsFilterArgs {
|
|
20903
|
+
name: pulumi.Input<string>;
|
|
20904
|
+
regex?: pulumi.Input<boolean>;
|
|
20905
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20906
|
+
}
|
|
20735
20907
|
interface GetSecurityAssessmentsFilter {
|
|
20736
20908
|
name: string;
|
|
20737
20909
|
regex?: boolean;
|
|
@@ -20752,6 +20924,16 @@ export declare namespace DataSafe {
|
|
|
20752
20924
|
regex?: pulumi.Input<boolean>;
|
|
20753
20925
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20754
20926
|
}
|
|
20927
|
+
interface GetSecurityPolicyConfigsFilter {
|
|
20928
|
+
name: string;
|
|
20929
|
+
regex?: boolean;
|
|
20930
|
+
values: string[];
|
|
20931
|
+
}
|
|
20932
|
+
interface GetSecurityPolicyConfigsFilterArgs {
|
|
20933
|
+
name: pulumi.Input<string>;
|
|
20934
|
+
regex?: pulumi.Input<boolean>;
|
|
20935
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
20936
|
+
}
|
|
20755
20937
|
interface GetSecurityPolicyDeploymentSecurityPolicyEntryStatesFilter {
|
|
20756
20938
|
name: string;
|
|
20757
20939
|
regex?: boolean;
|
|
@@ -21022,6 +21204,16 @@ export declare namespace DataSafe {
|
|
|
21022
21204
|
regex?: pulumi.Input<boolean>;
|
|
21023
21205
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
21024
21206
|
}
|
|
21207
|
+
interface GetTargetDatabaseGroupsFilter {
|
|
21208
|
+
name: string;
|
|
21209
|
+
regex?: boolean;
|
|
21210
|
+
values: string[];
|
|
21211
|
+
}
|
|
21212
|
+
interface GetTargetDatabaseGroupsFilterArgs {
|
|
21213
|
+
name: pulumi.Input<string>;
|
|
21214
|
+
regex?: pulumi.Input<boolean>;
|
|
21215
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
21216
|
+
}
|
|
21025
21217
|
interface GetTargetDatabasePeerTargetDatabasesFilter {
|
|
21026
21218
|
name: string;
|
|
21027
21219
|
regex?: boolean;
|
|
@@ -21092,6 +21284,26 @@ export declare namespace DataSafe {
|
|
|
21092
21284
|
regex?: pulumi.Input<boolean>;
|
|
21093
21285
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
21094
21286
|
}
|
|
21287
|
+
interface GetUnifiedAuditPoliciesFilter {
|
|
21288
|
+
name: string;
|
|
21289
|
+
regex?: boolean;
|
|
21290
|
+
values: string[];
|
|
21291
|
+
}
|
|
21292
|
+
interface GetUnifiedAuditPoliciesFilterArgs {
|
|
21293
|
+
name: pulumi.Input<string>;
|
|
21294
|
+
regex?: pulumi.Input<boolean>;
|
|
21295
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
21296
|
+
}
|
|
21297
|
+
interface GetUnifiedAuditPolicyDefinitionsFilter {
|
|
21298
|
+
name: string;
|
|
21299
|
+
regex?: boolean;
|
|
21300
|
+
values: string[];
|
|
21301
|
+
}
|
|
21302
|
+
interface GetUnifiedAuditPolicyDefinitionsFilterArgs {
|
|
21303
|
+
name: pulumi.Input<string>;
|
|
21304
|
+
regex?: pulumi.Input<boolean>;
|
|
21305
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
21306
|
+
}
|
|
21095
21307
|
interface GetUserAssessmentPasswordExpiryDateAnalyticsFilter {
|
|
21096
21308
|
name: string;
|
|
21097
21309
|
regex?: boolean;
|
|
@@ -21417,6 +21629,10 @@ export declare namespace DataSafe {
|
|
|
21417
21629
|
operator: pulumi.Input<string>;
|
|
21418
21630
|
}
|
|
21419
21631
|
interface ReportDefinitionColumnInfo {
|
|
21632
|
+
/**
|
|
21633
|
+
* (Updatable) An array of operators that can be supported by column fieldName.
|
|
21634
|
+
*/
|
|
21635
|
+
applicableOperators?: pulumi.Input<pulumi.Input<string>[]>;
|
|
21420
21636
|
/**
|
|
21421
21637
|
* (Updatable) Specifies the data type of the column.
|
|
21422
21638
|
*/
|
|
@@ -21437,6 +21653,10 @@ export declare namespace DataSafe {
|
|
|
21437
21653
|
* (Updatable) Indicates if the column is hidden. Values can either be 'true' or 'false'.
|
|
21438
21654
|
*/
|
|
21439
21655
|
isHidden: pulumi.Input<boolean>;
|
|
21656
|
+
/**
|
|
21657
|
+
* (Updatable) Specifies if column is virtual and can only be used as column filter.
|
|
21658
|
+
*/
|
|
21659
|
+
isVirtual?: pulumi.Input<boolean>;
|
|
21440
21660
|
}
|
|
21441
21661
|
interface ReportDefinitionColumnSorting {
|
|
21442
21662
|
/**
|
|
@@ -21482,6 +21702,104 @@ export declare namespace DataSafe {
|
|
|
21482
21702
|
*/
|
|
21483
21703
|
scimFilter?: pulumi.Input<string>;
|
|
21484
21704
|
}
|
|
21705
|
+
interface SecurityAssessmentCheck {
|
|
21706
|
+
/**
|
|
21707
|
+
* The category to which the check belongs to.
|
|
21708
|
+
*/
|
|
21709
|
+
category?: pulumi.Input<string>;
|
|
21710
|
+
/**
|
|
21711
|
+
* A unique identifier for the check.
|
|
21712
|
+
*/
|
|
21713
|
+
key?: pulumi.Input<string>;
|
|
21714
|
+
/**
|
|
21715
|
+
* Provides a recommended approach to take to remediate the check reported.
|
|
21716
|
+
*/
|
|
21717
|
+
oneline?: pulumi.Input<string>;
|
|
21718
|
+
/**
|
|
21719
|
+
* Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Best Practice.
|
|
21720
|
+
*/
|
|
21721
|
+
references?: pulumi.Input<pulumi.Input<inputs.DataSafe.SecurityAssessmentCheckReference>[]>;
|
|
21722
|
+
/**
|
|
21723
|
+
* The explanation of the issue in this check. It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.
|
|
21724
|
+
*/
|
|
21725
|
+
remarks?: pulumi.Input<string>;
|
|
21726
|
+
/**
|
|
21727
|
+
* The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
|
|
21728
|
+
*/
|
|
21729
|
+
suggestedSeverity?: pulumi.Input<string>;
|
|
21730
|
+
/**
|
|
21731
|
+
* The short title for the check.
|
|
21732
|
+
*/
|
|
21733
|
+
title?: pulumi.Input<string>;
|
|
21734
|
+
}
|
|
21735
|
+
interface SecurityAssessmentCheckPatchOperation {
|
|
21736
|
+
/**
|
|
21737
|
+
* (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
|
|
21738
|
+
*/
|
|
21739
|
+
operation: pulumi.Input<string>;
|
|
21740
|
+
/**
|
|
21741
|
+
* (Updatable)
|
|
21742
|
+
*/
|
|
21743
|
+
selection: pulumi.Input<string>;
|
|
21744
|
+
/**
|
|
21745
|
+
* (Updatable)
|
|
21746
|
+
*/
|
|
21747
|
+
value: pulumi.Input<{
|
|
21748
|
+
[key: string]: pulumi.Input<string>;
|
|
21749
|
+
}>;
|
|
21750
|
+
}
|
|
21751
|
+
interface SecurityAssessmentCheckReference {
|
|
21752
|
+
/**
|
|
21753
|
+
* Relevant section from CIS.
|
|
21754
|
+
*/
|
|
21755
|
+
cis?: pulumi.Input<string>;
|
|
21756
|
+
/**
|
|
21757
|
+
* Relevant section from GDPR.
|
|
21758
|
+
*/
|
|
21759
|
+
gdpr?: pulumi.Input<string>;
|
|
21760
|
+
/**
|
|
21761
|
+
* Relevant section from OBP.
|
|
21762
|
+
*/
|
|
21763
|
+
obp?: pulumi.Input<string>;
|
|
21764
|
+
/**
|
|
21765
|
+
* Relevant section from STIG.
|
|
21766
|
+
*/
|
|
21767
|
+
stig?: pulumi.Input<string>;
|
|
21768
|
+
}
|
|
21769
|
+
interface SecurityAssessmentFindingPatchOperation {
|
|
21770
|
+
/**
|
|
21771
|
+
* (Updatable) The operation can be one of these values: `INSERT`, `MERGE`, `REMOVE`
|
|
21772
|
+
*/
|
|
21773
|
+
operation: pulumi.Input<string>;
|
|
21774
|
+
/**
|
|
21775
|
+
* (Updatable)
|
|
21776
|
+
*/
|
|
21777
|
+
selection: pulumi.Input<string>;
|
|
21778
|
+
/**
|
|
21779
|
+
* (Updatable)
|
|
21780
|
+
*/
|
|
21781
|
+
value: pulumi.Input<{
|
|
21782
|
+
[key: string]: pulumi.Input<string>;
|
|
21783
|
+
}>;
|
|
21784
|
+
}
|
|
21785
|
+
interface SecurityAssessmentFindingReference {
|
|
21786
|
+
/**
|
|
21787
|
+
* Relevant section from CIS.
|
|
21788
|
+
*/
|
|
21789
|
+
cis?: pulumi.Input<string>;
|
|
21790
|
+
/**
|
|
21791
|
+
* Relevant section from GDPR.
|
|
21792
|
+
*/
|
|
21793
|
+
gdpr?: pulumi.Input<string>;
|
|
21794
|
+
/**
|
|
21795
|
+
* Relevant section from OBP.
|
|
21796
|
+
*/
|
|
21797
|
+
obp?: pulumi.Input<string>;
|
|
21798
|
+
/**
|
|
21799
|
+
* Relevant section from STIG.
|
|
21800
|
+
*/
|
|
21801
|
+
stig?: pulumi.Input<string>;
|
|
21802
|
+
}
|
|
21485
21803
|
interface SecurityAssessmentStatistic {
|
|
21486
21804
|
/**
|
|
21487
21805
|
* Statistics showing the number of findings with a particular risk level for each category.
|
|
@@ -21754,6 +22072,34 @@ export declare namespace DataSafe {
|
|
|
21754
22072
|
*/
|
|
21755
22073
|
userAccountsFindingsCount?: pulumi.Input<number>;
|
|
21756
22074
|
}
|
|
22075
|
+
interface SecurityPolicyConfigFirewallConfig {
|
|
22076
|
+
/**
|
|
22077
|
+
* (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
|
|
22078
|
+
*/
|
|
22079
|
+
excludeJob?: pulumi.Input<string>;
|
|
22080
|
+
/**
|
|
22081
|
+
* (Updatable) Specifies whether the firewall is enabled or disabled.
|
|
22082
|
+
*/
|
|
22083
|
+
status?: pulumi.Input<string>;
|
|
22084
|
+
/**
|
|
22085
|
+
* The date and time the firewall configuration was last updated, in the format defined by RFC3339.
|
|
22086
|
+
*/
|
|
22087
|
+
timeStatusUpdated?: pulumi.Input<string>;
|
|
22088
|
+
/**
|
|
22089
|
+
* (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting them in Data Safe.
|
|
22090
|
+
*/
|
|
22091
|
+
violationLogAutoPurge?: pulumi.Input<string>;
|
|
22092
|
+
}
|
|
22093
|
+
interface SecurityPolicyConfigUnifiedAuditPolicyConfig {
|
|
22094
|
+
/**
|
|
22095
|
+
* (Updatable) Specifies whether the Data Safe service account on the target database should be excluded in the unified audit policy.
|
|
22096
|
+
*
|
|
22097
|
+
*
|
|
22098
|
+
* ** IMPORTANT **
|
|
22099
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
22100
|
+
*/
|
|
22101
|
+
excludeDatasafeUser?: pulumi.Input<string>;
|
|
22102
|
+
}
|
|
21757
22103
|
interface SensitiveDataModelReferentialRelationChild {
|
|
21758
22104
|
/**
|
|
21759
22105
|
* The application name.
|
|
@@ -21893,6 +22239,10 @@ export declare namespace DataSafe {
|
|
|
21893
22239
|
* (Updatable) The port number of the database listener.
|
|
21894
22240
|
*/
|
|
21895
22241
|
listenerPort?: pulumi.Input<number>;
|
|
22242
|
+
/**
|
|
22243
|
+
* (Updatable) The OCID of the pluggable database registered as a target database in Data Safe.
|
|
22244
|
+
*/
|
|
22245
|
+
pluggableDatabaseId?: pulumi.Input<string>;
|
|
21896
22246
|
/**
|
|
21897
22247
|
* (Updatable) The service name of the database registered as target database.
|
|
21898
22248
|
*/
|
|
@@ -21902,6 +22252,58 @@ export declare namespace DataSafe {
|
|
|
21902
22252
|
*/
|
|
21903
22253
|
vmClusterId?: pulumi.Input<string>;
|
|
21904
22254
|
}
|
|
22255
|
+
interface TargetDatabaseGroupMatchingCriteria {
|
|
22256
|
+
/**
|
|
22257
|
+
* (Updatable) Criteria to exclude certain target databases from the target database group.
|
|
22258
|
+
*/
|
|
22259
|
+
exclude?: pulumi.Input<inputs.DataSafe.TargetDatabaseGroupMatchingCriteriaExclude>;
|
|
22260
|
+
/**
|
|
22261
|
+
* (Updatable) Criteria to determine whether a target database should be included in the target database group. If the database satisfies any of compartments, targetDatabaseIds, freeformTags, or definedTags criteria, it qualifies for inclusion in the target database group
|
|
22262
|
+
*/
|
|
22263
|
+
include: pulumi.Input<inputs.DataSafe.TargetDatabaseGroupMatchingCriteriaInclude>;
|
|
22264
|
+
}
|
|
22265
|
+
interface TargetDatabaseGroupMatchingCriteriaExclude {
|
|
22266
|
+
/**
|
|
22267
|
+
* (Updatable) The list of target database OCIDS, that should be excluded from the target database group (even if they match some of the other criteria).
|
|
22268
|
+
*/
|
|
22269
|
+
targetDatabaseIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
22270
|
+
}
|
|
22271
|
+
interface TargetDatabaseGroupMatchingCriteriaInclude {
|
|
22272
|
+
/**
|
|
22273
|
+
* (Updatable) List of compartment objects, each containing the OCID of the compartment and a boolean value that indicates whether the target databases in the compartments and sub-compartments should also be included in the target database group.
|
|
22274
|
+
*/
|
|
22275
|
+
compartments?: pulumi.Input<pulumi.Input<inputs.DataSafe.TargetDatabaseGroupMatchingCriteriaIncludeCompartment>[]>;
|
|
22276
|
+
/**
|
|
22277
|
+
* (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
|
22278
|
+
*/
|
|
22279
|
+
definedTags?: pulumi.Input<{
|
|
22280
|
+
[key: string]: pulumi.Input<string>;
|
|
22281
|
+
}>;
|
|
22282
|
+
/**
|
|
22283
|
+
* (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"}`
|
|
22284
|
+
*/
|
|
22285
|
+
freeformTags?: pulumi.Input<{
|
|
22286
|
+
[key: string]: pulumi.Input<string>;
|
|
22287
|
+
}>;
|
|
22288
|
+
/**
|
|
22289
|
+
* (Updatable) The list of target database OCIDs to be included in the target database group.
|
|
22290
|
+
*
|
|
22291
|
+
*
|
|
22292
|
+
* ** IMPORTANT **
|
|
22293
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
22294
|
+
*/
|
|
22295
|
+
targetDatabaseIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22296
|
+
}
|
|
22297
|
+
interface TargetDatabaseGroupMatchingCriteriaIncludeCompartment {
|
|
22298
|
+
/**
|
|
22299
|
+
* (Updatable) The OCID of the compartment for including target databases to the target database group. All target databases in the compartment will be members of the target database group.
|
|
22300
|
+
*/
|
|
22301
|
+
id: pulumi.Input<string>;
|
|
22302
|
+
/**
|
|
22303
|
+
* (Updatable) This indicates whether the target databases of sub-compartments should also be included in the target database group. By default, this parameter is set to false.
|
|
22304
|
+
*/
|
|
22305
|
+
isIncludeSubtree?: pulumi.Input<boolean>;
|
|
22306
|
+
}
|
|
21905
22307
|
interface TargetDatabasePeerTargetDatabase {
|
|
21906
22308
|
/**
|
|
21907
22309
|
* (Updatable) Details of the database for the registration in Data Safe.
|
|
@@ -21977,6 +22379,10 @@ export declare namespace DataSafe {
|
|
|
21977
22379
|
* (Updatable) The port number of the database listener.
|
|
21978
22380
|
*/
|
|
21979
22381
|
listenerPort?: pulumi.Input<number>;
|
|
22382
|
+
/**
|
|
22383
|
+
* (Updatable) The OCID of the pluggable database registered as a target database in Data Safe.
|
|
22384
|
+
*/
|
|
22385
|
+
pluggableDatabaseId?: pulumi.Input<string>;
|
|
21980
22386
|
/**
|
|
21981
22387
|
* (Updatable) The service name of the database registered as target database.
|
|
21982
22388
|
*/
|
|
@@ -22015,6 +22421,10 @@ export declare namespace DataSafe {
|
|
|
22015
22421
|
* (Updatable) The port number of the database listener.
|
|
22016
22422
|
*/
|
|
22017
22423
|
listenerPort?: pulumi.Input<number>;
|
|
22424
|
+
/**
|
|
22425
|
+
* (Updatable) The OCID of the pluggable database registered as a target database in Data Safe.
|
|
22426
|
+
*/
|
|
22427
|
+
pluggableDatabaseId?: pulumi.Input<string>;
|
|
22018
22428
|
/**
|
|
22019
22429
|
* (Updatable) The service name of the database registered as target database.
|
|
22020
22430
|
*/
|
|
@@ -22075,6 +22485,10 @@ export declare namespace DataSafe {
|
|
|
22075
22485
|
* The port number of the database listener.
|
|
22076
22486
|
*/
|
|
22077
22487
|
listenerPort?: pulumi.Input<number>;
|
|
22488
|
+
/**
|
|
22489
|
+
* The OCID of the pluggable database registered as a target database in Data Safe.
|
|
22490
|
+
*/
|
|
22491
|
+
pluggableDatabaseId?: pulumi.Input<string>;
|
|
22078
22492
|
/**
|
|
22079
22493
|
* The service name of the database registered as target database.
|
|
22080
22494
|
*/
|
|
@@ -22158,14 +22572,36 @@ export declare namespace DataSafe {
|
|
|
22158
22572
|
*/
|
|
22159
22573
|
trustStoreContent?: pulumi.Input<string>;
|
|
22160
22574
|
}
|
|
22575
|
+
interface UnifiedAuditPolicyCondition {
|
|
22576
|
+
/**
|
|
22577
|
+
* (Updatable) The OCID of the attribute set.
|
|
22578
|
+
*/
|
|
22579
|
+
attributeSetId?: pulumi.Input<string>;
|
|
22580
|
+
/**
|
|
22581
|
+
* (Updatable) Specifies whether to include or exclude the specified users or roles.
|
|
22582
|
+
*/
|
|
22583
|
+
entitySelection: pulumi.Input<string>;
|
|
22584
|
+
/**
|
|
22585
|
+
* (Updatable) The type of users or roles that the unified audit policy is applied to.
|
|
22586
|
+
*/
|
|
22587
|
+
entityType: pulumi.Input<string>;
|
|
22588
|
+
/**
|
|
22589
|
+
* (Updatable) The operation status that the policy must be enabled for.
|
|
22590
|
+
*/
|
|
22591
|
+
operationStatus: pulumi.Input<string>;
|
|
22592
|
+
/**
|
|
22593
|
+
* (Updatable) List of roles that the policy must be enabled for.
|
|
22594
|
+
*/
|
|
22595
|
+
roleNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22596
|
+
/**
|
|
22597
|
+
* (Updatable) The list of users that the unified audit policy is enabled for.
|
|
22598
|
+
*/
|
|
22599
|
+
userNames?: pulumi.Input<pulumi.Input<string>[]>;
|
|
22600
|
+
}
|
|
22161
22601
|
interface UserAssessmentIgnoredTarget {
|
|
22162
22602
|
lifecycleState?: pulumi.Input<string>;
|
|
22163
22603
|
/**
|
|
22164
|
-
* The OCID of the target database on which
|
|
22165
|
-
*
|
|
22166
|
-
*
|
|
22167
|
-
* ** IMPORTANT **
|
|
22168
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
22604
|
+
* The OCID of the target database or target database group on which user assessment is to be run.
|
|
22169
22605
|
*/
|
|
22170
22606
|
targetId?: pulumi.Input<string>;
|
|
22171
22607
|
userAssessmentId?: pulumi.Input<string>;
|
|
@@ -27251,6 +27687,10 @@ export declare namespace Database {
|
|
|
27251
27687
|
* The TDE wallet password of the source database specified by 'sourceDatabaseId'.
|
|
27252
27688
|
*/
|
|
27253
27689
|
sourceTdeWalletPassword?: pulumi.Input<string>;
|
|
27690
|
+
/**
|
|
27691
|
+
* The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
|
27692
|
+
*/
|
|
27693
|
+
storageSizeDetails?: pulumi.Input<inputs.Database.DatabaseDatabaseStorageSizeDetails>;
|
|
27254
27694
|
/**
|
|
27255
27695
|
* The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -.
|
|
27256
27696
|
*/
|
|
@@ -27371,6 +27811,20 @@ export declare namespace Database {
|
|
|
27371
27811
|
*/
|
|
27372
27812
|
providerType: pulumi.Input<string>;
|
|
27373
27813
|
}
|
|
27814
|
+
interface DatabaseDatabaseStorageSizeDetails {
|
|
27815
|
+
/**
|
|
27816
|
+
* (Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
|
|
27817
|
+
*/
|
|
27818
|
+
dataStorageSizeInGb: pulumi.Input<number>;
|
|
27819
|
+
/**
|
|
27820
|
+
* (Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
|
|
27821
|
+
*/
|
|
27822
|
+
recoStorageSizeInGbs: pulumi.Input<number>;
|
|
27823
|
+
/**
|
|
27824
|
+
* The REDO Log storage size, in gigabytes, that is applicable for the database.
|
|
27825
|
+
*/
|
|
27826
|
+
redoLogStorageSizeInGbs?: pulumi.Input<number>;
|
|
27827
|
+
}
|
|
27374
27828
|
interface DatabaseDbBackupConfig {
|
|
27375
27829
|
/**
|
|
27376
27830
|
* If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
|
|
@@ -27435,6 +27889,20 @@ export declare namespace Database {
|
|
|
27435
27889
|
*/
|
|
27436
27890
|
vpcUser?: pulumi.Input<string>;
|
|
27437
27891
|
}
|
|
27892
|
+
interface DatabaseStorageSizeDetail {
|
|
27893
|
+
/**
|
|
27894
|
+
* The DATA storage size, in gigabytes, that is applicable for the database.
|
|
27895
|
+
*/
|
|
27896
|
+
dataStorageSizeInGb?: pulumi.Input<number>;
|
|
27897
|
+
/**
|
|
27898
|
+
* The RECO storage size, in gigabytes, that is applicable for the database.
|
|
27899
|
+
*/
|
|
27900
|
+
recoStorageSizeInGbs?: pulumi.Input<number>;
|
|
27901
|
+
/**
|
|
27902
|
+
* The REDO Log storage size, in gigabytes, that is applicable for the database.
|
|
27903
|
+
*/
|
|
27904
|
+
redoLogStorageSizeInGbs?: pulumi.Input<number>;
|
|
27905
|
+
}
|
|
27438
27906
|
interface DatabaseUpgradeConnectionString {
|
|
27439
27907
|
/**
|
|
27440
27908
|
* All connection strings to use to connect to the Database.
|
|
@@ -27699,6 +28167,10 @@ export declare namespace Database {
|
|
|
27699
28167
|
* The current state of the Database Home.
|
|
27700
28168
|
*/
|
|
27701
28169
|
state?: pulumi.Input<string>;
|
|
28170
|
+
/**
|
|
28171
|
+
* The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
|
|
28172
|
+
*/
|
|
28173
|
+
storageSizeDetails?: pulumi.Input<inputs.Database.DbHomeDatabaseStorageSizeDetails>;
|
|
27702
28174
|
/**
|
|
27703
28175
|
* The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -.
|
|
27704
28176
|
*/
|
|
@@ -27797,6 +28269,17 @@ export declare namespace Database {
|
|
|
27797
28269
|
*/
|
|
27798
28270
|
providerType: pulumi.Input<string>;
|
|
27799
28271
|
}
|
|
28272
|
+
interface DbHomeDatabaseStorageSizeDetails {
|
|
28273
|
+
/**
|
|
28274
|
+
* The DATA storage size, in gigabytes, that is applicable for the database.
|
|
28275
|
+
*/
|
|
28276
|
+
dataStorageSizeInGb: pulumi.Input<number>;
|
|
28277
|
+
/**
|
|
28278
|
+
* The RECO storage size, in gigabytes, that is applicable for the database.
|
|
28279
|
+
*/
|
|
28280
|
+
recoStorageSizeInGbs: pulumi.Input<number>;
|
|
28281
|
+
redoLogStorageSizeInGbs?: pulumi.Input<number>;
|
|
28282
|
+
}
|
|
27800
28283
|
interface DbSystemDataCollectionOptions {
|
|
27801
28284
|
/**
|
|
27802
28285
|
* (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
|
|
@@ -28033,13 +28516,11 @@ export declare namespace Database {
|
|
|
28033
28516
|
*/
|
|
28034
28517
|
id?: pulumi.Input<string>;
|
|
28035
28518
|
/**
|
|
28036
|
-
* Indicates whether the backup destination is cross-region or local
|
|
28519
|
+
* Indicates whether the backup destination is cross-region or local.
|
|
28037
28520
|
*/
|
|
28038
28521
|
isRemote?: pulumi.Input<boolean>;
|
|
28039
28522
|
/**
|
|
28040
|
-
* The name of the remote region where the remote automatic incremental backups will be stored.
|
|
28041
|
-
*
|
|
28042
|
-
* For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
28523
|
+
* The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
28043
28524
|
*/
|
|
28044
28525
|
remoteRegion?: pulumi.Input<string>;
|
|
28045
28526
|
/**
|
|
@@ -37567,6 +38048,14 @@ export declare namespace DisasterRecovery {
|
|
|
37567
38048
|
* (Updatable) The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
|
|
37568
38049
|
*/
|
|
37569
38050
|
connectionStringType?: pulumi.Input<string>;
|
|
38051
|
+
/**
|
|
38052
|
+
* (Updatable) The credentials for the HeatWave MySQL DB System administrator user, containing the username and the OCID of the Vault secret that stores the password.
|
|
38053
|
+
*/
|
|
38054
|
+
dbSystemAdminUserDetails?: pulumi.Input<inputs.DisasterRecovery.DrProtectionGroupMemberDbSystemAdminUserDetails>;
|
|
38055
|
+
/**
|
|
38056
|
+
* (Updatable) The credentials for the HeatWave MySQL DB System replication user, containing the username and the OCID of the Vault secret that stores the password.
|
|
38057
|
+
*/
|
|
38058
|
+
dbSystemReplicationUserDetails?: pulumi.Input<inputs.DisasterRecovery.DrProtectionGroupMemberDbSystemReplicationUserDetails>;
|
|
37570
38059
|
/**
|
|
37571
38060
|
* (Updatable) The availability domain of the destination mount target. Example: `BBTh:region-AD`
|
|
37572
38061
|
*/
|
|
@@ -37611,6 +38100,14 @@ export declare namespace DisasterRecovery {
|
|
|
37611
38100
|
* (Updatable) A list of operations performed on file systems used by the compute instance.
|
|
37612
38101
|
*/
|
|
37613
38102
|
fileSystemOperations?: pulumi.Input<pulumi.Input<inputs.DisasterRecovery.DrProtectionGroupMemberFileSystemOperation>[]>;
|
|
38103
|
+
/**
|
|
38104
|
+
* (Updatable) The maximum time (in seconds) to wait for the Global Transaction Identifier (GTID) synchronization process to complete before timing out. Example: `600`
|
|
38105
|
+
*/
|
|
38106
|
+
gtidReconciliationTimeout?: pulumi.Input<number>;
|
|
38107
|
+
/**
|
|
38108
|
+
* (Updatable) A flag indicating whether to continue with DR operation if the Global Transaction Identifier (GTID) reconciliation operation times out. Example: `false`
|
|
38109
|
+
*/
|
|
38110
|
+
isContinueOnGtidReconciliationTimeout?: pulumi.Input<boolean>;
|
|
37614
38111
|
/**
|
|
37615
38112
|
* (Updatable) A flag indicating if the compute instance should be moved during DR operations. Example: `false`
|
|
37616
38113
|
*/
|
|
@@ -37659,6 +38156,10 @@ export declare namespace DisasterRecovery {
|
|
|
37659
38156
|
* (Updatable) The OCID of the peer OKE cluster. This property applies to the OKE cluster member in both the primary and standby region. Example: `ocid1.cluster.oc1..uniqueID`
|
|
37660
38157
|
*/
|
|
37661
38158
|
peerClusterId?: pulumi.Input<string>;
|
|
38159
|
+
/**
|
|
38160
|
+
* (Updatable) The OCID of the peer HeatWave MySQL DB System from the peer region. Example: `ocid1.mysqldbsystem.oc1..uniqueID`
|
|
38161
|
+
*/
|
|
38162
|
+
peerDbSystemId?: pulumi.Input<string>;
|
|
37662
38163
|
/**
|
|
37663
38164
|
* (Updatable) A list of mappings between source volume IDs in the volume group and customer-managed encryption keys in the destination region which will be used to encrypt the volume after it moves to the destination region.
|
|
37664
38165
|
*
|
|
@@ -37717,6 +38218,10 @@ export declare namespace DisasterRecovery {
|
|
|
37717
38218
|
* FREQ=HOURLY;INTERVAL=25 > Invalid configuration (Cannot specify an interval of 25). FREQ=HOURLY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=HOURLY;INTERVAL=24 > Run a backup every 24 hours. FREQ=HOURLY;INTERVAL=1 > Run a backup every hour. FREQ=HOURLY;BYMINUTE=30;INTERVAL=15 > Run a backup every 15 hours at the 30th minute. FREQ=DAILY;INTERVAL=31 > Invalid configuration (Cannot specify an interval of 31). FREQ=DAILY;INTERVAL=0 > Invalid configuration (Cannot specify an interval of 0). FREQ=DAILY;INTERVAL=30 > Run a backup every 30 days at 12:00 midnight. FREQ=DAILY;BYHOUR=17;BYMINUTE=10;INTERVAL=1 > Run a backup daily at 05:10 PM.
|
|
37718
38219
|
*/
|
|
37719
38220
|
backupSchedule?: pulumi.Input<string>;
|
|
38221
|
+
/**
|
|
38222
|
+
* (Updatable) A list of namespaces to be excluded from the backup. The default value is null. If a list of namespaces to exclude is not provided, all namespaces will be backed up. Specify either the `namespaces` or the `excludeNamespaces` parameter, but not both. This property applies to OKE cluster members in the primary region. Example: ["namespaceString3", "namespaceString4"]
|
|
38223
|
+
*/
|
|
38224
|
+
excludeNamespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
37720
38225
|
/**
|
|
37721
38226
|
* (Updatable) The OCID of the vault secret that stores the image credential. This property applies to the OKE cluster member in both the primary and standby region.
|
|
37722
38227
|
*/
|
|
@@ -37726,7 +38231,7 @@ export declare namespace DisasterRecovery {
|
|
|
37726
38231
|
*/
|
|
37727
38232
|
maxNumberOfBackupsRetained?: pulumi.Input<number>;
|
|
37728
38233
|
/**
|
|
37729
|
-
* (Updatable) A list of namespaces
|
|
38234
|
+
* (Updatable) A list of namespaces to be included in the backup. The default value is null. If a list of namespaces to include is not provided, all namespaces will be backed up. Specify either the `namespaces` or the `excludeNamespaces` parameter, but not both. This property applies to the OKE cluster member in primary region. Example: ["default", "pv-nginx"]
|
|
37730
38235
|
*/
|
|
37731
38236
|
namespaces?: pulumi.Input<pulumi.Input<string>[]>;
|
|
37732
38237
|
/**
|
|
@@ -37810,6 +38315,26 @@ export declare namespace DisasterRecovery {
|
|
|
37810
38315
|
*/
|
|
37811
38316
|
vaultId?: pulumi.Input<string>;
|
|
37812
38317
|
}
|
|
38318
|
+
interface DrProtectionGroupMemberDbSystemAdminUserDetails {
|
|
38319
|
+
/**
|
|
38320
|
+
* (Updatable) The OCID of the vault secret where the HeatWave MySQL DB System password is stored. Example: `ocid1.vaultsecret.oc1..uniqueID`
|
|
38321
|
+
*/
|
|
38322
|
+
passwordVaultSecretId?: pulumi.Input<string>;
|
|
38323
|
+
/**
|
|
38324
|
+
* (Updatable) The user name for connecting to the HeatWave MySQL DB System node. Example: `user`
|
|
38325
|
+
*/
|
|
38326
|
+
username?: pulumi.Input<string>;
|
|
38327
|
+
}
|
|
38328
|
+
interface DrProtectionGroupMemberDbSystemReplicationUserDetails {
|
|
38329
|
+
/**
|
|
38330
|
+
* (Updatable) The OCID of the vault secret where the HeatWave MySQL DB System password is stored. Example: `ocid1.vaultsecret.oc1..uniqueID`
|
|
38331
|
+
*/
|
|
38332
|
+
passwordVaultSecretId?: pulumi.Input<string>;
|
|
38333
|
+
/**
|
|
38334
|
+
* (Updatable) The user name for connecting to the HeatWave MySQL DB System node. Example: `user`
|
|
38335
|
+
*/
|
|
38336
|
+
username?: pulumi.Input<string>;
|
|
38337
|
+
}
|
|
37813
38338
|
interface DrProtectionGroupMemberDestinationEncryptionKey {
|
|
37814
38339
|
/**
|
|
37815
38340
|
* (Updatable) The OCID of the customer-managed encryption key in the destination region vault. Example: `ocid1.key.oc1..uniqueID`
|
|
@@ -42077,15 +42602,24 @@ export declare namespace GenerativeAi {
|
|
|
42077
42602
|
* The number of files that have failed during the ingestion.
|
|
42078
42603
|
*/
|
|
42079
42604
|
numberOfFailedFiles?: pulumi.Input<number>;
|
|
42605
|
+
/**
|
|
42606
|
+
* The number of files that have been ignored during the ingestion.
|
|
42607
|
+
*/
|
|
42608
|
+
numberOfIgnoredFiles?: pulumi.Input<number>;
|
|
42080
42609
|
/**
|
|
42081
42610
|
* The number of files that have been successfully ingested during the ingestion.
|
|
42082
42611
|
*/
|
|
42083
42612
|
numberOfIngestedFiles?: pulumi.Input<number>;
|
|
42084
42613
|
}
|
|
42614
|
+
interface AgentDataIngestionJobDataIngestionJobType {
|
|
42615
|
+
/**
|
|
42616
|
+
* Type of ingestionJob.
|
|
42617
|
+
*/
|
|
42618
|
+
type?: pulumi.Input<string>;
|
|
42619
|
+
}
|
|
42085
42620
|
interface AgentDataSourceDataSourceConfig {
|
|
42086
42621
|
/**
|
|
42087
|
-
* (Updatable) The type of the tool.
|
|
42088
|
-
* * `OCI_OBJECT_STORAGE`: The data source is Oracle Cloud Infrastructure Object Storage.
|
|
42622
|
+
* (Updatable) The type of the tool.
|
|
42089
42623
|
*/
|
|
42090
42624
|
dataSourceConfigType: pulumi.Input<string>;
|
|
42091
42625
|
/**
|
|
@@ -42103,7 +42637,7 @@ export declare namespace GenerativeAi {
|
|
|
42103
42637
|
*/
|
|
42104
42638
|
namespace: pulumi.Input<string>;
|
|
42105
42639
|
/**
|
|
42106
|
-
* (Updatable) The
|
|
42640
|
+
* (Updatable) The prefix of file object(s) or folder prefix.
|
|
42107
42641
|
*/
|
|
42108
42642
|
prefix?: pulumi.Input<string>;
|
|
42109
42643
|
}
|
|
@@ -42113,9 +42647,7 @@ export declare namespace GenerativeAi {
|
|
|
42113
42647
|
*/
|
|
42114
42648
|
clusterId?: pulumi.Input<string>;
|
|
42115
42649
|
/**
|
|
42116
|
-
* (Updatable)
|
|
42117
|
-
*
|
|
42118
|
-
* The connection type for Databases.
|
|
42650
|
+
* (Updatable) The connection type for Databases.
|
|
42119
42651
|
*/
|
|
42120
42652
|
databaseConnection?: pulumi.Input<inputs.GenerativeAi.AgentKnowledgeBaseIndexConfigDatabaseConnection>;
|
|
42121
42653
|
/**
|
|
@@ -42123,10 +42655,7 @@ export declare namespace GenerativeAi {
|
|
|
42123
42655
|
*/
|
|
42124
42656
|
databaseFunctions?: pulumi.Input<pulumi.Input<inputs.GenerativeAi.AgentKnowledgeBaseIndexConfigDatabaseFunction>[]>;
|
|
42125
42657
|
/**
|
|
42126
|
-
* (Updatable) The type of index.
|
|
42127
|
-
* * `DEFAULT_INDEX_CONFIG`: DefaultIndexConfig allows the service to create and manage vector store on behalf of the customer.
|
|
42128
|
-
* * `OCI_OPEN_SEARCH_INDEX_CONFIG`: OciOpenSearchIndexConfig allows customer to configure their OpenSearch cluster.
|
|
42129
|
-
* * `OCI_DATABASE_CONFIG`: OciDatabaseConfig allows customer to configure their Database.
|
|
42658
|
+
* (Updatable) The type of index.
|
|
42130
42659
|
*/
|
|
42131
42660
|
indexConfigType: pulumi.Input<string>;
|
|
42132
42661
|
/**
|
|
@@ -42134,9 +42663,7 @@ export declare namespace GenerativeAi {
|
|
|
42134
42663
|
*/
|
|
42135
42664
|
indexes?: pulumi.Input<pulumi.Input<inputs.GenerativeAi.AgentKnowledgeBaseIndexConfigIndex>[]>;
|
|
42136
42665
|
/**
|
|
42137
|
-
* (Updatable)
|
|
42138
|
-
*
|
|
42139
|
-
* The details of configured security configuration on OpenSearch.
|
|
42666
|
+
* (Updatable) The details of configured security configuration on OpenSearch.
|
|
42140
42667
|
*/
|
|
42141
42668
|
secretDetail?: pulumi.Input<inputs.GenerativeAi.AgentKnowledgeBaseIndexConfigSecretDetail>;
|
|
42142
42669
|
/**
|
|
@@ -42154,8 +42681,7 @@ export declare namespace GenerativeAi {
|
|
|
42154
42681
|
*/
|
|
42155
42682
|
connectionId: pulumi.Input<string>;
|
|
42156
42683
|
/**
|
|
42157
|
-
* (Updatable) The type of Database connection.
|
|
42158
|
-
* * `DATABASE_TOOL_CONNECTION`: This allows the service to connect to a vector store via a Database Tools Connection.
|
|
42684
|
+
* (Updatable) The type of Database connection.
|
|
42159
42685
|
*/
|
|
42160
42686
|
connectionType: pulumi.Input<string>;
|
|
42161
42687
|
}
|
|
@@ -42171,9 +42697,7 @@ export declare namespace GenerativeAi {
|
|
|
42171
42697
|
*/
|
|
42172
42698
|
name?: pulumi.Input<string>;
|
|
42173
42699
|
/**
|
|
42174
|
-
* (Updatable)
|
|
42175
|
-
*
|
|
42176
|
-
* The index schema details.
|
|
42700
|
+
* (Updatable) The index schema details.
|
|
42177
42701
|
*/
|
|
42178
42702
|
schema?: pulumi.Input<inputs.GenerativeAi.AgentKnowledgeBaseIndexConfigIndexSchema>;
|
|
42179
42703
|
}
|
|
@@ -42209,9 +42733,7 @@ export declare namespace GenerativeAi {
|
|
|
42209
42733
|
*/
|
|
42210
42734
|
scopeUrl?: pulumi.Input<string>;
|
|
42211
42735
|
/**
|
|
42212
|
-
* (Updatable) The type of OpenID.
|
|
42213
|
-
* * `IDCS_SECRET`: The OpenID configuration used is OpenSearch is IDCS.
|
|
42214
|
-
* * `BASIC_AUTH_SECRET`: Basic authentication use for OpenSearch
|
|
42736
|
+
* (Updatable) The type of OpenID.
|
|
42215
42737
|
*/
|
|
42216
42738
|
type: pulumi.Input<string>;
|
|
42217
42739
|
/**
|
|
@@ -42219,7 +42741,25 @@ export declare namespace GenerativeAi {
|
|
|
42219
42741
|
*/
|
|
42220
42742
|
vaultSecretId: pulumi.Input<string>;
|
|
42221
42743
|
}
|
|
42744
|
+
interface AgentKnowledgeBaseKnowledgeBaseStatistic {
|
|
42745
|
+
/**
|
|
42746
|
+
* Knowledge Base size in bytes.
|
|
42747
|
+
*/
|
|
42748
|
+
sizeInBytes?: pulumi.Input<string>;
|
|
42749
|
+
/**
|
|
42750
|
+
* Total number of ingested files in Knowledge Base.
|
|
42751
|
+
*/
|
|
42752
|
+
totalIngestedFiles?: pulumi.Input<string>;
|
|
42753
|
+
}
|
|
42222
42754
|
interface AgentToolToolConfig {
|
|
42755
|
+
/**
|
|
42756
|
+
* (Updatable) The AgentEndpoint OCID to be used as a tool in this agent.
|
|
42757
|
+
*/
|
|
42758
|
+
agentEndpointId?: pulumi.Input<string>;
|
|
42759
|
+
/**
|
|
42760
|
+
* (Updatable) The input location definition for Api schema.
|
|
42761
|
+
*/
|
|
42762
|
+
apiSchema?: pulumi.Input<inputs.GenerativeAi.AgentToolToolConfigApiSchema>;
|
|
42223
42763
|
/**
|
|
42224
42764
|
* (Updatable) The connection type for Databases.
|
|
42225
42765
|
*/
|
|
@@ -42240,6 +42780,10 @@ export declare namespace GenerativeAi {
|
|
|
42240
42780
|
* (Updatable) Configuration to customize LLM.
|
|
42241
42781
|
*/
|
|
42242
42782
|
generationLlmCustomization?: pulumi.Input<inputs.GenerativeAi.AgentToolToolConfigGenerationLlmCustomization>;
|
|
42783
|
+
/**
|
|
42784
|
+
* (Updatable) Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
|
|
42785
|
+
*/
|
|
42786
|
+
httpEndpointAuthConfig?: pulumi.Input<inputs.GenerativeAi.AgentToolToolConfigHttpEndpointAuthConfig>;
|
|
42243
42787
|
/**
|
|
42244
42788
|
* (Updatable) The input location definition.
|
|
42245
42789
|
*/
|
|
@@ -42260,6 +42804,10 @@ export declare namespace GenerativeAi {
|
|
|
42260
42804
|
* (Updatable) To enable/disable SQL execution.
|
|
42261
42805
|
*/
|
|
42262
42806
|
shouldEnableSqlExecution?: pulumi.Input<boolean>;
|
|
42807
|
+
/**
|
|
42808
|
+
* (Updatable) The subnet ID from agent developer tenancy through which the egress is going to be routed.
|
|
42809
|
+
*/
|
|
42810
|
+
subnetId?: pulumi.Input<string>;
|
|
42263
42811
|
/**
|
|
42264
42812
|
* (Updatable) The input location definition.
|
|
42265
42813
|
*/
|
|
@@ -42276,6 +42824,30 @@ export declare namespace GenerativeAi {
|
|
|
42276
42824
|
*/
|
|
42277
42825
|
toolConfigType: pulumi.Input<string>;
|
|
42278
42826
|
}
|
|
42827
|
+
interface AgentToolToolConfigApiSchema {
|
|
42828
|
+
/**
|
|
42829
|
+
* (Updatable) Type of Api Schema InputLocation. The allowed values are:
|
|
42830
|
+
* * `INLINE`: The Api schema input location is inline.
|
|
42831
|
+
* * `OBJECT_STORAGE_LOCATION`: The Api schema input location is object storage.
|
|
42832
|
+
*/
|
|
42833
|
+
apiSchemaInputLocationType: pulumi.Input<string>;
|
|
42834
|
+
/**
|
|
42835
|
+
* (Updatable) The bucket name of an object.
|
|
42836
|
+
*/
|
|
42837
|
+
bucket?: pulumi.Input<string>;
|
|
42838
|
+
/**
|
|
42839
|
+
* (Updatable) Inline content as input.
|
|
42840
|
+
*/
|
|
42841
|
+
content?: pulumi.Input<string>;
|
|
42842
|
+
/**
|
|
42843
|
+
* (Updatable) The namespace name of an object.
|
|
42844
|
+
*/
|
|
42845
|
+
namespace?: pulumi.Input<string>;
|
|
42846
|
+
/**
|
|
42847
|
+
* (Updatable) The location/name of object.
|
|
42848
|
+
*/
|
|
42849
|
+
object?: pulumi.Input<string>;
|
|
42850
|
+
}
|
|
42279
42851
|
interface AgentToolToolConfigDatabaseConnection {
|
|
42280
42852
|
/**
|
|
42281
42853
|
* (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Tools Connection.
|
|
@@ -42333,6 +42905,52 @@ export declare namespace GenerativeAi {
|
|
|
42333
42905
|
*/
|
|
42334
42906
|
instruction?: pulumi.Input<string>;
|
|
42335
42907
|
}
|
|
42908
|
+
interface AgentToolToolConfigHttpEndpointAuthConfig {
|
|
42909
|
+
/**
|
|
42910
|
+
* (Updatable) A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool.
|
|
42911
|
+
*/
|
|
42912
|
+
httpEndpointAuthSources?: pulumi.Input<pulumi.Input<inputs.GenerativeAi.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource>[]>;
|
|
42913
|
+
}
|
|
42914
|
+
interface AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSource {
|
|
42915
|
+
/**
|
|
42916
|
+
* (Updatable) Specifies the level from which credentials should be resolved.
|
|
42917
|
+
*/
|
|
42918
|
+
httpEndpointAuthScope?: pulumi.Input<string>;
|
|
42919
|
+
/**
|
|
42920
|
+
* (Updatable) Subset of AuthScopeConfig allowed for HTTP Endpoint Tool.
|
|
42921
|
+
*/
|
|
42922
|
+
httpEndpointAuthScopeConfig?: pulumi.Input<inputs.GenerativeAi.AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig>;
|
|
42923
|
+
}
|
|
42924
|
+
interface AgentToolToolConfigHttpEndpointAuthConfigHttpEndpointAuthSourceHttpEndpointAuthScopeConfig {
|
|
42925
|
+
/**
|
|
42926
|
+
* (Updatable) IDCS client ID.
|
|
42927
|
+
*/
|
|
42928
|
+
clientId?: pulumi.Input<string>;
|
|
42929
|
+
/**
|
|
42930
|
+
* (Updatable) The type of authentication to be applied for this HTTP Endpoint.
|
|
42931
|
+
*/
|
|
42932
|
+
httpEndpointAuthScopeConfigType: pulumi.Input<string>;
|
|
42933
|
+
/**
|
|
42934
|
+
* (Updatable) IDCS OpenID discovery endpoint.
|
|
42935
|
+
*/
|
|
42936
|
+
idcsUrl?: pulumi.Input<string>;
|
|
42937
|
+
/**
|
|
42938
|
+
* (Updatable) The location of the API key in the request.
|
|
42939
|
+
*/
|
|
42940
|
+
keyLocation?: pulumi.Input<string>;
|
|
42941
|
+
/**
|
|
42942
|
+
* (Updatable) The name of the key parameter in the location.
|
|
42943
|
+
*/
|
|
42944
|
+
keyName?: pulumi.Input<string>;
|
|
42945
|
+
/**
|
|
42946
|
+
* (Updatable) OAuth2 scopes for token generation.
|
|
42947
|
+
*/
|
|
42948
|
+
scopeUrl?: pulumi.Input<string>;
|
|
42949
|
+
/**
|
|
42950
|
+
* (Updatable) The OCID of the vault secret with username:password. Required when `authScope` is AGENT.
|
|
42951
|
+
*/
|
|
42952
|
+
vaultSecretId?: pulumi.Input<string>;
|
|
42953
|
+
}
|
|
42336
42954
|
interface AgentToolToolConfigIclExamples {
|
|
42337
42955
|
/**
|
|
42338
42956
|
* (Updatable) The bucket name of an object.
|
|
@@ -88548,6 +89166,42 @@ export declare namespace oci {
|
|
|
88548
89166
|
regex?: pulumi.Input<boolean>;
|
|
88549
89167
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
88550
89168
|
}
|
|
89169
|
+
interface GetManagedKafkaKafkaClusterConfigVersionsFilter {
|
|
89170
|
+
name: string;
|
|
89171
|
+
regex?: boolean;
|
|
89172
|
+
values: string[];
|
|
89173
|
+
}
|
|
89174
|
+
interface GetManagedKafkaKafkaClusterConfigVersionsFilterArgs {
|
|
89175
|
+
name: pulumi.Input<string>;
|
|
89176
|
+
regex?: pulumi.Input<boolean>;
|
|
89177
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
89178
|
+
}
|
|
89179
|
+
interface GetManagedKafkaKafkaClusterConfigsFilter {
|
|
89180
|
+
name: string;
|
|
89181
|
+
regex?: boolean;
|
|
89182
|
+
values: string[];
|
|
89183
|
+
}
|
|
89184
|
+
interface GetManagedKafkaKafkaClusterConfigsFilterArgs {
|
|
89185
|
+
name: pulumi.Input<string>;
|
|
89186
|
+
regex?: pulumi.Input<boolean>;
|
|
89187
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
89188
|
+
}
|
|
89189
|
+
interface GetManagedKafkaKafkaClustersFilter {
|
|
89190
|
+
/**
|
|
89191
|
+
* Name of the Kafka listener providing this bootstrap URL
|
|
89192
|
+
*/
|
|
89193
|
+
name: string;
|
|
89194
|
+
regex?: boolean;
|
|
89195
|
+
values: string[];
|
|
89196
|
+
}
|
|
89197
|
+
interface GetManagedKafkaKafkaClustersFilterArgs {
|
|
89198
|
+
/**
|
|
89199
|
+
* Name of the Kafka listener providing this bootstrap URL
|
|
89200
|
+
*/
|
|
89201
|
+
name: pulumi.Input<string>;
|
|
89202
|
+
regex?: pulumi.Input<boolean>;
|
|
89203
|
+
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
89204
|
+
}
|
|
88551
89205
|
interface GetWlmsManagedInstanceScanResultsFilter {
|
|
88552
89206
|
name: string;
|
|
88553
89207
|
regex?: boolean;
|
|
@@ -88670,4 +89324,58 @@ export declare namespace oci {
|
|
|
88670
89324
|
regex?: pulumi.Input<boolean>;
|
|
88671
89325
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
88672
89326
|
}
|
|
89327
|
+
interface ManagedKafkaKafkaClusterAccessSubnet {
|
|
89328
|
+
/**
|
|
89329
|
+
* (Updatable) Subnets OCIDs
|
|
89330
|
+
*/
|
|
89331
|
+
subnets: pulumi.Input<pulumi.Input<string>[]>;
|
|
89332
|
+
}
|
|
89333
|
+
interface ManagedKafkaKafkaClusterBrokerShape {
|
|
89334
|
+
/**
|
|
89335
|
+
* (Updatable) Number of Kafka broker nodes
|
|
89336
|
+
*/
|
|
89337
|
+
nodeCount: pulumi.Input<number>;
|
|
89338
|
+
/**
|
|
89339
|
+
* (Updatable) Number of OCPUs per nodes
|
|
89340
|
+
*/
|
|
89341
|
+
ocpuCount: pulumi.Input<number>;
|
|
89342
|
+
/**
|
|
89343
|
+
* (Updatable) Size of the storage per nodes.
|
|
89344
|
+
*/
|
|
89345
|
+
storageSizeInGbs?: pulumi.Input<number>;
|
|
89346
|
+
}
|
|
89347
|
+
interface ManagedKafkaKafkaClusterConfigLatestConfig {
|
|
89348
|
+
/**
|
|
89349
|
+
* (Updatable) ID cluster configuration
|
|
89350
|
+
*/
|
|
89351
|
+
configId?: pulumi.Input<string>;
|
|
89352
|
+
/**
|
|
89353
|
+
* (Updatable) Cluster configuration key-value pairs
|
|
89354
|
+
*/
|
|
89355
|
+
properties: pulumi.Input<{
|
|
89356
|
+
[key: string]: pulumi.Input<string>;
|
|
89357
|
+
}>;
|
|
89358
|
+
/**
|
|
89359
|
+
* (Updatable) The date and time the KafkaClusterConfigVersion was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
|
|
89360
|
+
*/
|
|
89361
|
+
timeCreated?: pulumi.Input<string>;
|
|
89362
|
+
/**
|
|
89363
|
+
* (Updatable) Version of the cluster configuration
|
|
89364
|
+
*
|
|
89365
|
+
*
|
|
89366
|
+
* ** IMPORTANT **
|
|
89367
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
89368
|
+
*/
|
|
89369
|
+
versionNumber?: pulumi.Input<number>;
|
|
89370
|
+
}
|
|
89371
|
+
interface ManagedKafkaKafkaClusterKafkaBootstrapUrl {
|
|
89372
|
+
/**
|
|
89373
|
+
* Name of the Kafka listener providing this bootstrap URL
|
|
89374
|
+
*/
|
|
89375
|
+
name?: pulumi.Input<string>;
|
|
89376
|
+
/**
|
|
89377
|
+
* Bootstrap URL
|
|
89378
|
+
*/
|
|
89379
|
+
url?: pulumi.Input<string>;
|
|
89380
|
+
}
|
|
88673
89381
|
}
|