@pulumi/oci 3.5.0-alpha.1756363728 → 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
@@ -51,7 +51,7 @@ export interface GetAlertsArgs {
51
51
  /**
52
52
  * The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at [RFC3339](https://tools.ietf.org/html/draft-ietf-scim-api-12). In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)
53
53
  *
54
- * **Example:** | query=(timeCreated ge '2021-06-04T01-00-26') and (targetNames eq 'target_1') query=(featureDetails.userName eq "user") and (targetNames eq "target1") Supported fields: severity status alertType targetIds targetNames operationTime lifecycleState displayName timeCreated timeUpdated featureDetails.* (* can be any field in nestedStrMap in Feature Attributes in Alert Summary. For example - userName,object,clientHostname,osUserName,clientIPs,clientId,commandText,commandParam,clientProgram,objectType,targetOwner)
54
+ * **Example:** | query=(timeCreated ge "2021-06-04T01:00:26.000Z") and (targetNames eq "target1") query=(featureDetails.userName eq "user") and (targetNames eq "target1") Supported fields: severity status alertType targetIds targetNames operationTime lifecycleState displayName timeCreated timeUpdated featureDetails.* (* can be any field in nestedStrMap in Feature Attributes in Alert Summary. For example - userName,object,clientHostname,osUserName,clientIPs,clientId,commandText,commandParam,clientProgram,objectType,targetOwner)
55
55
  */
56
56
  scimQuery?: string;
57
57
  }
@@ -127,7 +127,7 @@ export interface GetAlertsOutputArgs {
127
127
  /**
128
128
  * The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at [RFC3339](https://tools.ietf.org/html/draft-ietf-scim-api-12). In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)
129
129
  *
130
- * **Example:** | query=(timeCreated ge '2021-06-04T01-00-26') and (targetNames eq 'target_1') query=(featureDetails.userName eq "user") and (targetNames eq "target1") Supported fields: severity status alertType targetIds targetNames operationTime lifecycleState displayName timeCreated timeUpdated featureDetails.* (* can be any field in nestedStrMap in Feature Attributes in Alert Summary. For example - userName,object,clientHostname,osUserName,clientIPs,clientId,commandText,commandParam,clientProgram,objectType,targetOwner)
130
+ * **Example:** | query=(timeCreated ge "2021-06-04T01:00:26.000Z") and (targetNames eq "target1") query=(featureDetails.userName eq "user") and (targetNames eq "target1") Supported fields: severity status alertType targetIds targetNames operationTime lifecycleState displayName timeCreated timeUpdated featureDetails.* (* can be any field in nestedStrMap in Feature Attributes in Alert Summary. For example - userName,object,clientHostname,osUserName,clientIPs,clientId,commandText,commandParam,clientProgram,objectType,targetOwner)
131
131
  */
132
132
  scimQuery?: pulumi.Input<string>;
133
133
  }
@@ -0,0 +1,121 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source provides details about a specific Attribute Set resource in Oracle Cloud Infrastructure Data Safe service.
4
+ *
5
+ * Gets the details of the specified attribute set.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as oci from "@pulumi/oci";
12
+ *
13
+ * const testAttributeSet = oci.DataSafe.getAttributeSet({
14
+ * attributeSetId: testAttributeSetOciDataSafeAttributeSet.id,
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getAttributeSet(args: GetAttributeSetArgs, opts?: pulumi.InvokeOptions): Promise<GetAttributeSetResult>;
19
+ /**
20
+ * A collection of arguments for invoking getAttributeSet.
21
+ */
22
+ export interface GetAttributeSetArgs {
23
+ /**
24
+ * OCID of an attribute set.
25
+ */
26
+ attributeSetId: string;
27
+ }
28
+ /**
29
+ * A collection of values returned by getAttributeSet.
30
+ */
31
+ export interface GetAttributeSetResult {
32
+ readonly attributeSetId: string;
33
+ /**
34
+ * The type of attribute set.
35
+ */
36
+ readonly attributeSetType: string;
37
+ /**
38
+ * The list of values in an attribute set
39
+ */
40
+ readonly attributeSetValues: string[];
41
+ /**
42
+ * The OCID of the compartment where the attribute set is stored.
43
+ */
44
+ readonly compartmentId: string;
45
+ /**
46
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
47
+ */
48
+ readonly definedTags: {
49
+ [key: string]: string;
50
+ };
51
+ /**
52
+ * Description of an attribute set.
53
+ */
54
+ readonly description: string;
55
+ /**
56
+ * The display name of an attribute set. The name does not have to be unique, and is changeable.
57
+ */
58
+ readonly displayName: string;
59
+ /**
60
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
61
+ */
62
+ readonly freeformTags: {
63
+ [key: string]: string;
64
+ };
65
+ /**
66
+ * The OCID of an attribute set.
67
+ */
68
+ readonly id: string;
69
+ /**
70
+ * Indicates whether the attribute set is in use by other resource.
71
+ */
72
+ readonly inUse: string;
73
+ /**
74
+ * A boolean flag indicating to list user defined or seeded attribute sets.
75
+ */
76
+ readonly isUserDefined: boolean;
77
+ /**
78
+ * The current state of an attribute set.
79
+ */
80
+ readonly state: string;
81
+ /**
82
+ * System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
83
+ */
84
+ readonly systemTags: {
85
+ [key: string]: string;
86
+ };
87
+ /**
88
+ * The date and time an attribute set was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
89
+ */
90
+ readonly timeCreated: string;
91
+ /**
92
+ * The date and time an attribute set was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
93
+ */
94
+ readonly timeUpdated: string;
95
+ }
96
+ /**
97
+ * This data source provides details about a specific Attribute Set resource in Oracle Cloud Infrastructure Data Safe service.
98
+ *
99
+ * Gets the details of the specified attribute set.
100
+ *
101
+ * ## Example Usage
102
+ *
103
+ * ```typescript
104
+ * import * as pulumi from "@pulumi/pulumi";
105
+ * import * as oci from "@pulumi/oci";
106
+ *
107
+ * const testAttributeSet = oci.DataSafe.getAttributeSet({
108
+ * attributeSetId: testAttributeSetOciDataSafeAttributeSet.id,
109
+ * });
110
+ * ```
111
+ */
112
+ export declare function getAttributeSetOutput(args: GetAttributeSetOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAttributeSetResult>;
113
+ /**
114
+ * A collection of arguments for invoking getAttributeSet.
115
+ */
116
+ export interface GetAttributeSetOutputArgs {
117
+ /**
118
+ * OCID of an attribute set.
119
+ */
120
+ attributeSetId: pulumi.Input<string>;
121
+ }
@@ -0,0 +1,54 @@
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.getAttributeSetOutput = exports.getAttributeSet = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides details about a specific Attribute Set resource in Oracle Cloud Infrastructure Data Safe service.
10
+ *
11
+ * Gets the details of the specified attribute set.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testAttributeSet = oci.DataSafe.getAttributeSet({
20
+ * attributeSetId: testAttributeSetOciDataSafeAttributeSet.id,
21
+ * });
22
+ * ```
23
+ */
24
+ function getAttributeSet(args, opts) {
25
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
+ return pulumi.runtime.invoke("oci:DataSafe/getAttributeSet:getAttributeSet", {
27
+ "attributeSetId": args.attributeSetId,
28
+ }, opts);
29
+ }
30
+ exports.getAttributeSet = getAttributeSet;
31
+ /**
32
+ * This data source provides details about a specific Attribute Set resource in Oracle Cloud Infrastructure Data Safe service.
33
+ *
34
+ * Gets the details of the specified attribute set.
35
+ *
36
+ * ## Example Usage
37
+ *
38
+ * ```typescript
39
+ * import * as pulumi from "@pulumi/pulumi";
40
+ * import * as oci from "@pulumi/oci";
41
+ *
42
+ * const testAttributeSet = oci.DataSafe.getAttributeSet({
43
+ * attributeSetId: testAttributeSetOciDataSafeAttributeSet.id,
44
+ * });
45
+ * ```
46
+ */
47
+ function getAttributeSetOutput(args, opts) {
48
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
49
+ return pulumi.runtime.invokeOutput("oci:DataSafe/getAttributeSet:getAttributeSet", {
50
+ "attributeSetId": args.attributeSetId,
51
+ }, opts);
52
+ }
53
+ exports.getAttributeSetOutput = getAttributeSetOutput;
54
+ //# sourceMappingURL=getAttributeSet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAttributeSet.js","sourceRoot":"","sources":["../../datasafe/getAttributeSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC;AA0ED;;;;;;;;;;;;;;;GAeG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sDAKC"}
@@ -0,0 +1,100 @@
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 Attribute Set Associated Resources in Oracle Cloud Infrastructure Data Safe service.
6
+ *
7
+ * Returns list of all associated resources.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as oci from "@pulumi/oci";
14
+ *
15
+ * const testAttributeSetAssociatedResources = oci.DataSafe.getAttributeSetAssociatedResources({
16
+ * attributeSetId: testAttributeSet.id,
17
+ * associatedResourceId: testResource.id,
18
+ * associatedResourceType: attributeSetAssociatedResourceAssociatedResourceType,
19
+ * });
20
+ * ```
21
+ */
22
+ export declare function getAttributeSetAssociatedResources(args: GetAttributeSetAssociatedResourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetAttributeSetAssociatedResourcesResult>;
23
+ /**
24
+ * A collection of arguments for invoking getAttributeSetAssociatedResources.
25
+ */
26
+ export interface GetAttributeSetAssociatedResourcesArgs {
27
+ /**
28
+ * A filter to return attribute set associated resource that matches the specified associated resource id query param.
29
+ */
30
+ associatedResourceId?: string;
31
+ /**
32
+ * A filter to return attribute set associated resources that matches the specified resource type query param.
33
+ */
34
+ associatedResourceType?: string;
35
+ /**
36
+ * OCID of an attribute set.
37
+ */
38
+ attributeSetId: string;
39
+ filters?: inputs.DataSafe.GetAttributeSetAssociatedResourcesFilter[];
40
+ }
41
+ /**
42
+ * A collection of values returned by getAttributeSetAssociatedResources.
43
+ */
44
+ export interface GetAttributeSetAssociatedResourcesResult {
45
+ /**
46
+ * The list of associated_resource_collection.
47
+ */
48
+ readonly associatedResourceCollections: outputs.DataSafe.GetAttributeSetAssociatedResourcesAssociatedResourceCollection[];
49
+ /**
50
+ * The OCID of the resource that is associated with the attribute set.
51
+ */
52
+ readonly associatedResourceId?: string;
53
+ /**
54
+ * The resource type that is associated with the attribute set.
55
+ */
56
+ readonly associatedResourceType?: string;
57
+ readonly attributeSetId: string;
58
+ readonly filters?: outputs.DataSafe.GetAttributeSetAssociatedResourcesFilter[];
59
+ /**
60
+ * The provider-assigned unique ID for this managed resource.
61
+ */
62
+ readonly id: string;
63
+ }
64
+ /**
65
+ * This data source provides the list of Attribute Set Associated Resources in Oracle Cloud Infrastructure Data Safe service.
66
+ *
67
+ * Returns list of all associated resources.
68
+ *
69
+ * ## Example Usage
70
+ *
71
+ * ```typescript
72
+ * import * as pulumi from "@pulumi/pulumi";
73
+ * import * as oci from "@pulumi/oci";
74
+ *
75
+ * const testAttributeSetAssociatedResources = oci.DataSafe.getAttributeSetAssociatedResources({
76
+ * attributeSetId: testAttributeSet.id,
77
+ * associatedResourceId: testResource.id,
78
+ * associatedResourceType: attributeSetAssociatedResourceAssociatedResourceType,
79
+ * });
80
+ * ```
81
+ */
82
+ export declare function getAttributeSetAssociatedResourcesOutput(args: GetAttributeSetAssociatedResourcesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAttributeSetAssociatedResourcesResult>;
83
+ /**
84
+ * A collection of arguments for invoking getAttributeSetAssociatedResources.
85
+ */
86
+ export interface GetAttributeSetAssociatedResourcesOutputArgs {
87
+ /**
88
+ * A filter to return attribute set associated resource that matches the specified associated resource id query param.
89
+ */
90
+ associatedResourceId?: pulumi.Input<string>;
91
+ /**
92
+ * A filter to return attribute set associated resources that matches the specified resource type query param.
93
+ */
94
+ associatedResourceType?: pulumi.Input<string>;
95
+ /**
96
+ * OCID of an attribute set.
97
+ */
98
+ attributeSetId: pulumi.Input<string>;
99
+ filters?: pulumi.Input<pulumi.Input<inputs.DataSafe.GetAttributeSetAssociatedResourcesFilterArgs>[]>;
100
+ }
@@ -0,0 +1,64 @@
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.getAttributeSetAssociatedResourcesOutput = exports.getAttributeSetAssociatedResources = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source provides the list of Attribute Set Associated Resources in Oracle Cloud Infrastructure Data Safe service.
10
+ *
11
+ * Returns list of all associated resources.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as oci from "@pulumi/oci";
18
+ *
19
+ * const testAttributeSetAssociatedResources = oci.DataSafe.getAttributeSetAssociatedResources({
20
+ * attributeSetId: testAttributeSet.id,
21
+ * associatedResourceId: testResource.id,
22
+ * associatedResourceType: attributeSetAssociatedResourceAssociatedResourceType,
23
+ * });
24
+ * ```
25
+ */
26
+ function getAttributeSetAssociatedResources(args, opts) {
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invoke("oci:DataSafe/getAttributeSetAssociatedResources:getAttributeSetAssociatedResources", {
29
+ "associatedResourceId": args.associatedResourceId,
30
+ "associatedResourceType": args.associatedResourceType,
31
+ "attributeSetId": args.attributeSetId,
32
+ "filters": args.filters,
33
+ }, opts);
34
+ }
35
+ exports.getAttributeSetAssociatedResources = getAttributeSetAssociatedResources;
36
+ /**
37
+ * This data source provides the list of Attribute Set Associated Resources in Oracle Cloud Infrastructure Data Safe service.
38
+ *
39
+ * Returns list of all associated resources.
40
+ *
41
+ * ## Example Usage
42
+ *
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as oci from "@pulumi/oci";
46
+ *
47
+ * const testAttributeSetAssociatedResources = oci.DataSafe.getAttributeSetAssociatedResources({
48
+ * attributeSetId: testAttributeSet.id,
49
+ * associatedResourceId: testResource.id,
50
+ * associatedResourceType: attributeSetAssociatedResourceAssociatedResourceType,
51
+ * });
52
+ * ```
53
+ */
54
+ function getAttributeSetAssociatedResourcesOutput(args, opts) {
55
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
56
+ return pulumi.runtime.invokeOutput("oci:DataSafe/getAttributeSetAssociatedResources:getAttributeSetAssociatedResources", {
57
+ "associatedResourceId": args.associatedResourceId,
58
+ "associatedResourceType": args.associatedResourceType,
59
+ "attributeSetId": args.attributeSetId,
60
+ "filters": args.filters,
61
+ }, opts);
62
+ }
63
+ exports.getAttributeSetAssociatedResourcesOutput = getAttributeSetAssociatedResourcesOutput;
64
+ //# sourceMappingURL=getAttributeSetAssociatedResources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAttributeSetAssociatedResources.js","sourceRoot":"","sources":["../../datasafe/getAttributeSetAssociatedResources.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,kCAAkC,CAAC,IAA4C,EAAE,IAA2B;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gFAQC;AA4CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,wCAAwC,CAAC,IAAkD,EAAE,IAAiC;IAC1I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,4FAQC"}
@@ -0,0 +1,204 @@
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 Attribute Sets in Oracle Cloud Infrastructure Data Safe service.
6
+ *
7
+ * Retrieves the list of attribute sets.
8
+ *
9
+ * The ListAttributeSets operation returns only the attribute sets in the specified `compartmentId`.
10
+ *
11
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
12
+ * requester 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 ListAttributeSet 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 testAttributeSets = oci.DataSafe.getAttributeSets({
29
+ * compartmentId: compartmentId,
30
+ * accessLevel: attributeSetAccessLevel,
31
+ * attributeSetId: testAttributeSet.id,
32
+ * attributeSetType: attributeSetAttributeSetType,
33
+ * compartmentIdInSubtree: attributeSetCompartmentIdInSubtree,
34
+ * displayName: attributeSetDisplayName,
35
+ * inUse: attributeSetInUse,
36
+ * isUserDefined: attributeSetIsUserDefined,
37
+ * state: attributeSetState,
38
+ * });
39
+ * ```
40
+ */
41
+ export declare function getAttributeSets(args: GetAttributeSetsArgs, opts?: pulumi.InvokeOptions): Promise<GetAttributeSetsResult>;
42
+ /**
43
+ * A collection of arguments for invoking getAttributeSets.
44
+ */
45
+ export interface GetAttributeSetsArgs {
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 attribute set resources that matches the specified attribute set OCID query param.
52
+ */
53
+ attributeSetId?: string;
54
+ /**
55
+ * A filter to return only attribute set resources that matches the specified attribute set type query param.
56
+ */
57
+ attributeSetType?: string;
58
+ /**
59
+ * A filter to return only resources that match the specified compartment OCID.
60
+ */
61
+ compartmentId: string;
62
+ /**
63
+ * 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.
64
+ */
65
+ compartmentIdInSubtree?: boolean;
66
+ /**
67
+ * A filter to return only resources that match the specified display name.
68
+ */
69
+ displayName?: string;
70
+ filters?: inputs.DataSafe.GetAttributeSetsFilter[];
71
+ /**
72
+ * A filter to return attribute set resources that are in use by other associated resources.
73
+ */
74
+ inUse?: string;
75
+ /**
76
+ * A filter to return user defined or seeded attribute set resources that matches the specified is user defined query param. A true value indicates user defined attribute set.
77
+ */
78
+ isUserDefined?: boolean;
79
+ /**
80
+ * The current state of an attribute set.
81
+ */
82
+ state?: string;
83
+ }
84
+ /**
85
+ * A collection of values returned by getAttributeSets.
86
+ */
87
+ export interface GetAttributeSetsResult {
88
+ readonly accessLevel?: string;
89
+ /**
90
+ * The list of attribute_set_collection.
91
+ */
92
+ readonly attributeSetCollections: outputs.DataSafe.GetAttributeSetsAttributeSetCollection[];
93
+ readonly attributeSetId?: string;
94
+ /**
95
+ * The type of attribute set.
96
+ */
97
+ readonly attributeSetType?: string;
98
+ /**
99
+ * The OCID of the compartment where the attribute set is stored.
100
+ */
101
+ readonly compartmentId: string;
102
+ readonly compartmentIdInSubtree?: boolean;
103
+ /**
104
+ * The display name of an attribute set. The name does not have to be unique, and is changeable.
105
+ */
106
+ readonly displayName?: string;
107
+ readonly filters?: outputs.DataSafe.GetAttributeSetsFilter[];
108
+ /**
109
+ * The provider-assigned unique ID for this managed resource.
110
+ */
111
+ readonly id: string;
112
+ /**
113
+ * Indicates whether the attribute set is in use by other resource.
114
+ */
115
+ readonly inUse?: string;
116
+ /**
117
+ * A boolean flag indicating to list user defined or seeded attribute sets.
118
+ */
119
+ readonly isUserDefined?: boolean;
120
+ /**
121
+ * The current state of an attribute set.
122
+ */
123
+ readonly state?: string;
124
+ }
125
+ /**
126
+ * This data source provides the list of Attribute Sets in Oracle Cloud Infrastructure Data Safe service.
127
+ *
128
+ * Retrieves the list of attribute sets.
129
+ *
130
+ * The ListAttributeSets operation returns only the attribute sets in the specified `compartmentId`.
131
+ *
132
+ * The parameter `accessLevel` specifies whether to return only those compartments for which the
133
+ * requester has INSPECT permissions on at least one resource directly
134
+ * or indirectly (ACCESSIBLE) (the resource can be in a subcompartment) or to return Not Authorized if
135
+ * Principal doesn't have access to even one of the child compartments. This is valid only when
136
+ * `compartmentIdInSubtree` is set to `true`.
137
+ *
138
+ * The parameter `compartmentIdInSubtree` applies when you perform ListAttributeSet on the
139
+ * `compartmentId` passed and when it is set to true, the entire hierarchy of compartments can be returned.
140
+ * To get a full list of all compartments and subcompartments in the tenancy (root compartment),
141
+ * set the parameter `compartmentIdInSubtree` to true and `accessLevel` to ACCESSIBLE.
142
+ *
143
+ * ## Example Usage
144
+ *
145
+ * ```typescript
146
+ * import * as pulumi from "@pulumi/pulumi";
147
+ * import * as oci from "@pulumi/oci";
148
+ *
149
+ * const testAttributeSets = oci.DataSafe.getAttributeSets({
150
+ * compartmentId: compartmentId,
151
+ * accessLevel: attributeSetAccessLevel,
152
+ * attributeSetId: testAttributeSet.id,
153
+ * attributeSetType: attributeSetAttributeSetType,
154
+ * compartmentIdInSubtree: attributeSetCompartmentIdInSubtree,
155
+ * displayName: attributeSetDisplayName,
156
+ * inUse: attributeSetInUse,
157
+ * isUserDefined: attributeSetIsUserDefined,
158
+ * state: attributeSetState,
159
+ * });
160
+ * ```
161
+ */
162
+ export declare function getAttributeSetsOutput(args: GetAttributeSetsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAttributeSetsResult>;
163
+ /**
164
+ * A collection of arguments for invoking getAttributeSets.
165
+ */
166
+ export interface GetAttributeSetsOutputArgs {
167
+ /**
168
+ * 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.
169
+ */
170
+ accessLevel?: pulumi.Input<string>;
171
+ /**
172
+ * A filter to return only attribute set resources that matches the specified attribute set OCID query param.
173
+ */
174
+ attributeSetId?: pulumi.Input<string>;
175
+ /**
176
+ * A filter to return only attribute set resources that matches the specified attribute set type query param.
177
+ */
178
+ attributeSetType?: pulumi.Input<string>;
179
+ /**
180
+ * A filter to return only resources that match the specified compartment OCID.
181
+ */
182
+ compartmentId: pulumi.Input<string>;
183
+ /**
184
+ * 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.
185
+ */
186
+ compartmentIdInSubtree?: pulumi.Input<boolean>;
187
+ /**
188
+ * A filter to return only resources that match the specified display name.
189
+ */
190
+ displayName?: pulumi.Input<string>;
191
+ filters?: pulumi.Input<pulumi.Input<inputs.DataSafe.GetAttributeSetsFilterArgs>[]>;
192
+ /**
193
+ * A filter to return attribute set resources that are in use by other associated resources.
194
+ */
195
+ inUse?: pulumi.Input<string>;
196
+ /**
197
+ * A filter to return user defined or seeded attribute set resources that matches the specified is user defined query param. A true value indicates user defined attribute set.
198
+ */
199
+ isUserDefined?: pulumi.Input<boolean>;
200
+ /**
201
+ * The current state of an attribute set.
202
+ */
203
+ state?: pulumi.Input<string>;
204
+ }