@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/datasafe/report.js
CHANGED
|
@@ -47,6 +47,7 @@ class Report extends pulumi.CustomResource {
|
|
|
47
47
|
if (opts.id) {
|
|
48
48
|
const state = argsOrState;
|
|
49
49
|
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
50
|
+
resourceInputs["dataSource"] = state ? state.dataSource : undefined;
|
|
50
51
|
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
51
52
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
52
53
|
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
@@ -57,7 +58,9 @@ class Report extends pulumi.CustomResource {
|
|
|
57
58
|
resourceInputs["reportId"] = state ? state.reportId : undefined;
|
|
58
59
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
59
60
|
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
61
|
+
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
60
62
|
resourceInputs["timeGenerated"] = state ? state.timeGenerated : undefined;
|
|
63
|
+
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
61
64
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
62
65
|
}
|
|
63
66
|
else {
|
|
@@ -69,6 +72,7 @@ class Report extends pulumi.CustomResource {
|
|
|
69
72
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
70
73
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
71
74
|
resourceInputs["reportId"] = args ? args.reportId : undefined;
|
|
75
|
+
resourceInputs["dataSource"] = undefined /*out*/;
|
|
72
76
|
resourceInputs["description"] = undefined /*out*/;
|
|
73
77
|
resourceInputs["displayName"] = undefined /*out*/;
|
|
74
78
|
resourceInputs["lifecycleDetails"] = undefined /*out*/;
|
|
@@ -76,7 +80,9 @@ class Report extends pulumi.CustomResource {
|
|
|
76
80
|
resourceInputs["reportDefinitionId"] = undefined /*out*/;
|
|
77
81
|
resourceInputs["state"] = undefined /*out*/;
|
|
78
82
|
resourceInputs["systemTags"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
79
84
|
resourceInputs["timeGenerated"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
80
86
|
resourceInputs["type"] = undefined /*out*/;
|
|
81
87
|
}
|
|
82
88
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/datasafe/report.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../datasafe/report.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmB,EAAE,IAAmC;QACjH,OAAO,IAAI,MAAM,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"report.js","sourceRoot":"","sources":["../../datasafe/report.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,7 +25,9 @@ import * as outputs from "../types/output";
|
|
|
25
25
|
* displayOrder: reportDefinitionColumnInfoDisplayOrder,
|
|
26
26
|
* fieldName: reportDefinitionColumnInfoFieldName,
|
|
27
27
|
* isHidden: reportDefinitionColumnInfoIsHidden,
|
|
28
|
+
* applicableOperators: reportDefinitionColumnInfoApplicableOperators,
|
|
28
29
|
* dataType: reportDefinitionColumnInfoDataType,
|
|
30
|
+
* isVirtual: reportDefinitionColumnInfoIsVirtual,
|
|
29
31
|
* }],
|
|
30
32
|
* columnSortings: [{
|
|
31
33
|
* fieldName: reportDefinitionColumnSortingsFieldName,
|
|
@@ -29,7 +29,9 @@ const utilities = require("../utilities");
|
|
|
29
29
|
* displayOrder: reportDefinitionColumnInfoDisplayOrder,
|
|
30
30
|
* fieldName: reportDefinitionColumnInfoFieldName,
|
|
31
31
|
* isHidden: reportDefinitionColumnInfoIsHidden,
|
|
32
|
+
* applicableOperators: reportDefinitionColumnInfoApplicableOperators,
|
|
32
33
|
* dataType: reportDefinitionColumnInfoDataType,
|
|
34
|
+
* isVirtual: reportDefinitionColumnInfoIsVirtual,
|
|
33
35
|
* }],
|
|
34
36
|
* columnSortings: [{
|
|
35
37
|
* fieldName: reportDefinitionColumnSortingsFieldName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reportDefinition.js","sourceRoot":"","sources":["../../datasafe/reportDefinition.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"reportDefinition.js","sourceRoot":"","sources":["../../datasafe/reportDefinition.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,28 +8,6 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
* it will save the latest assessments in the specified compartment. If a schedule is passed, it will persist the latest assessments,
|
|
9
9
|
* at the defined date and time, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
10
10
|
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as oci from "@pulumi/oci";
|
|
16
|
-
*
|
|
17
|
-
* const testSecurityAssessment = new oci.datasafe.SecurityAssessment("test_security_assessment", {
|
|
18
|
-
* compartmentId: compartmentId,
|
|
19
|
-
* definedTags: {
|
|
20
|
-
* "Operations.CostCenter": "42",
|
|
21
|
-
* },
|
|
22
|
-
* description: securityAssessmentDescription,
|
|
23
|
-
* displayName: securityAssessmentDisplayName,
|
|
24
|
-
* freeformTags: {
|
|
25
|
-
* Department: "Finance",
|
|
26
|
-
* },
|
|
27
|
-
* isAssessmentScheduled: securityAssessmentIsAssessmentScheduled,
|
|
28
|
-
* schedule: securityAssessmentSchedule,
|
|
29
|
-
* targetId: testTarget.id,
|
|
30
|
-
* });
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
11
|
* ## Import
|
|
34
12
|
*
|
|
35
13
|
* SecurityAssessments can be imported using the `id`, e.g.
|
|
@@ -54,6 +32,26 @@ export declare class SecurityAssessment extends pulumi.CustomResource {
|
|
|
54
32
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
55
33
|
*/
|
|
56
34
|
static isInstance(obj: any): obj is SecurityAssessment;
|
|
35
|
+
/**
|
|
36
|
+
* (Updatable) An optional property when incremented triggers Apply Template. Could be set to any integer value.
|
|
37
|
+
*/
|
|
38
|
+
readonly applyTemplateTrigger: pulumi.Output<number | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The OCID of the security assessment. The assessment should be of type SAVED. It will be required while creating the template baseline assessment for individual targets to fetch the detailed information from an existing security assessment.
|
|
41
|
+
*/
|
|
42
|
+
readonly baseSecurityAssessmentId: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
|
|
45
|
+
*/
|
|
46
|
+
readonly baselineAssessmentId: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The security checks to be evaluated for type template.
|
|
49
|
+
*/
|
|
50
|
+
readonly checks: pulumi.Output<outputs.DataSafe.SecurityAssessmentCheck[]>;
|
|
51
|
+
/**
|
|
52
|
+
* (Updatable) An optional property when incremented triggers Compare To Template Baseline. Could be set to any integer value.
|
|
53
|
+
*/
|
|
54
|
+
readonly compareToTemplateBaselineTrigger: pulumi.Output<number | undefined>;
|
|
57
55
|
/**
|
|
58
56
|
* (Updatable) The OCID of the compartment that contains the security assessment.
|
|
59
57
|
*/
|
|
@@ -110,6 +108,14 @@ export declare class SecurityAssessment extends pulumi.CustomResource {
|
|
|
110
108
|
* The summary of findings for the security assessment.
|
|
111
109
|
*/
|
|
112
110
|
readonly link: pulumi.Output<string>;
|
|
111
|
+
/**
|
|
112
|
+
* (Updatable) An optional property when incremented triggers Remove Template. Could be set to any integer value.
|
|
113
|
+
*
|
|
114
|
+
*
|
|
115
|
+
* ** IMPORTANT **
|
|
116
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
117
|
+
*/
|
|
118
|
+
readonly removeTemplateTrigger: pulumi.Output<number | undefined>;
|
|
113
119
|
/**
|
|
114
120
|
* (Updatable) To schedule the assessment for running periodically, specify the schedule in this attribute. Create or schedule one assessment per compartment. If not defined, the assessment runs immediately. Format - <version-string>;<version-specific-schedule>
|
|
115
121
|
*
|
|
@@ -135,21 +141,29 @@ export declare class SecurityAssessment extends pulumi.CustomResource {
|
|
|
135
141
|
[key: string]: string;
|
|
136
142
|
}>;
|
|
137
143
|
/**
|
|
138
|
-
* The OCID of the target database
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
*
|
|
144
|
+
* The OCID of the target database group that the group assessment is created for.
|
|
145
|
+
*/
|
|
146
|
+
readonly targetDatabaseGroupId: pulumi.Output<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The OCID of the target database or target database group on which security assessment is to be run.
|
|
143
149
|
*/
|
|
144
150
|
readonly targetId: pulumi.Output<string>;
|
|
145
151
|
/**
|
|
146
152
|
* Array of database target OCIDs.
|
|
147
153
|
*/
|
|
148
154
|
readonly targetIds: pulumi.Output<string[]>;
|
|
155
|
+
/**
|
|
156
|
+
* The type of security assessment resource whether it is individual or group resource. For individual target use type TARGET_DATABASE and for group resource use type TARGET_DATABASE_GROUP. If not provided, TARGET_DATABASE would be used as default value.
|
|
157
|
+
*/
|
|
158
|
+
readonly targetType: pulumi.Output<string>;
|
|
149
159
|
/**
|
|
150
160
|
* The version of the target database.
|
|
151
161
|
*/
|
|
152
162
|
readonly targetVersion: pulumi.Output<string>;
|
|
163
|
+
/**
|
|
164
|
+
* The OCID of the template assessment. It will be required while creating the template baseline assessment.
|
|
165
|
+
*/
|
|
166
|
+
readonly templateAssessmentId: pulumi.Output<string>;
|
|
153
167
|
/**
|
|
154
168
|
* The date and time the security assessment was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
155
169
|
*/
|
|
@@ -167,7 +181,7 @@ export declare class SecurityAssessment extends pulumi.CustomResource {
|
|
|
167
181
|
*/
|
|
168
182
|
readonly triggeredBy: pulumi.Output<string>;
|
|
169
183
|
/**
|
|
170
|
-
* The type of
|
|
184
|
+
* The type of the security assessment
|
|
171
185
|
*/
|
|
172
186
|
readonly type: pulumi.Output<string>;
|
|
173
187
|
/**
|
|
@@ -183,6 +197,26 @@ export declare class SecurityAssessment extends pulumi.CustomResource {
|
|
|
183
197
|
* Input properties used for looking up and filtering SecurityAssessment resources.
|
|
184
198
|
*/
|
|
185
199
|
export interface SecurityAssessmentState {
|
|
200
|
+
/**
|
|
201
|
+
* (Updatable) An optional property when incremented triggers Apply Template. Could be set to any integer value.
|
|
202
|
+
*/
|
|
203
|
+
applyTemplateTrigger?: pulumi.Input<number>;
|
|
204
|
+
/**
|
|
205
|
+
* The OCID of the security assessment. The assessment should be of type SAVED. It will be required while creating the template baseline assessment for individual targets to fetch the detailed information from an existing security assessment.
|
|
206
|
+
*/
|
|
207
|
+
baseSecurityAssessmentId?: pulumi.Input<string>;
|
|
208
|
+
/**
|
|
209
|
+
* The ocid of a security assessment which is of type TEMPLATE_BASELINE, this will be null or empty when type is TEMPLATE_BASELINE.
|
|
210
|
+
*/
|
|
211
|
+
baselineAssessmentId?: pulumi.Input<string>;
|
|
212
|
+
/**
|
|
213
|
+
* The security checks to be evaluated for type template.
|
|
214
|
+
*/
|
|
215
|
+
checks?: pulumi.Input<pulumi.Input<inputs.DataSafe.SecurityAssessmentCheck>[]>;
|
|
216
|
+
/**
|
|
217
|
+
* (Updatable) An optional property when incremented triggers Compare To Template Baseline. Could be set to any integer value.
|
|
218
|
+
*/
|
|
219
|
+
compareToTemplateBaselineTrigger?: pulumi.Input<number>;
|
|
186
220
|
/**
|
|
187
221
|
* (Updatable) The OCID of the compartment that contains the security assessment.
|
|
188
222
|
*/
|
|
@@ -239,6 +273,14 @@ export interface SecurityAssessmentState {
|
|
|
239
273
|
* The summary of findings for the security assessment.
|
|
240
274
|
*/
|
|
241
275
|
link?: pulumi.Input<string>;
|
|
276
|
+
/**
|
|
277
|
+
* (Updatable) An optional property when incremented triggers Remove Template. Could be set to any integer value.
|
|
278
|
+
*
|
|
279
|
+
*
|
|
280
|
+
* ** IMPORTANT **
|
|
281
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
282
|
+
*/
|
|
283
|
+
removeTemplateTrigger?: pulumi.Input<number>;
|
|
242
284
|
/**
|
|
243
285
|
* (Updatable) To schedule the assessment for running periodically, specify the schedule in this attribute. Create or schedule one assessment per compartment. If not defined, the assessment runs immediately. Format - <version-string>;<version-specific-schedule>
|
|
244
286
|
*
|
|
@@ -264,21 +306,29 @@ export interface SecurityAssessmentState {
|
|
|
264
306
|
[key: string]: pulumi.Input<string>;
|
|
265
307
|
}>;
|
|
266
308
|
/**
|
|
267
|
-
* The OCID of the target database
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
*
|
|
309
|
+
* The OCID of the target database group that the group assessment is created for.
|
|
310
|
+
*/
|
|
311
|
+
targetDatabaseGroupId?: pulumi.Input<string>;
|
|
312
|
+
/**
|
|
313
|
+
* The OCID of the target database or target database group on which security assessment is to be run.
|
|
272
314
|
*/
|
|
273
315
|
targetId?: pulumi.Input<string>;
|
|
274
316
|
/**
|
|
275
317
|
* Array of database target OCIDs.
|
|
276
318
|
*/
|
|
277
319
|
targetIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
320
|
+
/**
|
|
321
|
+
* The type of security assessment resource whether it is individual or group resource. For individual target use type TARGET_DATABASE and for group resource use type TARGET_DATABASE_GROUP. If not provided, TARGET_DATABASE would be used as default value.
|
|
322
|
+
*/
|
|
323
|
+
targetType?: pulumi.Input<string>;
|
|
278
324
|
/**
|
|
279
325
|
* The version of the target database.
|
|
280
326
|
*/
|
|
281
327
|
targetVersion?: pulumi.Input<string>;
|
|
328
|
+
/**
|
|
329
|
+
* The OCID of the template assessment. It will be required while creating the template baseline assessment.
|
|
330
|
+
*/
|
|
331
|
+
templateAssessmentId?: pulumi.Input<string>;
|
|
282
332
|
/**
|
|
283
333
|
* The date and time the security assessment was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
284
334
|
*/
|
|
@@ -296,7 +346,7 @@ export interface SecurityAssessmentState {
|
|
|
296
346
|
*/
|
|
297
347
|
triggeredBy?: pulumi.Input<string>;
|
|
298
348
|
/**
|
|
299
|
-
* The type of
|
|
349
|
+
* The type of the security assessment
|
|
300
350
|
*/
|
|
301
351
|
type?: pulumi.Input<string>;
|
|
302
352
|
}
|
|
@@ -304,6 +354,18 @@ export interface SecurityAssessmentState {
|
|
|
304
354
|
* The set of arguments for constructing a SecurityAssessment resource.
|
|
305
355
|
*/
|
|
306
356
|
export interface SecurityAssessmentArgs {
|
|
357
|
+
/**
|
|
358
|
+
* (Updatable) An optional property when incremented triggers Apply Template. Could be set to any integer value.
|
|
359
|
+
*/
|
|
360
|
+
applyTemplateTrigger?: pulumi.Input<number>;
|
|
361
|
+
/**
|
|
362
|
+
* The OCID of the security assessment. The assessment should be of type SAVED. It will be required while creating the template baseline assessment for individual targets to fetch the detailed information from an existing security assessment.
|
|
363
|
+
*/
|
|
364
|
+
baseSecurityAssessmentId?: pulumi.Input<string>;
|
|
365
|
+
/**
|
|
366
|
+
* (Updatable) An optional property when incremented triggers Compare To Template Baseline. Could be set to any integer value.
|
|
367
|
+
*/
|
|
368
|
+
compareToTemplateBaselineTrigger?: pulumi.Input<number>;
|
|
307
369
|
/**
|
|
308
370
|
* (Updatable) The OCID of the compartment that contains the security assessment.
|
|
309
371
|
*/
|
|
@@ -332,6 +394,14 @@ export interface SecurityAssessmentArgs {
|
|
|
332
394
|
* (Updatable) Indicates whether the assessment is scheduled to run.
|
|
333
395
|
*/
|
|
334
396
|
isAssessmentScheduled?: pulumi.Input<boolean>;
|
|
397
|
+
/**
|
|
398
|
+
* (Updatable) An optional property when incremented triggers Remove Template. Could be set to any integer value.
|
|
399
|
+
*
|
|
400
|
+
*
|
|
401
|
+
* ** IMPORTANT **
|
|
402
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
403
|
+
*/
|
|
404
|
+
removeTemplateTrigger?: pulumi.Input<number>;
|
|
335
405
|
/**
|
|
336
406
|
* (Updatable) To schedule the assessment for running periodically, specify the schedule in this attribute. Create or schedule one assessment per compartment. If not defined, the assessment runs immediately. Format - <version-string>;<version-specific-schedule>
|
|
337
407
|
*
|
|
@@ -339,11 +409,19 @@ export interface SecurityAssessmentArgs {
|
|
|
339
409
|
*/
|
|
340
410
|
schedule?: pulumi.Input<string>;
|
|
341
411
|
/**
|
|
342
|
-
* The OCID of the target database on which security assessment is to be run.
|
|
343
|
-
*
|
|
344
|
-
*
|
|
345
|
-
* ** IMPORTANT **
|
|
346
|
-
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
412
|
+
* The OCID of the target database or target database group on which security assessment is to be run.
|
|
347
413
|
*/
|
|
348
414
|
targetId?: pulumi.Input<string>;
|
|
415
|
+
/**
|
|
416
|
+
* The type of security assessment resource whether it is individual or group resource. For individual target use type TARGET_DATABASE and for group resource use type TARGET_DATABASE_GROUP. If not provided, TARGET_DATABASE would be used as default value.
|
|
417
|
+
*/
|
|
418
|
+
targetType?: pulumi.Input<string>;
|
|
419
|
+
/**
|
|
420
|
+
* The OCID of the template assessment. It will be required while creating the template baseline assessment.
|
|
421
|
+
*/
|
|
422
|
+
templateAssessmentId?: pulumi.Input<string>;
|
|
423
|
+
/**
|
|
424
|
+
* The type of the security assessment
|
|
425
|
+
*/
|
|
426
|
+
type?: pulumi.Input<string>;
|
|
349
427
|
}
|
|
@@ -12,28 +12,6 @@ const utilities = require("../utilities");
|
|
|
12
12
|
* it will save the latest assessments in the specified compartment. If a schedule is passed, it will persist the latest assessments,
|
|
13
13
|
* at the defined date and time, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
|
14
14
|
*
|
|
15
|
-
* ## Example Usage
|
|
16
|
-
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as oci from "@pulumi/oci";
|
|
20
|
-
*
|
|
21
|
-
* const testSecurityAssessment = new oci.datasafe.SecurityAssessment("test_security_assessment", {
|
|
22
|
-
* compartmentId: compartmentId,
|
|
23
|
-
* definedTags: {
|
|
24
|
-
* "Operations.CostCenter": "42",
|
|
25
|
-
* },
|
|
26
|
-
* description: securityAssessmentDescription,
|
|
27
|
-
* displayName: securityAssessmentDisplayName,
|
|
28
|
-
* freeformTags: {
|
|
29
|
-
* Department: "Finance",
|
|
30
|
-
* },
|
|
31
|
-
* isAssessmentScheduled: securityAssessmentIsAssessmentScheduled,
|
|
32
|
-
* schedule: securityAssessmentSchedule,
|
|
33
|
-
* targetId: testTarget.id,
|
|
34
|
-
* });
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
15
|
* ## Import
|
|
38
16
|
*
|
|
39
17
|
* SecurityAssessments can be imported using the `id`, e.g.
|
|
@@ -70,6 +48,11 @@ class SecurityAssessment extends pulumi.CustomResource {
|
|
|
70
48
|
opts = opts || {};
|
|
71
49
|
if (opts.id) {
|
|
72
50
|
const state = argsOrState;
|
|
51
|
+
resourceInputs["applyTemplateTrigger"] = state ? state.applyTemplateTrigger : undefined;
|
|
52
|
+
resourceInputs["baseSecurityAssessmentId"] = state ? state.baseSecurityAssessmentId : undefined;
|
|
53
|
+
resourceInputs["baselineAssessmentId"] = state ? state.baselineAssessmentId : undefined;
|
|
54
|
+
resourceInputs["checks"] = state ? state.checks : undefined;
|
|
55
|
+
resourceInputs["compareToTemplateBaselineTrigger"] = state ? state.compareToTemplateBaselineTrigger : undefined;
|
|
73
56
|
resourceInputs["compartmentId"] = state ? state.compartmentId : undefined;
|
|
74
57
|
resourceInputs["definedTags"] = state ? state.definedTags : undefined;
|
|
75
58
|
resourceInputs["description"] = state ? state.description : undefined;
|
|
@@ -83,14 +66,18 @@ class SecurityAssessment extends pulumi.CustomResource {
|
|
|
83
66
|
resourceInputs["lastComparedBaselineId"] = state ? state.lastComparedBaselineId : undefined;
|
|
84
67
|
resourceInputs["lifecycleDetails"] = state ? state.lifecycleDetails : undefined;
|
|
85
68
|
resourceInputs["link"] = state ? state.link : undefined;
|
|
69
|
+
resourceInputs["removeTemplateTrigger"] = state ? state.removeTemplateTrigger : undefined;
|
|
86
70
|
resourceInputs["schedule"] = state ? state.schedule : undefined;
|
|
87
71
|
resourceInputs["scheduleSecurityAssessmentId"] = state ? state.scheduleSecurityAssessmentId : undefined;
|
|
88
72
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
89
73
|
resourceInputs["statistics"] = state ? state.statistics : undefined;
|
|
90
74
|
resourceInputs["systemTags"] = state ? state.systemTags : undefined;
|
|
75
|
+
resourceInputs["targetDatabaseGroupId"] = state ? state.targetDatabaseGroupId : undefined;
|
|
91
76
|
resourceInputs["targetId"] = state ? state.targetId : undefined;
|
|
92
77
|
resourceInputs["targetIds"] = state ? state.targetIds : undefined;
|
|
78
|
+
resourceInputs["targetType"] = state ? state.targetType : undefined;
|
|
93
79
|
resourceInputs["targetVersion"] = state ? state.targetVersion : undefined;
|
|
80
|
+
resourceInputs["templateAssessmentId"] = state ? state.templateAssessmentId : undefined;
|
|
94
81
|
resourceInputs["timeCreated"] = state ? state.timeCreated : undefined;
|
|
95
82
|
resourceInputs["timeLastAssessed"] = state ? state.timeLastAssessed : undefined;
|
|
96
83
|
resourceInputs["timeUpdated"] = state ? state.timeUpdated : undefined;
|
|
@@ -102,14 +89,23 @@ class SecurityAssessment extends pulumi.CustomResource {
|
|
|
102
89
|
if ((!args || args.compartmentId === undefined) && !opts.urn) {
|
|
103
90
|
throw new Error("Missing required property 'compartmentId'");
|
|
104
91
|
}
|
|
92
|
+
resourceInputs["applyTemplateTrigger"] = args ? args.applyTemplateTrigger : undefined;
|
|
93
|
+
resourceInputs["baseSecurityAssessmentId"] = args ? args.baseSecurityAssessmentId : undefined;
|
|
94
|
+
resourceInputs["compareToTemplateBaselineTrigger"] = args ? args.compareToTemplateBaselineTrigger : undefined;
|
|
105
95
|
resourceInputs["compartmentId"] = args ? args.compartmentId : undefined;
|
|
106
96
|
resourceInputs["definedTags"] = args ? args.definedTags : undefined;
|
|
107
97
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
108
98
|
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
109
99
|
resourceInputs["freeformTags"] = args ? args.freeformTags : undefined;
|
|
110
100
|
resourceInputs["isAssessmentScheduled"] = args ? args.isAssessmentScheduled : undefined;
|
|
101
|
+
resourceInputs["removeTemplateTrigger"] = args ? args.removeTemplateTrigger : undefined;
|
|
111
102
|
resourceInputs["schedule"] = args ? args.schedule : undefined;
|
|
112
103
|
resourceInputs["targetId"] = args ? args.targetId : undefined;
|
|
104
|
+
resourceInputs["targetType"] = args ? args.targetType : undefined;
|
|
105
|
+
resourceInputs["templateAssessmentId"] = args ? args.templateAssessmentId : undefined;
|
|
106
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
107
|
+
resourceInputs["baselineAssessmentId"] = undefined /*out*/;
|
|
108
|
+
resourceInputs["checks"] = undefined /*out*/;
|
|
113
109
|
resourceInputs["ignoredAssessmentIds"] = undefined /*out*/;
|
|
114
110
|
resourceInputs["ignoredTargets"] = undefined /*out*/;
|
|
115
111
|
resourceInputs["isBaseline"] = undefined /*out*/;
|
|
@@ -121,13 +117,13 @@ class SecurityAssessment extends pulumi.CustomResource {
|
|
|
121
117
|
resourceInputs["state"] = undefined /*out*/;
|
|
122
118
|
resourceInputs["statistics"] = undefined /*out*/;
|
|
123
119
|
resourceInputs["systemTags"] = undefined /*out*/;
|
|
120
|
+
resourceInputs["targetDatabaseGroupId"] = undefined /*out*/;
|
|
124
121
|
resourceInputs["targetIds"] = undefined /*out*/;
|
|
125
122
|
resourceInputs["targetVersion"] = undefined /*out*/;
|
|
126
123
|
resourceInputs["timeCreated"] = undefined /*out*/;
|
|
127
124
|
resourceInputs["timeLastAssessed"] = undefined /*out*/;
|
|
128
125
|
resourceInputs["timeUpdated"] = undefined /*out*/;
|
|
129
126
|
resourceInputs["triggeredBy"] = undefined /*out*/;
|
|
130
|
-
resourceInputs["type"] = undefined /*out*/;
|
|
131
127
|
}
|
|
132
128
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
133
129
|
super(SecurityAssessment.__pulumiType, name, resourceInputs, opts);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"securityAssessment.js","sourceRoot":"","sources":["../../datasafe/securityAssessment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"securityAssessment.js","sourceRoot":"","sources":["../../datasafe/securityAssessment.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* This resource provides the Security Assessment Check resource in Oracle Cloud Infrastructure Data Safe service.
|
|
6
|
+
*
|
|
7
|
+
* Patches one or more checks in the specified template type security assessment. Use it to add or delete checks.
|
|
8
|
+
* To add check, use CreateCheckDetails as the patch value.
|
|
9
|
+
*
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as oci from "@pulumi/oci";
|
|
15
|
+
*
|
|
16
|
+
* const testSecurityAssessmentCheck = new oci.datasafe.SecurityAssessmentCheck("test_security_assessment_check", {
|
|
17
|
+
* securityAssessmentId: testSecurityAssessment.id,
|
|
18
|
+
* patchOperations: [{
|
|
19
|
+
* operation: securityAssessmentCheckPatchOperationsOperation,
|
|
20
|
+
* selection: securityAssessmentCheckPatchOperationsSelection,
|
|
21
|
+
* value: securityAssessmentCheckPatchOperationsValue,
|
|
22
|
+
* }],
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*
|
|
26
|
+
* ## Import
|
|
27
|
+
*
|
|
28
|
+
* SecurityAssessmentChecks can be imported using the `id`, e.g.
|
|
29
|
+
*
|
|
30
|
+
* ```sh
|
|
31
|
+
* $ pulumi import oci:DataSafe/securityAssessmentCheck:SecurityAssessmentCheck test_security_assessment_check "securityAssessments/{securityAssessmentId}/checks"
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export declare class SecurityAssessmentCheck extends pulumi.CustomResource {
|
|
35
|
+
/**
|
|
36
|
+
* Get an existing SecurityAssessmentCheck resource's state with the given name, ID, and optional extra
|
|
37
|
+
* properties used to qualify the lookup.
|
|
38
|
+
*
|
|
39
|
+
* @param name The _unique_ name of the resulting resource.
|
|
40
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
41
|
+
* @param state Any extra arguments used during the lookup.
|
|
42
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
43
|
+
*/
|
|
44
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: SecurityAssessmentCheckState, opts?: pulumi.CustomResourceOptions): SecurityAssessmentCheck;
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given object is an instance of SecurityAssessmentCheck. This is designed to work even
|
|
47
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
48
|
+
*/
|
|
49
|
+
static isInstance(obj: any): obj is SecurityAssessmentCheck;
|
|
50
|
+
/**
|
|
51
|
+
* The category to which the check belongs to.
|
|
52
|
+
*/
|
|
53
|
+
readonly category: pulumi.Output<string>;
|
|
54
|
+
/**
|
|
55
|
+
* A unique identifier for the check.
|
|
56
|
+
*/
|
|
57
|
+
readonly key: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Provides a recommended approach to take to remediate the check reported.
|
|
60
|
+
*/
|
|
61
|
+
readonly oneline: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* (Updatable)
|
|
64
|
+
*/
|
|
65
|
+
readonly patchOperations: pulumi.Output<outputs.DataSafe.SecurityAssessmentCheckPatchOperation[] | undefined>;
|
|
66
|
+
/**
|
|
67
|
+
* 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.
|
|
68
|
+
*/
|
|
69
|
+
readonly references: pulumi.Output<outputs.DataSafe.SecurityAssessmentCheckReference[]>;
|
|
70
|
+
/**
|
|
71
|
+
* 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.
|
|
72
|
+
*/
|
|
73
|
+
readonly remarks: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* ** IMPORTANT **
|
|
76
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
77
|
+
*/
|
|
78
|
+
readonly securityAssessmentId: pulumi.Output<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
|
|
81
|
+
*/
|
|
82
|
+
readonly suggestedSeverity: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* The short title for the check.
|
|
85
|
+
*/
|
|
86
|
+
readonly title: pulumi.Output<string>;
|
|
87
|
+
/**
|
|
88
|
+
* Create a SecurityAssessmentCheck resource with the given unique name, arguments, and options.
|
|
89
|
+
*
|
|
90
|
+
* @param name The _unique_ name of the resource.
|
|
91
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
92
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
93
|
+
*/
|
|
94
|
+
constructor(name: string, args: SecurityAssessmentCheckArgs, opts?: pulumi.CustomResourceOptions);
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Input properties used for looking up and filtering SecurityAssessmentCheck resources.
|
|
98
|
+
*/
|
|
99
|
+
export interface SecurityAssessmentCheckState {
|
|
100
|
+
/**
|
|
101
|
+
* The category to which the check belongs to.
|
|
102
|
+
*/
|
|
103
|
+
category?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* A unique identifier for the check.
|
|
106
|
+
*/
|
|
107
|
+
key?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* Provides a recommended approach to take to remediate the check reported.
|
|
110
|
+
*/
|
|
111
|
+
oneline?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* (Updatable)
|
|
114
|
+
*/
|
|
115
|
+
patchOperations?: pulumi.Input<pulumi.Input<inputs.DataSafe.SecurityAssessmentCheckPatchOperation>[]>;
|
|
116
|
+
/**
|
|
117
|
+
* 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.
|
|
118
|
+
*/
|
|
119
|
+
references?: pulumi.Input<pulumi.Input<inputs.DataSafe.SecurityAssessmentCheckReference>[]>;
|
|
120
|
+
/**
|
|
121
|
+
* 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.
|
|
122
|
+
*/
|
|
123
|
+
remarks?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* ** IMPORTANT **
|
|
126
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
127
|
+
*/
|
|
128
|
+
securityAssessmentId?: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The severity of the check as suggested by Data Safe security assessment. This will be the default severity in the template baseline security assessment.
|
|
131
|
+
*/
|
|
132
|
+
suggestedSeverity?: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The short title for the check.
|
|
135
|
+
*/
|
|
136
|
+
title?: pulumi.Input<string>;
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* The set of arguments for constructing a SecurityAssessmentCheck resource.
|
|
140
|
+
*/
|
|
141
|
+
export interface SecurityAssessmentCheckArgs {
|
|
142
|
+
/**
|
|
143
|
+
* (Updatable)
|
|
144
|
+
*/
|
|
145
|
+
patchOperations?: pulumi.Input<pulumi.Input<inputs.DataSafe.SecurityAssessmentCheckPatchOperation>[]>;
|
|
146
|
+
/**
|
|
147
|
+
* ** IMPORTANT **
|
|
148
|
+
* Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
|
149
|
+
*/
|
|
150
|
+
securityAssessmentId: pulumi.Input<string>;
|
|
151
|
+
}
|