@pulumi/harness 0.8.0-alpha.1755712204 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (608) hide show
  1. package/addUserToGroup.d.ts +2 -0
  2. package/addUserToGroup.js +2 -0
  3. package/addUserToGroup.js.map +1 -1
  4. package/application.d.ts +2 -0
  5. package/application.js +2 -0
  6. package/application.js.map +1 -1
  7. package/applicationGitSync.d.ts +2 -0
  8. package/applicationGitSync.js +2 -0
  9. package/applicationGitSync.js.map +1 -1
  10. package/chaos/getHub.d.ts +138 -0
  11. package/chaos/getHub.js +58 -0
  12. package/chaos/getHub.js.map +1 -0
  13. package/chaos/getImageRegistry.d.ts +159 -0
  14. package/chaos/getImageRegistry.js +74 -0
  15. package/chaos/getImageRegistry.js.map +1 -0
  16. package/chaos/getInfrastructureV2.d.ts +292 -0
  17. package/chaos/getInfrastructureV2.js +94 -0
  18. package/chaos/getInfrastructureV2.js.map +1 -0
  19. package/chaos/getSecurityGovernanceCondition.d.ts +141 -0
  20. package/chaos/getSecurityGovernanceCondition.js +80 -0
  21. package/chaos/getSecurityGovernanceCondition.js.map +1 -0
  22. package/chaos/getSecurityGovernanceRule.d.ts +145 -0
  23. package/chaos/getSecurityGovernanceRule.js +82 -0
  24. package/chaos/getSecurityGovernanceRule.js.map +1 -0
  25. package/chaos/hub.d.ts +239 -0
  26. package/chaos/hub.js +120 -0
  27. package/chaos/hub.js.map +1 -0
  28. package/chaos/hubSync.d.ts +78 -0
  29. package/chaos/hubSync.js +80 -0
  30. package/chaos/hubSync.js.map +1 -0
  31. package/chaos/imageRegistry.d.ts +214 -0
  32. package/chaos/imageRegistry.js +110 -0
  33. package/chaos/imageRegistry.js.map +1 -0
  34. package/chaos/index.d.ts +33 -0
  35. package/chaos/index.js +62 -0
  36. package/chaos/index.js.map +1 -0
  37. package/chaos/infrastructureV2.d.ts +469 -0
  38. package/chaos/infrastructureV2.js +144 -0
  39. package/chaos/infrastructureV2.js.map +1 -0
  40. package/chaos/securityGovernanceCondition.d.ts +283 -0
  41. package/chaos/securityGovernanceCondition.js +214 -0
  42. package/chaos/securityGovernanceCondition.js.map +1 -0
  43. package/chaos/securityGovernanceRule.d.ts +227 -0
  44. package/chaos/securityGovernanceRule.js +167 -0
  45. package/chaos/securityGovernanceRule.js.map +1 -0
  46. package/chaosInfrastructure.d.ts +5 -2
  47. package/chaosInfrastructure.js +5 -2
  48. package/chaosInfrastructure.js.map +1 -1
  49. package/cloudprovider/aws.d.ts +2 -0
  50. package/cloudprovider/aws.js +2 -0
  51. package/cloudprovider/aws.js.map +1 -1
  52. package/cloudprovider/azure.d.ts +2 -0
  53. package/cloudprovider/azure.js +2 -0
  54. package/cloudprovider/azure.js.map +1 -1
  55. package/cloudprovider/datacenter.d.ts +2 -0
  56. package/cloudprovider/datacenter.js +2 -0
  57. package/cloudprovider/datacenter.js.map +1 -1
  58. package/cloudprovider/kubernetes.d.ts +2 -0
  59. package/cloudprovider/kubernetes.js +2 -0
  60. package/cloudprovider/kubernetes.js.map +1 -1
  61. package/cloudprovider/spot.d.ts +2 -0
  62. package/cloudprovider/spot.js +2 -0
  63. package/cloudprovider/spot.js.map +1 -1
  64. package/cloudprovider/tanzu.d.ts +2 -0
  65. package/cloudprovider/tanzu.js +2 -0
  66. package/cloudprovider/tanzu.js.map +1 -1
  67. package/cluster/getOrchestratorConfig.d.ts +26 -2
  68. package/cluster/getOrchestratorConfig.js +6 -2
  69. package/cluster/getOrchestratorConfig.js.map +1 -1
  70. package/cluster/orchestrator.d.ts +0 -8
  71. package/cluster/orchestrator.js +0 -8
  72. package/cluster/orchestrator.js.map +1 -1
  73. package/cluster/orchestratorConfig.d.ts +104 -0
  74. package/cluster/orchestratorConfig.js +84 -0
  75. package/cluster/orchestratorConfig.js.map +1 -1
  76. package/delegateApproval.d.ts +2 -0
  77. package/delegateApproval.js +2 -0
  78. package/delegateApproval.js.map +1 -1
  79. package/encryptedText.d.ts +2 -0
  80. package/encryptedText.js +2 -0
  81. package/encryptedText.js.map +1 -1
  82. package/environment.d.ts +2 -0
  83. package/environment.js +2 -0
  84. package/environment.js.map +1 -1
  85. package/getCurrentAccount.d.ts +3 -3
  86. package/gitConnector.d.ts +2 -0
  87. package/gitConnector.js +2 -0
  88. package/gitConnector.js.map +1 -1
  89. package/governance/rule.d.ts +2 -0
  90. package/governance/rule.js +2 -0
  91. package/governance/rule.js.map +1 -1
  92. package/governance/ruleEnforcement.d.ts +2 -0
  93. package/governance/ruleEnforcement.js +2 -0
  94. package/governance/ruleEnforcement.js.map +1 -1
  95. package/index.d.ts +2 -1
  96. package/index.js +4 -2
  97. package/index.js.map +1 -1
  98. package/infrastructureDefinition.d.ts +2 -0
  99. package/infrastructureDefinition.js +2 -0
  100. package/infrastructureDefinition.js.map +1 -1
  101. package/package.json +2 -2
  102. package/platform/appDynamicsConnector.d.ts +2 -0
  103. package/platform/appDynamicsConnector.js +2 -0
  104. package/platform/appDynamicsConnector.js.map +1 -1
  105. package/platform/artifactoryConnector.d.ts +2 -0
  106. package/platform/artifactoryConnector.js +2 -0
  107. package/platform/artifactoryConnector.js.map +1 -1
  108. package/platform/awsCCConnector.d.ts +2 -0
  109. package/platform/awsCCConnector.js +2 -0
  110. package/platform/awsCCConnector.js.map +1 -1
  111. package/platform/awsConnector.d.ts +5 -3
  112. package/platform/awsConnector.js +2 -0
  113. package/platform/awsConnector.js.map +1 -1
  114. package/platform/awsKmsConnector.d.ts +17 -3
  115. package/platform/awsKmsConnector.js +5 -4
  116. package/platform/awsKmsConnector.js.map +1 -1
  117. package/platform/awsSecretManagerConnector.d.ts +6 -4
  118. package/platform/awsSecretManagerConnector.js +3 -1
  119. package/platform/awsSecretManagerConnector.js.map +1 -1
  120. package/platform/azureCloudCostConnector.d.ts +14 -0
  121. package/platform/azureCloudCostConnector.js +4 -0
  122. package/platform/azureCloudCostConnector.js.map +1 -1
  123. package/platform/azureCloudProviderConnector.d.ts +2 -0
  124. package/platform/azureCloudProviderConnector.js +2 -0
  125. package/platform/azureCloudProviderConnector.js.map +1 -1
  126. package/platform/azureKeyVaultConnector.d.ts +4 -0
  127. package/platform/azureKeyVaultConnector.js +4 -0
  128. package/platform/azureKeyVaultConnector.js.map +1 -1
  129. package/platform/bitbucketConnector.d.ts +2 -0
  130. package/platform/bitbucketConnector.js +2 -0
  131. package/platform/bitbucketConnector.js.map +1 -1
  132. package/platform/connectorAzureArtifacts.d.ts +3 -0
  133. package/platform/connectorAzureArtifacts.js +3 -0
  134. package/platform/connectorAzureArtifacts.js.map +1 -1
  135. package/platform/connectorAzureRepo.d.ts +6 -6
  136. package/platform/connectorAzureRepo.js +3 -0
  137. package/platform/connectorAzureRepo.js.map +1 -1
  138. package/platform/connectorCustomSecretManager.d.ts +22 -87
  139. package/platform/connectorCustomSecretManager.js +1 -21
  140. package/platform/connectorCustomSecretManager.js.map +1 -1
  141. package/platform/connectorCustomhealthsource.d.ts +2 -0
  142. package/platform/connectorCustomhealthsource.js +2 -0
  143. package/platform/connectorCustomhealthsource.js.map +1 -1
  144. package/platform/connectorGcpKms.d.ts +2 -0
  145. package/platform/connectorGcpKms.js +2 -0
  146. package/platform/connectorGcpKms.js.map +1 -1
  147. package/platform/connectorJdbc.d.ts +2 -0
  148. package/platform/connectorJdbc.js +2 -0
  149. package/platform/connectorJdbc.js.map +1 -1
  150. package/platform/connectorPdc.d.ts +6 -6
  151. package/platform/connectorPdc.js +3 -3
  152. package/platform/connectorRancher.d.ts +2 -0
  153. package/platform/connectorRancher.js +2 -0
  154. package/platform/connectorRancher.js.map +1 -1
  155. package/platform/dashboardFolders.d.ts +1 -1
  156. package/platform/dashboardFolders.js +1 -1
  157. package/platform/dashboards.d.ts +5 -7
  158. package/platform/dashboards.js +5 -7
  159. package/platform/dashboards.js.map +1 -1
  160. package/platform/datadogConnector.d.ts +2 -0
  161. package/platform/datadogConnector.js +2 -0
  162. package/platform/datadogConnector.js.map +1 -1
  163. package/platform/dbInstance.d.ts +2 -0
  164. package/platform/dbInstance.js +2 -0
  165. package/platform/dbInstance.js.map +1 -1
  166. package/platform/dbSchema.d.ts +11 -9
  167. package/platform/dbSchema.js +2 -0
  168. package/platform/dbSchema.js.map +1 -1
  169. package/platform/dockerConnector.d.ts +2 -2
  170. package/platform/dockerConnector.js +2 -2
  171. package/platform/dynatraceConnector.d.ts +2 -0
  172. package/platform/dynatraceConnector.js +2 -0
  173. package/platform/dynatraceConnector.js.map +1 -1
  174. package/platform/elasticsearchConnector.d.ts +9 -7
  175. package/platform/elasticsearchConnector.js +6 -4
  176. package/platform/elasticsearchConnector.js.map +1 -1
  177. package/platform/environment.d.ts +11 -268
  178. package/platform/environment.js +2 -256
  179. package/platform/environment.js.map +1 -1
  180. package/platform/environmentClustersMapping.d.ts +4 -0
  181. package/platform/environmentClustersMapping.js +4 -0
  182. package/platform/environmentClustersMapping.js.map +1 -1
  183. package/platform/environmentGroup.d.ts +6 -50
  184. package/platform/environmentGroup.js +3 -38
  185. package/platform/environmentGroup.js.map +1 -1
  186. package/platform/environmentServiceOverrides.d.ts +9 -94
  187. package/platform/environmentServiceOverrides.js +3 -88
  188. package/platform/environmentServiceOverrides.js.map +1 -1
  189. package/platform/featureFlagTargetGroup.d.ts +4 -4
  190. package/platform/featureFlagTargetGroup.js +4 -4
  191. package/platform/fileStoreFile.d.ts +5 -3
  192. package/platform/fileStoreFile.js +2 -0
  193. package/platform/fileStoreFile.js.map +1 -1
  194. package/platform/fileStoreFolder.d.ts +5 -3
  195. package/platform/fileStoreFolder.js +2 -0
  196. package/platform/fileStoreFolder.js.map +1 -1
  197. package/platform/filters.d.ts +4 -0
  198. package/platform/filters.js +4 -0
  199. package/platform/filters.js.map +1 -1
  200. package/platform/gcpCloudCostConnector.d.ts +2 -0
  201. package/platform/gcpCloudCostConnector.js +2 -0
  202. package/platform/gcpCloudCostConnector.js.map +1 -1
  203. package/platform/gcpConnector.d.ts +2 -0
  204. package/platform/gcpConnector.js +2 -0
  205. package/platform/gcpConnector.js.map +1 -1
  206. package/platform/gcpSecretManagerConnector.d.ts +3 -50
  207. package/platform/gcpSecretManagerConnector.js +3 -50
  208. package/platform/gcpSecretManagerConnector.js.map +1 -1
  209. package/platform/getApiKey.d.ts +8 -42
  210. package/platform/getApiKey.js +2 -36
  211. package/platform/getApiKey.js.map +1 -1
  212. package/platform/getAwsKmsConnector.d.ts +5 -0
  213. package/platform/getAwsKmsConnector.js +4 -0
  214. package/platform/getAwsKmsConnector.js.map +1 -1
  215. package/platform/getAwsSecretManagerConnector.d.ts +7 -3
  216. package/platform/getAwsSecretManagerConnector.js +4 -0
  217. package/platform/getAwsSecretManagerConnector.js.map +1 -1
  218. package/platform/getAzureCloudCostConnector.d.ts +1 -0
  219. package/platform/getAzureCloudCostConnector.js.map +1 -1
  220. package/platform/getConnectorAzureRepo.d.ts +69 -0
  221. package/platform/getConnectorAzureRepo.js +6 -0
  222. package/platform/getConnectorAzureRepo.js.map +1 -1
  223. package/platform/getConnectorCustomSecretManager.d.ts +36 -36
  224. package/platform/getConnectorCustomSecretManager.js +2 -20
  225. package/platform/getConnectorCustomSecretManager.js.map +1 -1
  226. package/platform/getConnectorPdc.d.ts +3 -3
  227. package/platform/getConnectorPdc.js +2 -2
  228. package/platform/getCurrentAccount.d.ts +2 -20
  229. package/platform/getCurrentAccount.js +2 -20
  230. package/platform/getCurrentAccount.js.map +1 -1
  231. package/platform/getDashboardFolders.d.ts +22 -7
  232. package/platform/getDashboardFolders.js +4 -4
  233. package/platform/getDashboardFolders.js.map +1 -1
  234. package/platform/getDashboards.d.ts +21 -9
  235. package/platform/getDashboards.js +4 -4
  236. package/platform/getDashboards.js.map +1 -1
  237. package/platform/getDbInstance.d.ts +9 -0
  238. package/platform/getDbInstance.js.map +1 -1
  239. package/platform/getDbSchema.d.ts +10 -9
  240. package/platform/getDbSchema.js +0 -4
  241. package/platform/getDbSchema.js.map +1 -1
  242. package/platform/getEnvironment.d.ts +9 -0
  243. package/platform/getEnvironment.js.map +1 -1
  244. package/platform/getEnvironmentList.d.ts +20 -70
  245. package/platform/getEnvironmentList.js +2 -70
  246. package/platform/getEnvironmentList.js.map +1 -1
  247. package/platform/getEnvironmentServiceOverrides.d.ts +6 -6
  248. package/platform/getFilters.d.ts +4 -0
  249. package/platform/getFilters.js +4 -0
  250. package/platform/getFilters.js.map +1 -1
  251. package/platform/getGcpSecretManagerConnector.d.ts +4 -0
  252. package/platform/getGcpSecretManagerConnector.js +4 -0
  253. package/platform/getGcpSecretManagerConnector.js.map +1 -1
  254. package/platform/getGithubConnector.d.ts +3 -0
  255. package/platform/getGithubConnector.js.map +1 -1
  256. package/platform/getGitopsApplications.d.ts +9 -0
  257. package/platform/getGitopsApplications.js.map +1 -1
  258. package/platform/getGitopsFilters.d.ts +25 -10
  259. package/platform/getGitopsFilters.js.map +1 -1
  260. package/platform/getGitxWebhook.d.ts +3 -3
  261. package/platform/getHarRegistry.d.ts +71 -11
  262. package/platform/getHarRegistry.js +2 -2
  263. package/platform/getHarRegistry.js.map +1 -1
  264. package/platform/getIacmDefaultPipeline.d.ts +28 -0
  265. package/platform/getIacmDefaultPipeline.js +28 -0
  266. package/platform/getIacmDefaultPipeline.js.map +1 -1
  267. package/platform/getInfraVariableSet.d.ts +40 -23
  268. package/platform/getInfraVariableSet.js +18 -4
  269. package/platform/getInfraVariableSet.js.map +1 -1
  270. package/platform/getInfrastructure.d.ts +9 -0
  271. package/platform/getInfrastructure.js.map +1 -1
  272. package/platform/getManualFreeze.d.ts +0 -28
  273. package/platform/getManualFreeze.js +0 -28
  274. package/platform/getManualFreeze.js.map +1 -1
  275. package/platform/getMonitoredService.d.ts +26 -0
  276. package/platform/getMonitoredService.js +26 -0
  277. package/platform/getMonitoredService.js.map +1 -1
  278. package/platform/getOrganization.d.ts +4 -0
  279. package/platform/getOrganization.js +4 -0
  280. package/platform/getOrganization.js.map +1 -1
  281. package/platform/getOverrides.d.ts +86 -0
  282. package/platform/getOverrides.js +32 -0
  283. package/platform/getOverrides.js.map +1 -1
  284. package/platform/getPagerdutyConnector.d.ts +4 -0
  285. package/platform/getPagerdutyConnector.js +4 -0
  286. package/platform/getPagerdutyConnector.js.map +1 -1
  287. package/platform/getPipelineList.d.ts +23 -76
  288. package/platform/getPipelineList.js +2 -58
  289. package/platform/getPipelineList.js.map +1 -1
  290. package/platform/getProject.d.ts +4 -0
  291. package/platform/getProject.js +4 -0
  292. package/platform/getProject.js.map +1 -1
  293. package/platform/getProjectList.d.ts +22 -75
  294. package/platform/getProjectList.js +2 -58
  295. package/platform/getProjectList.js.map +1 -1
  296. package/platform/getProvider.d.ts +15 -0
  297. package/platform/getProvider.js +6 -0
  298. package/platform/getProvider.js.map +1 -1
  299. package/platform/getResourceGroup.d.ts +4 -0
  300. package/platform/getResourceGroup.js +4 -0
  301. package/platform/getResourceGroup.js.map +1 -1
  302. package/platform/getRoleAssignments.d.ts +6 -2
  303. package/platform/getRoleAssignments.js +4 -0
  304. package/platform/getRoleAssignments.js.map +1 -1
  305. package/platform/getRoles.d.ts +4 -0
  306. package/platform/getRoles.js +4 -0
  307. package/platform/getRoles.js.map +1 -1
  308. package/platform/getSecretFile.d.ts +4 -0
  309. package/platform/getSecretFile.js +4 -0
  310. package/platform/getSecretFile.js.map +1 -1
  311. package/platform/getSecretSshkey.d.ts +4 -0
  312. package/platform/getSecretSshkey.js +4 -0
  313. package/platform/getSecretSshkey.js.map +1 -1
  314. package/platform/getService.d.ts +9 -0
  315. package/platform/getService.js.map +1 -1
  316. package/platform/getServiceAccount.d.ts +4 -0
  317. package/platform/getServiceAccount.js +4 -0
  318. package/platform/getServiceAccount.js.map +1 -1
  319. package/platform/getServiceList.d.ts +38 -70
  320. package/platform/getServiceList.js +2 -70
  321. package/platform/getServiceList.js.map +1 -1
  322. package/platform/getServiceOverridesV2.d.ts +54 -0
  323. package/platform/getServiceOverridesV2.js.map +1 -1
  324. package/platform/getSlo.d.ts +26 -0
  325. package/platform/getSlo.js +26 -0
  326. package/platform/getSlo.js.map +1 -1
  327. package/platform/getToken.d.ts +2 -0
  328. package/platform/getToken.js +2 -0
  329. package/platform/getToken.js.map +1 -1
  330. package/platform/getUser.d.ts +4 -0
  331. package/platform/getUser.js +4 -0
  332. package/platform/getUser.js.map +1 -1
  333. package/platform/getUsergroup.d.ts +4 -0
  334. package/platform/getUsergroup.js +4 -0
  335. package/platform/getUsergroup.js.map +1 -1
  336. package/platform/getVariables.d.ts +4 -0
  337. package/platform/getVariables.js +4 -0
  338. package/platform/getVariables.js.map +1 -1
  339. package/platform/getVaultConnector.d.ts +5 -1
  340. package/platform/getVaultConnector.js +4 -0
  341. package/platform/getVaultConnector.js.map +1 -1
  342. package/platform/getWorkspace.d.ts +12 -3
  343. package/platform/getWorkspace.js.map +1 -1
  344. package/platform/gitConnector.d.ts +2 -0
  345. package/platform/gitConnector.js +2 -0
  346. package/platform/gitConnector.js.map +1 -1
  347. package/platform/gitOpsAgent.d.ts +2 -0
  348. package/platform/gitOpsAgent.js +2 -0
  349. package/platform/gitOpsAgent.js.map +1 -1
  350. package/platform/gitOpsApplications.d.ts +2 -0
  351. package/platform/gitOpsApplications.js +2 -0
  352. package/platform/gitOpsApplications.js.map +1 -1
  353. package/platform/gitOpsCluster.d.ts +14 -0
  354. package/platform/gitOpsCluster.js +4 -0
  355. package/platform/gitOpsCluster.js.map +1 -1
  356. package/platform/gitOpsGnupg.d.ts +2 -0
  357. package/platform/gitOpsGnupg.js +2 -0
  358. package/platform/gitOpsGnupg.js.map +1 -1
  359. package/platform/gitOpsRepoCert.d.ts +2 -0
  360. package/platform/gitOpsRepoCert.js +2 -0
  361. package/platform/gitOpsRepoCert.js.map +1 -1
  362. package/platform/gitOpsRepoCred.d.ts +2 -0
  363. package/platform/gitOpsRepoCred.js +2 -0
  364. package/platform/gitOpsRepoCred.js.map +1 -1
  365. package/platform/gitOpsRepository.d.ts +2 -0
  366. package/platform/gitOpsRepository.js +2 -0
  367. package/platform/gitOpsRepository.js.map +1 -1
  368. package/platform/githubConnector.d.ts +5 -3
  369. package/platform/githubConnector.js +2 -0
  370. package/platform/githubConnector.js.map +1 -1
  371. package/platform/gitlabConnector.d.ts +2 -0
  372. package/platform/gitlabConnector.js +2 -0
  373. package/platform/gitlabConnector.js.map +1 -1
  374. package/platform/gitopsAppProject.d.ts +2 -0
  375. package/platform/gitopsAppProject.js +2 -0
  376. package/platform/gitopsAppProject.js.map +1 -1
  377. package/platform/gitopsAppProjectMapping.d.ts +2 -0
  378. package/platform/gitopsAppProjectMapping.js +2 -0
  379. package/platform/gitopsAppProjectMapping.js.map +1 -1
  380. package/platform/gitopsApplicationset.d.ts +49 -0
  381. package/platform/gitopsApplicationset.js +49 -0
  382. package/platform/gitopsApplicationset.js.map +1 -1
  383. package/platform/gitopsFilters.d.ts +22 -86
  384. package/platform/gitopsFilters.js +1 -65
  385. package/platform/gitopsFilters.js.map +1 -1
  386. package/platform/gitxWebhook.d.ts +2 -0
  387. package/platform/gitxWebhook.js +2 -0
  388. package/platform/gitxWebhook.js.map +1 -1
  389. package/platform/harRegistry.d.ts +13 -13
  390. package/platform/harRegistry.js +0 -3
  391. package/platform/harRegistry.js.map +1 -1
  392. package/platform/helmConnector.d.ts +2 -0
  393. package/platform/helmConnector.js +2 -0
  394. package/platform/helmConnector.js.map +1 -1
  395. package/platform/iacmDefaultPipeline.d.ts +15 -0
  396. package/platform/iacmDefaultPipeline.js +15 -0
  397. package/platform/iacmDefaultPipeline.js.map +1 -1
  398. package/platform/infraModule.d.ts +3 -1
  399. package/platform/infraModule.js +3 -1
  400. package/platform/infraModule.js.map +1 -1
  401. package/platform/infraVariableSet.d.ts +18 -10
  402. package/platform/infraVariableSet.js +12 -4
  403. package/platform/infraVariableSet.js.map +1 -1
  404. package/platform/infrastructure.d.ts +8 -123
  405. package/platform/infrastructure.js +2 -117
  406. package/platform/infrastructure.js.map +1 -1
  407. package/platform/inputSet.d.ts +2 -0
  408. package/platform/inputSet.js +2 -0
  409. package/platform/inputSet.js.map +1 -1
  410. package/platform/jenkinsConnector.d.ts +4 -0
  411. package/platform/jenkinsConnector.js +4 -0
  412. package/platform/jenkinsConnector.js.map +1 -1
  413. package/platform/jiraConnector.d.ts +2 -1
  414. package/platform/jiraConnector.js +2 -1
  415. package/platform/jiraConnector.js.map +1 -1
  416. package/platform/kubernetesCloudCostConnector.d.ts +17 -5
  417. package/platform/kubernetesCloudCostConnector.js +14 -2
  418. package/platform/kubernetesCloudCostConnector.js.map +1 -1
  419. package/platform/kubernetesConnector.d.ts +2 -0
  420. package/platform/kubernetesConnector.js +2 -0
  421. package/platform/kubernetesConnector.js.map +1 -1
  422. package/platform/manualFreeze.d.ts +3 -79
  423. package/platform/manualFreeze.js +3 -79
  424. package/platform/manualFreeze.js.map +1 -1
  425. package/platform/monitoredService.d.ts +8 -6
  426. package/platform/monitoredService.js +8 -6
  427. package/platform/monitoredService.js.map +1 -1
  428. package/platform/newrelicConnector.d.ts +2 -0
  429. package/platform/newrelicConnector.js +2 -0
  430. package/platform/newrelicConnector.js.map +1 -1
  431. package/platform/nexusConnector.d.ts +2 -2
  432. package/platform/nexusConnector.js +2 -2
  433. package/platform/notificationRule.d.ts +2 -0
  434. package/platform/notificationRule.js +2 -0
  435. package/platform/notificationRule.js.map +1 -1
  436. package/platform/ociHelmConnector.d.ts +2 -0
  437. package/platform/ociHelmConnector.js +2 -0
  438. package/platform/ociHelmConnector.js.map +1 -1
  439. package/platform/organization.d.ts +4 -0
  440. package/platform/organization.js +4 -0
  441. package/platform/organization.js.map +1 -1
  442. package/platform/overrides.d.ts +25 -0
  443. package/platform/overrides.js +25 -0
  444. package/platform/overrides.js.map +1 -1
  445. package/platform/pagerdutyConnector.d.ts +4 -0
  446. package/platform/pagerdutyConnector.js +4 -0
  447. package/platform/pagerdutyConnector.js.map +1 -1
  448. package/platform/pipeline.d.ts +9 -1
  449. package/platform/pipeline.js +9 -1
  450. package/platform/pipeline.js.map +1 -1
  451. package/platform/pipelineFilters.d.ts +2 -0
  452. package/platform/pipelineFilters.js +2 -0
  453. package/platform/pipelineFilters.js.map +1 -1
  454. package/platform/policy.d.ts +3 -13
  455. package/platform/policy.js +3 -13
  456. package/platform/policy.js.map +1 -1
  457. package/platform/policySet.d.ts +2 -0
  458. package/platform/policySet.js +2 -0
  459. package/platform/policySet.js.map +1 -1
  460. package/platform/project.d.ts +4 -0
  461. package/platform/project.js +4 -0
  462. package/platform/project.js.map +1 -1
  463. package/platform/prometheusConnector.d.ts +2 -0
  464. package/platform/prometheusConnector.js +2 -0
  465. package/platform/prometheusConnector.js.map +1 -1
  466. package/platform/provider.d.ts +3 -0
  467. package/platform/provider.js +3 -0
  468. package/platform/provider.js.map +1 -1
  469. package/platform/repo.d.ts +21 -0
  470. package/platform/repo.js +21 -0
  471. package/platform/repo.js.map +1 -1
  472. package/platform/resourceGroup.d.ts +7 -3
  473. package/platform/resourceGroup.js +4 -0
  474. package/platform/resourceGroup.js.map +1 -1
  475. package/platform/roleAssignments.d.ts +9 -7
  476. package/platform/roleAssignments.js +3 -1
  477. package/platform/roleAssignments.js.map +1 -1
  478. package/platform/roles.d.ts +4 -0
  479. package/platform/roles.js +4 -0
  480. package/platform/roles.js.map +1 -1
  481. package/platform/secretFile.d.ts +4 -0
  482. package/platform/secretFile.js +4 -0
  483. package/platform/secretFile.js.map +1 -1
  484. package/platform/secretSshkey.d.ts +3 -1
  485. package/platform/secretSshkey.js +3 -1
  486. package/platform/secretSshkey.js.map +1 -1
  487. package/platform/secretText.d.ts +42 -0
  488. package/platform/secretText.js +42 -0
  489. package/platform/secretText.js.map +1 -1
  490. package/platform/service.d.ts +6 -250
  491. package/platform/service.js +3 -238
  492. package/platform/service.js.map +1 -1
  493. package/platform/serviceAccount.d.ts +4 -0
  494. package/platform/serviceAccount.js +4 -0
  495. package/platform/serviceAccount.js.map +1 -1
  496. package/platform/serviceNowConnector.d.ts +2 -1
  497. package/platform/serviceNowConnector.js +2 -1
  498. package/platform/serviceNowConnector.js.map +1 -1
  499. package/platform/serviceOverridesV2.d.ts +2 -105
  500. package/platform/serviceOverridesV2.js +2 -105
  501. package/platform/serviceOverridesV2.js.map +1 -1
  502. package/platform/slo.d.ts +6 -9
  503. package/platform/slo.js +6 -9
  504. package/platform/slo.js.map +1 -1
  505. package/platform/splunkConnector.d.ts +2 -0
  506. package/platform/splunkConnector.js +2 -0
  507. package/platform/splunkConnector.js.map +1 -1
  508. package/platform/spotConnector.d.ts +2 -0
  509. package/platform/spotConnector.js +2 -0
  510. package/platform/spotConnector.js.map +1 -1
  511. package/platform/sumologicConnector.d.ts +2 -0
  512. package/platform/sumologicConnector.js +2 -0
  513. package/platform/sumologicConnector.js.map +1 -1
  514. package/platform/tasConnector.d.ts +2 -0
  515. package/platform/tasConnector.js +2 -0
  516. package/platform/tasConnector.js.map +1 -1
  517. package/platform/template.d.ts +11 -9
  518. package/platform/template.js +2 -0
  519. package/platform/template.js.map +1 -1
  520. package/platform/templateFilters.d.ts +2 -0
  521. package/platform/templateFilters.js +2 -0
  522. package/platform/templateFilters.js.map +1 -1
  523. package/platform/terraformCloudConnector.d.ts +2 -0
  524. package/platform/terraformCloudConnector.js +2 -0
  525. package/platform/terraformCloudConnector.js.map +1 -1
  526. package/platform/token.d.ts +3 -1
  527. package/platform/token.js +3 -1
  528. package/platform/token.js.map +1 -1
  529. package/platform/triggers.d.ts +4 -0
  530. package/platform/triggers.js +4 -0
  531. package/platform/triggers.js.map +1 -1
  532. package/platform/user.d.ts +6 -4
  533. package/platform/user.js +3 -1
  534. package/platform/user.js.map +1 -1
  535. package/platform/usergroup.d.ts +35 -3
  536. package/platform/usergroup.js +32 -0
  537. package/platform/usergroup.js.map +1 -1
  538. package/platform/variables.d.ts +4 -0
  539. package/platform/variables.js +4 -0
  540. package/platform/variables.js.map +1 -1
  541. package/platform/vaultConnector.d.ts +7 -3
  542. package/platform/vaultConnector.js +4 -0
  543. package/platform/vaultConnector.js.map +1 -1
  544. package/platform/workspace.d.ts +9 -3
  545. package/platform/workspace.js +6 -0
  546. package/platform/workspace.js.map +1 -1
  547. package/platformApiKey.d.ts +3 -36
  548. package/platformApiKey.js +3 -36
  549. package/platformApiKey.js.map +1 -1
  550. package/platformCcmFilters.d.ts +5 -3
  551. package/platformCcmFilters.js +2 -0
  552. package/platformCcmFilters.js.map +1 -1
  553. package/service/ami.d.ts +2 -0
  554. package/service/ami.js +2 -0
  555. package/service/ami.js.map +1 -1
  556. package/service/codedeploy.d.ts +2 -0
  557. package/service/codedeploy.js +2 -0
  558. package/service/codedeploy.js.map +1 -1
  559. package/service/discoveryAgent.d.ts +409 -0
  560. package/service/discoveryAgent.js +255 -0
  561. package/service/discoveryAgent.js.map +1 -0
  562. package/service/discoverySetting.d.ts +123 -0
  563. package/service/discoverySetting.js +80 -0
  564. package/service/discoverySetting.js.map +1 -0
  565. package/service/ecs.d.ts +2 -0
  566. package/service/ecs.js +2 -0
  567. package/service/ecs.js.map +1 -1
  568. package/service/getDiscoveryAgent.d.ts +205 -0
  569. package/service/getDiscoveryAgent.js +88 -0
  570. package/service/getDiscoveryAgent.js.map +1 -0
  571. package/service/getDiscoverySetting.d.ts +103 -0
  572. package/service/getDiscoverySetting.js +60 -0
  573. package/service/getDiscoverySetting.js.map +1 -0
  574. package/service/helm.d.ts +2 -0
  575. package/service/helm.js +2 -0
  576. package/service/helm.js.map +1 -1
  577. package/service/index.d.ts +12 -0
  578. package/service/index.js +17 -1
  579. package/service/index.js.map +1 -1
  580. package/service/kubernetes.d.ts +2 -0
  581. package/service/kubernetes.js +2 -0
  582. package/service/kubernetes.js.map +1 -1
  583. package/service/lambda.d.ts +2 -0
  584. package/service/lambda.js +2 -0
  585. package/service/lambda.js.map +1 -1
  586. package/service/ssh.d.ts +2 -0
  587. package/service/ssh.js +2 -0
  588. package/service/ssh.js.map +1 -1
  589. package/service/tanzu.d.ts +2 -0
  590. package/service/tanzu.js +2 -0
  591. package/service/tanzu.js.map +1 -1
  592. package/service/winrm.d.ts +2 -0
  593. package/service/winrm.js +2 -0
  594. package/service/winrm.js.map +1 -1
  595. package/sshCredential.d.ts +2 -0
  596. package/sshCredential.js +2 -0
  597. package/sshCredential.js.map +1 -1
  598. package/types/input.d.ts +1312 -190
  599. package/types/output.d.ts +12685 -11229
  600. package/user.d.ts +2 -0
  601. package/user.js +2 -0
  602. package/user.js.map +1 -1
  603. package/userGroup.d.ts +2 -0
  604. package/userGroup.js +2 -0
  605. package/userGroup.js.map +1 -1
  606. package/yamlConfig.d.ts +2 -0
  607. package/yamlConfig.js +2 -0
  608. package/yamlConfig.js.map +1 -1
@@ -1,44 +1,113 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
+ /**
4
+ * Datasource for looking up a Azure Repo connector.
5
+ */
3
6
  export declare function getConnectorAzureRepo(args: GetConnectorAzureRepoArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorAzureRepoResult>;
4
7
  /**
5
8
  * A collection of arguments for invoking getConnectorAzureRepo.
6
9
  */
7
10
  export interface GetConnectorAzureRepoArgs {
11
+ /**
12
+ * Unique identifier of the resource.
13
+ */
8
14
  identifier: string;
15
+ /**
16
+ * Name of the resource.
17
+ */
9
18
  name?: string;
19
+ /**
20
+ * Unique identifier of the organization.
21
+ */
10
22
  orgId?: string;
23
+ /**
24
+ * Unique identifier of the project.
25
+ */
11
26
  projectId?: string;
12
27
  }
13
28
  /**
14
29
  * A collection of values returned by getConnectorAzureRepo.
15
30
  */
16
31
  export interface GetConnectorAzureRepoResult {
32
+ /**
33
+ * Configuration for using the azure repo api. API Access is Computed for using “Git Experience”, for creation of Git based triggers, Webhooks management and updating Git statuses.
34
+ */
17
35
  readonly apiAuthentications: outputs.platform.GetConnectorAzureRepoApiAuthentication[];
36
+ /**
37
+ * Whether the connection we're making is to a azure repository or a azure account. Valid values are Project, Repo.
38
+ */
18
39
  readonly connectionType: string;
40
+ /**
41
+ * Credentials to use for the connection.
42
+ */
19
43
  readonly credentials: outputs.platform.GetConnectorAzureRepoCredential[];
44
+ /**
45
+ * Tags to filter delegates for connection.
46
+ */
20
47
  readonly delegateSelectors: string[];
48
+ /**
49
+ * Description of the resource.
50
+ */
21
51
  readonly description: string;
52
+ /**
53
+ * Execute on delegate or not.
54
+ */
22
55
  readonly executeOnDelegate: boolean;
23
56
  /**
24
57
  * The provider-assigned unique ID for this managed resource.
25
58
  */
26
59
  readonly id: string;
60
+ /**
61
+ * Unique identifier of the resource.
62
+ */
27
63
  readonly identifier: string;
64
+ /**
65
+ * Name of the resource.
66
+ */
28
67
  readonly name?: string;
68
+ /**
69
+ * Unique identifier of the organization.
70
+ */
29
71
  readonly orgId?: string;
72
+ /**
73
+ * Unique identifier of the project.
74
+ */
30
75
  readonly projectId?: string;
76
+ /**
77
+ * Tags to associate with the resource.
78
+ */
31
79
  readonly tags: string[];
80
+ /**
81
+ * URL of the azure repo repository or account.
82
+ */
32
83
  readonly url: string;
84
+ /**
85
+ * Repository to test the connection with. This is only used when `connectionType` is `Account`.
86
+ */
33
87
  readonly validationRepo: string;
34
88
  }
89
+ /**
90
+ * Datasource for looking up a Azure Repo connector.
91
+ */
35
92
  export declare function getConnectorAzureRepoOutput(args: GetConnectorAzureRepoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorAzureRepoResult>;
36
93
  /**
37
94
  * A collection of arguments for invoking getConnectorAzureRepo.
38
95
  */
39
96
  export interface GetConnectorAzureRepoOutputArgs {
97
+ /**
98
+ * Unique identifier of the resource.
99
+ */
40
100
  identifier: pulumi.Input<string>;
101
+ /**
102
+ * Name of the resource.
103
+ */
41
104
  name?: pulumi.Input<string>;
105
+ /**
106
+ * Unique identifier of the organization.
107
+ */
42
108
  orgId?: pulumi.Input<string>;
109
+ /**
110
+ * Unique identifier of the project.
111
+ */
43
112
  projectId?: pulumi.Input<string>;
44
113
  }
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.getConnectorAzureRepoOutput = exports.getConnectorAzureRepo = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ /**
9
+ * Datasource for looking up a Azure Repo connector.
10
+ */
8
11
  function getConnectorAzureRepo(args, opts) {
9
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
13
  return pulumi.runtime.invoke("harness:platform/getConnectorAzureRepo:getConnectorAzureRepo", {
@@ -15,6 +18,9 @@ function getConnectorAzureRepo(args, opts) {
15
18
  }, opts);
16
19
  }
17
20
  exports.getConnectorAzureRepo = getConnectorAzureRepo;
21
+ /**
22
+ * Datasource for looking up a Azure Repo connector.
23
+ */
18
24
  function getConnectorAzureRepoOutput(args, opts) {
19
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
20
26
  return pulumi.runtime.invokeOutput("harness:platform/getConnectorAzureRepo:getConnectorAzureRepo", {
@@ -1 +1 @@
1
- {"version":3,"file":"getConnectorAzureRepo.js","sourceRoot":"","sources":["../../platform/getConnectorAzureRepo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAkCD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC"}
1
+ {"version":3,"file":"getConnectorAzureRepo.js","sourceRoot":"","sources":["../../platform/getConnectorAzureRepo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAqFD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC"}
@@ -1,16 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
3
  /**
4
- * ## Example Usage
5
- *
6
- * ```typescript
7
- * import * as pulumi from "@pulumi/pulumi";
8
- * import * as harness from "@pulumi/harness";
9
- *
10
- * const example = harness.platform.getConnectorCustomSecretManager({
11
- * identifier: "identifier",
12
- * });
13
- * ```
4
+ * Datasource for looking up a Custom Secret Manager connector.
14
5
  */
15
6
  export declare function getConnectorCustomSecretManager(args: GetConnectorCustomSecretManagerArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorCustomSecretManagerResult>;
16
7
  /**
@@ -22,14 +13,20 @@ export interface GetConnectorCustomSecretManagerArgs {
22
13
  */
23
14
  delegateSelectors?: string[];
24
15
  /**
25
- * : Unique identifier of the resource.
16
+ * Unique identifier of the resource.
26
17
  */
27
18
  identifier: string;
28
19
  /**
29
- * : Name of the resource.
20
+ * Name of the resource.
30
21
  */
31
22
  name?: string;
23
+ /**
24
+ * Unique identifier of the organization.
25
+ */
32
26
  orgId?: string;
27
+ /**
28
+ * Unique identifier of the project.
29
+ */
33
30
  projectId?: string;
34
31
  }
35
32
  /**
@@ -41,7 +38,7 @@ export interface GetConnectorCustomSecretManagerResult {
41
38
  */
42
39
  readonly delegateSelectors?: string[];
43
40
  /**
44
- * : A brief description of what the resource does or is used for.
41
+ * Description of the resource.
45
42
  */
46
43
  readonly description: string;
47
44
  /**
@@ -49,64 +46,61 @@ export interface GetConnectorCustomSecretManagerResult {
49
46
  */
50
47
  readonly id: string;
51
48
  /**
52
- * : Unique identifier of the resource.
49
+ * Unique identifier of the resource.
53
50
  */
54
51
  readonly identifier: string;
55
52
  /**
56
- * : Name of the resource.
53
+ * Name of the resource.
57
54
  */
58
55
  readonly name?: string;
59
56
  /**
60
- * : Specifies whether the secrets manager runs on a Harness delegate.
57
+ * Specifies whether the secrets manager runs on a Harness delegate.
61
58
  */
62
59
  readonly onDelegate: boolean;
60
+ /**
61
+ * Unique identifier of the organization.
62
+ */
63
63
  readonly orgId?: string;
64
+ /**
65
+ * Unique identifier of the project.
66
+ */
64
67
  readonly projectId?: string;
65
68
  /**
66
- * : Reference to the Harness secret containing SSH credentials for the target host. Required if `onDelegate` is set to false.
69
+ * SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
67
70
  */
68
71
  readonly sshSecretRef: string;
69
72
  /**
70
- * : Tags to associate with the resource.
73
+ * Tags to associate with the resource.
71
74
  */
72
75
  readonly tags: string[];
73
76
  /**
74
- * : Host address where secrets will be managed. Required if `onDelegate` is set to false.
77
+ * Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
75
78
  */
76
79
  readonly targetHost: string;
77
80
  readonly templateInputs: outputs.platform.GetConnectorCustomSecretManagerTemplateInput[];
78
81
  /**
79
- * : Reference to the template used for managing secrets.
82
+ * Reference to the template used for managing secrets.
80
83
  */
81
84
  readonly templateRef: string;
82
85
  /**
83
- * : Timeout in seconds for secrets management operations.
86
+ * Timeout in seconds for secrets management operations.
84
87
  */
85
88
  readonly timeout: number;
86
89
  /**
87
- * : Type of the custom secrets manager, typically set to `CustomSecretManager`.
90
+ * Type of the custom secrets manager, typically set to 'CustomSecretManager'.
88
91
  */
89
92
  readonly type: string;
90
93
  /**
91
- * : Version identifier of the secrets management template.
94
+ * Version identifier of the secrets management template.
92
95
  */
93
96
  readonly versionLabel: string;
94
97
  /**
95
- * : Directory path on the target host where secrets management tasks are performed. Required if `onDelegate` is set to false.
98
+ * The working directory for operations, Computed if 'on_delegate' is false.
96
99
  */
97
100
  readonly workingDirectory: string;
98
101
  }
99
102
  /**
100
- * ## Example Usage
101
- *
102
- * ```typescript
103
- * import * as pulumi from "@pulumi/pulumi";
104
- * import * as harness from "@pulumi/harness";
105
- *
106
- * const example = harness.platform.getConnectorCustomSecretManager({
107
- * identifier: "identifier",
108
- * });
109
- * ```
103
+ * Datasource for looking up a Custom Secret Manager connector.
110
104
  */
111
105
  export declare function getConnectorCustomSecretManagerOutput(args: GetConnectorCustomSecretManagerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorCustomSecretManagerResult>;
112
106
  /**
@@ -118,13 +112,19 @@ export interface GetConnectorCustomSecretManagerOutputArgs {
118
112
  */
119
113
  delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
120
114
  /**
121
- * : Unique identifier of the resource.
115
+ * Unique identifier of the resource.
122
116
  */
123
117
  identifier: pulumi.Input<string>;
124
118
  /**
125
- * : Name of the resource.
119
+ * Name of the resource.
126
120
  */
127
121
  name?: pulumi.Input<string>;
122
+ /**
123
+ * Unique identifier of the organization.
124
+ */
128
125
  orgId?: pulumi.Input<string>;
126
+ /**
127
+ * Unique identifier of the project.
128
+ */
129
129
  projectId?: pulumi.Input<string>;
130
130
  }
@@ -6,16 +6,7 @@ exports.getConnectorCustomSecretManagerOutput = exports.getConnectorCustomSecret
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * ## Example Usage
10
- *
11
- * ```typescript
12
- * import * as pulumi from "@pulumi/pulumi";
13
- * import * as harness from "@pulumi/harness";
14
- *
15
- * const example = harness.platform.getConnectorCustomSecretManager({
16
- * identifier: "identifier",
17
- * });
18
- * ```
9
+ * Datasource for looking up a Custom Secret Manager connector.
19
10
  */
20
11
  function getConnectorCustomSecretManager(args, opts) {
21
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -29,16 +20,7 @@ function getConnectorCustomSecretManager(args, opts) {
29
20
  }
30
21
  exports.getConnectorCustomSecretManager = getConnectorCustomSecretManager;
31
22
  /**
32
- * ## Example Usage
33
- *
34
- * ```typescript
35
- * import * as pulumi from "@pulumi/pulumi";
36
- * import * as harness from "@pulumi/harness";
37
- *
38
- * const example = harness.platform.getConnectorCustomSecretManager({
39
- * identifier: "identifier",
40
- * });
41
- * ```
23
+ * Datasource for looking up a Custom Secret Manager connector.
42
24
  */
43
25
  function getConnectorCustomSecretManagerOutput(args, opts) {
44
26
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getConnectorCustomSecretManager.js","sourceRoot":"","sources":["../../platform/getConnectorCustomSecretManager.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;GAWG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0EASC;AAsFD;;;;;;;;;;;GAWG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sFASC"}
1
+ {"version":3,"file":"getConnectorCustomSecretManager.js","sourceRoot":"","sources":["../../platform/getConnectorCustomSecretManager.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0EASC;AAkGD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sFASC"}
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
3
  /**
4
- * Datasource for looking up a Physical data center connector.
4
+ * Datasource for looking up a Pdc connector.
5
5
  *
6
6
  * ## Example Usage
7
7
  *
@@ -49,7 +49,7 @@ export interface GetConnectorPdcResult {
49
49
  */
50
50
  readonly description: string;
51
51
  /**
52
- * Hosts to be provided.
52
+ * Host of the Physical data centers.
53
53
  */
54
54
  readonly hosts: outputs.platform.GetConnectorPdcHost[];
55
55
  /**
@@ -78,7 +78,7 @@ export interface GetConnectorPdcResult {
78
78
  readonly tags: string[];
79
79
  }
80
80
  /**
81
- * Datasource for looking up a Physical data center connector.
81
+ * Datasource for looking up a Pdc connector.
82
82
  *
83
83
  * ## Example Usage
84
84
  *
@@ -6,7 +6,7 @@ exports.getConnectorPdcOutput = exports.getConnectorPdc = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Datasource for looking up a Physical data center connector.
9
+ * Datasource for looking up a Pdc connector.
10
10
  *
11
11
  * ## Example Usage
12
12
  *
@@ -30,7 +30,7 @@ function getConnectorPdc(args, opts) {
30
30
  }
31
31
  exports.getConnectorPdc = getConnectorPdc;
32
32
  /**
33
- * Datasource for looking up a Physical data center connector.
33
+ * Datasource for looking up a Pdc connector.
34
34
  *
35
35
  * ## Example Usage
36
36
  *
@@ -1,15 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * Data source for retrieving information on the current Harness account.
4
- *
5
- * ## Example Usage
6
- *
7
- * ```typescript
8
- * import * as pulumi from "@pulumi/pulumi";
9
- * import * as harness from "@pulumi/harness";
10
- *
11
- * const current = harness.platform.getCurrentAccount({});
12
- * ```
3
+ * Data source for retrieving information about the current Harness account
13
4
  */
14
5
  export declare function getCurrentAccount(args?: GetCurrentAccountArgs, opts?: pulumi.InvokeOptions): Promise<GetCurrentAccountResult>;
15
6
  /**
@@ -39,16 +30,7 @@ export interface GetCurrentAccountResult {
39
30
  readonly id?: string;
40
31
  }
41
32
  /**
42
- * Data source for retrieving information on the current Harness account.
43
- *
44
- * ## Example Usage
45
- *
46
- * ```typescript
47
- * import * as pulumi from "@pulumi/pulumi";
48
- * import * as harness from "@pulumi/harness";
49
- *
50
- * const current = harness.platform.getCurrentAccount({});
51
- * ```
33
+ * Data source for retrieving information about the current Harness account
52
34
  */
53
35
  export declare function getCurrentAccountOutput(args?: GetCurrentAccountOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCurrentAccountResult>;
54
36
  /**
@@ -6,16 +6,7 @@ exports.getCurrentAccountOutput = exports.getCurrentAccount = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Data source for retrieving information on the current Harness account.
10
- *
11
- * ## Example Usage
12
- *
13
- * ```typescript
14
- * import * as pulumi from "@pulumi/pulumi";
15
- * import * as harness from "@pulumi/harness";
16
- *
17
- * const current = harness.platform.getCurrentAccount({});
18
- * ```
9
+ * Data source for retrieving information about the current Harness account
19
10
  */
20
11
  function getCurrentAccount(args, opts) {
21
12
  args = args || {};
@@ -26,16 +17,7 @@ function getCurrentAccount(args, opts) {
26
17
  }
27
18
  exports.getCurrentAccount = getCurrentAccount;
28
19
  /**
29
- * Data source for retrieving information on the current Harness account.
30
- *
31
- * ## Example Usage
32
- *
33
- * ```typescript
34
- * import * as pulumi from "@pulumi/pulumi";
35
- * import * as harness from "@pulumi/harness";
36
- *
37
- * const current = harness.platform.getCurrentAccount({});
38
- * ```
20
+ * Data source for retrieving information about the current Harness account
39
21
  */
40
22
  function getCurrentAccountOutput(args, opts) {
41
23
  args = args || {};
@@ -1 +1 @@
1
- {"version":3,"file":"getCurrentAccount.js","sourceRoot":"","sources":["../../platform/getCurrentAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;GAWG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AA6BD;;;;;;;;;;;GAWG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
1
+ {"version":3,"file":"getCurrentAccount.js","sourceRoot":"","sources":["../../platform/getCurrentAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AA6BD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
@@ -8,8 +8,8 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as harness from "@pulumi/harness";
10
10
  *
11
- * const example = harness.platform.getDashboardFolders({
12
- * id: "your_folder_id",
11
+ * const folder = harness.platform.getDashboardFolders({
12
+ * id: "id",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -22,9 +22,12 @@ export interface GetDashboardFoldersArgs {
22
22
  * Identifier of the folder.
23
23
  */
24
24
  id: string;
25
+ /**
26
+ * Unique identifier of the resource.
27
+ */
25
28
  identifier?: string;
26
29
  /**
27
- * Name of the folder.
30
+ * Name of the resource.
28
31
  */
29
32
  name?: string;
30
33
  }
@@ -36,16 +39,25 @@ export interface GetDashboardFoldersResult {
36
39
  * Created DateTime of the folder.
37
40
  */
38
41
  readonly createdAt: string;
42
+ /**
43
+ * Description of the resource.
44
+ */
39
45
  readonly description: string;
40
46
  /**
41
47
  * Identifier of the folder.
42
48
  */
43
49
  readonly id: string;
50
+ /**
51
+ * Unique identifier of the resource.
52
+ */
44
53
  readonly identifier?: string;
45
54
  /**
46
- * Name of the folder.
55
+ * Name of the resource.
47
56
  */
48
57
  readonly name?: string;
58
+ /**
59
+ * Tags to associate with the resource.
60
+ */
49
61
  readonly tags: string[];
50
62
  }
51
63
  /**
@@ -57,8 +69,8 @@ export interface GetDashboardFoldersResult {
57
69
  * import * as pulumi from "@pulumi/pulumi";
58
70
  * import * as harness from "@pulumi/harness";
59
71
  *
60
- * const example = harness.platform.getDashboardFolders({
61
- * id: "your_folder_id",
72
+ * const folder = harness.platform.getDashboardFolders({
73
+ * id: "id",
62
74
  * });
63
75
  * ```
64
76
  */
@@ -71,9 +83,12 @@ export interface GetDashboardFoldersOutputArgs {
71
83
  * Identifier of the folder.
72
84
  */
73
85
  id: pulumi.Input<string>;
86
+ /**
87
+ * Unique identifier of the resource.
88
+ */
74
89
  identifier?: pulumi.Input<string>;
75
90
  /**
76
- * Name of the folder.
91
+ * Name of the resource.
77
92
  */
78
93
  name?: pulumi.Input<string>;
79
94
  }
@@ -14,8 +14,8 @@ const utilities = require("../utilities");
14
14
  * import * as pulumi from "@pulumi/pulumi";
15
15
  * import * as harness from "@pulumi/harness";
16
16
  *
17
- * const example = harness.platform.getDashboardFolders({
18
- * id: "your_folder_id",
17
+ * const folder = harness.platform.getDashboardFolders({
18
+ * id: "id",
19
19
  * });
20
20
  * ```
21
21
  */
@@ -37,8 +37,8 @@ exports.getDashboardFolders = getDashboardFolders;
37
37
  * import * as pulumi from "@pulumi/pulumi";
38
38
  * import * as harness from "@pulumi/harness";
39
39
  *
40
- * const example = harness.platform.getDashboardFolders({
41
- * id: "your_folder_id",
40
+ * const folder = harness.platform.getDashboardFolders({
41
+ * id: "id",
42
42
  * });
43
43
  * ```
44
44
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getDashboardFolders.js","sourceRoot":"","sources":["../../platform/getDashboardFolders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAqCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
1
+ {"version":3,"file":"getDashboardFolders.js","sourceRoot":"","sources":["../../platform/getDashboardFolders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAiDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
@@ -8,8 +8,8 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as harness from "@pulumi/harness";
10
10
  *
11
- * const example = harness.platform.getDashboards({
12
- * id: "48525",
11
+ * const dashboard = harness.platform.getDashboards({
12
+ * id: "id",
13
13
  * });
14
14
  * ```
15
15
  */
@@ -22,9 +22,12 @@ export interface GetDashboardsArgs {
22
22
  * Identifier of the dashboard.
23
23
  */
24
24
  id: string;
25
+ /**
26
+ * Unique identifier of the resource.
27
+ */
25
28
  identifier?: string;
26
29
  /**
27
- * Name of the Dashboard.
30
+ * Name of the resource.
28
31
  */
29
32
  name?: string;
30
33
  }
@@ -45,7 +48,7 @@ export interface GetDashboardsResult {
45
48
  */
46
49
  readonly dataSources: string[];
47
50
  /**
48
- * Description of the Dashboard.
51
+ * Description of the resource.
49
52
  */
50
53
  readonly description: string;
51
54
  /**
@@ -56,26 +59,32 @@ export interface GetDashboardsResult {
56
59
  * Identifier of the dashboard.
57
60
  */
58
61
  readonly id: string;
62
+ /**
63
+ * Unique identifier of the resource.
64
+ */
59
65
  readonly identifier?: string;
60
66
  /**
61
67
  * Data Models within the Dashboard.
62
68
  */
63
69
  readonly models: string[];
64
70
  /**
65
- * Name of the Dashboard.
71
+ * Name of the resource.
66
72
  */
67
73
  readonly name?: string;
68
74
  /**
69
75
  * Resource identifier of the dashboard.
70
76
  */
71
77
  readonly resourceIdentifier: string;
78
+ /**
79
+ * Tags to associate with the resource.
80
+ */
72
81
  readonly tags: string[];
73
82
  /**
74
83
  * Title of the Dashboard.
75
84
  */
76
85
  readonly title: string;
77
86
  /**
78
- * Type of the dashboard.
87
+ * Resource identifier of the dashboard.
79
88
  */
80
89
  readonly type: string;
81
90
  /**
@@ -92,8 +101,8 @@ export interface GetDashboardsResult {
92
101
  * import * as pulumi from "@pulumi/pulumi";
93
102
  * import * as harness from "@pulumi/harness";
94
103
  *
95
- * const example = harness.platform.getDashboards({
96
- * id: "48525",
104
+ * const dashboard = harness.platform.getDashboards({
105
+ * id: "id",
97
106
  * });
98
107
  * ```
99
108
  */
@@ -106,9 +115,12 @@ export interface GetDashboardsOutputArgs {
106
115
  * Identifier of the dashboard.
107
116
  */
108
117
  id: pulumi.Input<string>;
118
+ /**
119
+ * Unique identifier of the resource.
120
+ */
109
121
  identifier?: pulumi.Input<string>;
110
122
  /**
111
- * Name of the Dashboard.
123
+ * Name of the resource.
112
124
  */
113
125
  name?: pulumi.Input<string>;
114
126
  }