@pulumi/harness 0.0.7-alpha.1719955866

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 (648) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +54 -0
  3. package/addUserToGroup.d.ts +87 -0
  4. package/addUserToGroup.js +84 -0
  5. package/addUserToGroup.js.map +1 -0
  6. package/application.d.ts +127 -0
  7. package/application.js +86 -0
  8. package/application.js.map +1 -0
  9. package/applicationGitSync.d.ts +139 -0
  10. package/applicationGitSync.js +109 -0
  11. package/applicationGitSync.js.map +1 -0
  12. package/cloudprovider/aws.d.ts +183 -0
  13. package/cloudprovider/aws.js +102 -0
  14. package/cloudprovider/aws.js.map +1 -0
  15. package/cloudprovider/azure.d.ts +129 -0
  16. package/cloudprovider/azure.js +99 -0
  17. package/cloudprovider/azure.js.map +1 -0
  18. package/cloudprovider/datacenter.d.ts +82 -0
  19. package/cloudprovider/datacenter.js +71 -0
  20. package/cloudprovider/datacenter.js.map +1 -0
  21. package/cloudprovider/gcp.d.ts +101 -0
  22. package/cloudprovider/gcp.js +60 -0
  23. package/cloudprovider/gcp.js.map +1 -0
  24. package/cloudprovider/getDelegateIds.d.ts +68 -0
  25. package/cloudprovider/getDelegateIds.js +28 -0
  26. package/cloudprovider/getDelegateIds.js.map +1 -0
  27. package/cloudprovider/index.d.ts +24 -0
  28. package/cloudprovider/index.js +55 -0
  29. package/cloudprovider/index.js.map +1 -0
  30. package/cloudprovider/kubernetes.d.ts +97 -0
  31. package/cloudprovider/kubernetes.js +69 -0
  32. package/cloudprovider/kubernetes.js.map +1 -0
  33. package/cloudprovider/spot.d.ts +104 -0
  34. package/cloudprovider/spot.js +91 -0
  35. package/cloudprovider/spot.js.map +1 -0
  36. package/cloudprovider/tanzu.d.ts +142 -0
  37. package/cloudprovider/tanzu.js +99 -0
  38. package/cloudprovider/tanzu.js.map +1 -0
  39. package/config/index.d.ts +1 -0
  40. package/config/index.js +21 -0
  41. package/config/index.js.map +1 -0
  42. package/config/vars.d.ts +20 -0
  43. package/config/vars.js +36 -0
  44. package/config/vars.js.map +1 -0
  45. package/delegateApproval.d.ts +94 -0
  46. package/delegateApproval.js +85 -0
  47. package/delegateApproval.js.map +1 -0
  48. package/encryptedText.d.ts +159 -0
  49. package/encryptedText.js +103 -0
  50. package/encryptedText.js.map +1 -0
  51. package/environment.d.ts +155 -0
  52. package/environment.js +120 -0
  53. package/environment.js.map +1 -0
  54. package/getApplication.d.ts +96 -0
  55. package/getApplication.js +31 -0
  56. package/getApplication.js.map +1 -0
  57. package/getCurrentAccount.d.ts +44 -0
  58. package/getCurrentAccount.js +26 -0
  59. package/getCurrentAccount.js.map +1 -0
  60. package/getDelegate.d.ts +138 -0
  61. package/getDelegate.js +56 -0
  62. package/getDelegate.js.map +1 -0
  63. package/getEncryptedText.d.ts +66 -0
  64. package/getEncryptedText.js +28 -0
  65. package/getEncryptedText.js.map +1 -0
  66. package/getEnvironment.d.ts +86 -0
  67. package/getEnvironment.js +28 -0
  68. package/getEnvironment.js.map +1 -0
  69. package/getGitConnector.d.ts +93 -0
  70. package/getGitConnector.js +27 -0
  71. package/getGitConnector.js.map +1 -0
  72. package/getSecretManager.d.ts +74 -0
  73. package/getSecretManager.js +29 -0
  74. package/getSecretManager.js.map +1 -0
  75. package/getService.d.ts +78 -0
  76. package/getService.js +26 -0
  77. package/getService.js.map +1 -0
  78. package/getSshCredential.d.ts +62 -0
  79. package/getSshCredential.js +28 -0
  80. package/getSshCredential.js.map +1 -0
  81. package/getSsoProvider.d.ts +52 -0
  82. package/getSsoProvider.js +27 -0
  83. package/getSsoProvider.js.map +1 -0
  84. package/getTrigger.d.ts +107 -0
  85. package/getTrigger.js +59 -0
  86. package/getTrigger.js.map +1 -0
  87. package/getUser.d.ts +72 -0
  88. package/getUser.js +27 -0
  89. package/getUser.js.map +1 -0
  90. package/getUserGroup.d.ts +48 -0
  91. package/getUserGroup.js +27 -0
  92. package/getUserGroup.js.map +1 -0
  93. package/getYamlConfig.d.ts +60 -0
  94. package/getYamlConfig.js +26 -0
  95. package/getYamlConfig.js.map +1 -0
  96. package/gitConnector.d.ts +222 -0
  97. package/gitConnector.js +115 -0
  98. package/gitConnector.js.map +1 -0
  99. package/index.d.ts +96 -0
  100. package/index.js +156 -0
  101. package/index.js.map +1 -0
  102. package/infrastructureDefinition.d.ts +373 -0
  103. package/infrastructureDefinition.js +184 -0
  104. package/infrastructureDefinition.js.map +1 -0
  105. package/package.json +29 -0
  106. package/platform/appDynamicsConnector.d.ts +229 -0
  107. package/platform/appDynamicsConnector.js +137 -0
  108. package/platform/appDynamicsConnector.js.map +1 -0
  109. package/platform/artifactoryConnector.d.ts +203 -0
  110. package/platform/artifactoryConnector.js +128 -0
  111. package/platform/artifactoryConnector.js.map +1 -0
  112. package/platform/awsCCConnector.d.ts +219 -0
  113. package/platform/awsCCConnector.js +136 -0
  114. package/platform/awsCCConnector.js.map +1 -0
  115. package/platform/awsConnector.d.ts +217 -0
  116. package/platform/awsConnector.js +99 -0
  117. package/platform/awsConnector.js.map +1 -0
  118. package/platform/awsKmsConnector.d.ts +181 -0
  119. package/platform/awsKmsConnector.js +102 -0
  120. package/platform/awsKmsConnector.js.map +1 -0
  121. package/platform/awsSecretManagerConnector.d.ts +181 -0
  122. package/platform/awsSecretManagerConnector.js +99 -0
  123. package/platform/awsSecretManagerConnector.js.map +1 -0
  124. package/platform/azureCloudCostConnector.d.ts +209 -0
  125. package/platform/azureCloudCostConnector.js +130 -0
  126. package/platform/azureCloudCostConnector.js.map +1 -0
  127. package/platform/azureCloudProviderConnector.d.ts +266 -0
  128. package/platform/azureCloudProviderConnector.js +181 -0
  129. package/platform/azureCloudProviderConnector.js.map +1 -0
  130. package/platform/azureKeyVaultConnector.d.ts +248 -0
  131. package/platform/azureKeyVaultConnector.js +137 -0
  132. package/platform/azureKeyVaultConnector.js.map +1 -0
  133. package/platform/bitbucketConnector.d.ts +205 -0
  134. package/platform/bitbucketConnector.js +106 -0
  135. package/platform/bitbucketConnector.js.map +1 -0
  136. package/platform/datadogConnector.d.ts +197 -0
  137. package/platform/datadogConnector.js +120 -0
  138. package/platform/datadogConnector.js.map +1 -0
  139. package/platform/dockerConnector.d.ts +181 -0
  140. package/platform/dockerConnector.js +99 -0
  141. package/platform/dockerConnector.js.map +1 -0
  142. package/platform/dynatraceConnector.d.ts +184 -0
  143. package/platform/dynatraceConnector.js +114 -0
  144. package/platform/dynatraceConnector.js.map +1 -0
  145. package/platform/elasticsearchConnector.d.ts +236 -0
  146. package/platform/elasticsearchConnector.js +141 -0
  147. package/platform/elasticsearchConnector.js.map +1 -0
  148. package/platform/environment.d.ts +242 -0
  149. package/platform/environment.js +159 -0
  150. package/platform/environment.js.map +1 -0
  151. package/platform/environmentClustersMapping.d.ts +130 -0
  152. package/platform/environmentClustersMapping.js +89 -0
  153. package/platform/environmentClustersMapping.js.map +1 -0
  154. package/platform/environmentGroup.d.ts +141 -0
  155. package/platform/environmentGroup.js +98 -0
  156. package/platform/environmentGroup.js.map +1 -0
  157. package/platform/environmentServiceOverrides.d.ts +165 -0
  158. package/platform/environmentServiceOverrides.js +125 -0
  159. package/platform/environmentServiceOverrides.js.map +1 -0
  160. package/platform/featureFlag.d.ts +240 -0
  161. package/platform/featureFlag.js +162 -0
  162. package/platform/featureFlag.js.map +1 -0
  163. package/platform/featureFlagApiKey.d.ts +162 -0
  164. package/platform/featureFlagApiKey.js +104 -0
  165. package/platform/featureFlagApiKey.js.map +1 -0
  166. package/platform/filters.d.ts +165 -0
  167. package/platform/filters.js +113 -0
  168. package/platform/filters.js.map +1 -0
  169. package/platform/gcpCloudCostConnector.d.ts +206 -0
  170. package/platform/gcpCloudCostConnector.js +127 -0
  171. package/platform/gcpCloudCostConnector.js.map +1 -0
  172. package/platform/gcpConnector.d.ts +157 -0
  173. package/platform/gcpConnector.js +89 -0
  174. package/platform/gcpConnector.js.map +1 -0
  175. package/platform/gcpSecretManagerConnector.d.ts +183 -0
  176. package/platform/gcpSecretManagerConnector.js +110 -0
  177. package/platform/gcpSecretManagerConnector.js.map +1 -0
  178. package/platform/getApiKey.d.ts +58 -0
  179. package/platform/getApiKey.js +28 -0
  180. package/platform/getApiKey.js.map +1 -0
  181. package/platform/getAppDynamicsConnector.d.ts +127 -0
  182. package/platform/getAppDynamicsConnector.js +50 -0
  183. package/platform/getAppDynamicsConnector.js.map +1 -0
  184. package/platform/getArtifactoryConnector.d.ts +119 -0
  185. package/platform/getArtifactoryConnector.js +51 -0
  186. package/platform/getArtifactoryConnector.js.map +1 -0
  187. package/platform/getAwsCCConnector.d.ts +127 -0
  188. package/platform/getAwsCCConnector.js +50 -0
  189. package/platform/getAwsCCConnector.js.map +1 -0
  190. package/platform/getAwsConnector.d.ts +135 -0
  191. package/platform/getAwsConnector.js +50 -0
  192. package/platform/getAwsConnector.js.map +1 -0
  193. package/platform/getAwsKmsConnector.d.ts +123 -0
  194. package/platform/getAwsKmsConnector.js +50 -0
  195. package/platform/getAwsKmsConnector.js.map +1 -0
  196. package/platform/getAwsSecretManagerConnector.d.ts +123 -0
  197. package/platform/getAwsSecretManagerConnector.js +50 -0
  198. package/platform/getAwsSecretManagerConnector.js.map +1 -0
  199. package/platform/getAzureCloudCostConnector.d.ts +123 -0
  200. package/platform/getAzureCloudCostConnector.js +50 -0
  201. package/platform/getAzureCloudCostConnector.js.map +1 -0
  202. package/platform/getAzureCloudProviderConnector.d.ts +123 -0
  203. package/platform/getAzureCloudProviderConnector.js +50 -0
  204. package/platform/getAzureCloudProviderConnector.js.map +1 -0
  205. package/platform/getAzureKeyVaultConnector.d.ts +138 -0
  206. package/platform/getAzureKeyVaultConnector.js +50 -0
  207. package/platform/getAzureKeyVaultConnector.js.map +1 -0
  208. package/platform/getBitbucketConnector.d.ts +131 -0
  209. package/platform/getBitbucketConnector.js +50 -0
  210. package/platform/getBitbucketConnector.js.map +1 -0
  211. package/platform/getCcmFilters.d.ts +117 -0
  212. package/platform/getCcmFilters.js +56 -0
  213. package/platform/getCcmFilters.js.map +1 -0
  214. package/platform/getCurrentUser.d.ts +70 -0
  215. package/platform/getCurrentUser.js +23 -0
  216. package/platform/getCurrentUser.js.map +1 -0
  217. package/platform/getDatadogConnector.d.ts +130 -0
  218. package/platform/getDatadogConnector.js +51 -0
  219. package/platform/getDatadogConnector.js.map +1 -0
  220. package/platform/getDockerConnector.d.ts +123 -0
  221. package/platform/getDockerConnector.js +50 -0
  222. package/platform/getDockerConnector.js.map +1 -0
  223. package/platform/getDynatraceConnector.d.ts +118 -0
  224. package/platform/getDynatraceConnector.js +50 -0
  225. package/platform/getDynatraceConnector.js.map +1 -0
  226. package/platform/getElasticsearchConnector.d.ts +123 -0
  227. package/platform/getElasticsearchConnector.js +50 -0
  228. package/platform/getElasticsearchConnector.js.map +1 -0
  229. package/platform/getEnvironment.d.ts +122 -0
  230. package/platform/getEnvironment.js +54 -0
  231. package/platform/getEnvironment.js.map +1 -0
  232. package/platform/getEnvironmentClustersMapping.d.ts +106 -0
  233. package/platform/getEnvironmentClustersMapping.js +54 -0
  234. package/platform/getEnvironmentClustersMapping.js.map +1 -0
  235. package/platform/getEnvironmentGroup.d.ts +106 -0
  236. package/platform/getEnvironmentGroup.js +54 -0
  237. package/platform/getEnvironmentGroup.js.map +1 -0
  238. package/platform/getEnvironmentServiceOverrides.d.ts +120 -0
  239. package/platform/getEnvironmentServiceOverrides.js +57 -0
  240. package/platform/getEnvironmentServiceOverrides.js.map +1 -0
  241. package/platform/getFilters.d.ts +117 -0
  242. package/platform/getFilters.js +56 -0
  243. package/platform/getFilters.js.map +1 -0
  244. package/platform/getGcpCloudCostConnector.d.ts +123 -0
  245. package/platform/getGcpCloudCostConnector.js +50 -0
  246. package/platform/getGcpCloudCostConnector.js.map +1 -0
  247. package/platform/getGcpConnector.d.ts +115 -0
  248. package/platform/getGcpConnector.js +50 -0
  249. package/platform/getGcpConnector.js.map +1 -0
  250. package/platform/getGcpSecretManagerConnector.d.ts +118 -0
  251. package/platform/getGcpSecretManagerConnector.js +50 -0
  252. package/platform/getGcpSecretManagerConnector.js.map +1 -0
  253. package/platform/getGitConnector.d.ts +127 -0
  254. package/platform/getGitConnector.js +50 -0
  255. package/platform/getGitConnector.js.map +1 -0
  256. package/platform/getGithubConnector.d.ts +132 -0
  257. package/platform/getGithubConnector.js +50 -0
  258. package/platform/getGithubConnector.js.map +1 -0
  259. package/platform/getGitlabConnector.d.ts +131 -0
  260. package/platform/getGitlabConnector.js +50 -0
  261. package/platform/getGitlabConnector.js.map +1 -0
  262. package/platform/getGitopsAgent.d.ts +128 -0
  263. package/platform/getGitopsAgent.js +56 -0
  264. package/platform/getGitopsAgent.js.map +1 -0
  265. package/platform/getGitopsAgentDeployYaml.d.ts +122 -0
  266. package/platform/getGitopsAgentDeployYaml.js +59 -0
  267. package/platform/getGitopsAgentDeployYaml.js.map +1 -0
  268. package/platform/getGitopsApplications.d.ts +326 -0
  269. package/platform/getGitopsApplications.js +78 -0
  270. package/platform/getGitopsApplications.js.map +1 -0
  271. package/platform/getGitopsCluster.d.ts +136 -0
  272. package/platform/getGitopsCluster.js +60 -0
  273. package/platform/getGitopsCluster.js.map +1 -0
  274. package/platform/getGitopsGnupg.d.ts +128 -0
  275. package/platform/getGitopsGnupg.js +56 -0
  276. package/platform/getGitopsGnupg.js.map +1 -0
  277. package/platform/getGitopsRepoCert.d.ts +76 -0
  278. package/platform/getGitopsRepoCert.js +28 -0
  279. package/platform/getGitopsRepoCert.js.map +1 -0
  280. package/platform/getGitopsRepoCred.d.ts +144 -0
  281. package/platform/getGitopsRepoCred.js +61 -0
  282. package/platform/getGitopsRepoCred.js.map +1 -0
  283. package/platform/getGitopsRepository.d.ts +196 -0
  284. package/platform/getGitopsRepository.js +65 -0
  285. package/platform/getGitopsRepository.js.map +1 -0
  286. package/platform/getHelmConnector.d.ts +119 -0
  287. package/platform/getHelmConnector.js +50 -0
  288. package/platform/getHelmConnector.js.map +1 -0
  289. package/platform/getInfrastructure.d.ts +138 -0
  290. package/platform/getInfrastructure.js +59 -0
  291. package/platform/getInfrastructure.js.map +1 -0
  292. package/platform/getInputSet.d.ts +114 -0
  293. package/platform/getInputSet.js +30 -0
  294. package/platform/getInputSet.js.map +1 -0
  295. package/platform/getJenkinsConnector.d.ts +119 -0
  296. package/platform/getJenkinsConnector.js +50 -0
  297. package/platform/getJenkinsConnector.js.map +1 -0
  298. package/platform/getJiraConnector.d.ts +131 -0
  299. package/platform/getJiraConnector.js +50 -0
  300. package/platform/getJiraConnector.js.map +1 -0
  301. package/platform/getKubernetesCloudCostConnector.d.ts +114 -0
  302. package/platform/getKubernetesCloudCostConnector.js +50 -0
  303. package/platform/getKubernetesCloudCostConnector.js.map +1 -0
  304. package/platform/getKubernetesConnector.d.ts +131 -0
  305. package/platform/getKubernetesConnector.js +50 -0
  306. package/platform/getKubernetesConnector.js.map +1 -0
  307. package/platform/getManualFreeze.d.ts +141 -0
  308. package/platform/getManualFreeze.js +56 -0
  309. package/platform/getManualFreeze.js.map +1 -0
  310. package/platform/getMonitoredService.d.ts +64 -0
  311. package/platform/getMonitoredService.js +27 -0
  312. package/platform/getMonitoredService.js.map +1 -0
  313. package/platform/getNexusConnector.d.ts +123 -0
  314. package/platform/getNexusConnector.js +50 -0
  315. package/platform/getNexusConnector.js.map +1 -0
  316. package/platform/getOciHelmConnector.d.ts +119 -0
  317. package/platform/getOciHelmConnector.js +50 -0
  318. package/platform/getOciHelmConnector.js.map +1 -0
  319. package/platform/getOrganization.d.ts +82 -0
  320. package/platform/getOrganization.js +49 -0
  321. package/platform/getOrganization.js.map +1 -0
  322. package/platform/getPagerdutyConnector.d.ts +114 -0
  323. package/platform/getPagerdutyConnector.js +50 -0
  324. package/platform/getPagerdutyConnector.js.map +1 -0
  325. package/platform/getPermissions.d.ts +81 -0
  326. package/platform/getPermissions.js +51 -0
  327. package/platform/getPermissions.js.map +1 -0
  328. package/platform/getPipeline.d.ts +136 -0
  329. package/platform/getPipeline.js +55 -0
  330. package/platform/getPipeline.js.map +1 -0
  331. package/platform/getPipelineFilters.d.ts +89 -0
  332. package/platform/getPipelineFilters.js +28 -0
  333. package/platform/getPipelineFilters.js.map +1 -0
  334. package/platform/getPolicy.d.ts +122 -0
  335. package/platform/getPolicy.js +55 -0
  336. package/platform/getPolicy.js.map +1 -0
  337. package/platform/getPolicySet.d.ts +172 -0
  338. package/platform/getPolicySet.js +70 -0
  339. package/platform/getPolicySet.js.map +1 -0
  340. package/platform/getProject.d.ts +112 -0
  341. package/platform/getProject.js +59 -0
  342. package/platform/getProject.js.map +1 -0
  343. package/platform/getPrometheusConnector.d.ts +127 -0
  344. package/platform/getPrometheusConnector.js +50 -0
  345. package/platform/getPrometheusConnector.js.map +1 -0
  346. package/platform/getResourceGroup.d.ts +127 -0
  347. package/platform/getResourceGroup.js +50 -0
  348. package/platform/getResourceGroup.js.map +1 -0
  349. package/platform/getRoleAssignments.d.ts +111 -0
  350. package/platform/getRoleAssignments.js +53 -0
  351. package/platform/getRoleAssignments.js.map +1 -0
  352. package/platform/getRoles.d.ts +134 -0
  353. package/platform/getRoles.js +56 -0
  354. package/platform/getRoles.js.map +1 -0
  355. package/platform/getSecretFile.d.ts +114 -0
  356. package/platform/getSecretFile.js +50 -0
  357. package/platform/getSecretFile.js.map +1 -0
  358. package/platform/getSecretSshkey.d.ts +119 -0
  359. package/platform/getSecretSshkey.js +50 -0
  360. package/platform/getSecretSshkey.js.map +1 -0
  361. package/platform/getSecretText.d.ts +118 -0
  362. package/platform/getSecretText.js +50 -0
  363. package/platform/getSecretText.js.map +1 -0
  364. package/platform/getService.d.ts +114 -0
  365. package/platform/getService.js +54 -0
  366. package/platform/getService.js.map +1 -0
  367. package/platform/getServiceAccount.d.ts +114 -0
  368. package/platform/getServiceAccount.js +51 -0
  369. package/platform/getServiceAccount.js.map +1 -0
  370. package/platform/getServiceNowConnector.d.ts +131 -0
  371. package/platform/getServiceNowConnector.js +50 -0
  372. package/platform/getServiceNowConnector.js.map +1 -0
  373. package/platform/getServiceOverridesV2.d.ts +49 -0
  374. package/platform/getServiceOverridesV2.js +27 -0
  375. package/platform/getServiceOverridesV2.js.map +1 -0
  376. package/platform/getSlo.d.ts +64 -0
  377. package/platform/getSlo.js +27 -0
  378. package/platform/getSlo.js.map +1 -0
  379. package/platform/getSplunkConnector.d.ts +126 -0
  380. package/platform/getSplunkConnector.js +50 -0
  381. package/platform/getSplunkConnector.js.map +1 -0
  382. package/platform/getSpotConnector.d.ts +111 -0
  383. package/platform/getSpotConnector.js +50 -0
  384. package/platform/getSpotConnector.js.map +1 -0
  385. package/platform/getSumologicConnector.d.ts +122 -0
  386. package/platform/getSumologicConnector.js +50 -0
  387. package/platform/getSumologicConnector.js.map +1 -0
  388. package/platform/getTasConnector.d.ts +119 -0
  389. package/platform/getTasConnector.js +50 -0
  390. package/platform/getTasConnector.js.map +1 -0
  391. package/platform/getTemplate.d.ts +222 -0
  392. package/platform/getTemplate.js +87 -0
  393. package/platform/getTemplate.js.map +1 -0
  394. package/platform/getTemplateFilters.d.ts +117 -0
  395. package/platform/getTemplateFilters.js +56 -0
  396. package/platform/getTemplateFilters.js.map +1 -0
  397. package/platform/getTerraformCloudConnector.d.ts +109 -0
  398. package/platform/getTerraformCloudConnector.js +46 -0
  399. package/platform/getTerraformCloudConnector.js.map +1 -0
  400. package/platform/getToken.d.ts +270 -0
  401. package/platform/getToken.js +73 -0
  402. package/platform/getToken.js.map +1 -0
  403. package/platform/getTriggers.d.ts +140 -0
  404. package/platform/getTriggers.js +58 -0
  405. package/platform/getTriggers.js.map +1 -0
  406. package/platform/getUser.d.ts +110 -0
  407. package/platform/getUser.js +53 -0
  408. package/platform/getUser.js.map +1 -0
  409. package/platform/getUsergroup.d.ts +166 -0
  410. package/platform/getUsergroup.js +66 -0
  411. package/platform/getUsergroup.js.map +1 -0
  412. package/platform/getVariables.d.ts +107 -0
  413. package/platform/getVariables.js +53 -0
  414. package/platform/getVariables.js.map +1 -0
  415. package/platform/getVaultConnector.d.ts +214 -0
  416. package/platform/getVaultConnector.js +50 -0
  417. package/platform/getVaultConnector.js.map +1 -0
  418. package/platform/gitConnector.d.ts +193 -0
  419. package/platform/gitConnector.js +104 -0
  420. package/platform/gitConnector.js.map +1 -0
  421. package/platform/gitOpsAgent.d.ts +192 -0
  422. package/platform/gitOpsAgent.js +111 -0
  423. package/platform/gitOpsAgent.js.map +1 -0
  424. package/platform/gitOpsApplications.d.ts +364 -0
  425. package/platform/gitOpsApplications.js +174 -0
  426. package/platform/gitOpsApplications.js.map +1 -0
  427. package/platform/gitOpsCluster.d.ts +139 -0
  428. package/platform/gitOpsCluster.js +87 -0
  429. package/platform/gitOpsCluster.js.map +1 -0
  430. package/platform/gitOpsGnupg.d.ts +141 -0
  431. package/platform/gitOpsGnupg.js +103 -0
  432. package/platform/gitOpsGnupg.js.map +1 -0
  433. package/platform/gitOpsRepoCert.d.ts +132 -0
  434. package/platform/gitOpsRepoCert.js +100 -0
  435. package/platform/gitOpsRepoCert.js.map +1 -0
  436. package/platform/gitOpsRepoCred.d.ts +159 -0
  437. package/platform/gitOpsRepoCred.js +107 -0
  438. package/platform/gitOpsRepoCred.js.map +1 -0
  439. package/platform/gitOpsRepository.d.ts +221 -0
  440. package/platform/gitOpsRepository.js +122 -0
  441. package/platform/gitOpsRepository.js.map +1 -0
  442. package/platform/githubConnector.d.ts +217 -0
  443. package/platform/githubConnector.js +108 -0
  444. package/platform/githubConnector.js.map +1 -0
  445. package/platform/gitlabConnector.d.ts +205 -0
  446. package/platform/gitlabConnector.js +106 -0
  447. package/platform/gitlabConnector.js.map +1 -0
  448. package/platform/helmConnector.d.ts +169 -0
  449. package/platform/helmConnector.js +94 -0
  450. package/platform/helmConnector.js.map +1 -0
  451. package/platform/index.d.ts +474 -0
  452. package/platform/index.js +651 -0
  453. package/platform/index.js.map +1 -0
  454. package/platform/infrastructure.d.ts +225 -0
  455. package/platform/infrastructure.js +138 -0
  456. package/platform/infrastructure.js.map +1 -0
  457. package/platform/inputSet.d.ts +218 -0
  458. package/platform/inputSet.js +152 -0
  459. package/platform/inputSet.js.map +1 -0
  460. package/platform/jenkinsConnector.d.ts +169 -0
  461. package/platform/jenkinsConnector.js +94 -0
  462. package/platform/jenkinsConnector.js.map +1 -0
  463. package/platform/jiraConnector.d.ts +228 -0
  464. package/platform/jiraConnector.js +126 -0
  465. package/platform/jiraConnector.js.map +1 -0
  466. package/platform/kubernetesCloudCostConnector.d.ts +174 -0
  467. package/platform/kubernetesCloudCostConnector.js +114 -0
  468. package/platform/kubernetesCloudCostConnector.js.map +1 -0
  469. package/platform/kubernetesConnector.d.ts +279 -0
  470. package/platform/kubernetesConnector.js +171 -0
  471. package/platform/kubernetesConnector.js.map +1 -0
  472. package/platform/manualFreeze.d.ts +224 -0
  473. package/platform/manualFreeze.js +144 -0
  474. package/platform/manualFreeze.js.map +1 -0
  475. package/platform/monitoredService.d.ts +109 -0
  476. package/platform/monitoredService.js +87 -0
  477. package/platform/monitoredService.js.map +1 -0
  478. package/platform/newrelicConnector.d.ts +197 -0
  479. package/platform/newrelicConnector.js +120 -0
  480. package/platform/newrelicConnector.js.map +1 -0
  481. package/platform/nexusConnector.d.ts +181 -0
  482. package/platform/nexusConnector.js +99 -0
  483. package/platform/nexusConnector.js.map +1 -0
  484. package/platform/ociHelmConnector.d.ts +169 -0
  485. package/platform/ociHelmConnector.js +94 -0
  486. package/platform/ociHelmConnector.js.map +1 -0
  487. package/platform/organization.d.ts +112 -0
  488. package/platform/organization.js +86 -0
  489. package/platform/organization.js.map +1 -0
  490. package/platform/pagerdutyConnector.d.ts +171 -0
  491. package/platform/pagerdutyConnector.js +108 -0
  492. package/platform/pagerdutyConnector.js.map +1 -0
  493. package/platform/pipeline.d.ts +277 -0
  494. package/platform/pipeline.js +198 -0
  495. package/platform/pipeline.js.map +1 -0
  496. package/platform/pipelineFilters.d.ts +165 -0
  497. package/platform/pipelineFilters.js +113 -0
  498. package/platform/pipelineFilters.js.map +1 -0
  499. package/platform/policy.d.ts +131 -0
  500. package/platform/policy.js +78 -0
  501. package/platform/policy.js.map +1 -0
  502. package/platform/policySet.d.ts +169 -0
  503. package/platform/policySet.js +87 -0
  504. package/platform/policySet.js.map +1 -0
  505. package/platform/project.d.ts +141 -0
  506. package/platform/project.js +92 -0
  507. package/platform/project.js.map +1 -0
  508. package/platform/prometheusConnector.d.ts +217 -0
  509. package/platform/prometheusConnector.js +122 -0
  510. package/platform/prometheusConnector.js.map +1 -0
  511. package/platform/resourceGroup.d.ts +223 -0
  512. package/platform/resourceGroup.js +128 -0
  513. package/platform/resourceGroup.js.map +1 -0
  514. package/platform/roleAssignments.d.ts +157 -0
  515. package/platform/roleAssignments.js +95 -0
  516. package/platform/roleAssignments.js.map +1 -0
  517. package/platform/roles.d.ts +171 -0
  518. package/platform/roles.js +105 -0
  519. package/platform/roles.js.map +1 -0
  520. package/platform/secretFile.d.ts +171 -0
  521. package/platform/secretFile.js +111 -0
  522. package/platform/secretFile.js.map +1 -0
  523. package/platform/secretSshkey.d.ts +169 -0
  524. package/platform/secretSshkey.js +91 -0
  525. package/platform/secretSshkey.js.map +1 -0
  526. package/platform/secretText.d.ts +193 -0
  527. package/platform/secretText.js +128 -0
  528. package/platform/secretText.js.map +1 -0
  529. package/platform/service.d.ts +209 -0
  530. package/platform/service.js +143 -0
  531. package/platform/service.js.map +1 -0
  532. package/platform/serviceAccount.d.ts +171 -0
  533. package/platform/serviceAccount.js +111 -0
  534. package/platform/serviceAccount.js.map +1 -0
  535. package/platform/serviceNowConnector.d.ts +205 -0
  536. package/platform/serviceNowConnector.js +103 -0
  537. package/platform/serviceNowConnector.js.map +1 -0
  538. package/platform/serviceOverridesV2.d.ts +144 -0
  539. package/platform/serviceOverridesV2.js +77 -0
  540. package/platform/serviceOverridesV2.js.map +1 -0
  541. package/platform/slo.d.ts +109 -0
  542. package/platform/slo.js +87 -0
  543. package/platform/slo.js.map +1 -0
  544. package/platform/splunkConnector.d.ts +210 -0
  545. package/platform/splunkConnector.js +126 -0
  546. package/platform/splunkConnector.js.map +1 -0
  547. package/platform/spotConnector.d.ts +133 -0
  548. package/platform/spotConnector.js +78 -0
  549. package/platform/spotConnector.js.map +1 -0
  550. package/platform/sumologicConnector.d.ts +197 -0
  551. package/platform/sumologicConnector.js +120 -0
  552. package/platform/sumologicConnector.js.map +1 -0
  553. package/platform/tasConnector.d.ts +169 -0
  554. package/platform/tasConnector.js +94 -0
  555. package/platform/tasConnector.js.map +1 -0
  556. package/platform/template.d.ts +1042 -0
  557. package/platform/template.js +934 -0
  558. package/platform/template.js.map +1 -0
  559. package/platform/templateFilters.d.ts +165 -0
  560. package/platform/templateFilters.js +113 -0
  561. package/platform/templateFilters.js.map +1 -0
  562. package/platform/terraformCloudConnector.d.ts +151 -0
  563. package/platform/terraformCloudConnector.js +97 -0
  564. package/platform/terraformCloudConnector.js.map +1 -0
  565. package/platform/token.d.ts +269 -0
  566. package/platform/token.js +119 -0
  567. package/platform/token.js.map +1 -0
  568. package/platform/triggers.d.ts +211 -0
  569. package/platform/triggers.js +137 -0
  570. package/platform/triggers.js.map +1 -0
  571. package/platform/user.d.ts +161 -0
  572. package/platform/user.js +96 -0
  573. package/platform/user.js.map +1 -0
  574. package/platform/usergroup.d.ts +389 -0
  575. package/platform/usergroup.js +241 -0
  576. package/platform/usergroup.js.map +1 -0
  577. package/platform/variables.d.ts +164 -0
  578. package/platform/variables.js +112 -0
  579. package/platform/variables.js.map +1 -0
  580. package/platform/vaultConnector.d.ts +573 -0
  581. package/platform/vaultConnector.js +263 -0
  582. package/platform/vaultConnector.js.map +1 -0
  583. package/platformApiKey.d.ts +162 -0
  584. package/platformApiKey.js +79 -0
  585. package/platformApiKey.js.map +1 -0
  586. package/platformCcmFilters.d.ts +165 -0
  587. package/platformCcmFilters.js +113 -0
  588. package/platformCcmFilters.js.map +1 -0
  589. package/provider.d.ts +67 -0
  590. package/provider.js +49 -0
  591. package/provider.js.map +1 -0
  592. package/service/ami.d.ts +111 -0
  593. package/service/ami.js +83 -0
  594. package/service/ami.js.map +1 -0
  595. package/service/codedeploy.d.ts +111 -0
  596. package/service/codedeploy.js +83 -0
  597. package/service/codedeploy.js.map +1 -0
  598. package/service/ecs.d.ts +111 -0
  599. package/service/ecs.js +83 -0
  600. package/service/ecs.js.map +1 -0
  601. package/service/helm.d.ts +111 -0
  602. package/service/helm.js +83 -0
  603. package/service/helm.js.map +1 -0
  604. package/service/index.d.ts +27 -0
  605. package/service/index.js +62 -0
  606. package/service/index.js.map +1 -0
  607. package/service/kubernetes.d.ts +136 -0
  608. package/service/kubernetes.js +98 -0
  609. package/service/kubernetes.js.map +1 -0
  610. package/service/lambda.d.ts +111 -0
  611. package/service/lambda.js +83 -0
  612. package/service/lambda.js.map +1 -0
  613. package/service/ssh.d.ts +124 -0
  614. package/service/ssh.js +89 -0
  615. package/service/ssh.js.map +1 -0
  616. package/service/tanzu.d.ts +111 -0
  617. package/service/tanzu.js +83 -0
  618. package/service/tanzu.js.map +1 -0
  619. package/service/winrm.d.ts +124 -0
  620. package/service/winrm.js +89 -0
  621. package/service/winrm.js.map +1 -0
  622. package/sshCredential.d.ts +128 -0
  623. package/sshCredential.js +97 -0
  624. package/sshCredential.js.map +1 -0
  625. package/types/index.d.ts +3 -0
  626. package/types/index.js +11 -0
  627. package/types/index.js.map +1 -0
  628. package/types/input.d.ts +4864 -0
  629. package/types/input.js +5 -0
  630. package/types/input.js.map +1 -0
  631. package/types/output.d.ts +5677 -0
  632. package/types/output.js +5 -0
  633. package/types/output.js.map +1 -0
  634. package/user.d.ts +135 -0
  635. package/user.js +89 -0
  636. package/user.js.map +1 -0
  637. package/userGroup.d.ts +265 -0
  638. package/userGroup.js +202 -0
  639. package/userGroup.js.map +1 -0
  640. package/userGroupPermissions.d.ts +77 -0
  641. package/userGroupPermissions.js +59 -0
  642. package/userGroupPermissions.js.map +1 -0
  643. package/utilities.d.ts +8 -0
  644. package/utilities.js +101 -0
  645. package/utilities.js.map +1 -0
  646. package/yamlConfig.d.ts +115 -0
  647. package/yamlConfig.js +96 -0
  648. package/yamlConfig.js.map +1 -0
@@ -0,0 +1,4864 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ export interface EncryptedTextUsageScope {
4
+ /**
5
+ * Id of the application to scope to. If empty then this scope applies to all applications.
6
+ */
7
+ applicationId?: pulumi.Input<string>;
8
+ /**
9
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
10
+ */
11
+ environmentFilterType?: pulumi.Input<string>;
12
+ /**
13
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
14
+ */
15
+ environmentId?: pulumi.Input<string>;
16
+ }
17
+ export interface EnvironmentVariableOverride {
18
+ /**
19
+ * The name of the variable
20
+ */
21
+ name: pulumi.Input<string>;
22
+ /**
23
+ * The name of the service
24
+ */
25
+ serviceName?: pulumi.Input<string>;
26
+ /**
27
+ * The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
28
+ */
29
+ type: pulumi.Input<string>;
30
+ /**
31
+ * The value of the service variable
32
+ */
33
+ value: pulumi.Input<string>;
34
+ }
35
+ export interface GetEncryptedTextUsageScope {
36
+ /**
37
+ * Id of the application to scope to. If empty then this scope applies to all applications.
38
+ */
39
+ applicationId?: string;
40
+ /**
41
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
42
+ */
43
+ environmentFilterType?: string;
44
+ /**
45
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
46
+ */
47
+ environmentId?: string;
48
+ }
49
+ export interface GetEncryptedTextUsageScopeArgs {
50
+ /**
51
+ * Id of the application to scope to. If empty then this scope applies to all applications.
52
+ */
53
+ applicationId?: pulumi.Input<string>;
54
+ /**
55
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
56
+ */
57
+ environmentFilterType?: pulumi.Input<string>;
58
+ /**
59
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
60
+ */
61
+ environmentId?: pulumi.Input<string>;
62
+ }
63
+ export interface GetEnvironmentVariableOverride {
64
+ /**
65
+ * The name of the variable
66
+ */
67
+ name?: string;
68
+ /**
69
+ * The name of the service
70
+ */
71
+ serviceName?: string;
72
+ /**
73
+ * The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
74
+ */
75
+ type?: string;
76
+ /**
77
+ * The value of the service variable
78
+ */
79
+ value?: string;
80
+ }
81
+ export interface GetEnvironmentVariableOverrideArgs {
82
+ /**
83
+ * The name of the variable
84
+ */
85
+ name?: pulumi.Input<string>;
86
+ /**
87
+ * The name of the service
88
+ */
89
+ serviceName?: pulumi.Input<string>;
90
+ /**
91
+ * The type of the service variable. Valid values are `TEXT` and `ENCRYPTED_TEXT`
92
+ */
93
+ type?: pulumi.Input<string>;
94
+ /**
95
+ * The value of the service variable
96
+ */
97
+ value?: pulumi.Input<string>;
98
+ }
99
+ export interface GetSecretManagerUsageScope {
100
+ /**
101
+ * Id of the application to scope to. If empty then this scope applies to all applications.
102
+ */
103
+ applicationId?: string;
104
+ /**
105
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
106
+ */
107
+ environmentFilterType?: string;
108
+ /**
109
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
110
+ */
111
+ environmentId?: string;
112
+ }
113
+ export interface GetSecretManagerUsageScopeArgs {
114
+ /**
115
+ * Id of the application to scope to. If empty then this scope applies to all applications.
116
+ */
117
+ applicationId?: pulumi.Input<string>;
118
+ /**
119
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
120
+ */
121
+ environmentFilterType?: pulumi.Input<string>;
122
+ /**
123
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
124
+ */
125
+ environmentId?: pulumi.Input<string>;
126
+ }
127
+ export interface GetSshCredentialUsageScope {
128
+ /**
129
+ * Id of the application to scope to. If empty then this scope applies to all applications.
130
+ */
131
+ applicationId?: string;
132
+ /**
133
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
134
+ */
135
+ environmentFilterType?: string;
136
+ /**
137
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
138
+ */
139
+ environmentId?: string;
140
+ }
141
+ export interface GetSshCredentialUsageScopeArgs {
142
+ /**
143
+ * Id of the application to scope to. If empty then this scope applies to all applications.
144
+ */
145
+ applicationId?: pulumi.Input<string>;
146
+ /**
147
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
148
+ */
149
+ environmentFilterType?: pulumi.Input<string>;
150
+ /**
151
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
152
+ */
153
+ environmentId?: pulumi.Input<string>;
154
+ }
155
+ export interface GitConnectorCommitDetails {
156
+ /**
157
+ * The email id of the author
158
+ */
159
+ authorEmailId?: pulumi.Input<string>;
160
+ /**
161
+ * The name of the author
162
+ */
163
+ authorName?: pulumi.Input<string>;
164
+ /**
165
+ * Commit message
166
+ */
167
+ message?: pulumi.Input<string>;
168
+ }
169
+ export interface GitConnectorUsageScope {
170
+ /**
171
+ * Id of the application to scope to. If empty then this scope applies to all applications.
172
+ */
173
+ applicationId?: pulumi.Input<string>;
174
+ /**
175
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
176
+ */
177
+ environmentFilterType?: pulumi.Input<string>;
178
+ /**
179
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
180
+ */
181
+ environmentId?: pulumi.Input<string>;
182
+ }
183
+ export interface InfrastructureDefinitionAwsAmi {
184
+ /**
185
+ * The ami deployment type to use. Valid options are AWS_ASG, SPOTINST
186
+ */
187
+ amiDeploymentType: pulumi.Input<string>;
188
+ /**
189
+ * Flag to indicate whether the autoscaling group identifies the workload.
190
+ */
191
+ asgIdentifiesWorkload?: pulumi.Input<boolean>;
192
+ /**
193
+ * The name of the autoscaling group.
194
+ */
195
+ autoscalingGroupName?: pulumi.Input<string>;
196
+ /**
197
+ * The classic load balancers to use.
198
+ */
199
+ classicLoadbalancers?: pulumi.Input<pulumi.Input<string>[]>;
200
+ /**
201
+ * The name of the cloud provider to connect with.
202
+ */
203
+ cloudProviderName: pulumi.Input<string>;
204
+ /**
205
+ * The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
206
+ */
207
+ hostnameConvention?: pulumi.Input<string>;
208
+ /**
209
+ * The region to deploy to.
210
+ */
211
+ region: pulumi.Input<string>;
212
+ /**
213
+ * The name of the SpotInst cloud provider to connect with.
214
+ */
215
+ spotinstCloudProviderName?: pulumi.Input<string>;
216
+ /**
217
+ * The SpotInst configuration to use.
218
+ */
219
+ spotinstConfigJson?: pulumi.Input<string>;
220
+ /**
221
+ * The staging classic load balancers to use.
222
+ */
223
+ stageClassicLoadbalancers?: pulumi.Input<pulumi.Input<string>[]>;
224
+ /**
225
+ * The staging classic load balancers to use.
226
+ */
227
+ stageTargetGroupArns?: pulumi.Input<pulumi.Input<string>[]>;
228
+ /**
229
+ * The ARN's of the target groups.
230
+ */
231
+ targetGroupArns?: pulumi.Input<pulumi.Input<string>[]>;
232
+ /**
233
+ * Flag to enable traffic shifting.
234
+ */
235
+ useTrafficShift?: pulumi.Input<boolean>;
236
+ }
237
+ export interface InfrastructureDefinitionAwsEcs {
238
+ /**
239
+ * Flag to assign a public IP address.
240
+ */
241
+ assignPublicIp?: pulumi.Input<boolean>;
242
+ /**
243
+ * The name of the cloud provider to connect with.
244
+ */
245
+ cloudProviderName: pulumi.Input<string>;
246
+ /**
247
+ * The name of the ECS cluster to use.
248
+ */
249
+ clusterName: pulumi.Input<string>;
250
+ /**
251
+ * The ARN of the role to use for execution.
252
+ */
253
+ executionRole?: pulumi.Input<string>;
254
+ /**
255
+ * The type of launch configuration to use. Valid options are FARGATE
256
+ */
257
+ launchType: pulumi.Input<string>;
258
+ /**
259
+ * The region to deploy to.
260
+ */
261
+ region: pulumi.Input<string>;
262
+ /**
263
+ * The security group ids to apply to the ecs service.
264
+ */
265
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
266
+ /**
267
+ * The subnet ids to apply to the ecs service.
268
+ */
269
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
270
+ /**
271
+ * The VPC ids to use when selecting the instances.
272
+ */
273
+ vpcId?: pulumi.Input<string>;
274
+ }
275
+ export interface InfrastructureDefinitionAwsLambda {
276
+ /**
277
+ * The name of the cloud provider to connect with.
278
+ */
279
+ cloudProviderName: pulumi.Input<string>;
280
+ /**
281
+ * The IAM role to use.
282
+ */
283
+ iamRole?: pulumi.Input<string>;
284
+ /**
285
+ * The region to deploy to.
286
+ */
287
+ region: pulumi.Input<string>;
288
+ /**
289
+ * The security group ids to apply to the ecs service.
290
+ */
291
+ securityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
292
+ /**
293
+ * The subnet ids to apply to the ecs service.
294
+ */
295
+ subnetIds?: pulumi.Input<pulumi.Input<string>[]>;
296
+ /**
297
+ * The VPC ids to use when selecting the instances.
298
+ */
299
+ vpcId?: pulumi.Input<string>;
300
+ }
301
+ export interface InfrastructureDefinitionAwsSsh {
302
+ /**
303
+ * The name of the autoscaling group.
304
+ */
305
+ autoscalingGroupName?: pulumi.Input<string>;
306
+ /**
307
+ * The name of the cloud provider to connect with.
308
+ */
309
+ cloudProviderName: pulumi.Input<string>;
310
+ /**
311
+ * The desired capacity of the auto scaling group.
312
+ */
313
+ desiredCapacity?: pulumi.Input<number>;
314
+ /**
315
+ * The name of the host connection attributes to use.
316
+ */
317
+ hostConnectionAttrsName?: pulumi.Input<string>;
318
+ /**
319
+ * The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
320
+ */
321
+ hostConnectionType: pulumi.Input<string>;
322
+ /**
323
+ * The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
324
+ */
325
+ hostnameConvention?: pulumi.Input<string>;
326
+ /**
327
+ * The name of the load balancer to use.
328
+ */
329
+ loadbalancerName?: pulumi.Input<string>;
330
+ /**
331
+ * The region to deploy to.
332
+ */
333
+ region: pulumi.Input<string>;
334
+ /**
335
+ * The tags to use when selecting the instances.
336
+ */
337
+ tags?: pulumi.Input<pulumi.Input<inputs.InfrastructureDefinitionAwsSshTag>[]>;
338
+ /**
339
+ * The VPC ids to use when selecting the instances.
340
+ */
341
+ vpcIds?: pulumi.Input<pulumi.Input<string>[]>;
342
+ }
343
+ export interface InfrastructureDefinitionAwsSshTag {
344
+ /**
345
+ * The key of the tag.
346
+ */
347
+ key: pulumi.Input<string>;
348
+ /**
349
+ * The value of the tag.
350
+ */
351
+ value: pulumi.Input<string>;
352
+ }
353
+ export interface InfrastructureDefinitionAwsWinrm {
354
+ /**
355
+ * The name of the autoscaling group.
356
+ */
357
+ autoscalingGroupName: pulumi.Input<string>;
358
+ /**
359
+ * The name of the cloud provider to connect with.
360
+ */
361
+ cloudProviderName: pulumi.Input<string>;
362
+ /**
363
+ * The desired capacity of the autoscaling group.
364
+ */
365
+ desiredCapacity?: pulumi.Input<number>;
366
+ /**
367
+ * The name of the host connection attributes to use.
368
+ */
369
+ hostConnectionAttrsName: pulumi.Input<string>;
370
+ /**
371
+ * The type of host connection to use. Valid options are PRIVATE*DNS, PUBLIC*DNS, PRIVATE*IP, PUBLIC*IP
372
+ */
373
+ hostConnectionType: pulumi.Input<string>;
374
+ /**
375
+ * The naming convention to use for the hostname. Defaults to ${host.ec2Instance.privateDnsName.split('.')[0]}
376
+ */
377
+ hostnameConvention?: pulumi.Input<string>;
378
+ /**
379
+ * The name of the load balancer to use.
380
+ */
381
+ loadbalancerName?: pulumi.Input<string>;
382
+ /**
383
+ * The region to deploy to.
384
+ */
385
+ region: pulumi.Input<string>;
386
+ }
387
+ export interface InfrastructureDefinitionAzureVmss {
388
+ /**
389
+ * The type of authentication to use. Valid options are SSH*PUBLIC*KEY.
390
+ */
391
+ authType: pulumi.Input<string>;
392
+ /**
393
+ * Base name.
394
+ */
395
+ baseName: pulumi.Input<string>;
396
+ /**
397
+ * The name of the cloud provider to connect with.
398
+ */
399
+ cloudProviderName: pulumi.Input<string>;
400
+ /**
401
+ * The type of deployment. Valid options are NATIVE_VMSS
402
+ */
403
+ deploymentType: pulumi.Input<string>;
404
+ /**
405
+ * The name of the host connection attributes to use.
406
+ */
407
+ hostConnectionAttrsName?: pulumi.Input<string>;
408
+ /**
409
+ * The name of the resource group.
410
+ */
411
+ resourceGroupName: pulumi.Input<string>;
412
+ /**
413
+ * The unique id of the azure subscription.
414
+ */
415
+ subscriptionId: pulumi.Input<string>;
416
+ /**
417
+ * The username to connect with.
418
+ */
419
+ username: pulumi.Input<string>;
420
+ }
421
+ export interface InfrastructureDefinitionAzureWebapp {
422
+ /**
423
+ * The name of the cloud provider to connect with.
424
+ */
425
+ cloudProviderName: pulumi.Input<string>;
426
+ /**
427
+ * The name of the resource group.
428
+ */
429
+ resourceGroup: pulumi.Input<string>;
430
+ /**
431
+ * The unique id of the azure subscription.
432
+ */
433
+ subscriptionId: pulumi.Input<string>;
434
+ }
435
+ export interface InfrastructureDefinitionCustom {
436
+ /**
437
+ * The template version
438
+ */
439
+ deploymentTypeTemplateVersion: pulumi.Input<string>;
440
+ /**
441
+ * Variables to be used in the service
442
+ */
443
+ variables?: pulumi.Input<pulumi.Input<inputs.InfrastructureDefinitionCustomVariable>[]>;
444
+ }
445
+ export interface InfrastructureDefinitionCustomVariable {
446
+ /**
447
+ * Name of the variable
448
+ */
449
+ name: pulumi.Input<string>;
450
+ /**
451
+ * Value of the variable
452
+ */
453
+ value: pulumi.Input<string>;
454
+ }
455
+ export interface InfrastructureDefinitionDatacenterSsh {
456
+ /**
457
+ * The name of the cloud provider to connect with.
458
+ */
459
+ cloudProviderName: pulumi.Input<string>;
460
+ /**
461
+ * The name of the SSH connection attributes to use.
462
+ */
463
+ hostConnectionAttributesName: pulumi.Input<string>;
464
+ /**
465
+ * A list of hosts to deploy to.
466
+ */
467
+ hostnames: pulumi.Input<pulumi.Input<string>[]>;
468
+ }
469
+ export interface InfrastructureDefinitionDatacenterWinrm {
470
+ /**
471
+ * The name of the cloud provider to connect with.
472
+ */
473
+ cloudProviderName: pulumi.Input<string>;
474
+ /**
475
+ * A list of hosts to deploy to.
476
+ */
477
+ hostnames: pulumi.Input<pulumi.Input<string>[]>;
478
+ /**
479
+ * The name of the WinRM connection attributes to use.
480
+ */
481
+ winrmConnectionAttributesName: pulumi.Input<string>;
482
+ }
483
+ export interface InfrastructureDefinitionKubernetes {
484
+ /**
485
+ * The name of the cloud provider to connect with.
486
+ */
487
+ cloudProviderName: pulumi.Input<string>;
488
+ /**
489
+ * The namespace in Kubernetes to deploy to.
490
+ */
491
+ namespace: pulumi.Input<string>;
492
+ /**
493
+ * The naming convention of the release. When using Helm Native the default is ${infra.kubernetes.infraId}. For standard Kubernetes manifests the default is release-${infra.kubernetes.infraId}
494
+ */
495
+ releaseName: pulumi.Input<string>;
496
+ }
497
+ export interface InfrastructureDefinitionKubernetesGcp {
498
+ /**
499
+ * The name of the cloud provider to connect with.
500
+ */
501
+ cloudProviderName: pulumi.Input<string>;
502
+ /**
503
+ * The name of the cluster being deployed to.
504
+ */
505
+ clusterName: pulumi.Input<string>;
506
+ /**
507
+ * The namespace in Kubernetes to deploy to.
508
+ */
509
+ namespace: pulumi.Input<string>;
510
+ /**
511
+ * The naming convention of the release.
512
+ */
513
+ releaseName: pulumi.Input<string>;
514
+ }
515
+ export interface InfrastructureDefinitionTanzu {
516
+ /**
517
+ * The name of the cloud provider to connect with.
518
+ */
519
+ cloudProviderName: pulumi.Input<string>;
520
+ /**
521
+ * The PCF organization to use.
522
+ */
523
+ organization: pulumi.Input<string>;
524
+ /**
525
+ * The PCF space to deploy to.
526
+ */
527
+ space: pulumi.Input<string>;
528
+ }
529
+ export interface PlatformCcmFiltersFilterProperties {
530
+ /**
531
+ * Type of CCM filters.
532
+ */
533
+ filterType: pulumi.Input<string>;
534
+ /**
535
+ * Tags to associate with the resource. Tags should be in the form `name:value`.
536
+ */
537
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
538
+ }
539
+ export interface SshCredentialKerberosAuthentication {
540
+ /**
541
+ * Port to use for Kerberos authentication
542
+ */
543
+ port: pulumi.Input<number>;
544
+ /**
545
+ * Name of the principal for authentication
546
+ */
547
+ principal: pulumi.Input<string>;
548
+ /**
549
+ * Realm associated with the Kerberos authentication
550
+ */
551
+ realm: pulumi.Input<string>;
552
+ /**
553
+ * TGT generation method
554
+ */
555
+ tgtGenerationMethod?: pulumi.Input<inputs.SshCredentialKerberosAuthenticationTgtGenerationMethod>;
556
+ }
557
+ export interface SshCredentialKerberosAuthenticationTgtGenerationMethod {
558
+ /**
559
+ * The id of the encrypted text secret
560
+ */
561
+ kerberosPasswordId?: pulumi.Input<string>;
562
+ /**
563
+ * The path to the key tab file
564
+ */
565
+ keyTabFilePath?: pulumi.Input<string>;
566
+ }
567
+ export interface SshCredentialSshAuthentication {
568
+ /**
569
+ * Inline SSH authentication configuration. Only ond of `passphraseSecretId` or `sshKeyFileId` should be used
570
+ */
571
+ inlineSsh?: pulumi.Input<inputs.SshCredentialSshAuthenticationInlineSsh>;
572
+ /**
573
+ * The port to connect to
574
+ */
575
+ port: pulumi.Input<number>;
576
+ /**
577
+ * Server password authentication configuration
578
+ */
579
+ serverPassword?: pulumi.Input<inputs.SshCredentialSshAuthenticationServerPassword>;
580
+ /**
581
+ * Use ssh key file for authentication
582
+ */
583
+ sshKeyFile?: pulumi.Input<inputs.SshCredentialSshAuthenticationSshKeyFile>;
584
+ /**
585
+ * The username to use when connecting to ssh
586
+ */
587
+ username: pulumi.Input<string>;
588
+ }
589
+ export interface SshCredentialSshAuthenticationInlineSsh {
590
+ /**
591
+ * The id of the encrypted secret to use
592
+ */
593
+ passphraseSecretId?: pulumi.Input<string>;
594
+ /**
595
+ * The id of the secret containing the SSH key
596
+ */
597
+ sshKeyFileId: pulumi.Input<string>;
598
+ }
599
+ export interface SshCredentialSshAuthenticationServerPassword {
600
+ /**
601
+ * The id of the encrypted secret
602
+ */
603
+ passwordSecretId: pulumi.Input<string>;
604
+ }
605
+ export interface SshCredentialSshAuthenticationSshKeyFile {
606
+ /**
607
+ * The id of the secret containing the password to use for the ssh key
608
+ */
609
+ passphraseSecretId?: pulumi.Input<string>;
610
+ /**
611
+ * The path to the key file on the delegate
612
+ */
613
+ path: pulumi.Input<string>;
614
+ }
615
+ export interface SshCredentialUsageScope {
616
+ /**
617
+ * Id of the application to scope to. If empty then this scope applies to all applications.
618
+ */
619
+ applicationId?: pulumi.Input<string>;
620
+ /**
621
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
622
+ */
623
+ environmentFilterType?: pulumi.Input<string>;
624
+ /**
625
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
626
+ */
627
+ environmentId?: pulumi.Input<string>;
628
+ }
629
+ export interface UserGroupLdapSettings {
630
+ /**
631
+ * The group DN of the LDAP user group.
632
+ */
633
+ groupDn?: pulumi.Input<string>;
634
+ /**
635
+ * The group name of the LDAP user group.
636
+ */
637
+ groupName?: pulumi.Input<string>;
638
+ /**
639
+ * The ID of the SSO provider.
640
+ */
641
+ ssoProviderId?: pulumi.Input<string>;
642
+ }
643
+ export interface UserGroupNotificationSettings {
644
+ /**
645
+ * The email addresses of the user group.
646
+ */
647
+ groupEmailAddresses?: pulumi.Input<pulumi.Input<string>[]>;
648
+ /**
649
+ * The Microsoft Teams webhook URL of the user group.
650
+ */
651
+ microsoftTeamsWebhookUrl?: pulumi.Input<string>;
652
+ /**
653
+ * Indicates whether an email is sent when a new user is added to the group.
654
+ */
655
+ sendMailToNewMembers?: pulumi.Input<boolean>;
656
+ /**
657
+ * Enable this setting to have notifications sent to the members of this group.
658
+ */
659
+ sendNotificationsToMembers?: pulumi.Input<boolean>;
660
+ /**
661
+ * The Slack channel to send notifications to.
662
+ */
663
+ slackChannel?: pulumi.Input<string>;
664
+ /**
665
+ * The Slack webhook URL to send notifications to.
666
+ */
667
+ slackWebhookUrl?: pulumi.Input<string>;
668
+ }
669
+ export interface UserGroupPermissions {
670
+ /**
671
+ * The account permissions of the user group. Valid options are ADMINISTER*OTHER*ACCOUNT*FUNCTIONS, CREATE*AND*DELETE*APPLICATION, CREATE*CUSTOM*DASHBOARDS, MANAGE*ALERT*NOTIFICATION*RULES, MANAGE*API*KEYS, MANAGE*APPLICATION*STACKS, MANAGE*AUTHENTICATION*SETTINGS, MANAGE*CLOUD*PROVIDERS, MANAGE*CONFIG*AS*CODE, MANAGE*CONNECTORS, MANAGE*CUSTOM*DASHBOARDS, MANAGE*DELEGATE*PROFILES, MANAGE*DELEGATES, MANAGE*DEPLOYMENT*FREEZES, MANAGE*IP*WHITELIST, MANAGE*PIPELINE*GOVERNANCE*STANDARDS, MANAGE*RESTRICTED*ACCESS, MANAGE*SECRET*MANAGERS, MANAGE*SECRETS, MANAGE*SSH*AND*WINRM, MANAGE*TAGS, MANAGE*TEMPLATE*LIBRARY, MANAGE*USER*AND*USER*GROUPS*AND*API*KEYS, MANAGE*USERS*AND*GROUPS, READ*USERS*AND*GROUPS, VIEW*AUDITS, VIEW*USER*AND*USER*GROUPS*AND*API_KEYS
672
+ */
673
+ accountPermissions?: pulumi.Input<pulumi.Input<string>[]>;
674
+ /**
675
+ * Application specific permissions
676
+ */
677
+ appPermissions?: pulumi.Input<inputs.UserGroupPermissionsAppPermissions>;
678
+ }
679
+ export interface UserGroupPermissionsAppPermissions {
680
+ /**
681
+ * The permission to perform actions against all resources.
682
+ */
683
+ alls?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsAll>[]>;
684
+ /**
685
+ * Permission configuration to perform actions against deployments.
686
+ */
687
+ deployments?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsDeployment>[]>;
688
+ /**
689
+ * Permission configuration to perform actions against workflows.
690
+ */
691
+ environments?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsEnvironment>[]>;
692
+ /**
693
+ * Permission configuration to perform actions against pipelines.
694
+ */
695
+ pipelines?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsPipeline>[]>;
696
+ /**
697
+ * Permission configuration to perform actions against provisioners.
698
+ */
699
+ provisioners?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsProvisioner>[]>;
700
+ /**
701
+ * Permission configuration to perform actions against services.
702
+ */
703
+ services?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsService>[]>;
704
+ /**
705
+ * Permission configuration to perform actions against templates.
706
+ */
707
+ templates?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsTemplate>[]>;
708
+ /**
709
+ * Permission configuration to perform actions against workflows.
710
+ */
711
+ workflows?: pulumi.Input<pulumi.Input<inputs.UserGroupPermissionsAppPermissionsWorkflow>[]>;
712
+ }
713
+ export interface UserGroupPermissionsAppPermissionsAll {
714
+ /**
715
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK_WORKFLOW
716
+ */
717
+ actions: pulumi.Input<pulumi.Input<string>[]>;
718
+ /**
719
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
720
+ */
721
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
722
+ }
723
+ export interface UserGroupPermissionsAppPermissionsDeployment {
724
+ /**
725
+ * The actions allowed to be performed. Valid options are READ, EXECUTE*WORKFLOW, EXECUTE*PIPELINE, ROLLBACK*WORKFLOW, ABORT*WORKFLOW
726
+ */
727
+ actions: pulumi.Input<pulumi.Input<string>[]>;
728
+ /**
729
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
730
+ */
731
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
732
+ /**
733
+ * The environment IDs to which the permission applies. Leave empty to apply to all environments.
734
+ */
735
+ envIds?: pulumi.Input<pulumi.Input<string>[]>;
736
+ /**
737
+ * The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
738
+ */
739
+ filters?: pulumi.Input<pulumi.Input<string>[]>;
740
+ }
741
+ export interface UserGroupPermissionsAppPermissionsEnvironment {
742
+ /**
743
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
744
+ */
745
+ actions: pulumi.Input<pulumi.Input<string>[]>;
746
+ /**
747
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
748
+ */
749
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
750
+ /**
751
+ * The environment IDs to which the permission applies. Leave empty to apply to all environments.
752
+ */
753
+ envIds?: pulumi.Input<pulumi.Input<string>[]>;
754
+ /**
755
+ * The filters to apply to the action. Valid options are: NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
756
+ */
757
+ filters?: pulumi.Input<pulumi.Input<string>[]>;
758
+ }
759
+ export interface UserGroupPermissionsAppPermissionsPipeline {
760
+ /**
761
+ * The actions allowed to be performed. Valid options are [CREATE READ UPDATE DELETE]
762
+ */
763
+ actions: pulumi.Input<pulumi.Input<string>[]>;
764
+ /**
765
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
766
+ */
767
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
768
+ /**
769
+ * The environment IDs to which the permission applies. Leave empty to apply to all environments.
770
+ */
771
+ envIds?: pulumi.Input<pulumi.Input<string>[]>;
772
+ /**
773
+ * The filters to apply to the action. Valid options are: NON*PRODUCTION*PIPELINES, PRODUCTION_PIPELINES.
774
+ */
775
+ filters?: pulumi.Input<pulumi.Input<string>[]>;
776
+ }
777
+ export interface UserGroupPermissionsAppPermissionsProvisioner {
778
+ /**
779
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
780
+ */
781
+ actions: pulumi.Input<pulumi.Input<string>[]>;
782
+ /**
783
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
784
+ */
785
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
786
+ /**
787
+ * The provisioner IDs to which the permission applies. Leave empty to apply to all provisioners.
788
+ */
789
+ provisionerIds?: pulumi.Input<pulumi.Input<string>[]>;
790
+ }
791
+ export interface UserGroupPermissionsAppPermissionsService {
792
+ /**
793
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
794
+ */
795
+ actions: pulumi.Input<pulumi.Input<string>[]>;
796
+ /**
797
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
798
+ */
799
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
800
+ /**
801
+ * The service IDs to which the permission applies. Leave empty to apply to all services.
802
+ */
803
+ serviceIds?: pulumi.Input<pulumi.Input<string>[]>;
804
+ }
805
+ export interface UserGroupPermissionsAppPermissionsTemplate {
806
+ /**
807
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
808
+ */
809
+ actions: pulumi.Input<pulumi.Input<string>[]>;
810
+ /**
811
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
812
+ */
813
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
814
+ /**
815
+ * The template IDs to which the permission applies. Leave empty to apply to all environments.
816
+ */
817
+ templateIds?: pulumi.Input<pulumi.Input<string>[]>;
818
+ }
819
+ export interface UserGroupPermissionsAppPermissionsWorkflow {
820
+ /**
821
+ * The actions allowed to be performed. Valid options are CREATE, READ, UPDATE, DELETE
822
+ */
823
+ actions: pulumi.Input<pulumi.Input<string>[]>;
824
+ /**
825
+ * The application IDs to which the permission applies. Leave empty to apply to all applications.
826
+ */
827
+ appIds?: pulumi.Input<pulumi.Input<string>[]>;
828
+ /**
829
+ * The filters to apply to the action. Valid options are: NON*PRODUCTION*WORKFLOWS, PRODUCTION*WORKFLOWS, WORKFLOW*TEMPLATES.
830
+ */
831
+ filters?: pulumi.Input<pulumi.Input<string>[]>;
832
+ }
833
+ export interface UserGroupSamlSettings {
834
+ /**
835
+ * The group name of the SAML user group.
836
+ */
837
+ groupName?: pulumi.Input<string>;
838
+ /**
839
+ * The ID of the SSO provider.
840
+ */
841
+ ssoProviderId?: pulumi.Input<string>;
842
+ }
843
+ export declare namespace cloudprovider {
844
+ interface AwsAssumeCrossAccountRole {
845
+ /**
846
+ * If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
847
+ */
848
+ externalId?: pulumi.Input<string>;
849
+ /**
850
+ * This is an IAM role in the target deployment AWS account.
851
+ */
852
+ roleArn: pulumi.Input<string>;
853
+ }
854
+ interface AwsUsageScope {
855
+ /**
856
+ * Id of the application to scope to. If empty then this scope applies to all applications.
857
+ */
858
+ applicationId?: pulumi.Input<string>;
859
+ /**
860
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
861
+ */
862
+ environmentFilterType?: pulumi.Input<string>;
863
+ /**
864
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
865
+ */
866
+ environmentId?: pulumi.Input<string>;
867
+ }
868
+ interface DatacenterUsageScope {
869
+ /**
870
+ * Id of the application to scope to. If empty then this scope applies to all applications.
871
+ */
872
+ applicationId?: pulumi.Input<string>;
873
+ /**
874
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
875
+ */
876
+ environmentFilterType?: pulumi.Input<string>;
877
+ /**
878
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
879
+ */
880
+ environmentId?: pulumi.Input<string>;
881
+ }
882
+ interface GcpUsageScope {
883
+ /**
884
+ * Id of the application to scope to. If empty then this scope applies to all applications.
885
+ */
886
+ applicationId?: pulumi.Input<string>;
887
+ /**
888
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
889
+ */
890
+ environmentFilterType?: pulumi.Input<string>;
891
+ /**
892
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
893
+ */
894
+ environmentId?: pulumi.Input<string>;
895
+ }
896
+ interface KubernetesAuthentication {
897
+ /**
898
+ * Delegate selectors to inherit the GCP credentials from.
899
+ */
900
+ delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
901
+ /**
902
+ * Service account configuration for connecting to the Kubernetes cluster
903
+ */
904
+ oidc?: pulumi.Input<inputs.cloudprovider.KubernetesAuthenticationOidc>;
905
+ /**
906
+ * Username and password for authentication to the cluster
907
+ */
908
+ serviceAccount?: pulumi.Input<inputs.cloudprovider.KubernetesAuthenticationServiceAccount>;
909
+ /**
910
+ * Username and password for authentication to the cluster
911
+ */
912
+ usernamePassword?: pulumi.Input<inputs.cloudprovider.KubernetesAuthenticationUsernamePassword>;
913
+ }
914
+ interface KubernetesAuthenticationOidc {
915
+ /**
916
+ * Name of the Harness secret containing the client ID for the cluster.
917
+ */
918
+ clientIdSecretName: pulumi.Input<string>;
919
+ /**
920
+ * Name of the Harness secret containing the client secret for the cluster.
921
+ */
922
+ clientSecretSecretName?: pulumi.Input<string>;
923
+ /**
924
+ * URL of the identity provider to use.
925
+ */
926
+ identityProviderUrl: pulumi.Input<string>;
927
+ /**
928
+ * URL of the Kubernetes master to connect to.
929
+ */
930
+ masterUrl: pulumi.Input<string>;
931
+ /**
932
+ * Name of the Harness secret containing the password for the cluster.
933
+ */
934
+ passwordSecretName: pulumi.Input<string>;
935
+ /**
936
+ * Scopes to request from the identity provider.
937
+ */
938
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
939
+ /**
940
+ * Username for authentication to the cluster. This can be the username itself or the ID of a harness secret.
941
+ */
942
+ username: pulumi.Input<string>;
943
+ }
944
+ interface KubernetesAuthenticationServiceAccount {
945
+ /**
946
+ * Name of the Harness secret containing the CA certificate for the cluster.
947
+ */
948
+ caCertificateSecretName?: pulumi.Input<string>;
949
+ /**
950
+ * URL of the Kubernetes master to connect to.
951
+ */
952
+ masterUrl: pulumi.Input<string>;
953
+ /**
954
+ * Name of the Harness secret containing the service account token for the cluster.
955
+ */
956
+ serviceAccountTokenSecretName: pulumi.Input<string>;
957
+ }
958
+ interface KubernetesAuthenticationUsernamePassword {
959
+ /**
960
+ * URL of the Kubernetes master to connect to.
961
+ */
962
+ masterUrl: pulumi.Input<string>;
963
+ /**
964
+ * Name of the Harness secret containing the password for the cluster.
965
+ */
966
+ passwordSecretName: pulumi.Input<string>;
967
+ /**
968
+ * Username for authentication to the cluster
969
+ */
970
+ username?: pulumi.Input<string>;
971
+ /**
972
+ * Name of the Harness secret containing the username for authentication to the cluster
973
+ */
974
+ usernameSecretName?: pulumi.Input<string>;
975
+ }
976
+ interface KubernetesUsageScope {
977
+ /**
978
+ * Id of the application to scope to. If empty then this scope applies to all applications.
979
+ */
980
+ applicationId?: pulumi.Input<string>;
981
+ /**
982
+ * Type of environment filter applied. Cannot be used with `environmentId`. Valid options are NON*PRODUCTION*ENVIRONMENTS, PRODUCTION_ENVIRONMENTS.
983
+ */
984
+ environmentFilterType?: pulumi.Input<string>;
985
+ /**
986
+ * Id of the id of the specific environment to scope to. Cannot be used with `environmentFilterType`.
987
+ */
988
+ environmentId?: pulumi.Input<string>;
989
+ }
990
+ }
991
+ export declare namespace platform {
992
+ interface AppDynamicsConnectorApiToken {
993
+ /**
994
+ * The client id used for connecting to App Dynamics.
995
+ */
996
+ clientId: pulumi.Input<string>;
997
+ /**
998
+ * Reference to the Harness secret containing the App Dynamics client secret. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
999
+ */
1000
+ clientSecretRef: pulumi.Input<string>;
1001
+ }
1002
+ interface AppDynamicsConnectorUsernamePassword {
1003
+ /**
1004
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1005
+ */
1006
+ passwordRef: pulumi.Input<string>;
1007
+ /**
1008
+ * Username to use for authentication.
1009
+ */
1010
+ username: pulumi.Input<string>;
1011
+ }
1012
+ interface ArtifactoryConnectorCredentials {
1013
+ /**
1014
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1015
+ */
1016
+ passwordRef: pulumi.Input<string>;
1017
+ /**
1018
+ * Username to use for authentication.
1019
+ */
1020
+ username?: pulumi.Input<string>;
1021
+ /**
1022
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1023
+ */
1024
+ usernameRef?: pulumi.Input<string>;
1025
+ }
1026
+ interface AwsCCConnectorCrossAccountAccess {
1027
+ /**
1028
+ * The external id of the role to use for cross-account access. This is a random unique value to provide additional secure authentication.
1029
+ */
1030
+ externalId: pulumi.Input<string>;
1031
+ /**
1032
+ * The ARN of the role to use for cross-account access.
1033
+ */
1034
+ roleArn: pulumi.Input<string>;
1035
+ }
1036
+ interface AwsConnectorCrossAccountAccess {
1037
+ /**
1038
+ * If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
1039
+ */
1040
+ externalId?: pulumi.Input<string>;
1041
+ /**
1042
+ * The Amazon Resource Name (ARN) of the role that you want to assume. This is an IAM role in the target AWS account.
1043
+ */
1044
+ roleArn: pulumi.Input<string>;
1045
+ }
1046
+ interface AwsConnectorEqualJitterBackoffStrategy {
1047
+ /**
1048
+ * Base delay.
1049
+ */
1050
+ baseDelay?: pulumi.Input<number>;
1051
+ /**
1052
+ * Max BackOff Time.
1053
+ */
1054
+ maxBackoffTime?: pulumi.Input<number>;
1055
+ /**
1056
+ * Retry Count.
1057
+ */
1058
+ retryCount?: pulumi.Input<number>;
1059
+ }
1060
+ interface AwsConnectorFixedDelayBackoffStrategy {
1061
+ /**
1062
+ * Fixed Backoff.
1063
+ */
1064
+ fixedBackoff?: pulumi.Input<number>;
1065
+ /**
1066
+ * Retry Count.
1067
+ */
1068
+ retryCount?: pulumi.Input<number>;
1069
+ }
1070
+ interface AwsConnectorFullJitterBackoffStrategy {
1071
+ /**
1072
+ * Base delay.
1073
+ */
1074
+ baseDelay?: pulumi.Input<number>;
1075
+ /**
1076
+ * Max BackOff Time.
1077
+ */
1078
+ maxBackoffTime?: pulumi.Input<number>;
1079
+ /**
1080
+ * Retry Count.
1081
+ */
1082
+ retryCount?: pulumi.Input<number>;
1083
+ }
1084
+ interface AwsConnectorInheritFromDelegate {
1085
+ /**
1086
+ * The delegates to inherit the credentials from.
1087
+ */
1088
+ delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
1089
+ }
1090
+ interface AwsConnectorIrsa {
1091
+ /**
1092
+ * The delegates to inherit the credentials from.
1093
+ */
1094
+ delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
1095
+ }
1096
+ interface AwsConnectorManual {
1097
+ /**
1098
+ * AWS access key.
1099
+ */
1100
+ accessKey?: pulumi.Input<string>;
1101
+ /**
1102
+ * Reference to the Harness secret containing the aws access key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1103
+ */
1104
+ accessKeyRef?: pulumi.Input<string>;
1105
+ /**
1106
+ * Connect only use delegates with these tags.
1107
+ */
1108
+ delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
1109
+ /**
1110
+ * Reference to the Harness secret containing the aws secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1111
+ */
1112
+ secretKeyRef: pulumi.Input<string>;
1113
+ }
1114
+ interface AwsKmsConnectorCredentials {
1115
+ /**
1116
+ * Connect using STS assume role.
1117
+ */
1118
+ assumeRole?: pulumi.Input<inputs.platform.AwsKmsConnectorCredentialsAssumeRole>;
1119
+ /**
1120
+ * Inherit the credentials from from the delegate.
1121
+ */
1122
+ inheritFromDelegate?: pulumi.Input<boolean>;
1123
+ /**
1124
+ * Specify the AWS key and secret used for authenticating.
1125
+ */
1126
+ manual?: pulumi.Input<inputs.platform.AwsKmsConnectorCredentialsManual>;
1127
+ }
1128
+ interface AwsKmsConnectorCredentialsAssumeRole {
1129
+ /**
1130
+ * The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) to 3600 seconds (1 hour). By default, the value is set to 3600 seconds. An expiration can also be specified in the client request body. The minimum value is 1 hour.
1131
+ */
1132
+ duration: pulumi.Input<number>;
1133
+ /**
1134
+ * If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
1135
+ */
1136
+ externalId?: pulumi.Input<string>;
1137
+ /**
1138
+ * The ARN of the role to assume.
1139
+ */
1140
+ roleArn: pulumi.Input<string>;
1141
+ }
1142
+ interface AwsKmsConnectorCredentialsManual {
1143
+ /**
1144
+ * The reference to the Harness secret containing the AWS access key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1145
+ */
1146
+ accessKeyRef: pulumi.Input<string>;
1147
+ /**
1148
+ * The reference to the Harness secret containing the AWS secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1149
+ */
1150
+ secretKeyRef: pulumi.Input<string>;
1151
+ }
1152
+ interface AwsSecretManagerConnectorCredentials {
1153
+ /**
1154
+ * Connect using STS assume role.
1155
+ */
1156
+ assumeRole?: pulumi.Input<inputs.platform.AwsSecretManagerConnectorCredentialsAssumeRole>;
1157
+ /**
1158
+ * Inherit the credentials from from the delegate.
1159
+ */
1160
+ inheritFromDelegate?: pulumi.Input<boolean>;
1161
+ /**
1162
+ * Specify the AWS key and secret used for authenticating.
1163
+ */
1164
+ manual?: pulumi.Input<inputs.platform.AwsSecretManagerConnectorCredentialsManual>;
1165
+ }
1166
+ interface AwsSecretManagerConnectorCredentialsAssumeRole {
1167
+ /**
1168
+ * The duration, in seconds, of the role session. The value can range from 900 seconds (15 minutes) to 3600 seconds (1 hour). By default, the value is set to 3600 seconds. An expiration can also be specified in the client request body. The minimum value is 1 hour.
1169
+ */
1170
+ duration: pulumi.Input<number>;
1171
+ /**
1172
+ * If the administrator of the account to which the role belongs provided you with an external ID, then enter that value.
1173
+ */
1174
+ externalId?: pulumi.Input<string>;
1175
+ /**
1176
+ * The ARN of the role to assume.
1177
+ */
1178
+ roleArn: pulumi.Input<string>;
1179
+ }
1180
+ interface AwsSecretManagerConnectorCredentialsManual {
1181
+ /**
1182
+ * The reference to the Harness secret containing the AWS access key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1183
+ */
1184
+ accessKeyRef: pulumi.Input<string>;
1185
+ /**
1186
+ * The reference to the Harness secret containing the AWS secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1187
+ */
1188
+ secretKeyRef: pulumi.Input<string>;
1189
+ }
1190
+ interface AzureCloudCostConnectorBillingExportSpec {
1191
+ /**
1192
+ * Name of the container.
1193
+ */
1194
+ containerName: pulumi.Input<string>;
1195
+ /**
1196
+ * Name of the directory.
1197
+ */
1198
+ directoryName: pulumi.Input<string>;
1199
+ /**
1200
+ * Name of the report.
1201
+ */
1202
+ reportName: pulumi.Input<string>;
1203
+ /**
1204
+ * Name of the storage account.
1205
+ */
1206
+ storageAccountName: pulumi.Input<string>;
1207
+ /**
1208
+ * Subsription Id.
1209
+ */
1210
+ subscriptionId: pulumi.Input<string>;
1211
+ }
1212
+ interface AzureCloudProviderConnectorCredentials {
1213
+ /**
1214
+ * Authenticate to Azure Cloud Provider using details inheriting from delegate.
1215
+ */
1216
+ azureInheritFromDelegateDetails?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetails>;
1217
+ /**
1218
+ * Authenticate to Azure Cloud Provider using manual details.
1219
+ */
1220
+ azureManualDetails?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureManualDetails>;
1221
+ /**
1222
+ * Type can either be InheritFromDelegate or ManualConfig.
1223
+ */
1224
+ type: pulumi.Input<string>;
1225
+ }
1226
+ interface AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetails {
1227
+ /**
1228
+ * Auth to authenticate to Azure Cloud Provider using details inheriting from delegate.
1229
+ */
1230
+ auth?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsAuth>;
1231
+ }
1232
+ interface AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsAuth {
1233
+ /**
1234
+ * Azure UserAssigned MSI auth details.
1235
+ */
1236
+ azureMsiAuthUa?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsAuthAzureMsiAuthUa>;
1237
+ /**
1238
+ * Type can either be SystemAssignedManagedIdentity or UserAssignedManagedIdentity.
1239
+ */
1240
+ type: pulumi.Input<string>;
1241
+ }
1242
+ interface AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsAuthAzureMsiAuthUa {
1243
+ /**
1244
+ * Client Id of the ManagedIdentity resource.
1245
+ */
1246
+ clientId?: pulumi.Input<string>;
1247
+ }
1248
+ interface AzureCloudProviderConnectorCredentialsAzureManualDetails {
1249
+ /**
1250
+ * Application ID of the Azure App.
1251
+ */
1252
+ applicationId?: pulumi.Input<string>;
1253
+ /**
1254
+ * Contains Azure auth details.
1255
+ */
1256
+ auth?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureManualDetailsAuth>;
1257
+ /**
1258
+ * The Azure Active Directory (AAD) directory ID where you created your application.
1259
+ */
1260
+ tenantId?: pulumi.Input<string>;
1261
+ }
1262
+ interface AzureCloudProviderConnectorCredentialsAzureManualDetailsAuth {
1263
+ /**
1264
+ * Azure client key certificate details.
1265
+ */
1266
+ azureClientKeyCert?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientKeyCert>;
1267
+ /**
1268
+ * Azure Client Secret Key details.
1269
+ */
1270
+ azureClientSecretKey?: pulumi.Input<inputs.platform.AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientSecretKey>;
1271
+ /**
1272
+ * Type can either be Certificate or Secret.
1273
+ */
1274
+ type?: pulumi.Input<string>;
1275
+ }
1276
+ interface AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientKeyCert {
1277
+ /**
1278
+ * Reference of the secret for the certificate. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1279
+ */
1280
+ certificateRef?: pulumi.Input<string>;
1281
+ }
1282
+ interface AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientSecretKey {
1283
+ /**
1284
+ * Reference of the secret for the secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1285
+ */
1286
+ secretRef?: pulumi.Input<string>;
1287
+ }
1288
+ interface BitbucketConnectorApiAuthentication {
1289
+ /**
1290
+ * Personal access token for interacting with the BitBucket api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1291
+ */
1292
+ tokenRef: pulumi.Input<string>;
1293
+ /**
1294
+ * The username used for connecting to the api.
1295
+ */
1296
+ username?: pulumi.Input<string>;
1297
+ /**
1298
+ * The name of the Harness secret containing the username. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1299
+ */
1300
+ usernameRef?: pulumi.Input<string>;
1301
+ }
1302
+ interface BitbucketConnectorCredentials {
1303
+ /**
1304
+ * Authenticate using Username and password over http(s) for the connection.
1305
+ */
1306
+ http?: pulumi.Input<inputs.platform.BitbucketConnectorCredentialsHttp>;
1307
+ /**
1308
+ * Authenticate using SSH for the connection.
1309
+ */
1310
+ ssh?: pulumi.Input<inputs.platform.BitbucketConnectorCredentialsSsh>;
1311
+ }
1312
+ interface BitbucketConnectorCredentialsHttp {
1313
+ /**
1314
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1315
+ */
1316
+ passwordRef?: pulumi.Input<string>;
1317
+ /**
1318
+ * Username to use for authentication.
1319
+ */
1320
+ username?: pulumi.Input<string>;
1321
+ /**
1322
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1323
+ */
1324
+ usernameRef?: pulumi.Input<string>;
1325
+ }
1326
+ interface BitbucketConnectorCredentialsSsh {
1327
+ /**
1328
+ * Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1329
+ */
1330
+ sshKeyRef: pulumi.Input<string>;
1331
+ }
1332
+ interface DockerConnectorCredentials {
1333
+ /**
1334
+ * The reference to the Harness secret containing the password to use for the docker registry. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1335
+ */
1336
+ passwordRef: pulumi.Input<string>;
1337
+ /**
1338
+ * The username to use for the docker registry.
1339
+ */
1340
+ username?: pulumi.Input<string>;
1341
+ /**
1342
+ * The reference to the Harness secret containing the username to use for the docker registry. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1343
+ */
1344
+ usernameRef?: pulumi.Input<string>;
1345
+ }
1346
+ interface ElasticsearchConnectorApiToken {
1347
+ /**
1348
+ * The client id used for connecting to ElasticSearch.
1349
+ */
1350
+ clientId: pulumi.Input<string>;
1351
+ /**
1352
+ * Reference to the Harness secret containing the ElasticSearch client secret. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1353
+ */
1354
+ clientSecretRef: pulumi.Input<string>;
1355
+ }
1356
+ interface ElasticsearchConnectorNoAuthentication {
1357
+ }
1358
+ interface ElasticsearchConnectorUsernamePassword {
1359
+ /**
1360
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1361
+ */
1362
+ passwordRef: pulumi.Input<string>;
1363
+ /**
1364
+ * Username to use for authentication.
1365
+ */
1366
+ username: pulumi.Input<string>;
1367
+ }
1368
+ interface EnvironmentClustersMappingCluster {
1369
+ /**
1370
+ * account Identifier of the account
1371
+ */
1372
+ identifier?: pulumi.Input<string>;
1373
+ /**
1374
+ * name of the cluster
1375
+ */
1376
+ name?: pulumi.Input<string>;
1377
+ /**
1378
+ * scope at which the cluster exists in harness gitops, project vs org vs account
1379
+ */
1380
+ scope?: pulumi.Input<string>;
1381
+ }
1382
+ interface FeatureFlagGitDetails {
1383
+ /**
1384
+ * The commit message to use as part of a gitsync operation
1385
+ */
1386
+ commitMsg: pulumi.Input<string>;
1387
+ }
1388
+ interface FeatureFlagVariation {
1389
+ /**
1390
+ * The description of the variation
1391
+ */
1392
+ description: pulumi.Input<string>;
1393
+ /**
1394
+ * The identifier of the variation
1395
+ */
1396
+ identifier: pulumi.Input<string>;
1397
+ /**
1398
+ * The user friendly name of the variation
1399
+ */
1400
+ name: pulumi.Input<string>;
1401
+ /**
1402
+ * The value of the variation
1403
+ */
1404
+ value: pulumi.Input<string>;
1405
+ }
1406
+ interface FiltersFilterProperties {
1407
+ /**
1408
+ * Corresponding Entity of the filter. Currently supported types are {Connector, DelegateProfile, Delegate, EnvironmentGroup, FileStore, Environment}.
1409
+ */
1410
+ filterType: pulumi.Input<string>;
1411
+ /**
1412
+ * Tags to associate with the resource. Tags should be in the form `name:value`.
1413
+ */
1414
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
1415
+ }
1416
+ interface GcpCloudCostConnectorBillingExportSpec {
1417
+ /**
1418
+ * Data Set Id.
1419
+ */
1420
+ dataSetId: pulumi.Input<string>;
1421
+ /**
1422
+ * Table Id.
1423
+ */
1424
+ tableId: pulumi.Input<string>;
1425
+ }
1426
+ interface GcpConnectorInheritFromDelegate {
1427
+ /**
1428
+ * The delegates to inherit the credentials from.
1429
+ */
1430
+ delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
1431
+ }
1432
+ interface GcpConnectorManual {
1433
+ /**
1434
+ * The delegates to connect with.
1435
+ */
1436
+ delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
1437
+ /**
1438
+ * Reference to the Harness secret containing the secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
1439
+ */
1440
+ secretKeyRef: pulumi.Input<string>;
1441
+ }
1442
+ interface GetGitopsApplicationsApplication {
1443
+ /**
1444
+ * Metadata corresponding to the resources. This includes all the objects a user must create.
1445
+ */
1446
+ metadatas?: inputs.platform.GetGitopsApplicationsApplicationMetadata[];
1447
+ /**
1448
+ * Specifications of the GitOps application. This includes the repository URL, application definition, source, destination and sync policy.
1449
+ */
1450
+ specs?: inputs.platform.GetGitopsApplicationsApplicationSpec[];
1451
+ }
1452
+ interface GetGitopsApplicationsApplicationArgs {
1453
+ /**
1454
+ * Metadata corresponding to the resources. This includes all the objects a user must create.
1455
+ */
1456
+ metadatas?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationMetadataArgs>[]>;
1457
+ /**
1458
+ * Specifications of the GitOps application. This includes the repository URL, application definition, source, destination and sync policy.
1459
+ */
1460
+ specs?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecArgs>[]>;
1461
+ }
1462
+ interface GetGitopsApplicationsApplicationMetadata {
1463
+ /**
1464
+ * Annotations are unstructured key value pairs corresponding to a resource. External tools set these to store and retrieve arbitrary metadata.
1465
+ */
1466
+ annotations?: {
1467
+ [key: string]: string;
1468
+ };
1469
+ /**
1470
+ * Name of the cluster corresponding to the object. API server ignores this if set in any create or update request.
1471
+ */
1472
+ clusterName?: string;
1473
+ /**
1474
+ * Before the object is removed from the register, it must be empty. Each element serves as a unique identifier for the component that is accountable for removing that entry from the list. Entries in this list can only be removed if the object's deletionTimestamp is not null. The processing and removal of finalizers can happen in any sequence. No order is enforced as it may block the finalizers. Finalizers is a shared field that can be reordered by any actor with authority. If the finalizer list is processed in order, this could result in a scenario where the component in charge of the list's first finalizer is waiting for a signal (generated by a field value, an external system, or another) produced by a component in charge of the list's later finalizer.
1475
+ */
1476
+ finalizers?: string[];
1477
+ /**
1478
+ * An optional prefix that the server will only apply if the Name field is empty to create a unique name. The name returned to the client will differ from the name passed if this field is used. A unique suffix will be added to this value as well. The supplied value must adhere to the same validation guidelines as the Name field and may be reduced by the suffix length necessary to ensure that it is unique on the server. The server will NOT return a 409 if this field is supplied and the created name already exists; instead, it will either return 201 Created or 500 with Reason ServerTimeout, indicating that a unique name could not be found in the allotted time and the client should try again later.
1479
+ */
1480
+ generateName?: string;
1481
+ /**
1482
+ * A sequence number representing a specific generation of the desired state. This is a read-only value populated by the system.
1483
+ */
1484
+ generation?: string;
1485
+ /**
1486
+ * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services.
1487
+ */
1488
+ labels?: {
1489
+ [key: string]: string;
1490
+ };
1491
+ /**
1492
+ * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Name cannot be updated.
1493
+ */
1494
+ name?: string;
1495
+ /**
1496
+ * Namespace of the GitOps application. An empty namespace is equivalent to the "default" namespace.
1497
+ */
1498
+ namespace?: string;
1499
+ /**
1500
+ * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
1501
+ */
1502
+ ownerReferences?: inputs.platform.GetGitopsApplicationsApplicationMetadataOwnerReference[];
1503
+ /**
1504
+ * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1505
+ */
1506
+ uid?: string;
1507
+ }
1508
+ interface GetGitopsApplicationsApplicationMetadataArgs {
1509
+ /**
1510
+ * Annotations are unstructured key value pairs corresponding to a resource. External tools set these to store and retrieve arbitrary metadata.
1511
+ */
1512
+ annotations?: pulumi.Input<{
1513
+ [key: string]: pulumi.Input<string>;
1514
+ }>;
1515
+ /**
1516
+ * Name of the cluster corresponding to the object. API server ignores this if set in any create or update request.
1517
+ */
1518
+ clusterName?: pulumi.Input<string>;
1519
+ /**
1520
+ * Before the object is removed from the register, it must be empty. Each element serves as a unique identifier for the component that is accountable for removing that entry from the list. Entries in this list can only be removed if the object's deletionTimestamp is not null. The processing and removal of finalizers can happen in any sequence. No order is enforced as it may block the finalizers. Finalizers is a shared field that can be reordered by any actor with authority. If the finalizer list is processed in order, this could result in a scenario where the component in charge of the list's first finalizer is waiting for a signal (generated by a field value, an external system, or another) produced by a component in charge of the list's later finalizer.
1521
+ */
1522
+ finalizers?: pulumi.Input<pulumi.Input<string>[]>;
1523
+ /**
1524
+ * An optional prefix that the server will only apply if the Name field is empty to create a unique name. The name returned to the client will differ from the name passed if this field is used. A unique suffix will be added to this value as well. The supplied value must adhere to the same validation guidelines as the Name field and may be reduced by the suffix length necessary to ensure that it is unique on the server. The server will NOT return a 409 if this field is supplied and the created name already exists; instead, it will either return 201 Created or 500 with Reason ServerTimeout, indicating that a unique name could not be found in the allotted time and the client should try again later.
1525
+ */
1526
+ generateName?: pulumi.Input<string>;
1527
+ /**
1528
+ * A sequence number representing a specific generation of the desired state. This is a read-only value populated by the system.
1529
+ */
1530
+ generation?: pulumi.Input<string>;
1531
+ /**
1532
+ * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services.
1533
+ */
1534
+ labels?: pulumi.Input<{
1535
+ [key: string]: pulumi.Input<string>;
1536
+ }>;
1537
+ /**
1538
+ * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Name cannot be updated.
1539
+ */
1540
+ name?: pulumi.Input<string>;
1541
+ /**
1542
+ * Namespace of the GitOps application. An empty namespace is equivalent to the "default" namespace.
1543
+ */
1544
+ namespace?: pulumi.Input<string>;
1545
+ /**
1546
+ * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
1547
+ */
1548
+ ownerReferences?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationMetadataOwnerReferenceArgs>[]>;
1549
+ /**
1550
+ * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
1551
+ */
1552
+ uid?: pulumi.Input<string>;
1553
+ }
1554
+ interface GetGitopsApplicationsApplicationMetadataOwnerReference {
1555
+ /**
1556
+ * API version of the referent.
1557
+ */
1558
+ apiVersion?: string;
1559
+ /**
1560
+ * If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1561
+ */
1562
+ blockOwnerDeletion?: boolean;
1563
+ /**
1564
+ * Indicates if the reference points to the managing controller.
1565
+ */
1566
+ controller?: boolean;
1567
+ /**
1568
+ * Kind of the referent.
1569
+ */
1570
+ kind?: string;
1571
+ /**
1572
+ * Name of the referent.
1573
+ */
1574
+ name?: string;
1575
+ /**
1576
+ * UID of the referent.
1577
+ */
1578
+ uid?: string;
1579
+ }
1580
+ interface GetGitopsApplicationsApplicationMetadataOwnerReferenceArgs {
1581
+ /**
1582
+ * API version of the referent.
1583
+ */
1584
+ apiVersion?: pulumi.Input<string>;
1585
+ /**
1586
+ * If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
1587
+ */
1588
+ blockOwnerDeletion?: pulumi.Input<boolean>;
1589
+ /**
1590
+ * Indicates if the reference points to the managing controller.
1591
+ */
1592
+ controller?: pulumi.Input<boolean>;
1593
+ /**
1594
+ * Kind of the referent.
1595
+ */
1596
+ kind?: pulumi.Input<string>;
1597
+ /**
1598
+ * Name of the referent.
1599
+ */
1600
+ name?: pulumi.Input<string>;
1601
+ /**
1602
+ * UID of the referent.
1603
+ */
1604
+ uid?: pulumi.Input<string>;
1605
+ }
1606
+ interface GetGitopsApplicationsApplicationSpec {
1607
+ /**
1608
+ * Information about the GitOps application's destination.
1609
+ */
1610
+ destinations?: inputs.platform.GetGitopsApplicationsApplicationSpecDestination[];
1611
+ /**
1612
+ * Contains all information about the source of a GitOps application.
1613
+ */
1614
+ sources?: inputs.platform.GetGitopsApplicationsApplicationSpecSource[];
1615
+ /**
1616
+ * Controls when a sync will be performed in response to updates in git.
1617
+ */
1618
+ syncPolicies?: inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicy[];
1619
+ }
1620
+ interface GetGitopsApplicationsApplicationSpecArgs {
1621
+ /**
1622
+ * Information about the GitOps application's destination.
1623
+ */
1624
+ destinations?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecDestinationArgs>[]>;
1625
+ /**
1626
+ * Contains all information about the source of a GitOps application.
1627
+ */
1628
+ sources?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceArgs>[]>;
1629
+ /**
1630
+ * Controls when a sync will be performed in response to updates in git.
1631
+ */
1632
+ syncPolicies?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyArgs>[]>;
1633
+ }
1634
+ interface GetGitopsApplicationsApplicationSpecDestination {
1635
+ /**
1636
+ * URL of the target cluster and must be set to the kubernetes control plane API.
1637
+ */
1638
+ name?: string;
1639
+ /**
1640
+ * Target namespace of the GitOps application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.
1641
+ */
1642
+ namespace?: string;
1643
+ /**
1644
+ * Server of the destination of the GitOps application.
1645
+ */
1646
+ server?: string;
1647
+ }
1648
+ interface GetGitopsApplicationsApplicationSpecDestinationArgs {
1649
+ /**
1650
+ * URL of the target cluster and must be set to the kubernetes control plane API.
1651
+ */
1652
+ name?: pulumi.Input<string>;
1653
+ /**
1654
+ * Target namespace of the GitOps application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.
1655
+ */
1656
+ namespace?: pulumi.Input<string>;
1657
+ /**
1658
+ * Server of the destination of the GitOps application.
1659
+ */
1660
+ server?: pulumi.Input<string>;
1661
+ }
1662
+ interface GetGitopsApplicationsApplicationSpecSource {
1663
+ /**
1664
+ * Helm chart name, and must be specified for the GitOps applications sourced from a helm repo.
1665
+ */
1666
+ chart?: string;
1667
+ /**
1668
+ * Options for applications of type plain YAML or Jsonnet.
1669
+ */
1670
+ directories?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectory[];
1671
+ /**
1672
+ * Holds helm specific options.
1673
+ */
1674
+ helms?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelm[];
1675
+ /**
1676
+ * Ksonnet specific options.
1677
+ */
1678
+ ksonnets?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceKsonnet[];
1679
+ /**
1680
+ * Options specific to a GitOps application source specific to Kustomize.
1681
+ */
1682
+ kustomizes?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceKustomize[];
1683
+ /**
1684
+ * Directory path within the git repository, and is only valid for the GitOps applications sourced from git.
1685
+ */
1686
+ path?: string;
1687
+ /**
1688
+ * Options specific to config management plugins.
1689
+ */
1690
+ plugins?: inputs.platform.GetGitopsApplicationsApplicationSpecSourcePlugin[];
1691
+ /**
1692
+ * URL to the repository (git or helm) that contains the GitOps application manifests.
1693
+ */
1694
+ repoUrl?: string;
1695
+ /**
1696
+ * Revision of the source to sync the GitOps application to. In case of git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag of the chart's version.
1697
+ */
1698
+ targetRevision?: string;
1699
+ }
1700
+ interface GetGitopsApplicationsApplicationSpecSourceArgs {
1701
+ /**
1702
+ * Helm chart name, and must be specified for the GitOps applications sourced from a helm repo.
1703
+ */
1704
+ chart?: pulumi.Input<string>;
1705
+ /**
1706
+ * Options for applications of type plain YAML or Jsonnet.
1707
+ */
1708
+ directories?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryArgs>[]>;
1709
+ /**
1710
+ * Holds helm specific options.
1711
+ */
1712
+ helms?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelmArgs>[]>;
1713
+ /**
1714
+ * Ksonnet specific options.
1715
+ */
1716
+ ksonnets?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceKsonnetArgs>[]>;
1717
+ /**
1718
+ * Options specific to a GitOps application source specific to Kustomize.
1719
+ */
1720
+ kustomizes?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceKustomizeArgs>[]>;
1721
+ /**
1722
+ * Directory path within the git repository, and is only valid for the GitOps applications sourced from git.
1723
+ */
1724
+ path?: pulumi.Input<string>;
1725
+ /**
1726
+ * Options specific to config management plugins.
1727
+ */
1728
+ plugins?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourcePluginArgs>[]>;
1729
+ /**
1730
+ * URL to the repository (git or helm) that contains the GitOps application manifests.
1731
+ */
1732
+ repoUrl?: pulumi.Input<string>;
1733
+ /**
1734
+ * Revision of the source to sync the GitOps application to. In case of git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag of the chart's version.
1735
+ */
1736
+ targetRevision?: pulumi.Input<string>;
1737
+ }
1738
+ interface GetGitopsApplicationsApplicationSpecSourceDirectory {
1739
+ /**
1740
+ * Glob pattern to match paths against that should be explicitly excluded from being used during manifest generation.
1741
+ */
1742
+ exclude?: string;
1743
+ /**
1744
+ * Glob pattern to match paths against that should be explicitly included during manifest generation.
1745
+ */
1746
+ include?: string;
1747
+ /**
1748
+ * Options specific to applications of type Jsonnet.
1749
+ */
1750
+ jsonnets?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnet[];
1751
+ /**
1752
+ * Indicates to scan a directory recursively for manifests.
1753
+ */
1754
+ recurse?: boolean;
1755
+ }
1756
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryArgs {
1757
+ /**
1758
+ * Glob pattern to match paths against that should be explicitly excluded from being used during manifest generation.
1759
+ */
1760
+ exclude?: pulumi.Input<string>;
1761
+ /**
1762
+ * Glob pattern to match paths against that should be explicitly included during manifest generation.
1763
+ */
1764
+ include?: pulumi.Input<string>;
1765
+ /**
1766
+ * Options specific to applications of type Jsonnet.
1767
+ */
1768
+ jsonnets?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetArgs>[]>;
1769
+ /**
1770
+ * Indicates to scan a directory recursively for manifests.
1771
+ */
1772
+ recurse?: pulumi.Input<boolean>;
1773
+ }
1774
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnet {
1775
+ /**
1776
+ * List of jsonnet external variables.
1777
+ */
1778
+ extVars?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetExtVar[];
1779
+ /**
1780
+ * Additional library search dirs.
1781
+ */
1782
+ libs?: string[];
1783
+ /**
1784
+ * List of jsonnet top-level arguments(TLAS).
1785
+ */
1786
+ tlas?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetTla[];
1787
+ }
1788
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetArgs {
1789
+ /**
1790
+ * List of jsonnet external variables.
1791
+ */
1792
+ extVars?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetExtVarArgs>[]>;
1793
+ /**
1794
+ * Additional library search dirs.
1795
+ */
1796
+ libs?: pulumi.Input<pulumi.Input<string>[]>;
1797
+ /**
1798
+ * List of jsonnet top-level arguments(TLAS).
1799
+ */
1800
+ tlas?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetTlaArgs>[]>;
1801
+ }
1802
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetExtVar {
1803
+ /**
1804
+ * Code of the external variables of jsonnet application.
1805
+ */
1806
+ code?: boolean;
1807
+ /**
1808
+ * Name of the external variables of jsonnet application.
1809
+ */
1810
+ name?: string;
1811
+ /**
1812
+ * Value of the external variables of jsonnet application.
1813
+ */
1814
+ value?: string;
1815
+ }
1816
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetExtVarArgs {
1817
+ /**
1818
+ * Code of the external variables of jsonnet application.
1819
+ */
1820
+ code?: pulumi.Input<boolean>;
1821
+ /**
1822
+ * Name of the external variables of jsonnet application.
1823
+ */
1824
+ name?: pulumi.Input<string>;
1825
+ /**
1826
+ * Value of the external variables of jsonnet application.
1827
+ */
1828
+ value?: pulumi.Input<string>;
1829
+ }
1830
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetTla {
1831
+ /**
1832
+ * Code of the TLAS of the jsonnet application.
1833
+ */
1834
+ code?: boolean;
1835
+ /**
1836
+ * Name of the TLAS of the jsonnet application.
1837
+ */
1838
+ name?: string;
1839
+ /**
1840
+ * Value of the TLAS of the jsonnet application.
1841
+ */
1842
+ value?: string;
1843
+ }
1844
+ interface GetGitopsApplicationsApplicationSpecSourceDirectoryJsonnetTlaArgs {
1845
+ /**
1846
+ * Code of the TLAS of the jsonnet application.
1847
+ */
1848
+ code?: pulumi.Input<boolean>;
1849
+ /**
1850
+ * Name of the TLAS of the jsonnet application.
1851
+ */
1852
+ name?: pulumi.Input<string>;
1853
+ /**
1854
+ * Value of the TLAS of the jsonnet application.
1855
+ */
1856
+ value?: pulumi.Input<string>;
1857
+ }
1858
+ interface GetGitopsApplicationsApplicationSpecSourceHelm {
1859
+ /**
1860
+ * File parameters to the helm template.
1861
+ */
1862
+ fileParameters?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelmFileParameter[];
1863
+ /**
1864
+ * List of helm parameters which are passed to the helm template command upon manifest generation.
1865
+ */
1866
+ parameters?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelmParameter[];
1867
+ /**
1868
+ * Indicates if to pass credentials to all domains (helm's --pass-credentials)
1869
+ */
1870
+ passCredentials?: boolean;
1871
+ /**
1872
+ * Helm release name to use. If omitted it will use the GitOps application name.
1873
+ */
1874
+ releaseName?: string;
1875
+ /**
1876
+ * List of helm value files to use when generating a template.
1877
+ */
1878
+ valueFiles?: string[];
1879
+ /**
1880
+ * Helm values to be passed to helm template, typically defined as a block.
1881
+ */
1882
+ values?: string;
1883
+ /**
1884
+ * Helm version to use for templating (either "2" or "3")
1885
+ */
1886
+ version?: string;
1887
+ }
1888
+ interface GetGitopsApplicationsApplicationSpecSourceHelmArgs {
1889
+ /**
1890
+ * File parameters to the helm template.
1891
+ */
1892
+ fileParameters?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelmFileParameterArgs>[]>;
1893
+ /**
1894
+ * List of helm parameters which are passed to the helm template command upon manifest generation.
1895
+ */
1896
+ parameters?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceHelmParameterArgs>[]>;
1897
+ /**
1898
+ * Indicates if to pass credentials to all domains (helm's --pass-credentials)
1899
+ */
1900
+ passCredentials?: pulumi.Input<boolean>;
1901
+ /**
1902
+ * Helm release name to use. If omitted it will use the GitOps application name.
1903
+ */
1904
+ releaseName?: pulumi.Input<string>;
1905
+ /**
1906
+ * List of helm value files to use when generating a template.
1907
+ */
1908
+ valueFiles?: pulumi.Input<pulumi.Input<string>[]>;
1909
+ /**
1910
+ * Helm values to be passed to helm template, typically defined as a block.
1911
+ */
1912
+ values?: pulumi.Input<string>;
1913
+ /**
1914
+ * Helm version to use for templating (either "2" or "3")
1915
+ */
1916
+ version?: pulumi.Input<string>;
1917
+ }
1918
+ interface GetGitopsApplicationsApplicationSpecSourceHelmFileParameter {
1919
+ /**
1920
+ * Name of the helm parameter.
1921
+ */
1922
+ name?: string;
1923
+ /**
1924
+ * Path to the file containing the values of the helm parameter.
1925
+ */
1926
+ path?: string;
1927
+ }
1928
+ interface GetGitopsApplicationsApplicationSpecSourceHelmFileParameterArgs {
1929
+ /**
1930
+ * Name of the helm parameter.
1931
+ */
1932
+ name?: pulumi.Input<string>;
1933
+ /**
1934
+ * Path to the file containing the values of the helm parameter.
1935
+ */
1936
+ path?: pulumi.Input<string>;
1937
+ }
1938
+ interface GetGitopsApplicationsApplicationSpecSourceHelmParameter {
1939
+ /**
1940
+ * Indicates if helm should interpret booleans and numbers as strings.
1941
+ */
1942
+ forceString?: boolean;
1943
+ /**
1944
+ * Name of the helm parameter.
1945
+ */
1946
+ name?: string;
1947
+ /**
1948
+ * Value of the helm parameter.
1949
+ */
1950
+ value?: string;
1951
+ }
1952
+ interface GetGitopsApplicationsApplicationSpecSourceHelmParameterArgs {
1953
+ /**
1954
+ * Indicates if helm should interpret booleans and numbers as strings.
1955
+ */
1956
+ forceString?: pulumi.Input<boolean>;
1957
+ /**
1958
+ * Name of the helm parameter.
1959
+ */
1960
+ name?: pulumi.Input<string>;
1961
+ /**
1962
+ * Value of the helm parameter.
1963
+ */
1964
+ value?: pulumi.Input<string>;
1965
+ }
1966
+ interface GetGitopsApplicationsApplicationSpecSourceKsonnet {
1967
+ /**
1968
+ * Ksonnet application environment name.
1969
+ */
1970
+ environment?: string;
1971
+ /**
1972
+ * List of ksonnet component parameter override values.
1973
+ */
1974
+ parameters?: inputs.platform.GetGitopsApplicationsApplicationSpecSourceKsonnetParameter[];
1975
+ }
1976
+ interface GetGitopsApplicationsApplicationSpecSourceKsonnetArgs {
1977
+ /**
1978
+ * Ksonnet application environment name.
1979
+ */
1980
+ environment?: pulumi.Input<string>;
1981
+ /**
1982
+ * List of ksonnet component parameter override values.
1983
+ */
1984
+ parameters?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourceKsonnetParameterArgs>[]>;
1985
+ }
1986
+ interface GetGitopsApplicationsApplicationSpecSourceKsonnetParameter {
1987
+ /**
1988
+ * Component of the parameter of the ksonnet application.
1989
+ */
1990
+ component?: string;
1991
+ /**
1992
+ * Name of the parameter of the ksonnet application.
1993
+ */
1994
+ name?: string;
1995
+ /**
1996
+ * Value of the parameter of the ksonnet application.
1997
+ */
1998
+ value?: string;
1999
+ }
2000
+ interface GetGitopsApplicationsApplicationSpecSourceKsonnetParameterArgs {
2001
+ /**
2002
+ * Component of the parameter of the ksonnet application.
2003
+ */
2004
+ component?: pulumi.Input<string>;
2005
+ /**
2006
+ * Name of the parameter of the ksonnet application.
2007
+ */
2008
+ name?: pulumi.Input<string>;
2009
+ /**
2010
+ * Value of the parameter of the ksonnet application.
2011
+ */
2012
+ value?: pulumi.Input<string>;
2013
+ }
2014
+ interface GetGitopsApplicationsApplicationSpecSourceKustomize {
2015
+ /**
2016
+ * List of additional annotations to add to rendered manifests.
2017
+ */
2018
+ commonAnnotations?: {
2019
+ [key: string]: string;
2020
+ };
2021
+ /**
2022
+ * List of additional labels to add to rendered manifests.
2023
+ */
2024
+ commonLabels?: {
2025
+ [key: string]: string;
2026
+ };
2027
+ /**
2028
+ * Indicates if to force applying common annotations to resources for kustomize apps.
2029
+ */
2030
+ forceCommonAnnotations?: boolean;
2031
+ /**
2032
+ * Indicates if to force apply common labels to resources for kustomize apps.
2033
+ */
2034
+ forceCommonLabels?: boolean;
2035
+ /**
2036
+ * List of kustomize image override specifications.
2037
+ */
2038
+ images?: string[];
2039
+ /**
2040
+ * Prefix prepended to resources for kustomize apps.
2041
+ */
2042
+ namePrefix?: string;
2043
+ /**
2044
+ * Suffix appended to resources for kustomize apps.
2045
+ */
2046
+ nameSuffix?: string;
2047
+ /**
2048
+ * Version of kustomize to use for rendering manifests.
2049
+ */
2050
+ version?: string;
2051
+ }
2052
+ interface GetGitopsApplicationsApplicationSpecSourceKustomizeArgs {
2053
+ /**
2054
+ * List of additional annotations to add to rendered manifests.
2055
+ */
2056
+ commonAnnotations?: pulumi.Input<{
2057
+ [key: string]: pulumi.Input<string>;
2058
+ }>;
2059
+ /**
2060
+ * List of additional labels to add to rendered manifests.
2061
+ */
2062
+ commonLabels?: pulumi.Input<{
2063
+ [key: string]: pulumi.Input<string>;
2064
+ }>;
2065
+ /**
2066
+ * Indicates if to force applying common annotations to resources for kustomize apps.
2067
+ */
2068
+ forceCommonAnnotations?: pulumi.Input<boolean>;
2069
+ /**
2070
+ * Indicates if to force apply common labels to resources for kustomize apps.
2071
+ */
2072
+ forceCommonLabels?: pulumi.Input<boolean>;
2073
+ /**
2074
+ * List of kustomize image override specifications.
2075
+ */
2076
+ images?: pulumi.Input<pulumi.Input<string>[]>;
2077
+ /**
2078
+ * Prefix prepended to resources for kustomize apps.
2079
+ */
2080
+ namePrefix?: pulumi.Input<string>;
2081
+ /**
2082
+ * Suffix appended to resources for kustomize apps.
2083
+ */
2084
+ nameSuffix?: pulumi.Input<string>;
2085
+ /**
2086
+ * Version of kustomize to use for rendering manifests.
2087
+ */
2088
+ version?: pulumi.Input<string>;
2089
+ }
2090
+ interface GetGitopsApplicationsApplicationSpecSourcePlugin {
2091
+ /**
2092
+ * Entry in the GitOps application's environment.
2093
+ */
2094
+ envs?: inputs.platform.GetGitopsApplicationsApplicationSpecSourcePluginEnv[];
2095
+ /**
2096
+ * Name of the plugin.
2097
+ */
2098
+ name?: string;
2099
+ }
2100
+ interface GetGitopsApplicationsApplicationSpecSourcePluginArgs {
2101
+ /**
2102
+ * Entry in the GitOps application's environment.
2103
+ */
2104
+ envs?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSourcePluginEnvArgs>[]>;
2105
+ /**
2106
+ * Name of the plugin.
2107
+ */
2108
+ name?: pulumi.Input<string>;
2109
+ }
2110
+ interface GetGitopsApplicationsApplicationSpecSourcePluginEnv {
2111
+ /**
2112
+ * Name of the variable, usually expressed in uppercase.
2113
+ */
2114
+ name?: string;
2115
+ /**
2116
+ * Value of the variable.
2117
+ */
2118
+ value?: string;
2119
+ }
2120
+ interface GetGitopsApplicationsApplicationSpecSourcePluginEnvArgs {
2121
+ /**
2122
+ * Name of the variable, usually expressed in uppercase.
2123
+ */
2124
+ name?: pulumi.Input<string>;
2125
+ /**
2126
+ * Value of the variable.
2127
+ */
2128
+ value?: pulumi.Input<string>;
2129
+ }
2130
+ interface GetGitopsApplicationsApplicationSpecSyncPolicy {
2131
+ /**
2132
+ * Controls the behavior of an automated sync.
2133
+ */
2134
+ automateds?: inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyAutomated[];
2135
+ /**
2136
+ * Contains information about the strategy to apply when a sync failed.
2137
+ */
2138
+ retries?: inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyRetry[];
2139
+ /**
2140
+ * Options allow you to specify whole app sync-options.
2141
+ */
2142
+ syncOptions?: string[];
2143
+ }
2144
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyArgs {
2145
+ /**
2146
+ * Controls the behavior of an automated sync.
2147
+ */
2148
+ automateds?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyAutomatedArgs>[]>;
2149
+ /**
2150
+ * Contains information about the strategy to apply when a sync failed.
2151
+ */
2152
+ retries?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyRetryArgs>[]>;
2153
+ /**
2154
+ * Options allow you to specify whole app sync-options.
2155
+ */
2156
+ syncOptions?: pulumi.Input<pulumi.Input<string>[]>;
2157
+ }
2158
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyAutomated {
2159
+ /**
2160
+ * Indicates to allows apps to have zero live resources (default: false).
2161
+ */
2162
+ allowEmpty?: boolean;
2163
+ /**
2164
+ * Indicates whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false).
2165
+ */
2166
+ prune?: boolean;
2167
+ /**
2168
+ * Indicates whether to revert resources back to their desired state upon modification in the cluster (default: false).
2169
+ */
2170
+ selfHeal?: boolean;
2171
+ }
2172
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyAutomatedArgs {
2173
+ /**
2174
+ * Indicates to allows apps to have zero live resources (default: false).
2175
+ */
2176
+ allowEmpty?: pulumi.Input<boolean>;
2177
+ /**
2178
+ * Indicates whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false).
2179
+ */
2180
+ prune?: pulumi.Input<boolean>;
2181
+ /**
2182
+ * Indicates whether to revert resources back to their desired state upon modification in the cluster (default: false).
2183
+ */
2184
+ selfHeal?: pulumi.Input<boolean>;
2185
+ }
2186
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyRetry {
2187
+ /**
2188
+ * Backoff strategy to use on subsequent retries for failing syncs.
2189
+ */
2190
+ backoffs?: inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyRetryBackoff[];
2191
+ /**
2192
+ * Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
2193
+ */
2194
+ limit?: string;
2195
+ }
2196
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyRetryArgs {
2197
+ /**
2198
+ * Backoff strategy to use on subsequent retries for failing syncs.
2199
+ */
2200
+ backoffs?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsApplicationsApplicationSpecSyncPolicyRetryBackoffArgs>[]>;
2201
+ /**
2202
+ * Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
2203
+ */
2204
+ limit?: pulumi.Input<string>;
2205
+ }
2206
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyRetryBackoff {
2207
+ /**
2208
+ * Amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h").
2209
+ */
2210
+ duration?: string;
2211
+ /**
2212
+ * Factor to multiply the base duration after each failed retry.
2213
+ */
2214
+ factor?: string;
2215
+ /**
2216
+ * Maximum amount of time allowed of the backoff strategy.
2217
+ */
2218
+ maxDuration?: string;
2219
+ }
2220
+ interface GetGitopsApplicationsApplicationSpecSyncPolicyRetryBackoffArgs {
2221
+ /**
2222
+ * Amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h").
2223
+ */
2224
+ duration?: pulumi.Input<string>;
2225
+ /**
2226
+ * Factor to multiply the base duration after each failed retry.
2227
+ */
2228
+ factor?: pulumi.Input<string>;
2229
+ /**
2230
+ * Maximum amount of time allowed of the backoff strategy.
2231
+ */
2232
+ maxDuration?: pulumi.Input<string>;
2233
+ }
2234
+ interface GetGitopsClusterQuery {
2235
+ /**
2236
+ * Cluster server URL or the cluster name.
2237
+ */
2238
+ ids?: inputs.platform.GetGitopsClusterQueryId[];
2239
+ /**
2240
+ * Name of the GitOps cluster.
2241
+ */
2242
+ name?: string;
2243
+ /**
2244
+ * Server of the GitOps cluster.
2245
+ */
2246
+ server?: string;
2247
+ }
2248
+ interface GetGitopsClusterQueryArgs {
2249
+ /**
2250
+ * Cluster server URL or the cluster name.
2251
+ */
2252
+ ids?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsClusterQueryIdArgs>[]>;
2253
+ /**
2254
+ * Name of the GitOps cluster.
2255
+ */
2256
+ name?: pulumi.Input<string>;
2257
+ /**
2258
+ * Server of the GitOps cluster.
2259
+ */
2260
+ server?: pulumi.Input<string>;
2261
+ }
2262
+ interface GetGitopsClusterQueryId {
2263
+ /**
2264
+ * Type of the specified GitOps cluster identifier ( 'server' - default, 'name' ).
2265
+ */
2266
+ type?: string;
2267
+ /**
2268
+ * Cluster server URL or the cluster name.
2269
+ */
2270
+ value?: string;
2271
+ }
2272
+ interface GetGitopsClusterQueryIdArgs {
2273
+ /**
2274
+ * Type of the specified GitOps cluster identifier ( 'server' - default, 'name' ).
2275
+ */
2276
+ type?: pulumi.Input<string>;
2277
+ /**
2278
+ * Cluster server URL or the cluster name.
2279
+ */
2280
+ value?: pulumi.Input<string>;
2281
+ }
2282
+ interface GetGitopsGnupgRequest {
2283
+ /**
2284
+ * Public key details.
2285
+ */
2286
+ publickeys?: inputs.platform.GetGitopsGnupgRequestPublickey[];
2287
+ /**
2288
+ * Indicates if the GnuPG Key should be inserted if not present or updated if present.
2289
+ */
2290
+ upsert?: boolean;
2291
+ }
2292
+ interface GetGitopsGnupgRequestArgs {
2293
+ /**
2294
+ * Public key details.
2295
+ */
2296
+ publickeys?: pulumi.Input<pulumi.Input<inputs.platform.GetGitopsGnupgRequestPublickeyArgs>[]>;
2297
+ /**
2298
+ * Indicates if the GnuPG Key should be inserted if not present or updated if present.
2299
+ */
2300
+ upsert?: pulumi.Input<boolean>;
2301
+ }
2302
+ interface GetGitopsGnupgRequestPublickey {
2303
+ /**
2304
+ * Fingerprint is the fingerprint of the key
2305
+ */
2306
+ fingerprint?: string;
2307
+ /**
2308
+ * KeyData holds the raw key data, in base64 encoded format
2309
+ */
2310
+ keyData?: string;
2311
+ /**
2312
+ * KeyID specifies the key ID, in hexadecimal string format.
2313
+ */
2314
+ keyId?: string;
2315
+ /**
2316
+ * Owner holds the owner identification, e.g. a name and e-mail address
2317
+ */
2318
+ owner?: string;
2319
+ /**
2320
+ * SubType holds the key's sub type
2321
+ */
2322
+ subType?: string;
2323
+ /**
2324
+ * Trust holds the level of trust assigned to this key
2325
+ */
2326
+ trust?: string;
2327
+ }
2328
+ interface GetGitopsGnupgRequestPublickeyArgs {
2329
+ /**
2330
+ * Fingerprint is the fingerprint of the key
2331
+ */
2332
+ fingerprint?: pulumi.Input<string>;
2333
+ /**
2334
+ * KeyData holds the raw key data, in base64 encoded format
2335
+ */
2336
+ keyData?: pulumi.Input<string>;
2337
+ /**
2338
+ * KeyID specifies the key ID, in hexadecimal string format.
2339
+ */
2340
+ keyId?: pulumi.Input<string>;
2341
+ /**
2342
+ * Owner holds the owner identification, e.g. a name and e-mail address
2343
+ */
2344
+ owner?: pulumi.Input<string>;
2345
+ /**
2346
+ * SubType holds the key's sub type
2347
+ */
2348
+ subType?: pulumi.Input<string>;
2349
+ /**
2350
+ * Trust holds the level of trust assigned to this key
2351
+ */
2352
+ trust?: pulumi.Input<string>;
2353
+ }
2354
+ interface GetGitopsRepoCredCred {
2355
+ /**
2356
+ * Specifies whether helm-oci support should be enabled for this repo.
2357
+ */
2358
+ enableOci?: boolean;
2359
+ /**
2360
+ * Specifies the GitHub API URL for GitHub app authentication.
2361
+ */
2362
+ githubAppEnterpriseBaseUrl?: string;
2363
+ /**
2364
+ * Specifies the Github App ID of the app used to access the repo for GitHub app authentication.
2365
+ */
2366
+ githubAppId?: string;
2367
+ /**
2368
+ * Specifies the ID of the installed GitHub App for GitHub app authentication.
2369
+ */
2370
+ githubAppInstallationId?: string;
2371
+ /**
2372
+ * github*app*private_key specifies the private key PEM data for authentication via GitHub app.
2373
+ */
2374
+ githubAppPrivateKey?: string;
2375
+ /**
2376
+ * Password for authenticating at the repo server.
2377
+ */
2378
+ password?: string;
2379
+ /**
2380
+ * Contains the private key data for authenticating at the repo server using SSH (only Git repos).
2381
+ */
2382
+ sshPrivateKey?: string;
2383
+ /**
2384
+ * Specifies the TLS client cert data for authenticating at the repo server.
2385
+ */
2386
+ tlsClientCertData?: string;
2387
+ /**
2388
+ * Specifies the TLS client cert key for authenticating at the repo server.
2389
+ */
2390
+ tlsClientCertKey?: string;
2391
+ /**
2392
+ * Type specifies the type of the repoCreds.Can be either 'git' or 'helm. 'git' is assumed if empty or absent
2393
+ */
2394
+ type?: string;
2395
+ /**
2396
+ * url representing this object.
2397
+ */
2398
+ url?: string;
2399
+ /**
2400
+ * Username for authenticating at the repo server.
2401
+ */
2402
+ username?: string;
2403
+ }
2404
+ interface GetGitopsRepoCredCredArgs {
2405
+ /**
2406
+ * Specifies whether helm-oci support should be enabled for this repo.
2407
+ */
2408
+ enableOci?: pulumi.Input<boolean>;
2409
+ /**
2410
+ * Specifies the GitHub API URL for GitHub app authentication.
2411
+ */
2412
+ githubAppEnterpriseBaseUrl?: pulumi.Input<string>;
2413
+ /**
2414
+ * Specifies the Github App ID of the app used to access the repo for GitHub app authentication.
2415
+ */
2416
+ githubAppId?: pulumi.Input<string>;
2417
+ /**
2418
+ * Specifies the ID of the installed GitHub App for GitHub app authentication.
2419
+ */
2420
+ githubAppInstallationId?: pulumi.Input<string>;
2421
+ /**
2422
+ * github*app*private_key specifies the private key PEM data for authentication via GitHub app.
2423
+ */
2424
+ githubAppPrivateKey?: pulumi.Input<string>;
2425
+ /**
2426
+ * Password for authenticating at the repo server.
2427
+ */
2428
+ password?: pulumi.Input<string>;
2429
+ /**
2430
+ * Contains the private key data for authenticating at the repo server using SSH (only Git repos).
2431
+ */
2432
+ sshPrivateKey?: pulumi.Input<string>;
2433
+ /**
2434
+ * Specifies the TLS client cert data for authenticating at the repo server.
2435
+ */
2436
+ tlsClientCertData?: pulumi.Input<string>;
2437
+ /**
2438
+ * Specifies the TLS client cert key for authenticating at the repo server.
2439
+ */
2440
+ tlsClientCertKey?: pulumi.Input<string>;
2441
+ /**
2442
+ * Type specifies the type of the repoCreds.Can be either 'git' or 'helm. 'git' is assumed if empty or absent
2443
+ */
2444
+ type?: pulumi.Input<string>;
2445
+ /**
2446
+ * url representing this object.
2447
+ */
2448
+ url?: pulumi.Input<string>;
2449
+ /**
2450
+ * Username for authenticating at the repo server.
2451
+ */
2452
+ username?: pulumi.Input<string>;
2453
+ }
2454
+ interface GetGitopsRepositoryUpdateMask {
2455
+ /**
2456
+ * The set of field mask paths.
2457
+ */
2458
+ paths?: string[];
2459
+ }
2460
+ interface GetGitopsRepositoryUpdateMaskArgs {
2461
+ /**
2462
+ * The set of field mask paths.
2463
+ */
2464
+ paths?: pulumi.Input<pulumi.Input<string>[]>;
2465
+ }
2466
+ interface GetInputSetGitDetails {
2467
+ /**
2468
+ * Name of the default branch (this checks out a new branch titled by branch_name).
2469
+ */
2470
+ baseBranch?: string;
2471
+ /**
2472
+ * Name of the branch.
2473
+ */
2474
+ branchName?: string;
2475
+ /**
2476
+ * Commit message used for the merge commit.
2477
+ */
2478
+ commitMessage?: string;
2479
+ /**
2480
+ * Identifier of the Harness Connector used for CRUD operations on the Entity.
2481
+ */
2482
+ connectorRef?: string;
2483
+ /**
2484
+ * File path of the Entity in the repository.
2485
+ */
2486
+ filePath?: string;
2487
+ /**
2488
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2489
+ */
2490
+ lastCommitId?: string;
2491
+ /**
2492
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2493
+ */
2494
+ lastObjectId?: string;
2495
+ /**
2496
+ * Connector reference for Parent Entity (Pipeline).
2497
+ */
2498
+ parentEntityConnectorRef?: string;
2499
+ /**
2500
+ * Repository name for Parent Entity (Pipeline).
2501
+ */
2502
+ parentEntityRepoName?: string;
2503
+ /**
2504
+ * Name of the repository.
2505
+ */
2506
+ repoName?: string;
2507
+ /**
2508
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
2509
+ */
2510
+ storeType?: string;
2511
+ }
2512
+ interface GetInputSetGitDetailsArgs {
2513
+ /**
2514
+ * Name of the default branch (this checks out a new branch titled by branch_name).
2515
+ */
2516
+ baseBranch?: pulumi.Input<string>;
2517
+ /**
2518
+ * Name of the branch.
2519
+ */
2520
+ branchName?: pulumi.Input<string>;
2521
+ /**
2522
+ * Commit message used for the merge commit.
2523
+ */
2524
+ commitMessage?: pulumi.Input<string>;
2525
+ /**
2526
+ * Identifier of the Harness Connector used for CRUD operations on the Entity.
2527
+ */
2528
+ connectorRef?: pulumi.Input<string>;
2529
+ /**
2530
+ * File path of the Entity in the repository.
2531
+ */
2532
+ filePath?: pulumi.Input<string>;
2533
+ /**
2534
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2535
+ */
2536
+ lastCommitId?: pulumi.Input<string>;
2537
+ /**
2538
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2539
+ */
2540
+ lastObjectId?: pulumi.Input<string>;
2541
+ /**
2542
+ * Connector reference for Parent Entity (Pipeline).
2543
+ */
2544
+ parentEntityConnectorRef?: pulumi.Input<string>;
2545
+ /**
2546
+ * Repository name for Parent Entity (Pipeline).
2547
+ */
2548
+ parentEntityRepoName?: pulumi.Input<string>;
2549
+ /**
2550
+ * Name of the repository.
2551
+ */
2552
+ repoName?: pulumi.Input<string>;
2553
+ /**
2554
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
2555
+ */
2556
+ storeType?: pulumi.Input<string>;
2557
+ }
2558
+ interface GetPipelineGitDetails {
2559
+ /**
2560
+ * Name of the default branch (this checks out a new branch titled by branch_name).
2561
+ */
2562
+ baseBranch?: string;
2563
+ /**
2564
+ * Name of the branch.
2565
+ */
2566
+ branchName?: string;
2567
+ /**
2568
+ * Commit message used for the merge commit.
2569
+ */
2570
+ commitMessage?: string;
2571
+ /**
2572
+ * Identifier of the Harness Connector used for CRUD operations on the Entity.
2573
+ */
2574
+ connectorRef?: string;
2575
+ /**
2576
+ * File path of the Entity in the repository.
2577
+ */
2578
+ filePath?: string;
2579
+ /**
2580
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2581
+ */
2582
+ lastCommitId?: string;
2583
+ /**
2584
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2585
+ */
2586
+ lastObjectId?: string;
2587
+ /**
2588
+ * Name of the repository.
2589
+ */
2590
+ repoName?: string;
2591
+ /**
2592
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
2593
+ */
2594
+ storeType?: string;
2595
+ }
2596
+ interface GetPipelineGitDetailsArgs {
2597
+ /**
2598
+ * Name of the default branch (this checks out a new branch titled by branch_name).
2599
+ */
2600
+ baseBranch?: pulumi.Input<string>;
2601
+ /**
2602
+ * Name of the branch.
2603
+ */
2604
+ branchName?: pulumi.Input<string>;
2605
+ /**
2606
+ * Commit message used for the merge commit.
2607
+ */
2608
+ commitMessage?: pulumi.Input<string>;
2609
+ /**
2610
+ * Identifier of the Harness Connector used for CRUD operations on the Entity.
2611
+ */
2612
+ connectorRef?: pulumi.Input<string>;
2613
+ /**
2614
+ * File path of the Entity in the repository.
2615
+ */
2616
+ filePath?: pulumi.Input<string>;
2617
+ /**
2618
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2619
+ */
2620
+ lastCommitId?: pulumi.Input<string>;
2621
+ /**
2622
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2623
+ */
2624
+ lastObjectId?: pulumi.Input<string>;
2625
+ /**
2626
+ * Name of the repository.
2627
+ */
2628
+ repoName?: pulumi.Input<string>;
2629
+ /**
2630
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
2631
+ */
2632
+ storeType?: pulumi.Input<string>;
2633
+ }
2634
+ interface GetPolicySetPolicy {
2635
+ /**
2636
+ * Account Identifier of the account
2637
+ */
2638
+ identifier: string;
2639
+ /**
2640
+ * Policy failure response - 'warning' for continuation, 'error' for exit
2641
+ */
2642
+ severity: string;
2643
+ }
2644
+ interface GetPolicySetPolicyArgs {
2645
+ /**
2646
+ * Account Identifier of the account
2647
+ */
2648
+ identifier: pulumi.Input<string>;
2649
+ /**
2650
+ * Policy failure response - 'warning' for continuation, 'error' for exit
2651
+ */
2652
+ severity: pulumi.Input<string>;
2653
+ }
2654
+ interface GetTemplateGitDetails {
2655
+ /**
2656
+ * Name of the branch.
2657
+ */
2658
+ branchName?: string;
2659
+ /**
2660
+ * File path of the Entity in the repository.
2661
+ */
2662
+ filePath?: string;
2663
+ /**
2664
+ * File url of the Entity in the repository.
2665
+ */
2666
+ fileUrl?: string;
2667
+ /**
2668
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2669
+ */
2670
+ lastCommitId?: string;
2671
+ /**
2672
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2673
+ */
2674
+ lastObjectId?: string;
2675
+ /**
2676
+ * Name of the repository.
2677
+ */
2678
+ repoName?: string;
2679
+ /**
2680
+ * Repo url of the Entity in the repository.
2681
+ */
2682
+ repoUrl?: string;
2683
+ }
2684
+ interface GetTemplateGitDetailsArgs {
2685
+ /**
2686
+ * Name of the branch.
2687
+ */
2688
+ branchName?: pulumi.Input<string>;
2689
+ /**
2690
+ * File path of the Entity in the repository.
2691
+ */
2692
+ filePath?: pulumi.Input<string>;
2693
+ /**
2694
+ * File url of the Entity in the repository.
2695
+ */
2696
+ fileUrl?: pulumi.Input<string>;
2697
+ /**
2698
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
2699
+ */
2700
+ lastCommitId?: pulumi.Input<string>;
2701
+ /**
2702
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
2703
+ */
2704
+ lastObjectId?: pulumi.Input<string>;
2705
+ /**
2706
+ * Name of the repository.
2707
+ */
2708
+ repoName?: pulumi.Input<string>;
2709
+ /**
2710
+ * Repo url of the Entity in the repository.
2711
+ */
2712
+ repoUrl?: pulumi.Input<string>;
2713
+ }
2714
+ interface GetUsergroupNotificationConfig {
2715
+ /**
2716
+ * Group email.
2717
+ */
2718
+ groupEmail?: string;
2719
+ /**
2720
+ * Url of Microsoft teams webhook.
2721
+ */
2722
+ microsoftTeamsWebhookUrl?: string;
2723
+ /**
2724
+ * Pager duty key.
2725
+ */
2726
+ pagerDutyKey?: string;
2727
+ /**
2728
+ * Send email to all the group members.
2729
+ */
2730
+ sendEmailToAllUsers?: boolean;
2731
+ /**
2732
+ * Url of slack webhook.
2733
+ */
2734
+ slackWebhookUrl?: string;
2735
+ /**
2736
+ * Can be one of EMAIL, SLACK, PAGERDUTY, MSTEAMS.
2737
+ */
2738
+ type?: string;
2739
+ }
2740
+ interface GetUsergroupNotificationConfigArgs {
2741
+ /**
2742
+ * Group email.
2743
+ */
2744
+ groupEmail?: pulumi.Input<string>;
2745
+ /**
2746
+ * Url of Microsoft teams webhook.
2747
+ */
2748
+ microsoftTeamsWebhookUrl?: pulumi.Input<string>;
2749
+ /**
2750
+ * Pager duty key.
2751
+ */
2752
+ pagerDutyKey?: pulumi.Input<string>;
2753
+ /**
2754
+ * Send email to all the group members.
2755
+ */
2756
+ sendEmailToAllUsers?: pulumi.Input<boolean>;
2757
+ /**
2758
+ * Url of slack webhook.
2759
+ */
2760
+ slackWebhookUrl?: pulumi.Input<string>;
2761
+ /**
2762
+ * Can be one of EMAIL, SLACK, PAGERDUTY, MSTEAMS.
2763
+ */
2764
+ type?: pulumi.Input<string>;
2765
+ }
2766
+ interface GitConnectorCredentials {
2767
+ /**
2768
+ * Authenticate using Username and password over http(s) for the connection.
2769
+ */
2770
+ http?: pulumi.Input<inputs.platform.GitConnectorCredentialsHttp>;
2771
+ /**
2772
+ * Authenticate using SSH for the connection.
2773
+ */
2774
+ ssh?: pulumi.Input<inputs.platform.GitConnectorCredentialsSsh>;
2775
+ }
2776
+ interface GitConnectorCredentialsHttp {
2777
+ /**
2778
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2779
+ */
2780
+ passwordRef: pulumi.Input<string>;
2781
+ /**
2782
+ * Username to use for authentication.
2783
+ */
2784
+ username?: pulumi.Input<string>;
2785
+ /**
2786
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2787
+ */
2788
+ usernameRef?: pulumi.Input<string>;
2789
+ }
2790
+ interface GitConnectorCredentialsSsh {
2791
+ /**
2792
+ * Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
2793
+ */
2794
+ sshKeyRef: pulumi.Input<string>;
2795
+ }
2796
+ interface GitOpsAgentMetadata {
2797
+ /**
2798
+ * Indicates if the deployment should be deployed using the deploy-ha.yaml
2799
+ */
2800
+ highAvailability?: pulumi.Input<boolean>;
2801
+ /**
2802
+ * The k8s namespace that this agent resides in.
2803
+ */
2804
+ namespace?: pulumi.Input<string>;
2805
+ }
2806
+ interface GitOpsApplicationsApplication {
2807
+ /**
2808
+ * Metadata corresponding to the resources. This includes all the objects a user must create.
2809
+ */
2810
+ metadatas: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationMetadata>[]>;
2811
+ /**
2812
+ * Specifications of the GitOps application. This includes the repository URL, application definition, source, destination and sync policy.
2813
+ */
2814
+ specs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpec>[]>;
2815
+ }
2816
+ interface GitOpsApplicationsApplicationMetadata {
2817
+ /**
2818
+ * Annotations are unstructured key value pairs corresponding to a resource. External tools set these to store and retrieve arbitrary metadata.
2819
+ */
2820
+ annotations?: pulumi.Input<{
2821
+ [key: string]: pulumi.Input<string>;
2822
+ }>;
2823
+ /**
2824
+ * Name of the cluster corresponding to the object. API server ignores this if set in any create or update request.
2825
+ */
2826
+ clusterName?: pulumi.Input<string>;
2827
+ /**
2828
+ * Before the object is removed from the register, it must be empty. Each element serves as a unique identifier for the component that is accountable for removing that entry from the list. Entries in this list can only be removed if the object's deletionTimestamp is not null. The processing and removal of finalizers can happen in any sequence. No order is enforced as it may block the finalizers. Finalizers is a shared field that can be reordered by any actor with authority. If the finalizer list is processed in order, this could result in a scenario where the component in charge of the list's first finalizer is waiting for a signal (generated by a field value, an external system, or another) produced by a component in charge of the list's later finalizer.
2829
+ */
2830
+ finalizers?: pulumi.Input<pulumi.Input<string>[]>;
2831
+ /**
2832
+ * An optional prefix that the server will only apply if the Name field is empty to create a unique name. The name returned to the client will differ from the name passed if this field is used. A unique suffix will be added to this value as well. The supplied value must adhere to the same validation guidelines as the Name field and may be reduced by the suffix length necessary to ensure that it is unique on the server. The server will NOT return a 409 if this field is supplied and the created name already exists; instead, it will either return 201 Created or 500 with Reason ServerTimeout, indicating that a unique name could not be found in the allotted time and the client should try again later.
2833
+ */
2834
+ generateName?: pulumi.Input<string>;
2835
+ /**
2836
+ * A sequence number representing a specific generation of the desired state. This is a read-only value populated by the system.
2837
+ */
2838
+ generation?: pulumi.Input<string>;
2839
+ /**
2840
+ * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services.
2841
+ */
2842
+ labels?: pulumi.Input<{
2843
+ [key: string]: pulumi.Input<string>;
2844
+ }>;
2845
+ /**
2846
+ * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Name cannot be updated.
2847
+ */
2848
+ name?: pulumi.Input<string>;
2849
+ /**
2850
+ * Namespace of the GitOps application. An empty namespace is equivalent to the "default" namespace.
2851
+ */
2852
+ namespace?: pulumi.Input<string>;
2853
+ /**
2854
+ * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.
2855
+ */
2856
+ ownerReferences?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationMetadataOwnerReference>[]>;
2857
+ /**
2858
+ * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.
2859
+ */
2860
+ uid?: pulumi.Input<string>;
2861
+ }
2862
+ interface GitOpsApplicationsApplicationMetadataOwnerReference {
2863
+ /**
2864
+ * API version of the referent.
2865
+ */
2866
+ apiVersion?: pulumi.Input<string>;
2867
+ /**
2868
+ * If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned.
2869
+ */
2870
+ blockOwnerDeletion?: pulumi.Input<boolean>;
2871
+ /**
2872
+ * Indicates if the reference points to the managing controller.
2873
+ */
2874
+ controller?: pulumi.Input<boolean>;
2875
+ /**
2876
+ * Kind of the referent.
2877
+ */
2878
+ kind?: pulumi.Input<string>;
2879
+ /**
2880
+ * Name of the referent.
2881
+ */
2882
+ name?: pulumi.Input<string>;
2883
+ /**
2884
+ * UID of the referent.
2885
+ */
2886
+ uid?: pulumi.Input<string>;
2887
+ }
2888
+ interface GitOpsApplicationsApplicationSpec {
2889
+ /**
2890
+ * Information about the GitOps application's destination.
2891
+ */
2892
+ destinations?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecDestination>[]>;
2893
+ /**
2894
+ * Contains all information about the source of a GitOps application.
2895
+ */
2896
+ sources?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSource>[]>;
2897
+ /**
2898
+ * Controls when a sync will be performed in response to updates in git.
2899
+ */
2900
+ syncPolicies?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSyncPolicy>[]>;
2901
+ }
2902
+ interface GitOpsApplicationsApplicationSpecDestination {
2903
+ /**
2904
+ * URL of the target cluster and must be set to the kubernetes control plane API.
2905
+ */
2906
+ name?: pulumi.Input<string>;
2907
+ /**
2908
+ * Target namespace of the GitOps application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.
2909
+ */
2910
+ namespace?: pulumi.Input<string>;
2911
+ /**
2912
+ * Server of the destination of the GitOps application.
2913
+ */
2914
+ server?: pulumi.Input<string>;
2915
+ }
2916
+ interface GitOpsApplicationsApplicationSpecSource {
2917
+ /**
2918
+ * Helm chart name, and must be specified for the GitOps applications sourced from a helm repo.
2919
+ */
2920
+ chart?: pulumi.Input<string>;
2921
+ /**
2922
+ * Options for applications of type plain YAML or Jsonnet.
2923
+ */
2924
+ directories?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceDirectory>[]>;
2925
+ /**
2926
+ * Holds helm specific options.
2927
+ */
2928
+ helms?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceHelm>[]>;
2929
+ /**
2930
+ * Ksonnet specific options.
2931
+ */
2932
+ ksonnets?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceKsonnet>[]>;
2933
+ /**
2934
+ * Options specific to a GitOps application source specific to Kustomize.
2935
+ */
2936
+ kustomizes?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceKustomize>[]>;
2937
+ /**
2938
+ * Directory path within the git repository, and is only valid for the GitOps applications sourced from git.
2939
+ */
2940
+ path: pulumi.Input<string>;
2941
+ /**
2942
+ * Options specific to config management plugins.
2943
+ */
2944
+ plugins?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourcePlugin>[]>;
2945
+ /**
2946
+ * URL to the repository (git or helm) that contains the GitOps application manifests.
2947
+ */
2948
+ repoUrl: pulumi.Input<string>;
2949
+ /**
2950
+ * Revision of the source to sync the GitOps application to. In case of git, this can be commit, tag, or branch. If omitted, will equal to HEAD. In case of Helm, this is a semver tag of the chart's version.
2951
+ */
2952
+ targetRevision: pulumi.Input<string>;
2953
+ }
2954
+ interface GitOpsApplicationsApplicationSpecSourceDirectory {
2955
+ /**
2956
+ * Glob pattern to match paths against that should be explicitly excluded from being used during manifest generation.
2957
+ */
2958
+ exclude?: pulumi.Input<string>;
2959
+ /**
2960
+ * Glob pattern to match paths against that should be explicitly included during manifest generation.
2961
+ */
2962
+ include?: pulumi.Input<string>;
2963
+ /**
2964
+ * Options specific to applications of type Jsonnet.
2965
+ */
2966
+ jsonnets?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceDirectoryJsonnet>[]>;
2967
+ /**
2968
+ * Indicates to scan a directory recursively for manifests.
2969
+ */
2970
+ recurse?: pulumi.Input<boolean>;
2971
+ }
2972
+ interface GitOpsApplicationsApplicationSpecSourceDirectoryJsonnet {
2973
+ /**
2974
+ * List of jsonnet external variables.
2975
+ */
2976
+ extVars?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceDirectoryJsonnetExtVar>[]>;
2977
+ /**
2978
+ * Additional library search dirs.
2979
+ */
2980
+ libs?: pulumi.Input<pulumi.Input<string>[]>;
2981
+ /**
2982
+ * List of jsonnet top-level arguments(TLAS).
2983
+ */
2984
+ tlas?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceDirectoryJsonnetTla>[]>;
2985
+ }
2986
+ interface GitOpsApplicationsApplicationSpecSourceDirectoryJsonnetExtVar {
2987
+ /**
2988
+ * Code of the external variables of jsonnet application.
2989
+ */
2990
+ code?: pulumi.Input<boolean>;
2991
+ /**
2992
+ * Name of the external variables of jsonnet application.
2993
+ */
2994
+ name?: pulumi.Input<string>;
2995
+ /**
2996
+ * Value of the external variables of jsonnet application.
2997
+ */
2998
+ value?: pulumi.Input<string>;
2999
+ }
3000
+ interface GitOpsApplicationsApplicationSpecSourceDirectoryJsonnetTla {
3001
+ /**
3002
+ * Code of the TLAS of the jsonnet application.
3003
+ */
3004
+ code?: pulumi.Input<boolean>;
3005
+ /**
3006
+ * Name of the TLAS of the jsonnet application.
3007
+ */
3008
+ name?: pulumi.Input<string>;
3009
+ /**
3010
+ * Value of the TLAS of the jsonnet application.
3011
+ */
3012
+ value?: pulumi.Input<string>;
3013
+ }
3014
+ interface GitOpsApplicationsApplicationSpecSourceHelm {
3015
+ /**
3016
+ * File parameters to the helm template.
3017
+ */
3018
+ fileParameters?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceHelmFileParameter>[]>;
3019
+ /**
3020
+ * List of helm parameters which are passed to the helm template command upon manifest generation.
3021
+ */
3022
+ parameters?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceHelmParameter>[]>;
3023
+ /**
3024
+ * Indicates if to pass credentials to all domains (helm's --pass-credentials)
3025
+ */
3026
+ passCredentials?: pulumi.Input<boolean>;
3027
+ /**
3028
+ * Helm release name to use. If omitted it will use the GitOps application name.
3029
+ */
3030
+ releaseName?: pulumi.Input<string>;
3031
+ /**
3032
+ * List of helm value files to use when generating a template.
3033
+ */
3034
+ valueFiles?: pulumi.Input<pulumi.Input<string>[]>;
3035
+ /**
3036
+ * Helm values to be passed to helm template, typically defined as a block.
3037
+ */
3038
+ values?: pulumi.Input<string>;
3039
+ /**
3040
+ * Helm version to use for templating (either "2" or "3")
3041
+ */
3042
+ version?: pulumi.Input<string>;
3043
+ }
3044
+ interface GitOpsApplicationsApplicationSpecSourceHelmFileParameter {
3045
+ /**
3046
+ * Name of the helm parameter.
3047
+ */
3048
+ name?: pulumi.Input<string>;
3049
+ /**
3050
+ * Path to the file containing the values of the helm parameter.
3051
+ */
3052
+ path?: pulumi.Input<string>;
3053
+ }
3054
+ interface GitOpsApplicationsApplicationSpecSourceHelmParameter {
3055
+ /**
3056
+ * Indicates if helm should interpret booleans and numbers as strings.
3057
+ */
3058
+ forceString?: pulumi.Input<boolean>;
3059
+ /**
3060
+ * Name of the helm parameter.
3061
+ */
3062
+ name?: pulumi.Input<string>;
3063
+ /**
3064
+ * Value of the Helm parameter.
3065
+ */
3066
+ value?: pulumi.Input<string>;
3067
+ }
3068
+ interface GitOpsApplicationsApplicationSpecSourceKsonnet {
3069
+ /**
3070
+ * Ksonnet application environment name.
3071
+ */
3072
+ environment?: pulumi.Input<string>;
3073
+ /**
3074
+ * List of ksonnet component parameter override values.
3075
+ */
3076
+ parameters?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourceKsonnetParameter>[]>;
3077
+ }
3078
+ interface GitOpsApplicationsApplicationSpecSourceKsonnetParameter {
3079
+ /**
3080
+ * Component of the parameter of the ksonnet application.
3081
+ */
3082
+ component?: pulumi.Input<string>;
3083
+ /**
3084
+ * Name of the parameter of the ksonnet application.
3085
+ */
3086
+ name?: pulumi.Input<string>;
3087
+ /**
3088
+ * Value of the parameter of the ksonnet application.
3089
+ */
3090
+ value?: pulumi.Input<string>;
3091
+ }
3092
+ interface GitOpsApplicationsApplicationSpecSourceKustomize {
3093
+ /**
3094
+ * List of additional annotations to add to rendered manifests.
3095
+ */
3096
+ commonAnnotations?: pulumi.Input<{
3097
+ [key: string]: pulumi.Input<string>;
3098
+ }>;
3099
+ /**
3100
+ * List of additional labels to add to rendered manifests.
3101
+ */
3102
+ commonLabels?: pulumi.Input<{
3103
+ [key: string]: pulumi.Input<string>;
3104
+ }>;
3105
+ /**
3106
+ * Indicates if to force applying common annotations to resources for kustomize apps.
3107
+ */
3108
+ forceCommonAnnotations?: pulumi.Input<boolean>;
3109
+ /**
3110
+ * Indicates if to force apply common labels to resources for kustomize apps.
3111
+ */
3112
+ forceCommonLabels?: pulumi.Input<boolean>;
3113
+ /**
3114
+ * List of kustomize image override specifications.
3115
+ */
3116
+ images?: pulumi.Input<pulumi.Input<string>[]>;
3117
+ /**
3118
+ * Prefix prepended to resources for kustomize apps.
3119
+ */
3120
+ namePrefix?: pulumi.Input<string>;
3121
+ /**
3122
+ * Suffix appended to resources for kustomize apps.
3123
+ */
3124
+ nameSuffix?: pulumi.Input<string>;
3125
+ /**
3126
+ * Version of kustomize to use for rendering manifests.
3127
+ */
3128
+ version?: pulumi.Input<string>;
3129
+ }
3130
+ interface GitOpsApplicationsApplicationSpecSourcePlugin {
3131
+ /**
3132
+ * Entry in the GitOps application's environment.
3133
+ */
3134
+ envs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSourcePluginEnv>[]>;
3135
+ /**
3136
+ * Name of the plugin.
3137
+ */
3138
+ name?: pulumi.Input<string>;
3139
+ }
3140
+ interface GitOpsApplicationsApplicationSpecSourcePluginEnv {
3141
+ /**
3142
+ * Name of the variable, usually expressed in uppercase.
3143
+ */
3144
+ name?: pulumi.Input<string>;
3145
+ /**
3146
+ * Value of the variable.
3147
+ */
3148
+ value?: pulumi.Input<string>;
3149
+ }
3150
+ interface GitOpsApplicationsApplicationSpecSyncPolicy {
3151
+ /**
3152
+ * Controls the behavior of an automated sync.
3153
+ */
3154
+ automateds?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSyncPolicyAutomated>[]>;
3155
+ /**
3156
+ * Contains information about the strategy to apply when a sync failed.
3157
+ */
3158
+ retries?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSyncPolicyRetry>[]>;
3159
+ /**
3160
+ * Options allow you to specify whole app sync-options.
3161
+ */
3162
+ syncOptions?: pulumi.Input<pulumi.Input<string>[]>;
3163
+ }
3164
+ interface GitOpsApplicationsApplicationSpecSyncPolicyAutomated {
3165
+ /**
3166
+ * Indicates to allows apps to have zero live resources (default: false).
3167
+ */
3168
+ allowEmpty?: pulumi.Input<boolean>;
3169
+ /**
3170
+ * Indicates whether to delete resources from the cluster that are not found in the sources anymore as part of automated sync (default: false).
3171
+ */
3172
+ prune?: pulumi.Input<boolean>;
3173
+ /**
3174
+ * Indicates whether to revert resources back to their desired state upon modification in the cluster (default: false).
3175
+ */
3176
+ selfHeal?: pulumi.Input<boolean>;
3177
+ }
3178
+ interface GitOpsApplicationsApplicationSpecSyncPolicyRetry {
3179
+ /**
3180
+ * Backoff strategy to use on subsequent retries for failing syncs.
3181
+ */
3182
+ backoffs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsApplicationsApplicationSpecSyncPolicyRetryBackoff>[]>;
3183
+ /**
3184
+ * Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.
3185
+ */
3186
+ limit?: pulumi.Input<string>;
3187
+ }
3188
+ interface GitOpsApplicationsApplicationSpecSyncPolicyRetryBackoff {
3189
+ /**
3190
+ * Amount to back off. Default unit is seconds, but could also be a duration (e.g. "2m", "1h").
3191
+ */
3192
+ duration?: pulumi.Input<string>;
3193
+ /**
3194
+ * Factor to multiply the base duration after each failed retry.
3195
+ */
3196
+ factor?: pulumi.Input<string>;
3197
+ /**
3198
+ * Maximum amount of time allowed of the backoff strategy.
3199
+ */
3200
+ maxDuration?: pulumi.Input<string>;
3201
+ }
3202
+ interface GitOpsClusterQuery {
3203
+ /**
3204
+ * Cluster server URL or the cluster name.
3205
+ */
3206
+ ids?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterQueryId>[]>;
3207
+ /**
3208
+ * Name of the GitOps cluster.
3209
+ */
3210
+ name?: pulumi.Input<string>;
3211
+ /**
3212
+ * Server of the GitOps cluster.
3213
+ */
3214
+ server?: pulumi.Input<string>;
3215
+ }
3216
+ interface GitOpsClusterQueryId {
3217
+ /**
3218
+ * Type of the specified GitOps cluster identifier ( 'server' - default, 'name' ).
3219
+ */
3220
+ type?: pulumi.Input<string>;
3221
+ /**
3222
+ * Cluster server URL or the cluster name.
3223
+ */
3224
+ value?: pulumi.Input<string>;
3225
+ }
3226
+ interface GitOpsClusterRequest {
3227
+ /**
3228
+ * GitOps cluster details.
3229
+ */
3230
+ clusters?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestCluster>[]>;
3231
+ /**
3232
+ * Cluster server URL or the cluster name.
3233
+ */
3234
+ ids?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestId>[]>;
3235
+ /**
3236
+ * Tags associated with the clusters
3237
+ */
3238
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
3239
+ /**
3240
+ * Update mask of the GitOps cluster.
3241
+ */
3242
+ updateMasks?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestUpdateMask>[]>;
3243
+ /**
3244
+ * Fields which are updated.
3245
+ */
3246
+ updatedFields?: pulumi.Input<pulumi.Input<string>[]>;
3247
+ /**
3248
+ * Indicates if the GitOps cluster should be updated if existing and inserted if not.
3249
+ */
3250
+ upsert?: pulumi.Input<boolean>;
3251
+ }
3252
+ interface GitOpsClusterRequestCluster {
3253
+ /**
3254
+ * Annotations for cluster secret metadata.
3255
+ */
3256
+ annotations?: pulumi.Input<{
3257
+ [key: string]: pulumi.Input<string>;
3258
+ }>;
3259
+ /**
3260
+ * Indicates if cluster level resources should be managed. This setting is used only if cluster is connected in a namespaced mode.
3261
+ */
3262
+ clusterResources?: pulumi.Input<boolean>;
3263
+ /**
3264
+ * GitOps cluster config.
3265
+ */
3266
+ configs: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterConfig>[]>;
3267
+ /**
3268
+ * Information about cluster cache and state.
3269
+ */
3270
+ infos?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterInfo>[]>;
3271
+ /**
3272
+ * Labels for cluster secret metadata.
3273
+ */
3274
+ labels?: pulumi.Input<{
3275
+ [key: string]: pulumi.Input<string>;
3276
+ }>;
3277
+ /**
3278
+ * Name of the cluster. If omitted, will use the server address.
3279
+ */
3280
+ name?: pulumi.Input<string>;
3281
+ /**
3282
+ * List of namespaces which are accessible in that cluster. Cluster level resources will be ignored if namespace list is not empty.
3283
+ */
3284
+ namespaces?: pulumi.Input<pulumi.Input<string>[]>;
3285
+ /**
3286
+ * Reference between project and cluster that allow you automatically to be added as item inside Destinations project entity.
3287
+ */
3288
+ project?: pulumi.Input<string>;
3289
+ /**
3290
+ * Time when cluster cache refresh has been requested.
3291
+ */
3292
+ refreshRequestedAts?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterRefreshRequestedAt>[]>;
3293
+ /**
3294
+ * API server URL of the kubernetes cluster.
3295
+ */
3296
+ server: pulumi.Input<string>;
3297
+ /**
3298
+ * Shard number. Calculated on the fly by the application controller if not specified.
3299
+ */
3300
+ shard?: pulumi.Input<string>;
3301
+ }
3302
+ interface GitOpsClusterRequestClusterConfig {
3303
+ /**
3304
+ * IAM authentication configuration for AWS.
3305
+ */
3306
+ awsAuthConfigs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterConfigAwsAuthConfig>[]>;
3307
+ /**
3308
+ * Bearer authentication token the cluster.
3309
+ */
3310
+ bearerToken?: pulumi.Input<string>;
3311
+ /**
3312
+ * Identifies the authentication method used to connect to the cluster.
3313
+ */
3314
+ clusterConnectionType?: pulumi.Input<string>;
3315
+ /**
3316
+ * Configuration for an exec provider.
3317
+ */
3318
+ execProviderConfigs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterConfigExecProviderConfig>[]>;
3319
+ /**
3320
+ * Password of the server of the cluster.
3321
+ */
3322
+ password?: pulumi.Input<string>;
3323
+ /**
3324
+ * Settings to enable transport layer security.
3325
+ */
3326
+ tlsClientConfigs?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterConfigTlsClientConfig>[]>;
3327
+ /**
3328
+ * Username of the server of the cluster.
3329
+ */
3330
+ username?: pulumi.Input<string>;
3331
+ }
3332
+ interface GitOpsClusterRequestClusterConfigAwsAuthConfig {
3333
+ /**
3334
+ * AWS cluster name.
3335
+ */
3336
+ clusterName?: pulumi.Input<string>;
3337
+ /**
3338
+ * Optional role ARN. If set then used for AWS IAM Authenticator.
3339
+ */
3340
+ roleARN?: pulumi.Input<string>;
3341
+ }
3342
+ interface GitOpsClusterRequestClusterConfigExecProviderConfig {
3343
+ /**
3344
+ * Preferred input version of the ExecInfo.
3345
+ */
3346
+ apiVersion?: pulumi.Input<string>;
3347
+ /**
3348
+ * Arguments to pass to the command when executing it.
3349
+ */
3350
+ args?: pulumi.Input<pulumi.Input<string>[]>;
3351
+ /**
3352
+ * Command to execute.
3353
+ */
3354
+ command?: pulumi.Input<string>;
3355
+ /**
3356
+ * Additional environment variables to expose to the process.
3357
+ */
3358
+ env?: pulumi.Input<{
3359
+ [key: string]: pulumi.Input<string>;
3360
+ }>;
3361
+ /**
3362
+ * Message displayed when the executable is not found.
3363
+ */
3364
+ installHint?: pulumi.Input<string>;
3365
+ }
3366
+ interface GitOpsClusterRequestClusterConfigTlsClientConfig {
3367
+ /**
3368
+ * CA data holds PEM-encoded bytes (typically read from a root certificates bundle).
3369
+ */
3370
+ caData?: pulumi.Input<string>;
3371
+ /**
3372
+ * Certificate data holds PEM-encoded bytes (typically read from a client certificate file).
3373
+ */
3374
+ certData?: pulumi.Input<string>;
3375
+ /**
3376
+ * Indicates if the TLS connection to the cluster should be insecure.
3377
+ */
3378
+ insecure?: pulumi.Input<boolean>;
3379
+ /**
3380
+ * Key data holds PEM-encoded bytes (typically read from a client certificate key file).
3381
+ */
3382
+ keyData?: pulumi.Input<string>;
3383
+ /**
3384
+ * Server name for SNI in the client to check server certificates against.
3385
+ */
3386
+ serverName?: pulumi.Input<string>;
3387
+ }
3388
+ interface GitOpsClusterRequestClusterInfo {
3389
+ /**
3390
+ * List of API versions supported by the cluster.
3391
+ */
3392
+ apiVersions?: pulumi.Input<pulumi.Input<string>[]>;
3393
+ /**
3394
+ * Number of applications managed by Argo CD on the cluster.
3395
+ */
3396
+ applicationsCount?: pulumi.Input<string>;
3397
+ /**
3398
+ * Information about the cluster cache.
3399
+ */
3400
+ cacheInfos?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterInfoCacheInfo>[]>;
3401
+ /**
3402
+ * Information about the connection to the cluster.
3403
+ */
3404
+ connectionStates?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterInfoConnectionState>[]>;
3405
+ /**
3406
+ * Kubernetes version of the cluster.
3407
+ */
3408
+ serverVersion?: pulumi.Input<string>;
3409
+ }
3410
+ interface GitOpsClusterRequestClusterInfoCacheInfo {
3411
+ /**
3412
+ * Number of observed kubernetes API count.
3413
+ */
3414
+ apisCount?: pulumi.Input<string>;
3415
+ /**
3416
+ * Time of most recent cache synchronization.
3417
+ */
3418
+ lastCacheSyncTime?: pulumi.Input<string>;
3419
+ /**
3420
+ * Number of observed kubernetes resources.
3421
+ */
3422
+ resourcesCount?: pulumi.Input<string>;
3423
+ }
3424
+ interface GitOpsClusterRequestClusterInfoConnectionState {
3425
+ /**
3426
+ * Time when cluster cache refresh has been requested.
3427
+ */
3428
+ attemptedAts?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsClusterRequestClusterInfoConnectionStateAttemptedAt>[]>;
3429
+ /**
3430
+ * Information about the connection status.
3431
+ */
3432
+ message?: pulumi.Input<string>;
3433
+ /**
3434
+ * Current status indicator of the connection.
3435
+ */
3436
+ status?: pulumi.Input<string>;
3437
+ }
3438
+ interface GitOpsClusterRequestClusterInfoConnectionStateAttemptedAt {
3439
+ /**
3440
+ * Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
3441
+ */
3442
+ nanos?: pulumi.Input<number>;
3443
+ /**
3444
+ * Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
3445
+ */
3446
+ seconds?: pulumi.Input<string>;
3447
+ }
3448
+ interface GitOpsClusterRequestClusterRefreshRequestedAt {
3449
+ /**
3450
+ * Non-negative fractions of a second at nanosecond resolution. Negative second values with fractions must still have non-negative nanos values that count forward in time. Must be from 0 to 999,999,999 inclusive. This field may be limited in precision depending on context.
3451
+ */
3452
+ nanos?: pulumi.Input<number>;
3453
+ /**
3454
+ * Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.
3455
+ */
3456
+ seconds?: pulumi.Input<string>;
3457
+ }
3458
+ interface GitOpsClusterRequestId {
3459
+ /**
3460
+ * Type of the specified cluster identifier ( 'server' - default, 'name' ).
3461
+ */
3462
+ type?: pulumi.Input<string>;
3463
+ /**
3464
+ * Cluster server URL or the cluster name.
3465
+ */
3466
+ value?: pulumi.Input<string>;
3467
+ }
3468
+ interface GitOpsClusterRequestUpdateMask {
3469
+ /**
3470
+ * The set of field mask paths.
3471
+ */
3472
+ paths?: pulumi.Input<pulumi.Input<string>[]>;
3473
+ }
3474
+ interface GitOpsGnupgRequest {
3475
+ /**
3476
+ * Public key details.
3477
+ */
3478
+ publickeys?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsGnupgRequestPublickey>[]>;
3479
+ /**
3480
+ * Indicates if the GnuPG Key should be inserted if not present or updated if present.
3481
+ */
3482
+ upsert: pulumi.Input<boolean>;
3483
+ }
3484
+ interface GitOpsGnupgRequestPublickey {
3485
+ /**
3486
+ * Fingerprint is the fingerprint of the key
3487
+ */
3488
+ fingerprint?: pulumi.Input<string>;
3489
+ /**
3490
+ * KeyData holds the raw key data, in base64 encoded format
3491
+ */
3492
+ keyData: pulumi.Input<string>;
3493
+ /**
3494
+ * KeyID specifies the key ID, in hexadecimal string format.
3495
+ */
3496
+ keyId?: pulumi.Input<string>;
3497
+ /**
3498
+ * Owner holds the owner identification, e.g. a name and e-mail address
3499
+ */
3500
+ owner?: pulumi.Input<string>;
3501
+ /**
3502
+ * SubType holds the key's sub type
3503
+ */
3504
+ subType?: pulumi.Input<string>;
3505
+ /**
3506
+ * Trust holds the level of trust assigned to this key
3507
+ */
3508
+ trust?: pulumi.Input<string>;
3509
+ }
3510
+ interface GitOpsRepoCertRequest {
3511
+ /**
3512
+ * certificates details.
3513
+ */
3514
+ certificates?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsRepoCertRequestCertificate>[]>;
3515
+ /**
3516
+ * if the Repository Certificates should be upserted.
3517
+ */
3518
+ upsert?: pulumi.Input<boolean>;
3519
+ }
3520
+ interface GitOpsRepoCertRequestCertificate {
3521
+ /**
3522
+ * List of certificates to be processed.
3523
+ */
3524
+ items?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsRepoCertRequestCertificateItem>[]>;
3525
+ /**
3526
+ * metadata details
3527
+ */
3528
+ metadatas?: pulumi.Input<pulumi.Input<inputs.platform.GitOpsRepoCertRequestCertificateMetadata>[]>;
3529
+ }
3530
+ interface GitOpsRepoCertRequestCertificateItem {
3531
+ /**
3532
+ * CertData contains the actual certificate data, dependent on the certificate type.
3533
+ */
3534
+ certData?: pulumi.Input<string>;
3535
+ /**
3536
+ * CertInfo will hold additional certificate info, depdendent on the certificate type .
3537
+ */
3538
+ certInfo?: pulumi.Input<string>;
3539
+ /**
3540
+ * CertSubType specifies the sub type of the cert, i.e. ssh-rsa.
3541
+ */
3542
+ certSubType?: pulumi.Input<string>;
3543
+ /**
3544
+ * CertType specifies the type of the certificate - currently one of https or ssh.
3545
+ */
3546
+ certType?: pulumi.Input<string>;
3547
+ /**
3548
+ * ServerName specifies the DNS name of the server this certificate is intended.
3549
+ */
3550
+ serverName?: pulumi.Input<string>;
3551
+ }
3552
+ interface GitOpsRepoCertRequestCertificateMetadata {
3553
+ /**
3554
+ * continue may be set if the user set a limit on the number of items returned.
3555
+ */
3556
+ continue?: pulumi.Input<string>;
3557
+ /**
3558
+ * subsequent items in the list.
3559
+ */
3560
+ remainingItemCount?: pulumi.Input<string>;
3561
+ /**
3562
+ * dentifies the server's internal version.
3563
+ */
3564
+ resourceVersion?: pulumi.Input<string>;
3565
+ /**
3566
+ * selfLink is a URL representing this object.
3567
+ */
3568
+ selfLink?: pulumi.Input<string>;
3569
+ }
3570
+ interface GitOpsRepoCredCred {
3571
+ /**
3572
+ * Specifies whether helm-oci support should be enabled for this repo.
3573
+ */
3574
+ enableOci?: pulumi.Input<boolean>;
3575
+ /**
3576
+ * Specifies the GitHub API URL for GitHub app authentication.
3577
+ */
3578
+ githubAppEnterpriseBaseUrl?: pulumi.Input<string>;
3579
+ /**
3580
+ * Specifies the Github App ID of the app used to access the repo for GitHub app authentication.
3581
+ */
3582
+ githubAppId?: pulumi.Input<string>;
3583
+ /**
3584
+ * Specifies the ID of the installed GitHub App for GitHub app authentication.
3585
+ */
3586
+ githubAppInstallationId?: pulumi.Input<string>;
3587
+ /**
3588
+ * github*app*private_key specifies the private key PEM data for authentication via GitHub app.
3589
+ */
3590
+ githubAppPrivateKey?: pulumi.Input<string>;
3591
+ /**
3592
+ * Password for authenticating at the repo server.
3593
+ */
3594
+ password?: pulumi.Input<string>;
3595
+ /**
3596
+ * Contains the private key data for authenticating at the repo server using SSH (only Git repos).
3597
+ */
3598
+ sshPrivateKey?: pulumi.Input<string>;
3599
+ /**
3600
+ * Specifies the TLS client cert data for authenticating at the repo server.
3601
+ */
3602
+ tlsClientCertData?: pulumi.Input<string>;
3603
+ /**
3604
+ * Specifies the TLS client cert key for authenticating at the repo server.
3605
+ */
3606
+ tlsClientCertKey?: pulumi.Input<string>;
3607
+ /**
3608
+ * Type specifies the type of the repoCreds.Can be either 'git' or 'helm. 'git' is assumed if empty or absent
3609
+ */
3610
+ type?: pulumi.Input<string>;
3611
+ /**
3612
+ * url representing this object.
3613
+ */
3614
+ url?: pulumi.Input<string>;
3615
+ /**
3616
+ * Username for authenticating at the repo server.
3617
+ */
3618
+ username?: pulumi.Input<string>;
3619
+ }
3620
+ interface GitOpsRepositoryRepo {
3621
+ /**
3622
+ * Identifies the authentication method used to connect to the repository.
3623
+ */
3624
+ connectionType: pulumi.Input<string>;
3625
+ /**
3626
+ * Indicates if git-lfs support must be enabled for this repo. This is valid only for Git repositories.
3627
+ */
3628
+ enableLfs?: pulumi.Input<boolean>;
3629
+ /**
3630
+ * Indicates if helm-oci support must be enabled for this repo.
3631
+ */
3632
+ enableOci?: pulumi.Input<boolean>;
3633
+ /**
3634
+ * Base URL of GitHub Enterprise installation. If left empty, this defaults to https://api.github.com.
3635
+ */
3636
+ githubAppEnterpriseBaseUrl?: pulumi.Input<string>;
3637
+ /**
3638
+ * Id of the GitHub app used to access the repo.
3639
+ */
3640
+ githubAppId?: pulumi.Input<string>;
3641
+ /**
3642
+ * Installation id of the GitHub app used to access the repo.
3643
+ */
3644
+ githubAppInstallationId?: pulumi.Input<string>;
3645
+ /**
3646
+ * GitHub app private key PEM data.
3647
+ */
3648
+ githubAppPrivateKey?: pulumi.Input<string>;
3649
+ /**
3650
+ * Indicates if the credentials were inherited from a credential set.
3651
+ */
3652
+ inheritedCreds?: pulumi.Input<boolean>;
3653
+ /**
3654
+ * Indicates if the connection to the repository ignores any errors when verifying TLS certificates or SSH host keys.
3655
+ */
3656
+ insecure?: pulumi.Input<boolean>;
3657
+ /**
3658
+ * Indicates if InsecureIgnoreHostKey should be used. Insecure is favored used only for git repos.
3659
+ */
3660
+ insecureIgnoreHostKey?: pulumi.Input<boolean>;
3661
+ /**
3662
+ * Name to be used for this repo. Only used with Helm repos.
3663
+ */
3664
+ name?: pulumi.Input<string>;
3665
+ /**
3666
+ * Password or PAT used for authenticating at the remote repository.
3667
+ */
3668
+ password?: pulumi.Input<string>;
3669
+ /**
3670
+ * Reference between project and repository that allow you automatically to be added as item inside SourceRepos project entity.
3671
+ */
3672
+ project?: pulumi.Input<string>;
3673
+ /**
3674
+ * The HTTP/HTTPS proxy used to access the repo.
3675
+ */
3676
+ proxy?: pulumi.Input<string>;
3677
+ /**
3678
+ * URL to the remote repository.
3679
+ */
3680
+ repo: pulumi.Input<string>;
3681
+ /**
3682
+ * PEM data for authenticating at the repo server. Only used with Git repos.
3683
+ */
3684
+ sshPrivateKey?: pulumi.Input<string>;
3685
+ /**
3686
+ * Certificate in PEM format for authenticating at the repo server.
3687
+ */
3688
+ tlsClientCertData?: pulumi.Input<string>;
3689
+ /**
3690
+ * Private key in PEM format for authenticating at the repo server.
3691
+ */
3692
+ tlsClientCertKey?: pulumi.Input<string>;
3693
+ /**
3694
+ * Type specifies the type of the repo. Can be either "git" or "helm. "git" is assumed if empty or absent.
3695
+ */
3696
+ type_?: pulumi.Input<string>;
3697
+ /**
3698
+ * Username used for authenticating at the remote repository.
3699
+ */
3700
+ username?: pulumi.Input<string>;
3701
+ }
3702
+ interface GitOpsRepositoryUpdateMask {
3703
+ /**
3704
+ * The set of field mask paths.
3705
+ */
3706
+ paths?: pulumi.Input<pulumi.Input<string>[]>;
3707
+ }
3708
+ interface GithubConnectorApiAuthentication {
3709
+ /**
3710
+ * Configuration for using the github app for interacting with the github api.
3711
+ */
3712
+ githubApp?: pulumi.Input<inputs.platform.GithubConnectorApiAuthenticationGithubApp>;
3713
+ /**
3714
+ * Personal access token for interacting with the github api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3715
+ */
3716
+ tokenRef?: pulumi.Input<string>;
3717
+ }
3718
+ interface GithubConnectorApiAuthenticationGithubApp {
3719
+ /**
3720
+ * Enter the GitHub App ID from the GitHub App General tab.
3721
+ */
3722
+ applicationId?: pulumi.Input<string>;
3723
+ /**
3724
+ * Reference to the secret containing application id To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3725
+ */
3726
+ applicationIdRef?: pulumi.Input<string>;
3727
+ /**
3728
+ * Enter the Installation ID located in the URL of the installed GitHub App.
3729
+ */
3730
+ installationId?: pulumi.Input<string>;
3731
+ /**
3732
+ * Reference to the secret containing installation id. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3733
+ */
3734
+ installationIdRef?: pulumi.Input<string>;
3735
+ /**
3736
+ * Reference to the secret containing the private key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3737
+ */
3738
+ privateKeyRef: pulumi.Input<string>;
3739
+ }
3740
+ interface GithubConnectorCredentials {
3741
+ /**
3742
+ * Authenticate using Username and password over http(s) for the connection.
3743
+ */
3744
+ http?: pulumi.Input<inputs.platform.GithubConnectorCredentialsHttp>;
3745
+ /**
3746
+ * Authenticate using SSH for the connection.
3747
+ */
3748
+ ssh?: pulumi.Input<inputs.platform.GithubConnectorCredentialsSsh>;
3749
+ }
3750
+ interface GithubConnectorCredentialsHttp {
3751
+ /**
3752
+ * Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3753
+ */
3754
+ tokenRef: pulumi.Input<string>;
3755
+ /**
3756
+ * Username to use for authentication.
3757
+ */
3758
+ username?: pulumi.Input<string>;
3759
+ /**
3760
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3761
+ */
3762
+ usernameRef?: pulumi.Input<string>;
3763
+ }
3764
+ interface GithubConnectorCredentialsSsh {
3765
+ /**
3766
+ * Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3767
+ */
3768
+ sshKeyRef: pulumi.Input<string>;
3769
+ }
3770
+ interface GitlabConnectorApiAuthentication {
3771
+ /**
3772
+ * Personal access token for interacting with the gitlab api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3773
+ */
3774
+ tokenRef: pulumi.Input<string>;
3775
+ }
3776
+ interface GitlabConnectorCredentials {
3777
+ /**
3778
+ * Authenticate using Username and password over http(s) for the connection.
3779
+ */
3780
+ http?: pulumi.Input<inputs.platform.GitlabConnectorCredentialsHttp>;
3781
+ /**
3782
+ * Authenticate using SSH for the connection.
3783
+ */
3784
+ ssh?: pulumi.Input<inputs.platform.GitlabConnectorCredentialsSsh>;
3785
+ }
3786
+ interface GitlabConnectorCredentialsHttp {
3787
+ /**
3788
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3789
+ */
3790
+ passwordRef?: pulumi.Input<string>;
3791
+ /**
3792
+ * Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3793
+ */
3794
+ tokenRef?: pulumi.Input<string>;
3795
+ /**
3796
+ * Username to use for authentication.
3797
+ */
3798
+ username?: pulumi.Input<string>;
3799
+ /**
3800
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3801
+ */
3802
+ usernameRef?: pulumi.Input<string>;
3803
+ }
3804
+ interface GitlabConnectorCredentialsSsh {
3805
+ /**
3806
+ * Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3807
+ */
3808
+ sshKeyRef: pulumi.Input<string>;
3809
+ }
3810
+ interface HelmConnectorCredentials {
3811
+ /**
3812
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3813
+ */
3814
+ passwordRef: pulumi.Input<string>;
3815
+ /**
3816
+ * Username to use for authentication.
3817
+ */
3818
+ username?: pulumi.Input<string>;
3819
+ /**
3820
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3821
+ */
3822
+ usernameRef?: pulumi.Input<string>;
3823
+ }
3824
+ interface InputSetGitDetails {
3825
+ /**
3826
+ * Name of the default branch (this checks out a new branch titled by branch_name).
3827
+ */
3828
+ baseBranch?: pulumi.Input<string>;
3829
+ /**
3830
+ * Name of the branch.
3831
+ */
3832
+ branchName?: pulumi.Input<string>;
3833
+ /**
3834
+ * Commit message used for the merge commit.
3835
+ */
3836
+ commitMessage?: pulumi.Input<string>;
3837
+ /**
3838
+ * Identifier of the Harness Connector used for CRUD operations on the Entity. To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
3839
+ */
3840
+ connectorRef?: pulumi.Input<string>;
3841
+ /**
3842
+ * File path of the Entity in the repository.
3843
+ */
3844
+ filePath?: pulumi.Input<string>;
3845
+ /**
3846
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
3847
+ */
3848
+ lastCommitId?: pulumi.Input<string>;
3849
+ /**
3850
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
3851
+ */
3852
+ lastObjectId?: pulumi.Input<string>;
3853
+ /**
3854
+ * Connector reference for Parent Entity (Pipeline). To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
3855
+ */
3856
+ parentEntityConnectorRef?: pulumi.Input<string>;
3857
+ /**
3858
+ * Repository name for Parent Entity (Pipeline).
3859
+ */
3860
+ parentEntityRepoName?: pulumi.Input<string>;
3861
+ /**
3862
+ * Name of the repository.
3863
+ */
3864
+ repoName?: pulumi.Input<string>;
3865
+ /**
3866
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
3867
+ */
3868
+ storeType?: pulumi.Input<string>;
3869
+ }
3870
+ interface JenkinsConnectorAuth {
3871
+ /**
3872
+ * Authenticate to App Dynamics using bearer token.
3873
+ */
3874
+ jenkinsBearerToken?: pulumi.Input<inputs.platform.JenkinsConnectorAuthJenkinsBearerToken>;
3875
+ /**
3876
+ * Authenticate to App Dynamics using user name and password.
3877
+ */
3878
+ jenkinsUserNamePassword?: pulumi.Input<inputs.platform.JenkinsConnectorAuthJenkinsUserNamePassword>;
3879
+ /**
3880
+ * Can be one of UsernamePassword, Anonymous, Bearer Token(HTTP Header)
3881
+ */
3882
+ type: pulumi.Input<string>;
3883
+ }
3884
+ interface JenkinsConnectorAuthJenkinsBearerToken {
3885
+ /**
3886
+ * Reference of the token. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3887
+ */
3888
+ tokenRef: pulumi.Input<string>;
3889
+ }
3890
+ interface JenkinsConnectorAuthJenkinsUserNamePassword {
3891
+ /**
3892
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3893
+ */
3894
+ passwordRef: pulumi.Input<string>;
3895
+ /**
3896
+ * Username to use for authentication.
3897
+ */
3898
+ username?: pulumi.Input<string>;
3899
+ /**
3900
+ * Username reference to use for authentication.
3901
+ */
3902
+ usernameRef?: pulumi.Input<string>;
3903
+ }
3904
+ interface JiraConnectorAuth {
3905
+ /**
3906
+ * Authentication types for Jira connector
3907
+ */
3908
+ authType: pulumi.Input<string>;
3909
+ /**
3910
+ * Authenticate using username password.
3911
+ */
3912
+ usernamePassword?: pulumi.Input<inputs.platform.JiraConnectorAuthUsernamePassword>;
3913
+ }
3914
+ interface JiraConnectorAuthUsernamePassword {
3915
+ /**
3916
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3917
+ */
3918
+ passwordRef: pulumi.Input<string>;
3919
+ /**
3920
+ * Username to use for authentication.
3921
+ */
3922
+ username?: pulumi.Input<string>;
3923
+ /**
3924
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3925
+ */
3926
+ usernameRef?: pulumi.Input<string>;
3927
+ }
3928
+ interface KubernetesConnectorClientKeyCert {
3929
+ /**
3930
+ * Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3931
+ */
3932
+ caCertRef?: pulumi.Input<string>;
3933
+ /**
3934
+ * Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3935
+ */
3936
+ clientCertRef: pulumi.Input<string>;
3937
+ /**
3938
+ * The algorithm used to generate the client key for the connector. Valid values are RSA, EC
3939
+ */
3940
+ clientKeyAlgorithm: pulumi.Input<string>;
3941
+ /**
3942
+ * Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3943
+ */
3944
+ clientKeyPassphraseRef?: pulumi.Input<string>;
3945
+ /**
3946
+ * Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3947
+ */
3948
+ clientKeyRef: pulumi.Input<string>;
3949
+ /**
3950
+ * The URL of the Kubernetes cluster.
3951
+ */
3952
+ masterUrl: pulumi.Input<string>;
3953
+ }
3954
+ interface KubernetesConnectorInheritFromDelegate {
3955
+ /**
3956
+ * Selectors to use for the delegate.
3957
+ */
3958
+ delegateSelectors: pulumi.Input<pulumi.Input<string>[]>;
3959
+ }
3960
+ interface KubernetesConnectorOpenidConnect {
3961
+ /**
3962
+ * Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3963
+ */
3964
+ clientIdRef: pulumi.Input<string>;
3965
+ /**
3966
+ * The URL of the OpenID Connect issuer.
3967
+ */
3968
+ issuerUrl: pulumi.Input<string>;
3969
+ /**
3970
+ * The URL of the Kubernetes cluster.
3971
+ */
3972
+ masterUrl: pulumi.Input<string>;
3973
+ /**
3974
+ * Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3975
+ */
3976
+ passwordRef: pulumi.Input<string>;
3977
+ /**
3978
+ * Scopes to request for the connector.
3979
+ */
3980
+ scopes?: pulumi.Input<pulumi.Input<string>[]>;
3981
+ /**
3982
+ * Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3983
+ */
3984
+ secretRef?: pulumi.Input<string>;
3985
+ /**
3986
+ * Username for the connector.
3987
+ */
3988
+ username?: pulumi.Input<string>;
3989
+ /**
3990
+ * Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
3991
+ */
3992
+ usernameRef?: pulumi.Input<string>;
3993
+ }
3994
+ interface KubernetesConnectorServiceAccount {
3995
+ /**
3996
+ * The URL of the Kubernetes cluster.
3997
+ */
3998
+ masterUrl: pulumi.Input<string>;
3999
+ /**
4000
+ * Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4001
+ */
4002
+ serviceAccountTokenRef: pulumi.Input<string>;
4003
+ }
4004
+ interface KubernetesConnectorUsernamePassword {
4005
+ /**
4006
+ * The URL of the Kubernetes cluster.
4007
+ */
4008
+ masterUrl: pulumi.Input<string>;
4009
+ /**
4010
+ * Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4011
+ */
4012
+ passwordRef: pulumi.Input<string>;
4013
+ /**
4014
+ * Username for the connector.
4015
+ */
4016
+ username?: pulumi.Input<string>;
4017
+ /**
4018
+ * Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4019
+ */
4020
+ usernameRef?: pulumi.Input<string>;
4021
+ }
4022
+ interface ManualFreezeCurrentOrUpcomingWindow {
4023
+ /**
4024
+ * End time of the freeze
4025
+ */
4026
+ endTime?: pulumi.Input<number>;
4027
+ /**
4028
+ * Start time of the freeze
4029
+ */
4030
+ startTime?: pulumi.Input<number>;
4031
+ }
4032
+ interface ManualFreezeFreezeWindow {
4033
+ /**
4034
+ * Duration of the freeze
4035
+ */
4036
+ duration?: pulumi.Input<string>;
4037
+ /**
4038
+ * End time of the freeze
4039
+ */
4040
+ endTime?: pulumi.Input<string>;
4041
+ /**
4042
+ * Recurrence of the freeze window
4043
+ */
4044
+ recurrences?: pulumi.Input<pulumi.Input<inputs.platform.ManualFreezeFreezeWindowRecurrence>[]>;
4045
+ /**
4046
+ * Start time of the freeze
4047
+ */
4048
+ startTime?: pulumi.Input<string>;
4049
+ /**
4050
+ * Timezone
4051
+ */
4052
+ timeZone?: pulumi.Input<string>;
4053
+ }
4054
+ interface ManualFreezeFreezeWindowRecurrence {
4055
+ /**
4056
+ * Used to filter resources on their attributes
4057
+ */
4058
+ recurrenceSpecs?: pulumi.Input<pulumi.Input<inputs.platform.ManualFreezeFreezeWindowRecurrenceRecurrenceSpec>[]>;
4059
+ /**
4060
+ * Recurrence type(Daily, Weekly, Monthly, Yearly)
4061
+ */
4062
+ type?: pulumi.Input<string>;
4063
+ }
4064
+ interface ManualFreezeFreezeWindowRecurrenceRecurrenceSpec {
4065
+ /**
4066
+ * Recurrence until timestamp
4067
+ */
4068
+ until?: pulumi.Input<string>;
4069
+ /**
4070
+ * Value of n, for n months recurrence
4071
+ */
4072
+ value?: pulumi.Input<number>;
4073
+ }
4074
+ interface MonitoredServiceRequest {
4075
+ /**
4076
+ * Set of change sources for the monitored service.
4077
+ */
4078
+ changeSources?: pulumi.Input<pulumi.Input<inputs.platform.MonitoredServiceRequestChangeSource>[]>;
4079
+ /**
4080
+ * Dependencies of the monitored service.
4081
+ */
4082
+ dependencies?: pulumi.Input<pulumi.Input<inputs.platform.MonitoredServiceRequestDependency>[]>;
4083
+ /**
4084
+ * Description for the monitored service.
4085
+ */
4086
+ description?: pulumi.Input<string>;
4087
+ /**
4088
+ * Enable or disable the monitored service.
4089
+ */
4090
+ enabled?: pulumi.Input<boolean>;
4091
+ /**
4092
+ * Environment in which the service is deployed.
4093
+ */
4094
+ environmentRef: pulumi.Input<string>;
4095
+ /**
4096
+ * Environment reference list for the monitored service.
4097
+ */
4098
+ environmentRefLists?: pulumi.Input<pulumi.Input<string>[]>;
4099
+ /**
4100
+ * Set of health sources for the monitored service.
4101
+ */
4102
+ healthSources?: pulumi.Input<pulumi.Input<inputs.platform.MonitoredServiceRequestHealthSource>[]>;
4103
+ /**
4104
+ * Name for the monitored service.
4105
+ */
4106
+ name: pulumi.Input<string>;
4107
+ /**
4108
+ * Notification rule references for the monitored service.
4109
+ */
4110
+ notificationRuleRefs?: pulumi.Input<pulumi.Input<inputs.platform.MonitoredServiceRequestNotificationRuleRef>[]>;
4111
+ /**
4112
+ * Service reference for the monitored service.
4113
+ */
4114
+ serviceRef: pulumi.Input<string>;
4115
+ /**
4116
+ * Tags for the monitored service. comma-separated key value string pairs.
4117
+ */
4118
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
4119
+ /**
4120
+ * Template reference for the monitored service.
4121
+ */
4122
+ templateRef?: pulumi.Input<string>;
4123
+ /**
4124
+ * Type of the monitored service.
4125
+ */
4126
+ type: pulumi.Input<string>;
4127
+ /**
4128
+ * Template version label for the monitored service.
4129
+ */
4130
+ versionLabel?: pulumi.Input<string>;
4131
+ }
4132
+ interface MonitoredServiceRequestChangeSource {
4133
+ /**
4134
+ * Category of the change source.
4135
+ */
4136
+ category: pulumi.Input<string>;
4137
+ /**
4138
+ * Enable or disable the change source.
4139
+ */
4140
+ enabled?: pulumi.Input<boolean>;
4141
+ /**
4142
+ * Identifier of the change source.
4143
+ */
4144
+ identifier: pulumi.Input<string>;
4145
+ /**
4146
+ * Name of the change source.
4147
+ */
4148
+ name: pulumi.Input<string>;
4149
+ /**
4150
+ * Specification of the change source. Depends on the type of the change source.
4151
+ */
4152
+ spec?: pulumi.Input<string>;
4153
+ /**
4154
+ * Type of the change source.
4155
+ */
4156
+ type: pulumi.Input<string>;
4157
+ }
4158
+ interface MonitoredServiceRequestDependency {
4159
+ /**
4160
+ * Dependency metadata for the monitored service.
4161
+ */
4162
+ dependencyMetadata?: pulumi.Input<string>;
4163
+ /**
4164
+ * Monitored service identifier of the dependency.
4165
+ */
4166
+ monitoredServiceIdentifier: pulumi.Input<string>;
4167
+ /**
4168
+ * Type of the service dependency.
4169
+ */
4170
+ type: pulumi.Input<string>;
4171
+ }
4172
+ interface MonitoredServiceRequestHealthSource {
4173
+ /**
4174
+ * Identifier of the health source.
4175
+ */
4176
+ identifier: pulumi.Input<string>;
4177
+ /**
4178
+ * Name of the health source.
4179
+ */
4180
+ name: pulumi.Input<string>;
4181
+ /**
4182
+ * Specification of the health source. Depends on the type of the health source.
4183
+ */
4184
+ spec: pulumi.Input<string>;
4185
+ /**
4186
+ * Type of the health source.
4187
+ */
4188
+ type: pulumi.Input<string>;
4189
+ }
4190
+ interface MonitoredServiceRequestNotificationRuleRef {
4191
+ /**
4192
+ * Enable or disable notification rule reference for the monitored service.
4193
+ */
4194
+ enabled: pulumi.Input<boolean>;
4195
+ /**
4196
+ * Notification rule reference for the monitored service.
4197
+ */
4198
+ notificationRuleRef: pulumi.Input<string>;
4199
+ }
4200
+ interface NexusConnectorCredentials {
4201
+ /**
4202
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4203
+ */
4204
+ passwordRef: pulumi.Input<string>;
4205
+ /**
4206
+ * Username to use for authentication.
4207
+ */
4208
+ username?: pulumi.Input<string>;
4209
+ /**
4210
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4211
+ */
4212
+ usernameRef?: pulumi.Input<string>;
4213
+ }
4214
+ interface OciHelmConnectorCredentials {
4215
+ /**
4216
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4217
+ */
4218
+ passwordRef: pulumi.Input<string>;
4219
+ /**
4220
+ * Username to use for authentication.
4221
+ */
4222
+ username?: pulumi.Input<string>;
4223
+ /**
4224
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4225
+ */
4226
+ usernameRef?: pulumi.Input<string>;
4227
+ }
4228
+ interface PipelineFiltersFilterProperties {
4229
+ /**
4230
+ * Corresponding Entity of the filters. Currently supported types are {Connector, DelegateProfile, Delegate, PipelineSetup, PipelineExecution, Deployment, Audit, Template, EnvironmentGroup, FileStore, CCMRecommendation, Anomaly, Environment}.
4231
+ */
4232
+ filterType: pulumi.Input<string>;
4233
+ /**
4234
+ * Tags to associate with the resource. Tags should be in the form `name:value`.
4235
+ */
4236
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
4237
+ }
4238
+ interface PipelineGitDetails {
4239
+ /**
4240
+ * Name of the default branch (this checks out a new branch titled by branch_name).
4241
+ */
4242
+ baseBranch?: pulumi.Input<string>;
4243
+ /**
4244
+ * Name of the branch.
4245
+ */
4246
+ branchName?: pulumi.Input<string>;
4247
+ /**
4248
+ * Commit message used for the merge commit.
4249
+ */
4250
+ commitMessage?: pulumi.Input<string>;
4251
+ /**
4252
+ * Identifier of the Harness Connector used for CRUD operations on the Entity. To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
4253
+ */
4254
+ connectorRef?: pulumi.Input<string>;
4255
+ /**
4256
+ * File path of the Entity in the repository.
4257
+ */
4258
+ filePath?: pulumi.Input<string>;
4259
+ /**
4260
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
4261
+ */
4262
+ lastCommitId?: pulumi.Input<string>;
4263
+ /**
4264
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
4265
+ */
4266
+ lastObjectId?: pulumi.Input<string>;
4267
+ /**
4268
+ * Name of the repository.
4269
+ */
4270
+ repoName?: pulumi.Input<string>;
4271
+ /**
4272
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
4273
+ */
4274
+ storeType?: pulumi.Input<string>;
4275
+ }
4276
+ interface PolicySetPolicy {
4277
+ /**
4278
+ * Account Identifier of the account
4279
+ */
4280
+ identifier: pulumi.Input<string>;
4281
+ /**
4282
+ * Policy failure response - 'warning' for continuation, 'error' for exit
4283
+ */
4284
+ severity: pulumi.Input<string>;
4285
+ }
4286
+ interface PrometheusConnectorHeader {
4287
+ /**
4288
+ * Reference to the Harness secret containing the encrypted value. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4289
+ */
4290
+ encryptedValueRef?: pulumi.Input<string>;
4291
+ /**
4292
+ * Key.
4293
+ */
4294
+ key: pulumi.Input<string>;
4295
+ /**
4296
+ * Value.
4297
+ */
4298
+ value?: pulumi.Input<string>;
4299
+ /**
4300
+ * Encrypted value.
4301
+ */
4302
+ valueEncrypted?: pulumi.Input<boolean>;
4303
+ }
4304
+ interface ResourceGroupIncludedScope {
4305
+ /**
4306
+ * Account Identifier of the account
4307
+ */
4308
+ accountId?: pulumi.Input<string>;
4309
+ /**
4310
+ * Can be one of these 2 EXCLUDING*CHILD*SCOPES or INCLUDING*CHILD*SCOPES
4311
+ */
4312
+ filter: pulumi.Input<string>;
4313
+ /**
4314
+ * Organization Identifier
4315
+ */
4316
+ orgId?: pulumi.Input<string>;
4317
+ /**
4318
+ * Project Identifier
4319
+ */
4320
+ projectId?: pulumi.Input<string>;
4321
+ }
4322
+ interface ResourceGroupResourceFilter {
4323
+ /**
4324
+ * Include all resource or not
4325
+ */
4326
+ includeAllResources?: pulumi.Input<boolean>;
4327
+ /**
4328
+ * Resources for a resource group
4329
+ */
4330
+ resources?: pulumi.Input<pulumi.Input<inputs.platform.ResourceGroupResourceFilterResource>[]>;
4331
+ }
4332
+ interface ResourceGroupResourceFilterResource {
4333
+ /**
4334
+ * Used to filter resources on their attributes
4335
+ */
4336
+ attributeFilters?: pulumi.Input<pulumi.Input<inputs.platform.ResourceGroupResourceFilterResourceAttributeFilter>[]>;
4337
+ /**
4338
+ * List of the identifiers
4339
+ */
4340
+ identifiers?: pulumi.Input<pulumi.Input<string>[]>;
4341
+ /**
4342
+ * Type of the resource
4343
+ */
4344
+ resourceType: pulumi.Input<string>;
4345
+ }
4346
+ interface ResourceGroupResourceFilterResourceAttributeFilter {
4347
+ /**
4348
+ * Name of the attribute. Valid values are `category` or `type`.
4349
+ */
4350
+ attributeName?: pulumi.Input<string>;
4351
+ /**
4352
+ * Value of the attributes.Valid values for `category` are [ARTIFACTORY,CLOUD*COST,CLOUD*PROVIDER,CODE*REPO,MONITORING,SECRET*MANAGER,TICKETING] and for `type` are [Production,PreProduction]
4353
+ */
4354
+ attributeValues?: pulumi.Input<pulumi.Input<string>[]>;
4355
+ }
4356
+ interface RoleAssignmentsPrincipal {
4357
+ /**
4358
+ * Identifier.
4359
+ */
4360
+ identifier?: pulumi.Input<string>;
4361
+ /**
4362
+ * Scope level.
4363
+ */
4364
+ scopeLevel?: pulumi.Input<string>;
4365
+ /**
4366
+ * Type.
4367
+ */
4368
+ type: pulumi.Input<string>;
4369
+ }
4370
+ interface SecretSshkeyKerberos {
4371
+ /**
4372
+ * Username to use for authentication.
4373
+ */
4374
+ principal: pulumi.Input<string>;
4375
+ /**
4376
+ * Reference to a secret containing the password to use for authentication.
4377
+ */
4378
+ realm: pulumi.Input<string>;
4379
+ /**
4380
+ * Method to generate tgt
4381
+ */
4382
+ tgtGenerationMethod?: pulumi.Input<string>;
4383
+ /**
4384
+ * Authenticate to App Dynamics using username and password.
4385
+ */
4386
+ tgtKeyTabFilePathSpec?: pulumi.Input<inputs.platform.SecretSshkeyKerberosTgtKeyTabFilePathSpec>;
4387
+ /**
4388
+ * Authenticate to App Dynamics using username and password.
4389
+ */
4390
+ tgtPasswordSpec?: pulumi.Input<inputs.platform.SecretSshkeyKerberosTgtPasswordSpec>;
4391
+ }
4392
+ interface SecretSshkeyKerberosTgtKeyTabFilePathSpec {
4393
+ /**
4394
+ * key path
4395
+ */
4396
+ keyPath?: pulumi.Input<string>;
4397
+ }
4398
+ interface SecretSshkeyKerberosTgtPasswordSpec {
4399
+ /**
4400
+ * password. To reference a password at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a password at the account scope, prefix 'account` to the expression: account.{identifier}
4401
+ */
4402
+ password?: pulumi.Input<string>;
4403
+ }
4404
+ interface SecretSshkeySsh {
4405
+ /**
4406
+ * This specifies SSH credential type as Password, KeyPath or KeyReference
4407
+ */
4408
+ credentialType: pulumi.Input<string>;
4409
+ /**
4410
+ * SSH credential of type keyReference
4411
+ */
4412
+ sshPasswordCredential?: pulumi.Input<inputs.platform.SecretSshkeySshSshPasswordCredential>;
4413
+ /**
4414
+ * SSH credential of type keyPath
4415
+ */
4416
+ sshkeyPathCredential?: pulumi.Input<inputs.platform.SecretSshkeySshSshkeyPathCredential>;
4417
+ /**
4418
+ * SSH credential of type keyReference
4419
+ */
4420
+ sshkeyReferenceCredential?: pulumi.Input<inputs.platform.SecretSshkeySshSshkeyReferenceCredential>;
4421
+ }
4422
+ interface SecretSshkeySshSshPasswordCredential {
4423
+ /**
4424
+ * SSH Password. To reference a password at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a password at the account scope, prefix 'account` to the expression: account.{identifier}
4425
+ */
4426
+ password: pulumi.Input<string>;
4427
+ /**
4428
+ * SSH Username.
4429
+ */
4430
+ userName: pulumi.Input<string>;
4431
+ }
4432
+ interface SecretSshkeySshSshkeyPathCredential {
4433
+ /**
4434
+ * Encrypted Passphrase . To reference a encryptedPassphrase at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a encryptedPassPhrase at the account scope, prefix 'account` to the expression: account.{identifier}
4435
+ */
4436
+ encryptedPassphrase?: pulumi.Input<string>;
4437
+ /**
4438
+ * Path of the key file.
4439
+ */
4440
+ keyPath: pulumi.Input<string>;
4441
+ /**
4442
+ * SSH Username.
4443
+ */
4444
+ userName: pulumi.Input<string>;
4445
+ }
4446
+ interface SecretSshkeySshSshkeyReferenceCredential {
4447
+ /**
4448
+ * Encrypted Passphrase. To reference a encryptedPassphrase at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a encryptedPassPhrase at the account scope, prefix 'account` to the expression: account.{identifier}
4449
+ */
4450
+ encryptedPassphrase?: pulumi.Input<string>;
4451
+ /**
4452
+ * SSH key. To reference a key at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a key at the account scope, prefix 'account` to the expression: account.{identifier}
4453
+ */
4454
+ key: pulumi.Input<string>;
4455
+ /**
4456
+ * SSH Username.
4457
+ */
4458
+ userName: pulumi.Input<string>;
4459
+ }
4460
+ interface ServiceNowConnectorAuth {
4461
+ /**
4462
+ * Authenticate using adfs client credentials with certificate.
4463
+ */
4464
+ adfs?: pulumi.Input<inputs.platform.ServiceNowConnectorAuthAdfs>;
4465
+ /**
4466
+ * Authentication types for Jira connector
4467
+ */
4468
+ authType: pulumi.Input<string>;
4469
+ /**
4470
+ * Authenticate using username password.
4471
+ */
4472
+ usernamePassword?: pulumi.Input<inputs.platform.ServiceNowConnectorAuthUsernamePassword>;
4473
+ }
4474
+ interface ServiceNowConnectorAuthAdfs {
4475
+ /**
4476
+ * asdf URL.
4477
+ */
4478
+ adfsUrl: pulumi.Input<string>;
4479
+ /**
4480
+ * Reference to a secret containing the certificate to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4481
+ */
4482
+ certificateRef: pulumi.Input<string>;
4483
+ /**
4484
+ * Reference to a secret containing the clientIdRef to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4485
+ */
4486
+ clientIdRef: pulumi.Input<string>;
4487
+ /**
4488
+ * Reference to a secret containing the privateKeyRef to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4489
+ */
4490
+ privateKeyRef: pulumi.Input<string>;
4491
+ /**
4492
+ * Reference to a secret containing the resourceIdRef to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4493
+ */
4494
+ resourceIdRef: pulumi.Input<string>;
4495
+ }
4496
+ interface ServiceNowConnectorAuthUsernamePassword {
4497
+ /**
4498
+ * Reference to a secret containing the password to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4499
+ */
4500
+ passwordRef: pulumi.Input<string>;
4501
+ /**
4502
+ * Username to use for authentication.
4503
+ */
4504
+ username?: pulumi.Input<string>;
4505
+ /**
4506
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4507
+ */
4508
+ usernameRef?: pulumi.Input<string>;
4509
+ }
4510
+ interface SloRequest {
4511
+ /**
4512
+ * Description for the SLO.
4513
+ */
4514
+ description?: pulumi.Input<string>;
4515
+ /**
4516
+ * Name for the SLO.
4517
+ */
4518
+ name: pulumi.Input<string>;
4519
+ /**
4520
+ * Notification rule references for the SLO.
4521
+ */
4522
+ notificationRuleRefs?: pulumi.Input<pulumi.Input<inputs.platform.SloRequestNotificationRuleRef>[]>;
4523
+ /**
4524
+ * SLO Target specification.
4525
+ */
4526
+ sloTarget: pulumi.Input<inputs.platform.SloRequestSloTarget>;
4527
+ /**
4528
+ * Specification of the SLO.
4529
+ */
4530
+ spec: pulumi.Input<string>;
4531
+ /**
4532
+ * Tags for the SLO. comma-separated key value string pairs.
4533
+ */
4534
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
4535
+ /**
4536
+ * Type of the SLO.
4537
+ */
4538
+ type: pulumi.Input<string>;
4539
+ /**
4540
+ * User journey reference list for the SLO.
4541
+ */
4542
+ userJourneyRefs: pulumi.Input<pulumi.Input<string>[]>;
4543
+ }
4544
+ interface SloRequestNotificationRuleRef {
4545
+ /**
4546
+ * Enable or disable notification rule reference for the SLO.
4547
+ */
4548
+ enabled: pulumi.Input<boolean>;
4549
+ /**
4550
+ * Notification rule reference for the SLO.
4551
+ */
4552
+ notificationRuleRef: pulumi.Input<string>;
4553
+ }
4554
+ interface SloRequestSloTarget {
4555
+ /**
4556
+ * Target percentage for the SLO.
4557
+ */
4558
+ sloTargetPercentage: pulumi.Input<number>;
4559
+ /**
4560
+ * Specification of the SLO Target.
4561
+ */
4562
+ spec: pulumi.Input<string>;
4563
+ /**
4564
+ * Type of the SLO target.
4565
+ */
4566
+ type: pulumi.Input<string>;
4567
+ }
4568
+ interface SpotConnectorPermanentToken {
4569
+ /**
4570
+ * Reference to the Harness secret containing the permanent api token. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4571
+ */
4572
+ apiTokenRef: pulumi.Input<string>;
4573
+ /**
4574
+ * Connect only using delegates with these tags.
4575
+ */
4576
+ delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
4577
+ /**
4578
+ * Execute on delegate or not.
4579
+ */
4580
+ executeOnDelegate?: pulumi.Input<boolean>;
4581
+ /**
4582
+ * Spot account id.
4583
+ */
4584
+ spotAccountId?: pulumi.Input<string>;
4585
+ /**
4586
+ * Reference to the Harness secret containing the spot account id. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4587
+ */
4588
+ spotAccountIdRef?: pulumi.Input<string>;
4589
+ }
4590
+ interface TasConnectorCredentials {
4591
+ /**
4592
+ * Authenticate to Tas using manual details.
4593
+ */
4594
+ tasManualDetails: pulumi.Input<inputs.platform.TasConnectorCredentialsTasManualDetails>;
4595
+ /**
4596
+ * Type can be ManualConfig.
4597
+ */
4598
+ type: pulumi.Input<string>;
4599
+ }
4600
+ interface TasConnectorCredentialsTasManualDetails {
4601
+ /**
4602
+ * URL of the Tas server.
4603
+ */
4604
+ endpointUrl: pulumi.Input<string>;
4605
+ /**
4606
+ * Reference of the secret for the password. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4607
+ */
4608
+ passwordRef: pulumi.Input<string>;
4609
+ /**
4610
+ * Username to use for authentication.
4611
+ */
4612
+ username?: pulumi.Input<string>;
4613
+ /**
4614
+ * Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4615
+ */
4616
+ usernameRef?: pulumi.Input<string>;
4617
+ }
4618
+ interface TemplateFiltersFilterProperties {
4619
+ /**
4620
+ * Corresponding Entity of the filters. Currently supported types are {TemplateSetup, TemplateExecution, Template}.
4621
+ */
4622
+ filterType: pulumi.Input<string>;
4623
+ /**
4624
+ * Tags to associate with the resource. Tags should be in the form `name:value`.
4625
+ */
4626
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
4627
+ }
4628
+ interface TemplateGitDetails {
4629
+ /**
4630
+ * Name of the default branch (this checks out a new branch titled by branch_name).
4631
+ */
4632
+ baseBranch?: pulumi.Input<string>;
4633
+ /**
4634
+ * Name of the branch.
4635
+ */
4636
+ branchName?: pulumi.Input<string>;
4637
+ /**
4638
+ * Commit message used for the merge commit.
4639
+ */
4640
+ commitMessage?: pulumi.Input<string>;
4641
+ /**
4642
+ * Identifier of the Harness Connector used for CRUD operations on the Entity. To reference a connector at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a connector at the account scope, prefix 'account` to the expression: account.{identifier}.
4643
+ */
4644
+ connectorRef?: pulumi.Input<string>;
4645
+ /**
4646
+ * File path of the Entity in the repository.
4647
+ */
4648
+ filePath?: pulumi.Input<string>;
4649
+ /**
4650
+ * Last commit identifier (for Git Repositories other than Github). To be provided only when updating Pipeline.
4651
+ */
4652
+ lastCommitId?: pulumi.Input<string>;
4653
+ /**
4654
+ * Last object identifier (for Github). To be provided only when updating Pipeline.
4655
+ */
4656
+ lastObjectId?: pulumi.Input<string>;
4657
+ /**
4658
+ * Name of the repository.
4659
+ */
4660
+ repoName?: pulumi.Input<string>;
4661
+ /**
4662
+ * Specifies whether the Entity is to be stored in Git or not. Possible values: INLINE, REMOTE.
4663
+ */
4664
+ storeType?: pulumi.Input<string>;
4665
+ }
4666
+ interface TerraformCloudConnectorCredentials {
4667
+ /**
4668
+ * API token credentials to use for authentication.
4669
+ */
4670
+ apiToken: pulumi.Input<inputs.platform.TerraformCloudConnectorCredentialsApiToken>;
4671
+ }
4672
+ interface TerraformCloudConnectorCredentialsApiToken {
4673
+ /**
4674
+ * Reference to a secret containing the API token to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
4675
+ */
4676
+ apiTokenRef: pulumi.Input<string>;
4677
+ }
4678
+ interface UserRoleBinding {
4679
+ /**
4680
+ * Managed Role of the user.
4681
+ */
4682
+ managedRole?: pulumi.Input<boolean>;
4683
+ /**
4684
+ * Resource Group Identifier of the user.
4685
+ */
4686
+ resourceGroupIdentifier?: pulumi.Input<string>;
4687
+ /**
4688
+ * Resource Group Name of the user.
4689
+ */
4690
+ resourceGroupName?: pulumi.Input<string>;
4691
+ /**
4692
+ * Role Identifier of the user.
4693
+ */
4694
+ roleIdentifier?: pulumi.Input<string>;
4695
+ /**
4696
+ * Role Name Identifier of the user.
4697
+ */
4698
+ roleName?: pulumi.Input<string>;
4699
+ }
4700
+ interface UsergroupNotificationConfig {
4701
+ /**
4702
+ * Group email.
4703
+ */
4704
+ groupEmail?: pulumi.Input<string>;
4705
+ /**
4706
+ * Url of Microsoft teams webhook.
4707
+ */
4708
+ microsoftTeamsWebhookUrl?: pulumi.Input<string>;
4709
+ /**
4710
+ * Pager duty key.
4711
+ */
4712
+ pagerDutyKey?: pulumi.Input<string>;
4713
+ /**
4714
+ * Send email to all the group members.
4715
+ */
4716
+ sendEmailToAllUsers?: pulumi.Input<boolean>;
4717
+ /**
4718
+ * Url of slack webhook.
4719
+ */
4720
+ slackWebhookUrl?: pulumi.Input<string>;
4721
+ /**
4722
+ * Can be one of EMAIL, SLACK, PAGERDUTY, MSTEAMS.
4723
+ */
4724
+ type?: pulumi.Input<string>;
4725
+ }
4726
+ interface VariablesSpec {
4727
+ /**
4728
+ * FixedValue of the variable
4729
+ */
4730
+ fixedValue: pulumi.Input<string>;
4731
+ /**
4732
+ * Type of Value of the Variable. For now only FIXED is supported
4733
+ */
4734
+ valueType: pulumi.Input<string>;
4735
+ }
4736
+ }
4737
+ export declare namespace service {
4738
+ interface AmiVariable {
4739
+ /**
4740
+ * Name of the variable
4741
+ */
4742
+ name: pulumi.Input<string>;
4743
+ /**
4744
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4745
+ */
4746
+ type: pulumi.Input<string>;
4747
+ /**
4748
+ * Value of the variable
4749
+ */
4750
+ value: pulumi.Input<string>;
4751
+ }
4752
+ interface CodedeployVariable {
4753
+ /**
4754
+ * Name of the variable
4755
+ */
4756
+ name: pulumi.Input<string>;
4757
+ /**
4758
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4759
+ */
4760
+ type: pulumi.Input<string>;
4761
+ /**
4762
+ * Value of the variable
4763
+ */
4764
+ value: pulumi.Input<string>;
4765
+ }
4766
+ interface EcsVariable {
4767
+ /**
4768
+ * Name of the variable
4769
+ */
4770
+ name: pulumi.Input<string>;
4771
+ /**
4772
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4773
+ */
4774
+ type: pulumi.Input<string>;
4775
+ /**
4776
+ * Value of the variable
4777
+ */
4778
+ value: pulumi.Input<string>;
4779
+ }
4780
+ interface HelmVariable {
4781
+ /**
4782
+ * Name of the variable
4783
+ */
4784
+ name: pulumi.Input<string>;
4785
+ /**
4786
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4787
+ */
4788
+ type: pulumi.Input<string>;
4789
+ /**
4790
+ * Value of the variable
4791
+ */
4792
+ value: pulumi.Input<string>;
4793
+ }
4794
+ interface KubernetesVariable {
4795
+ /**
4796
+ * Name of the variable
4797
+ */
4798
+ name: pulumi.Input<string>;
4799
+ /**
4800
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4801
+ */
4802
+ type: pulumi.Input<string>;
4803
+ /**
4804
+ * Value of the variable
4805
+ */
4806
+ value: pulumi.Input<string>;
4807
+ }
4808
+ interface LambdaVariable {
4809
+ /**
4810
+ * Name of the variable
4811
+ */
4812
+ name: pulumi.Input<string>;
4813
+ /**
4814
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4815
+ */
4816
+ type: pulumi.Input<string>;
4817
+ /**
4818
+ * Value of the variable
4819
+ */
4820
+ value: pulumi.Input<string>;
4821
+ }
4822
+ interface SshVariable {
4823
+ /**
4824
+ * Name of the variable
4825
+ */
4826
+ name: pulumi.Input<string>;
4827
+ /**
4828
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4829
+ */
4830
+ type: pulumi.Input<string>;
4831
+ /**
4832
+ * Value of the variable
4833
+ */
4834
+ value: pulumi.Input<string>;
4835
+ }
4836
+ interface TanzuVariable {
4837
+ /**
4838
+ * Name of the variable
4839
+ */
4840
+ name: pulumi.Input<string>;
4841
+ /**
4842
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4843
+ */
4844
+ type: pulumi.Input<string>;
4845
+ /**
4846
+ * Value of the variable
4847
+ */
4848
+ value: pulumi.Input<string>;
4849
+ }
4850
+ interface WinrmVariable {
4851
+ /**
4852
+ * Name of the variable
4853
+ */
4854
+ name: pulumi.Input<string>;
4855
+ /**
4856
+ * Type of the variable. Options are 'TEXT' and 'ENCRYPTED_TEXT'
4857
+ */
4858
+ type: pulumi.Input<string>;
4859
+ /**
4860
+ * Value of the variable
4861
+ */
4862
+ value: pulumi.Input<string>;
4863
+ }
4864
+ }