@pulumi/oci 3.5.0-alpha.1756327653 → 3.5.0-alpha.1756440723

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.
Files changed (320) hide show
  1. package/core/computeGpuMemoryFabric.d.ts +8 -0
  2. package/core/computeGpuMemoryFabric.js +2 -0
  3. package/core/computeGpuMemoryFabric.js.map +1 -1
  4. package/core/getComputeGpuMemoryFabric.d.ts +4 -0
  5. package/core/getComputeGpuMemoryFabric.js.map +1 -1
  6. package/database/dataGuardAssociation.d.ts +26 -0
  7. package/database/dataGuardAssociation.js +6 -0
  8. package/database/dataGuardAssociation.js.map +1 -1
  9. package/database/database.d.ts +8 -0
  10. package/database/database.js +2 -0
  11. package/database/database.js.map +1 -1
  12. package/database/dbNode.d.ts +16 -0
  13. package/database/dbNode.js +4 -0
  14. package/database/dbNode.js.map +1 -1
  15. package/database/dbSystem.d.ts +30 -6
  16. package/database/dbSystem.js +4 -0
  17. package/database/dbSystem.js.map +1 -1
  18. package/database/exadbVmCluster.d.ts +13 -0
  19. package/database/exadbVmCluster.js +3 -0
  20. package/database/exadbVmCluster.js.map +1 -1
  21. package/database/exascaleDbStorageVault.d.ts +8 -0
  22. package/database/exascaleDbStorageVault.js +2 -0
  23. package/database/exascaleDbStorageVault.js.map +1 -1
  24. package/database/getDataGuardAssociation.d.ts +2 -0
  25. package/database/getDataGuardAssociation.js.map +1 -1
  26. package/database/getDatabase.d.ts +4 -0
  27. package/database/getDatabase.js.map +1 -1
  28. package/database/getDbNode.d.ts +8 -0
  29. package/database/getDbNode.js.map +1 -1
  30. package/database/getDbSystemShapes.d.ts +11 -0
  31. package/database/getDbSystemShapes.js +4 -0
  32. package/database/getDbSystemShapes.js.map +1 -1
  33. package/database/getDbSystemStoragePerformances.d.ts +9 -0
  34. package/database/getDbSystemStoragePerformances.js +2 -0
  35. package/database/getDbSystemStoragePerformances.js.map +1 -1
  36. package/database/getDbVersions.d.ts +11 -0
  37. package/database/getDbVersions.js +4 -0
  38. package/database/getDbVersions.js.map +1 -1
  39. package/database/getExadbVmCluster.d.ts +4 -0
  40. package/database/getExadbVmCluster.js.map +1 -1
  41. package/database/getExascaleDbStorageVault.d.ts +4 -0
  42. package/database/getExascaleDbStorageVault.js.map +1 -1
  43. package/database/getExascaleDbStorageVaults.d.ts +47 -0
  44. package/database/getExascaleDbStorageVaults.js +16 -0
  45. package/database/getExascaleDbStorageVaults.js.map +1 -1
  46. package/database/getGiVersions.d.ts +11 -0
  47. package/database/getGiVersions.js +4 -0
  48. package/database/getGiVersions.js.map +1 -1
  49. package/datasafe/attributeSet.d.ts +230 -0
  50. package/datasafe/attributeSet.js +119 -0
  51. package/datasafe/attributeSet.js.map +1 -0
  52. package/datasafe/auditProfile.d.ts +108 -29
  53. package/datasafe/auditProfile.js +50 -9
  54. package/datasafe/auditProfile.js.map +1 -1
  55. package/datasafe/auditProfileManagement.d.ts +129 -49
  56. package/datasafe/auditProfileManagement.js +39 -9
  57. package/datasafe/auditProfileManagement.js.map +1 -1
  58. package/datasafe/auditTrail.d.ts +12 -0
  59. package/datasafe/auditTrail.js +2 -0
  60. package/datasafe/auditTrail.js.map +1 -1
  61. package/datasafe/auditTrailManagement.d.ts +13 -0
  62. package/datasafe/auditTrailManagement.js +3 -0
  63. package/datasafe/auditTrailManagement.js.map +1 -1
  64. package/datasafe/getAlerts.d.ts +2 -2
  65. package/datasafe/getAttributeSet.d.ts +121 -0
  66. package/datasafe/getAttributeSet.js +54 -0
  67. package/datasafe/getAttributeSet.js.map +1 -0
  68. package/datasafe/getAttributeSetAssociatedResources.d.ts +100 -0
  69. package/datasafe/getAttributeSetAssociatedResources.js +64 -0
  70. package/datasafe/getAttributeSetAssociatedResources.js.map +1 -0
  71. package/datasafe/getAttributeSets.d.ts +204 -0
  72. package/datasafe/getAttributeSets.js +114 -0
  73. package/datasafe/getAttributeSets.js.map +1 -0
  74. package/datasafe/getAuditArchiveRetrievals.d.ts +11 -0
  75. package/datasafe/getAuditArchiveRetrievals.js +4 -0
  76. package/datasafe/getAuditArchiveRetrievals.js.map +1 -1
  77. package/datasafe/getAuditEvents.d.ts +2 -2
  78. package/datasafe/getAuditPolicies.d.ts +11 -0
  79. package/datasafe/getAuditPolicies.js +4 -0
  80. package/datasafe/getAuditPolicies.js.map +1 -1
  81. package/datasafe/getAuditProfile.d.ts +27 -7
  82. package/datasafe/getAuditProfile.js.map +1 -1
  83. package/datasafe/getAuditProfileTargetOverrides.d.ts +83 -0
  84. package/datasafe/getAuditProfileTargetOverrides.js +60 -0
  85. package/datasafe/getAuditProfileTargetOverrides.js.map +1 -0
  86. package/datasafe/getAuditProfiles.d.ts +28 -3
  87. package/datasafe/getAuditProfiles.js +8 -0
  88. package/datasafe/getAuditProfiles.js.map +1 -1
  89. package/datasafe/getAuditTrail.d.ts +4 -0
  90. package/datasafe/getAuditTrail.js.map +1 -1
  91. package/datasafe/getAuditTrails.d.ts +11 -0
  92. package/datasafe/getAuditTrails.js +4 -0
  93. package/datasafe/getAuditTrails.js.map +1 -1
  94. package/datasafe/getDatabaseSecurityConfigs.d.ts +11 -0
  95. package/datasafe/getDatabaseSecurityConfigs.js +4 -0
  96. package/datasafe/getDatabaseSecurityConfigs.js.map +1 -1
  97. package/datasafe/getDiscoveryAnalytics.d.ts +22 -0
  98. package/datasafe/getDiscoveryAnalytics.js +8 -0
  99. package/datasafe/getDiscoveryAnalytics.js.map +1 -1
  100. package/datasafe/getMaskingAnalytics.d.ts +25 -0
  101. package/datasafe/getMaskingAnalytics.js +8 -0
  102. package/datasafe/getMaskingAnalytics.js.map +1 -1
  103. package/datasafe/getOnpremConnectors.d.ts +8 -5
  104. package/datasafe/getOnpremConnectors.js +4 -4
  105. package/datasafe/getOnpremConnectors.js.map +1 -1
  106. package/datasafe/getReport.d.ts +12 -0
  107. package/datasafe/getReport.js.map +1 -1
  108. package/datasafe/getReports.d.ts +14 -0
  109. package/datasafe/getReports.js +4 -0
  110. package/datasafe/getReports.js.map +1 -1
  111. package/datasafe/getSecurityAssessment.d.ts +25 -1
  112. package/datasafe/getSecurityAssessment.js.map +1 -1
  113. package/datasafe/getSecurityAssessmentChecks.d.ts +144 -0
  114. package/datasafe/getSecurityAssessmentChecks.js +80 -0
  115. package/datasafe/getSecurityAssessmentChecks.js.map +1 -0
  116. package/datasafe/getSecurityAssessmentFinding.d.ts +12 -0
  117. package/datasafe/getSecurityAssessmentFinding.js +8 -0
  118. package/datasafe/getSecurityAssessmentFinding.js.map +1 -1
  119. package/datasafe/getSecurityAssessmentFindings.d.ts +29 -2
  120. package/datasafe/getSecurityAssessmentFindings.js +10 -2
  121. package/datasafe/getSecurityAssessmentFindings.js.map +1 -1
  122. package/datasafe/getSecurityAssessmentTemplateAnalytics.d.ts +218 -0
  123. package/datasafe/getSecurityAssessmentTemplateAnalytics.js +118 -0
  124. package/datasafe/getSecurityAssessmentTemplateAnalytics.js.map +1 -0
  125. package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.d.ts +178 -0
  126. package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js +108 -0
  127. package/datasafe/getSecurityAssessmentTemplateAssociationAnalytics.js.map +1 -0
  128. package/datasafe/getSecurityAssessmentTemplateBaselineComparison.d.ts +155 -0
  129. package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js +70 -0
  130. package/datasafe/getSecurityAssessmentTemplateBaselineComparison.js.map +1 -0
  131. package/datasafe/getSecurityAssessments.d.ts +43 -1
  132. package/datasafe/getSecurityAssessments.js +12 -0
  133. package/datasafe/getSecurityAssessments.js.map +1 -1
  134. package/datasafe/getSecurityPolicies.d.ts +14 -0
  135. package/datasafe/getSecurityPolicies.js +4 -0
  136. package/datasafe/getSecurityPolicies.js.map +1 -1
  137. package/datasafe/getSecurityPolicy.d.ts +4 -0
  138. package/datasafe/getSecurityPolicy.js.map +1 -1
  139. package/datasafe/getSecurityPolicyConfig.d.ts +122 -0
  140. package/datasafe/getSecurityPolicyConfig.js +54 -0
  141. package/datasafe/getSecurityPolicyConfig.js.map +1 -0
  142. package/datasafe/getSecurityPolicyConfigs.d.ts +206 -0
  143. package/datasafe/getSecurityPolicyConfigs.js +114 -0
  144. package/datasafe/getSecurityPolicyConfigs.js.map +1 -0
  145. package/datasafe/getSecurityPolicyDeployment.d.ts +11 -1
  146. package/datasafe/getSecurityPolicyDeployment.js.map +1 -1
  147. package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.d.ts +15 -0
  148. package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.js.map +1 -1
  149. package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.d.ts +25 -0
  150. package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js +8 -0
  151. package/datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.js.map +1 -1
  152. package/datasafe/getSecurityPolicyDeployments.d.ts +15 -1
  153. package/datasafe/getSecurityPolicyDeployments.js +4 -0
  154. package/datasafe/getSecurityPolicyDeployments.js.map +1 -1
  155. package/datasafe/getSensitiveColumnAnalytics.d.ts +11 -0
  156. package/datasafe/getSensitiveColumnAnalytics.js +4 -0
  157. package/datasafe/getSensitiveColumnAnalytics.js.map +1 -1
  158. package/datasafe/getSqlCollectionAnalytics.d.ts +11 -0
  159. package/datasafe/getSqlCollectionAnalytics.js +4 -0
  160. package/datasafe/getSqlCollectionAnalytics.js.map +1 -1
  161. package/datasafe/getSqlCollections.d.ts +11 -0
  162. package/datasafe/getSqlCollections.js +4 -0
  163. package/datasafe/getSqlCollections.js.map +1 -1
  164. package/datasafe/getSqlFirewallAllowedSqlAnalytics.d.ts +2 -2
  165. package/datasafe/getSqlFirewallAllowedSqls.d.ts +2 -2
  166. package/datasafe/getSqlFirewallViolationAnalytics.d.ts +2 -2
  167. package/datasafe/getSqlFirewallViolations.d.ts +2 -2
  168. package/datasafe/getTargetAlertPolicyAssociations.d.ts +0 -38
  169. package/datasafe/getTargetAlertPolicyAssociations.js +0 -38
  170. package/datasafe/getTargetAlertPolicyAssociations.js.map +1 -1
  171. package/datasafe/getTargetDatabaseGroup.d.ts +122 -0
  172. package/datasafe/getTargetDatabaseGroup.js +54 -0
  173. package/datasafe/getTargetDatabaseGroup.js.map +1 -0
  174. package/datasafe/getTargetDatabaseGroupGroupMember.d.ts +78 -0
  175. package/datasafe/getTargetDatabaseGroupGroupMember.js +58 -0
  176. package/datasafe/getTargetDatabaseGroupGroupMember.js.map +1 -0
  177. package/datasafe/getTargetDatabaseGroups.d.ts +177 -0
  178. package/datasafe/getTargetDatabaseGroups.js +88 -0
  179. package/datasafe/getTargetDatabaseGroups.js.map +1 -0
  180. package/datasafe/getUnifiedAuditPolicies.d.ts +234 -0
  181. package/datasafe/getUnifiedAuditPolicies.js +122 -0
  182. package/datasafe/getUnifiedAuditPolicies.js.map +1 -0
  183. package/datasafe/getUnifiedAuditPolicy.d.ts +134 -0
  184. package/datasafe/getUnifiedAuditPolicy.js +54 -0
  185. package/datasafe/getUnifiedAuditPolicy.js.map +1 -0
  186. package/datasafe/getUnifiedAuditPolicyDefinition.d.ts +125 -0
  187. package/datasafe/getUnifiedAuditPolicyDefinition.js +54 -0
  188. package/datasafe/getUnifiedAuditPolicyDefinition.js.map +1 -0
  189. package/datasafe/getUnifiedAuditPolicyDefinitions.d.ts +198 -0
  190. package/datasafe/getUnifiedAuditPolicyDefinitions.js +114 -0
  191. package/datasafe/getUnifiedAuditPolicyDefinitions.js.map +1 -0
  192. package/datasafe/getUserAssessment.d.ts +8 -0
  193. package/datasafe/getUserAssessment.js.map +1 -1
  194. package/datasafe/getUserAssessments.d.ts +28 -0
  195. package/datasafe/getUserAssessments.js +8 -0
  196. package/datasafe/getUserAssessments.js.map +1 -1
  197. package/datasafe/index.d.ts +72 -0
  198. package/datasafe/index.js +94 -7
  199. package/datasafe/index.js.map +1 -1
  200. package/datasafe/report.d.ts +24 -0
  201. package/datasafe/report.js +6 -0
  202. package/datasafe/report.js.map +1 -1
  203. package/datasafe/reportDefinition.d.ts +2 -0
  204. package/datasafe/reportDefinition.js +2 -0
  205. package/datasafe/reportDefinition.js.map +1 -1
  206. package/datasafe/securityAssessment.d.ts +117 -39
  207. package/datasafe/securityAssessment.js +19 -23
  208. package/datasafe/securityAssessment.js.map +1 -1
  209. package/datasafe/securityAssessmentCheck.d.ts +151 -0
  210. package/datasafe/securityAssessmentCheck.js +98 -0
  211. package/datasafe/securityAssessmentCheck.js.map +1 -0
  212. package/datasafe/securityAssessmentFinding.d.ts +254 -0
  213. package/datasafe/securityAssessmentFinding.js +123 -0
  214. package/datasafe/securityAssessmentFinding.js.map +1 -0
  215. package/datasafe/securityPolicy.d.ts +39 -24
  216. package/datasafe/securityPolicy.js +24 -5
  217. package/datasafe/securityPolicy.js.map +1 -1
  218. package/datasafe/securityPolicyConfig.d.ts +231 -0
  219. package/datasafe/securityPolicyConfig.js +120 -0
  220. package/datasafe/securityPolicyConfig.js.map +1 -0
  221. package/datasafe/securityPolicyDeployment.d.ts +76 -14
  222. package/datasafe/securityPolicyDeployment.js +44 -7
  223. package/datasafe/securityPolicyDeployment.js.map +1 -1
  224. package/datasafe/securityPolicyDeploymentManagement.d.ts +76 -14
  225. package/datasafe/securityPolicyDeploymentManagement.js +25 -3
  226. package/datasafe/securityPolicyDeploymentManagement.js.map +1 -1
  227. package/datasafe/securityPolicyManagement.d.ts +29 -9
  228. package/datasafe/securityPolicyManagement.js +6 -1
  229. package/datasafe/securityPolicyManagement.js.map +1 -1
  230. package/datasafe/targetAlertPolicyAssociation.d.ts +3 -37
  231. package/datasafe/targetAlertPolicyAssociation.js +0 -22
  232. package/datasafe/targetAlertPolicyAssociation.js.map +1 -1
  233. package/datasafe/targetDatabase.d.ts +2 -0
  234. package/datasafe/targetDatabase.js +2 -0
  235. package/datasafe/targetDatabase.js.map +1 -1
  236. package/datasafe/targetDatabaseGroup.d.ts +232 -0
  237. package/datasafe/targetDatabaseGroup.js +132 -0
  238. package/datasafe/targetDatabaseGroup.js.map +1 -0
  239. package/datasafe/targetDatabasePeerTargetDatabase.d.ts +1 -0
  240. package/datasafe/targetDatabasePeerTargetDatabase.js +1 -0
  241. package/datasafe/targetDatabasePeerTargetDatabase.js.map +1 -1
  242. package/datasafe/unifiedAuditPolicy.d.ts +273 -0
  243. package/datasafe/unifiedAuditPolicy.js +137 -0
  244. package/datasafe/unifiedAuditPolicy.js.map +1 -0
  245. package/datasafe/unifiedAuditPolicyDefinition.d.ts +221 -0
  246. package/datasafe/unifiedAuditPolicyDefinition.js +93 -0
  247. package/datasafe/unifiedAuditPolicyDefinition.js.map +1 -0
  248. package/datasafe/userAssessment.d.ts +33 -12
  249. package/datasafe/userAssessment.js +5 -0
  250. package/datasafe/userAssessment.js.map +1 -1
  251. package/disasterrecovery/drProtectionGroup.d.ts +12 -0
  252. package/disasterrecovery/drProtectionGroup.js +12 -0
  253. package/disasterrecovery/drProtectionGroup.js.map +1 -1
  254. package/generativeai/agentDataIngestionJob.d.ts +10 -0
  255. package/generativeai/agentDataIngestionJob.js +4 -0
  256. package/generativeai/agentDataIngestionJob.js.map +1 -1
  257. package/generativeai/agentDataSource.d.ts +3 -40
  258. package/generativeai/agentDataSource.js +0 -31
  259. package/generativeai/agentDataSource.js.map +1 -1
  260. package/generativeai/agentKnowledgeBase.d.ts +11 -11
  261. package/generativeai/agentKnowledgeBase.js +2 -2
  262. package/generativeai/agentKnowledgeBase.js.map +1 -1
  263. package/generativeai/agentTool.d.ts +87 -0
  264. package/generativeai/agentTool.js +87 -0
  265. package/generativeai/agentTool.js.map +1 -1
  266. package/generativeai/getAgentDataIngestionJob.d.ts +5 -0
  267. package/generativeai/getAgentDataIngestionJob.js.map +1 -1
  268. package/generativeai/getAgentDataSource.d.ts +1 -5
  269. package/generativeai/getAgentDataSource.js +0 -4
  270. package/generativeai/getAgentDataSource.js.map +1 -1
  271. package/generativeai/getAgentDataSources.d.ts +0 -4
  272. package/generativeai/getAgentDataSources.js +0 -4
  273. package/generativeai/getAgentDataSources.js.map +1 -1
  274. package/generativeai/getAgentKnowledgeBase.d.ts +5 -5
  275. package/generativeai/getAgentKnowledgeBase.js +0 -4
  276. package/generativeai/getAgentKnowledgeBase.js.map +1 -1
  277. package/generativeai/getAgentKnowledgeBases.d.ts +0 -4
  278. package/generativeai/getAgentKnowledgeBases.js +0 -4
  279. package/generativeai/getAgentKnowledgeBases.js.map +1 -1
  280. package/goldengate/deployment.d.ts +24 -0
  281. package/goldengate/deployment.js +4 -0
  282. package/goldengate/deployment.js.map +1 -1
  283. package/goldengate/getDeployment.d.ts +8 -0
  284. package/goldengate/getDeployment.js.map +1 -1
  285. package/goldengate/getDeployments.d.ts +14 -0
  286. package/goldengate/getDeployments.js +4 -0
  287. package/goldengate/getDeployments.js.map +1 -1
  288. package/oci/getManagedKafkaKafkaCluster.d.ts +146 -0
  289. package/oci/getManagedKafkaKafkaCluster.js +54 -0
  290. package/oci/getManagedKafkaKafkaCluster.js.map +1 -0
  291. package/oci/getManagedKafkaKafkaClusterConfig.d.ts +110 -0
  292. package/oci/getManagedKafkaKafkaClusterConfig.js +54 -0
  293. package/oci/getManagedKafkaKafkaClusterConfig.js.map +1 -0
  294. package/oci/getManagedKafkaKafkaClusterConfigVersion.d.ts +91 -0
  295. package/oci/getManagedKafkaKafkaClusterConfigVersion.js +58 -0
  296. package/oci/getManagedKafkaKafkaClusterConfigVersion.js.map +1 -0
  297. package/oci/getManagedKafkaKafkaClusterConfigVersions.d.ts +72 -0
  298. package/oci/getManagedKafkaKafkaClusterConfigVersions.js +56 -0
  299. package/oci/getManagedKafkaKafkaClusterConfigVersions.js.map +1 -0
  300. package/oci/getManagedKafkaKafkaClusterConfigs.d.ts +113 -0
  301. package/oci/getManagedKafkaKafkaClusterConfigs.js +70 -0
  302. package/oci/getManagedKafkaKafkaClusterConfigs.js.map +1 -0
  303. package/oci/getManagedKafkaKafkaClusters.d.ts +113 -0
  304. package/oci/getManagedKafkaKafkaClusters.js +70 -0
  305. package/oci/getManagedKafkaKafkaClusters.js.map +1 -0
  306. package/oci/index.d.ts +27 -0
  307. package/oci/index.js +35 -1
  308. package/oci/index.js.map +1 -1
  309. package/oci/managedKafkaKafkaCluster.d.ts +311 -0
  310. package/oci/managedKafkaKafkaCluster.js +154 -0
  311. package/oci/managedKafkaKafkaCluster.js.map +1 -0
  312. package/oci/managedKafkaKafkaClusterConfig.d.ts +191 -0
  313. package/oci/managedKafkaKafkaClusterConfig.js +110 -0
  314. package/oci/managedKafkaKafkaClusterConfig.js.map +1 -0
  315. package/oci/managedKafkaKafkaClusterSuperusersManagement.d.ts +115 -0
  316. package/oci/managedKafkaKafkaClusterSuperusersManagement.js +80 -0
  317. package/oci/managedKafkaKafkaClusterSuperusersManagement.js.map +1 -0
  318. package/package.json +2 -2
  319. package/types/input.d.ts +742 -34
  320. package/types/output.d.ts +3765 -543
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecurityPolicyConfig.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyConfig.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;KACxD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
@@ -0,0 +1,206 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This data source provides the list of Security Policy Configs in Oracle Cloud Infrastructure Data Safe service.
6
+ *
7
+ * Retrieves a list of all security policy configurations in Data Safe.
8
+ *
9
+ * The ListSecurityPolicyConfigs operation returns only the security policy configurations in the specified `compartmentId`.
10
+ *
11
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
12
+ * requestor has INSPECT permissions on at least one resource directly
13
+ * or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
14
+ * Principal doesn't have access to even one of the child compartments. This is valid only when
15
+ * `compartmentIdInSubtree` is set to `true`.
16
+ *
17
+ * The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyConfigs on the
18
+ * `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
19
+ * To get a full list of all compartments and subcompartments in the tenancy (root compartment),
20
+ * set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
21
+ *
22
+ * ## Example Usage
23
+ *
24
+ * ```typescript
25
+ * import * as pulumi from "@pulumi/pulumi";
26
+ * import * as oci from "@pulumi/oci";
27
+ *
28
+ * const testSecurityPolicyConfigs = oci.DataSafe.getSecurityPolicyConfigs({
29
+ * compartmentId: compartmentId,
30
+ * accessLevel: securityPolicyConfigAccessLevel,
31
+ * compartmentIdInSubtree: securityPolicyConfigCompartmentIdInSubtree,
32
+ * displayName: securityPolicyConfigDisplayName,
33
+ * securityPolicyConfigId: testSecurityPolicyConfig.id,
34
+ * securityPolicyId: testSecurityPolicy.id,
35
+ * state: securityPolicyConfigState,
36
+ * timeCreatedGreaterThanOrEqualTo: securityPolicyConfigTimeCreatedGreaterThanOrEqualTo,
37
+ * timeCreatedLessThan: securityPolicyConfigTimeCreatedLessThan,
38
+ * });
39
+ * ```
40
+ */
41
+ export declare function getSecurityPolicyConfigs(args: GetSecurityPolicyConfigsArgs, opts?: pulumi.InvokeOptions): Promise<GetSecurityPolicyConfigsResult>;
42
+ /**
43
+ * A collection of arguments for invoking getSecurityPolicyConfigs.
44
+ */
45
+ export interface GetSecurityPolicyConfigsArgs {
46
+ /**
47
+ * Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
48
+ */
49
+ accessLevel?: string;
50
+ /**
51
+ * A filter to return only resources that match the specified compartment OCID.
52
+ */
53
+ compartmentId: string;
54
+ /**
55
+ * Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
56
+ */
57
+ compartmentIdInSubtree?: boolean;
58
+ /**
59
+ * A filter to return only resources that match the specified display name.
60
+ */
61
+ displayName?: string;
62
+ filters?: inputs.DataSafe.GetSecurityPolicyConfigsFilter[];
63
+ /**
64
+ * An optional filter to return only resources that match the specified OCID of the security policy configuration resource.
65
+ */
66
+ securityPolicyConfigId?: string;
67
+ /**
68
+ * An optional filter to return only resources that match the specified OCID of the security policy resource.
69
+ */
70
+ securityPolicyId?: string;
71
+ /**
72
+ * The current state of the security policy configuration resource.
73
+ */
74
+ state?: string;
75
+ /**
76
+ * A filter to return only the resources that were created after the specified date and time, as defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Using TimeCreatedGreaterThanOrEqualToQueryParam parameter retrieves all resources created after that date.
77
+ *
78
+ * **Example:** 2016-12-19T16:39:57.600Z
79
+ */
80
+ timeCreatedGreaterThanOrEqualTo?: string;
81
+ /**
82
+ * Search for resources that were created before a specific date. Specifying this parameter corresponding `timeCreatedLessThan` parameter will retrieve all resources created before the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
83
+ *
84
+ * **Example:** 2016-12-19T16:39:57.600Z
85
+ */
86
+ timeCreatedLessThan?: string;
87
+ }
88
+ /**
89
+ * A collection of values returned by getSecurityPolicyConfigs.
90
+ */
91
+ export interface GetSecurityPolicyConfigsResult {
92
+ readonly accessLevel?: string;
93
+ /**
94
+ * The OCID of the compartment containing the security policy configuration.
95
+ */
96
+ readonly compartmentId: string;
97
+ readonly compartmentIdInSubtree?: boolean;
98
+ /**
99
+ * The display name of the security policy configuration.
100
+ */
101
+ readonly displayName?: string;
102
+ readonly filters?: outputs.DataSafe.GetSecurityPolicyConfigsFilter[];
103
+ /**
104
+ * The provider-assigned unique ID for this managed resource.
105
+ */
106
+ readonly id: string;
107
+ /**
108
+ * The list of security_policy_config_collection.
109
+ */
110
+ readonly securityPolicyConfigCollections: outputs.DataSafe.GetSecurityPolicyConfigsSecurityPolicyConfigCollection[];
111
+ readonly securityPolicyConfigId?: string;
112
+ /**
113
+ * The OCID of the security policy corresponding to the security policy configuration.
114
+ */
115
+ readonly securityPolicyId?: string;
116
+ /**
117
+ * The current state of the security policy configuration.
118
+ */
119
+ readonly state?: string;
120
+ readonly timeCreatedGreaterThanOrEqualTo?: string;
121
+ readonly timeCreatedLessThan?: string;
122
+ }
123
+ /**
124
+ * This data source provides the list of Security Policy Configs in Oracle Cloud Infrastructure Data Safe service.
125
+ *
126
+ * Retrieves a list of all security policy configurations in Data Safe.
127
+ *
128
+ * The ListSecurityPolicyConfigs operation returns only the security policy configurations in the specified `compartmentId`.
129
+ *
130
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
131
+ * requestor has INSPECT permissions on at least one resource directly
132
+ * or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
133
+ * Principal doesn't have access to even one of the child compartments. This is valid only when
134
+ * `compartmentIdInSubtree` is set to `true`.
135
+ *
136
+ * The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyConfigs on the
137
+ * `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
138
+ * To get a full list of all compartments and subcompartments in the tenancy (root compartment),
139
+ * set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
140
+ *
141
+ * ## Example Usage
142
+ *
143
+ * ```typescript
144
+ * import * as pulumi from "@pulumi/pulumi";
145
+ * import * as oci from "@pulumi/oci";
146
+ *
147
+ * const testSecurityPolicyConfigs = oci.DataSafe.getSecurityPolicyConfigs({
148
+ * compartmentId: compartmentId,
149
+ * accessLevel: securityPolicyConfigAccessLevel,
150
+ * compartmentIdInSubtree: securityPolicyConfigCompartmentIdInSubtree,
151
+ * displayName: securityPolicyConfigDisplayName,
152
+ * securityPolicyConfigId: testSecurityPolicyConfig.id,
153
+ * securityPolicyId: testSecurityPolicy.id,
154
+ * state: securityPolicyConfigState,
155
+ * timeCreatedGreaterThanOrEqualTo: securityPolicyConfigTimeCreatedGreaterThanOrEqualTo,
156
+ * timeCreatedLessThan: securityPolicyConfigTimeCreatedLessThan,
157
+ * });
158
+ * ```
159
+ */
160
+ export declare function getSecurityPolicyConfigsOutput(args: GetSecurityPolicyConfigsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSecurityPolicyConfigsResult>;
161
+ /**
162
+ * A collection of arguments for invoking getSecurityPolicyConfigs.
163
+ */
164
+ export interface GetSecurityPolicyConfigsOutputArgs {
165
+ /**
166
+ * Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
167
+ */
168
+ accessLevel?: pulumi.Input<string>;
169
+ /**
170
+ * A filter to return only resources that match the specified compartment OCID.
171
+ */
172
+ compartmentId: pulumi.Input<string>;
173
+ /**
174
+ * Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
175
+ */
176
+ compartmentIdInSubtree?: pulumi.Input<boolean>;
177
+ /**
178
+ * A filter to return only resources that match the specified display name.
179
+ */
180
+ displayName?: pulumi.Input<string>;
181
+ filters?: pulumi.Input<pulumi.Input<inputs.DataSafe.GetSecurityPolicyConfigsFilterArgs>[]>;
182
+ /**
183
+ * An optional filter to return only resources that match the specified OCID of the security policy configuration resource.
184
+ */
185
+ securityPolicyConfigId?: pulumi.Input<string>;
186
+ /**
187
+ * An optional filter to return only resources that match the specified OCID of the security policy resource.
188
+ */
189
+ securityPolicyId?: pulumi.Input<string>;
190
+ /**
191
+ * The current state of the security policy configuration resource.
192
+ */
193
+ state?: pulumi.Input<string>;
194
+ /**
195
+ * A filter to return only the resources that were created after the specified date and time, as defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Using TimeCreatedGreaterThanOrEqualToQueryParam parameter retrieves all resources created after that date.
196
+ *
197
+ * **Example:** 2016-12-19T16:39:57.600Z
198
+ */
199
+ timeCreatedGreaterThanOrEqualTo?: pulumi.Input<string>;
200
+ /**
201
+ * Search for resources that were created before a specific date. Specifying this parameter corresponding `timeCreatedLessThan` parameter will retrieve all resources created before the specified created date, in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
202
+ *
203
+ * **Example:** 2016-12-19T16:39:57.600Z
204
+ */
205
+ timeCreatedLessThan?: pulumi.Input<string>;
206
+ }
@@ -0,0 +1,114 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getSecurityPolicyConfigsOutput = exports.getSecurityPolicyConfigs = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Security Policy Configs in Oracle Cloud Infrastructure Data Safe service.
10
+ *
11
+ * Retrieves a list of all security policy configurations in Data Safe.
12
+ *
13
+ * The ListSecurityPolicyConfigs operation returns only the security policy configurations in the specified `compartmentId`.
14
+ *
15
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
16
+ * requestor has INSPECT permissions on at least one resource directly
17
+ * or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
18
+ * Principal doesn't have access to even one of the child compartments. This is valid only when
19
+ * `compartmentIdInSubtree` is set to `true`.
20
+ *
21
+ * The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyConfigs on the
22
+ * `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
23
+ * To get a full list of all compartments and subcompartments in the tenancy (root compartment),
24
+ * set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
25
+ *
26
+ * ## Example Usage
27
+ *
28
+ * ```typescript
29
+ * import * as pulumi from "@pulumi/pulumi";
30
+ * import * as oci from "@pulumi/oci";
31
+ *
32
+ * const testSecurityPolicyConfigs = oci.DataSafe.getSecurityPolicyConfigs({
33
+ * compartmentId: compartmentId,
34
+ * accessLevel: securityPolicyConfigAccessLevel,
35
+ * compartmentIdInSubtree: securityPolicyConfigCompartmentIdInSubtree,
36
+ * displayName: securityPolicyConfigDisplayName,
37
+ * securityPolicyConfigId: testSecurityPolicyConfig.id,
38
+ * securityPolicyId: testSecurityPolicy.id,
39
+ * state: securityPolicyConfigState,
40
+ * timeCreatedGreaterThanOrEqualTo: securityPolicyConfigTimeCreatedGreaterThanOrEqualTo,
41
+ * timeCreatedLessThan: securityPolicyConfigTimeCreatedLessThan,
42
+ * });
43
+ * ```
44
+ */
45
+ function getSecurityPolicyConfigs(args, opts) {
46
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
47
+ return pulumi.runtime.invoke("oci:DataSafe/getSecurityPolicyConfigs:getSecurityPolicyConfigs", {
48
+ "accessLevel": args.accessLevel,
49
+ "compartmentId": args.compartmentId,
50
+ "compartmentIdInSubtree": args.compartmentIdInSubtree,
51
+ "displayName": args.displayName,
52
+ "filters": args.filters,
53
+ "securityPolicyConfigId": args.securityPolicyConfigId,
54
+ "securityPolicyId": args.securityPolicyId,
55
+ "state": args.state,
56
+ "timeCreatedGreaterThanOrEqualTo": args.timeCreatedGreaterThanOrEqualTo,
57
+ "timeCreatedLessThan": args.timeCreatedLessThan,
58
+ }, opts);
59
+ }
60
+ exports.getSecurityPolicyConfigs = getSecurityPolicyConfigs;
61
+ /**
62
+ * This data source provides the list of Security Policy Configs in Oracle Cloud Infrastructure Data Safe service.
63
+ *
64
+ * Retrieves a list of all security policy configurations in Data Safe.
65
+ *
66
+ * The ListSecurityPolicyConfigs operation returns only the security policy configurations in the specified `compartmentId`.
67
+ *
68
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
69
+ * requestor has INSPECT permissions on at least one resource directly
70
+ * or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
71
+ * Principal doesn't have access to even one of the child compartments. This is valid only when
72
+ * `compartmentIdInSubtree` is set to `true`.
73
+ *
74
+ * The parameter `compartmentIdInSubtree` applies when you perform ListSecurityPolicyConfigs on the
75
+ * `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
76
+ * To get a full list of all compartments and subcompartments in the tenancy (root compartment),
77
+ * set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
78
+ *
79
+ * ## Example Usage
80
+ *
81
+ * ```typescript
82
+ * import * as pulumi from "@pulumi/pulumi";
83
+ * import * as oci from "@pulumi/oci";
84
+ *
85
+ * const testSecurityPolicyConfigs = oci.DataSafe.getSecurityPolicyConfigs({
86
+ * compartmentId: compartmentId,
87
+ * accessLevel: securityPolicyConfigAccessLevel,
88
+ * compartmentIdInSubtree: securityPolicyConfigCompartmentIdInSubtree,
89
+ * displayName: securityPolicyConfigDisplayName,
90
+ * securityPolicyConfigId: testSecurityPolicyConfig.id,
91
+ * securityPolicyId: testSecurityPolicy.id,
92
+ * state: securityPolicyConfigState,
93
+ * timeCreatedGreaterThanOrEqualTo: securityPolicyConfigTimeCreatedGreaterThanOrEqualTo,
94
+ * timeCreatedLessThan: securityPolicyConfigTimeCreatedLessThan,
95
+ * });
96
+ * ```
97
+ */
98
+ function getSecurityPolicyConfigsOutput(args, opts) {
99
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
100
+ return pulumi.runtime.invokeOutput("oci:DataSafe/getSecurityPolicyConfigs:getSecurityPolicyConfigs", {
101
+ "accessLevel": args.accessLevel,
102
+ "compartmentId": args.compartmentId,
103
+ "compartmentIdInSubtree": args.compartmentIdInSubtree,
104
+ "displayName": args.displayName,
105
+ "filters": args.filters,
106
+ "securityPolicyConfigId": args.securityPolicyConfigId,
107
+ "securityPolicyId": args.securityPolicyId,
108
+ "state": args.state,
109
+ "timeCreatedGreaterThanOrEqualTo": args.timeCreatedGreaterThanOrEqualTo,
110
+ "timeCreatedLessThan": args.timeCreatedLessThan,
111
+ }, opts);
112
+ }
113
+ exports.getSecurityPolicyConfigsOutput = getSecurityPolicyConfigsOutput;
114
+ //# sourceMappingURL=getSecurityPolicyConfigs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSecurityPolicyConfigs.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyConfigs.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,4DAcC;AAoFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,iCAAiC,EAAE,IAAI,CAAC,+BAA+B;QACvE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,wEAcC"}
@@ -39,6 +39,7 @@ export interface GetSecurityPolicyDeploymentResult {
39
39
  readonly definedTags: {
40
40
  [key: string]: string;
41
41
  };
42
+ readonly deployTrigger: number;
42
43
  /**
43
44
  * The description of the security policy deployment.
44
45
  */
@@ -61,6 +62,7 @@ export interface GetSecurityPolicyDeploymentResult {
61
62
  * Details about the current state of the security policy deployment in Data Safe.
62
63
  */
63
64
  readonly lifecycleDetails: string;
65
+ readonly refreshTrigger: number;
64
66
  readonly securityPolicyDeploymentId: string;
65
67
  /**
66
68
  * The OCID of the security policy corresponding to the security policy deployment.
@@ -77,13 +79,21 @@ export interface GetSecurityPolicyDeploymentResult {
77
79
  [key: string]: string;
78
80
  };
79
81
  /**
80
- * The OCID of the target where the security policy is deployed.
82
+ * The OCID of the target/target group where the security policy is deployed.
81
83
  */
82
84
  readonly targetId: string;
85
+ /**
86
+ * Indicates whether the security policy deployment is for a target database or a target database group.
87
+ */
88
+ readonly targetType: string;
83
89
  /**
84
90
  * The time that the security policy deployment was created, in the format defined by RFC3339.
85
91
  */
86
92
  readonly timeCreated: string;
93
+ /**
94
+ * The last date and time the security policy was deployed, in the format defined by RFC3339.
95
+ */
96
+ readonly timeDeployed: string;
87
97
  /**
88
98
  * The last date and time the security policy deployment was updated, in the format defined by RFC3339.
89
99
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityPolicyDeployment.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAsED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
1
+ {"version":3,"file":"getSecurityPolicyDeployment.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeployment.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sEAAsE,EAAE;QACjG,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kEAKC;AAgFD;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sEAAsE,EAAE;QACvG,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8EAKC"}
@@ -39,10 +39,21 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStateResult {
39
39
  * The current deployment status of the security policy deployment and the security policy entry associated.
40
40
  */
41
41
  readonly deploymentStatus: string;
42
+ /**
43
+ * Details about the current deployment status.
44
+ */
45
+ readonly deploymentStatusDetails: string;
42
46
  /**
43
47
  * Details specific to the security policy entry.
44
48
  */
45
49
  readonly entryDetails: outputs.DataSafe.GetSecurityPolicyDeploymentSecurityPolicyEntryStateEntryDetail[];
50
+ /**
51
+ * The security policy entry type. Allowed values:
52
+ * * FIREWALL_POLICY - The SQL Firewall policy entry type.
53
+ * * AUDIT_POLICY - The audit policy entry type.
54
+ * * CONFIG - Config changes deployment.
55
+ */
56
+ readonly entryType: string;
46
57
  /**
47
58
  * The provider-assigned unique ID for this managed resource.
48
59
  */
@@ -56,6 +67,10 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStateResult {
56
67
  */
57
68
  readonly securityPolicyEntryId: string;
58
69
  readonly securityPolicyEntryStateId: string;
70
+ /**
71
+ * The OCID of the target on which the security policy is deployed.
72
+ */
73
+ readonly targetId: string;
59
74
  }
60
75
  /**
61
76
  * This data source provides details about a specific Security Policy Deployment Security Policy Entry State resource in Oracle Cloud Infrastructure Data Safe service.
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityPolicyDeploymentSecurityPolicyEntryState.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,mDAAmD,CAAC,IAA6D,EAAE,IAA2B;IAC1J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sHAAsH,EAAE;QACjJ,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kHAMC;AA0CD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yDAAyD,CAAC,IAAmE,EAAE,IAAiC;IAC5K,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sHAAsH,EAAE;QACvJ,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8HAMC"}
1
+ {"version":3,"file":"getSecurityPolicyDeploymentSecurityPolicyEntryState.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryState.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,mDAAmD,CAAC,IAA6D,EAAE,IAA2B;IAC1J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sHAAsH,EAAE;QACjJ,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kHAMC;AAyDD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,yDAAyD,CAAC,IAAmE,EAAE,IAAiC;IAC5K,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sHAAsH,EAAE;QACvJ,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;KAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8HAMC"}
@@ -18,6 +18,8 @@ import * as outputs from "../types/output";
18
18
  * securityPolicyDeploymentId: testSecurityPolicyDeployment.id,
19
19
  * deploymentStatus: securityPolicyDeploymentSecurityPolicyEntryStateDeploymentStatus,
20
20
  * securityPolicyEntryId: testSecurityPolicyEntry.id,
21
+ * securityPolicyEntryType: securityPolicyDeploymentSecurityPolicyEntryStateSecurityPolicyEntryType,
22
+ * targetId: testTarget.id,
21
23
  * });
22
24
  * ```
23
25
  */
@@ -39,6 +41,14 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStatesArgs {
39
41
  * An optional filter to return only resources that match the specified security policy entry OCID.
40
42
  */
41
43
  securityPolicyEntryId?: string;
44
+ /**
45
+ * The type of the security policy deployment.
46
+ */
47
+ securityPolicyEntryType?: string;
48
+ /**
49
+ * An optional filter to return only resources that match the specified target id.
50
+ */
51
+ targetId?: string;
42
52
  }
43
53
  /**
44
54
  * A collection of values returned by getSecurityPolicyDeploymentSecurityPolicyEntryStates.
@@ -65,6 +75,11 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStatesResult {
65
75
  * The list of security_policy_entry_state_collection.
66
76
  */
67
77
  readonly securityPolicyEntryStateCollections: outputs.DataSafe.GetSecurityPolicyDeploymentSecurityPolicyEntryStatesSecurityPolicyEntryStateCollection[];
78
+ readonly securityPolicyEntryType?: string;
79
+ /**
80
+ * The OCID of the target on which the security policy is deployed.
81
+ */
82
+ readonly targetId?: string;
68
83
  }
69
84
  /**
70
85
  * This data source provides the list of Security Policy Deployment Security Policy Entry States in Oracle Cloud Infrastructure Data Safe service.
@@ -83,6 +98,8 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStatesResult {
83
98
  * securityPolicyDeploymentId: testSecurityPolicyDeployment.id,
84
99
  * deploymentStatus: securityPolicyDeploymentSecurityPolicyEntryStateDeploymentStatus,
85
100
  * securityPolicyEntryId: testSecurityPolicyEntry.id,
101
+ * securityPolicyEntryType: securityPolicyDeploymentSecurityPolicyEntryStateSecurityPolicyEntryType,
102
+ * targetId: testTarget.id,
86
103
  * });
87
104
  * ```
88
105
  */
@@ -104,4 +121,12 @@ export interface GetSecurityPolicyDeploymentSecurityPolicyEntryStatesOutputArgs
104
121
  * An optional filter to return only resources that match the specified security policy entry OCID.
105
122
  */
106
123
  securityPolicyEntryId?: pulumi.Input<string>;
124
+ /**
125
+ * The type of the security policy deployment.
126
+ */
127
+ securityPolicyEntryType?: pulumi.Input<string>;
128
+ /**
129
+ * An optional filter to return only resources that match the specified target id.
130
+ */
131
+ targetId?: pulumi.Input<string>;
107
132
  }
@@ -22,6 +22,8 @@ const utilities = require("../utilities");
22
22
  * securityPolicyDeploymentId: testSecurityPolicyDeployment.id,
23
23
  * deploymentStatus: securityPolicyDeploymentSecurityPolicyEntryStateDeploymentStatus,
24
24
  * securityPolicyEntryId: testSecurityPolicyEntry.id,
25
+ * securityPolicyEntryType: securityPolicyDeploymentSecurityPolicyEntryStateSecurityPolicyEntryType,
26
+ * targetId: testTarget.id,
25
27
  * });
26
28
  * ```
27
29
  */
@@ -32,6 +34,8 @@ function getSecurityPolicyDeploymentSecurityPolicyEntryStates(args, opts) {
32
34
  "filters": args.filters,
33
35
  "securityPolicyDeploymentId": args.securityPolicyDeploymentId,
34
36
  "securityPolicyEntryId": args.securityPolicyEntryId,
37
+ "securityPolicyEntryType": args.securityPolicyEntryType,
38
+ "targetId": args.targetId,
35
39
  }, opts);
36
40
  }
37
41
  exports.getSecurityPolicyDeploymentSecurityPolicyEntryStates = getSecurityPolicyDeploymentSecurityPolicyEntryStates;
@@ -52,6 +56,8 @@ exports.getSecurityPolicyDeploymentSecurityPolicyEntryStates = getSecurityPolicy
52
56
  * securityPolicyDeploymentId: testSecurityPolicyDeployment.id,
53
57
  * deploymentStatus: securityPolicyDeploymentSecurityPolicyEntryStateDeploymentStatus,
54
58
  * securityPolicyEntryId: testSecurityPolicyEntry.id,
59
+ * securityPolicyEntryType: securityPolicyDeploymentSecurityPolicyEntryStateSecurityPolicyEntryType,
60
+ * targetId: testTarget.id,
55
61
  * });
56
62
  * ```
57
63
  */
@@ -62,6 +68,8 @@ function getSecurityPolicyDeploymentSecurityPolicyEntryStatesOutput(args, opts)
62
68
  "filters": args.filters,
63
69
  "securityPolicyDeploymentId": args.securityPolicyDeploymentId,
64
70
  "securityPolicyEntryId": args.securityPolicyEntryId,
71
+ "securityPolicyEntryType": args.securityPolicyEntryType,
72
+ "targetId": args.targetId,
65
73
  }, opts);
66
74
  }
67
75
  exports.getSecurityPolicyDeploymentSecurityPolicyEntryStatesOutput = getSecurityPolicyDeploymentSecurityPolicyEntryStatesOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityPolicyDeploymentSecurityPolicyEntryStates.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,oDAAoD,CAAC,IAA8D,EAAE,IAA2B;IAC5J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wHAAwH,EAAE;QACnJ,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oHAQC;AA+CD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,SAAgB,0DAA0D,CAAC,IAAoE,EAAE,IAAiC;IAC9K,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wHAAwH,EAAE;QACzJ,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;KACtD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gIAQC"}
1
+ {"version":3,"file":"getSecurityPolicyDeploymentSecurityPolicyEntryStates.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeploymentSecurityPolicyEntryStates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,oDAAoD,CAAC,IAA8D,EAAE,IAA2B;IAC5J,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wHAAwH,EAAE;QACnJ,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oHAUC;AA4DD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,0DAA0D,CAAC,IAAoE,EAAE,IAAiC;IAC9K,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wHAAwH,EAAE;QACzJ,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,uBAAuB,EAAE,IAAI,CAAC,qBAAqB;QACnD,yBAAyB,EAAE,IAAI,CAAC,uBAAuB;QACvD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gIAUC"}
@@ -34,6 +34,7 @@ import * as outputs from "../types/output";
34
34
  * securityPolicyId: testSecurityPolicy.id,
35
35
  * state: securityPolicyDeploymentState,
36
36
  * targetId: testTarget.id,
37
+ * targetType: securityPolicyDeploymentTargetType,
37
38
  * });
38
39
  * ```
39
40
  */
@@ -75,6 +76,10 @@ export interface GetSecurityPolicyDeploymentsArgs {
75
76
  * A filter to return only items related to a specific target OCID.
76
77
  */
77
78
  targetId?: string;
79
+ /**
80
+ * A optional filter to return only resources that belong to the specified target type.
81
+ */
82
+ targetType?: string;
78
83
  }
79
84
  /**
80
85
  * A collection of values returned by getSecurityPolicyDeployments.
@@ -109,9 +114,13 @@ export interface GetSecurityPolicyDeploymentsResult {
109
114
  */
110
115
  readonly state?: string;
111
116
  /**
112
- * The OCID of the target where the security policy is deployed.
117
+ * The OCID of the target/target group where the security policy is deployed.
113
118
  */
114
119
  readonly targetId?: string;
120
+ /**
121
+ * Indicates whether the security policy deployment is for a target database or a target database group.
122
+ */
123
+ readonly targetType?: string;
115
124
  }
116
125
  /**
117
126
  * This data source provides the list of Security Policy Deployments in Oracle Cloud Infrastructure Data Safe service.
@@ -146,6 +155,7 @@ export interface GetSecurityPolicyDeploymentsResult {
146
155
  * securityPolicyId: testSecurityPolicy.id,
147
156
  * state: securityPolicyDeploymentState,
148
157
  * targetId: testTarget.id,
158
+ * targetType: securityPolicyDeploymentTargetType,
149
159
  * });
150
160
  * ```
151
161
  */
@@ -187,4 +197,8 @@ export interface GetSecurityPolicyDeploymentsOutputArgs {
187
197
  * A filter to return only items related to a specific target OCID.
188
198
  */
189
199
  targetId?: pulumi.Input<string>;
200
+ /**
201
+ * A optional filter to return only resources that belong to the specified target type.
202
+ */
203
+ targetType?: pulumi.Input<string>;
190
204
  }
@@ -38,6 +38,7 @@ const utilities = require("../utilities");
38
38
  * securityPolicyId: testSecurityPolicy.id,
39
39
  * state: securityPolicyDeploymentState,
40
40
  * targetId: testTarget.id,
41
+ * targetType: securityPolicyDeploymentTargetType,
41
42
  * });
42
43
  * ```
43
44
  */
@@ -53,6 +54,7 @@ function getSecurityPolicyDeployments(args, opts) {
53
54
  "securityPolicyId": args.securityPolicyId,
54
55
  "state": args.state,
55
56
  "targetId": args.targetId,
57
+ "targetType": args.targetType,
56
58
  }, opts);
57
59
  }
58
60
  exports.getSecurityPolicyDeployments = getSecurityPolicyDeployments;
@@ -89,6 +91,7 @@ exports.getSecurityPolicyDeployments = getSecurityPolicyDeployments;
89
91
  * securityPolicyId: testSecurityPolicy.id,
90
92
  * state: securityPolicyDeploymentState,
91
93
  * targetId: testTarget.id,
94
+ * targetType: securityPolicyDeploymentTargetType,
92
95
  * });
93
96
  * ```
94
97
  */
@@ -104,6 +107,7 @@ function getSecurityPolicyDeploymentsOutput(args, opts) {
104
107
  "securityPolicyId": args.securityPolicyId,
105
108
  "state": args.state,
106
109
  "targetId": args.targetId,
110
+ "targetType": args.targetType,
107
111
  }, opts);
108
112
  }
109
113
  exports.getSecurityPolicyDeploymentsOutput = getSecurityPolicyDeploymentsOutput;
@@ -1 +1 @@
1
- {"version":3,"file":"getSecurityPolicyDeployments.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeployments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,oEAaC;AA8ED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,gFAaC"}
1
+ {"version":3,"file":"getSecurityPolicyDeployments.js","sourceRoot":"","sources":["../../datasafe/getSecurityPolicyDeployments.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAA2B;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,oEAcC;AAsFD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAAiC;IAC9H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,4BAA4B,EAAE,IAAI,CAAC,0BAA0B;QAC7D,kBAAkB,EAAE,IAAI,CAAC,gBAAgB;QACzC,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAdD,gFAcC"}
@@ -32,6 +32,7 @@ import * as outputs from "../types/output";
32
32
  * sensitiveDataModelId: testSensitiveDataModel.id,
33
33
  * sensitiveTypeGroupId: testSensitiveTypeGroup.id,
34
34
  * sensitiveTypeIds: testSensitiveType.id,
35
+ * targetDatabaseGroupId: testTargetDatabaseGroup.id,
35
36
  * targetId: testTarget.id,
36
37
  * });
37
38
  * ```
@@ -82,6 +83,10 @@ export interface GetSensitiveColumnAnalyticsArgs {
82
83
  * A filter to return only the sensitive columns that are associated with one of the sensitive types identified by the specified OCIDs.
83
84
  */
84
85
  sensitiveTypeIds?: string[];
86
+ /**
87
+ * A filter to return the target database group that matches the specified OCID.
88
+ */
89
+ targetDatabaseGroupId?: string;
85
90
  /**
86
91
  * A filter to return only items related to a specific target OCID.
87
92
  */
@@ -125,6 +130,7 @@ export interface GetSensitiveColumnAnalyticsResult {
125
130
  * The OCID of the sensitive type associated with the sensitive column.
126
131
  */
127
132
  readonly sensitiveTypeIds?: string[];
133
+ readonly targetDatabaseGroupId?: string;
128
134
  /**
129
135
  * The OCID of the target database associated with the sensitive column.
130
136
  */
@@ -161,6 +167,7 @@ export interface GetSensitiveColumnAnalyticsResult {
161
167
  * sensitiveDataModelId: testSensitiveDataModel.id,
162
168
  * sensitiveTypeGroupId: testSensitiveTypeGroup.id,
163
169
  * sensitiveTypeIds: testSensitiveType.id,
170
+ * targetDatabaseGroupId: testTargetDatabaseGroup.id,
164
171
  * targetId: testTarget.id,
165
172
  * });
166
173
  * ```
@@ -211,6 +218,10 @@ export interface GetSensitiveColumnAnalyticsOutputArgs {
211
218
  * A filter to return only the sensitive columns that are associated with one of the sensitive types identified by the specified OCIDs.
212
219
  */
213
220
  sensitiveTypeIds?: pulumi.Input<pulumi.Input<string>[]>;
221
+ /**
222
+ * A filter to return the target database group that matches the specified OCID.
223
+ */
224
+ targetDatabaseGroupId?: pulumi.Input<string>;
214
225
  /**
215
226
  * A filter to return only items related to a specific target OCID.
216
227
  */