@pulumi/harness 0.8.0-alpha.1755712204 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/addUserToGroup.d.ts +2 -0
- package/addUserToGroup.js +2 -0
- package/addUserToGroup.js.map +1 -1
- package/application.d.ts +2 -0
- package/application.js +2 -0
- package/application.js.map +1 -1
- package/applicationGitSync.d.ts +2 -0
- package/applicationGitSync.js +2 -0
- package/applicationGitSync.js.map +1 -1
- package/chaos/getHub.d.ts +138 -0
- package/chaos/getHub.js +58 -0
- package/chaos/getHub.js.map +1 -0
- package/chaos/getImageRegistry.d.ts +159 -0
- package/chaos/getImageRegistry.js +74 -0
- package/chaos/getImageRegistry.js.map +1 -0
- package/chaos/getInfrastructureV2.d.ts +292 -0
- package/chaos/getInfrastructureV2.js +94 -0
- package/chaos/getInfrastructureV2.js.map +1 -0
- package/chaos/getSecurityGovernanceCondition.d.ts +141 -0
- package/chaos/getSecurityGovernanceCondition.js +80 -0
- package/chaos/getSecurityGovernanceCondition.js.map +1 -0
- package/chaos/getSecurityGovernanceRule.d.ts +145 -0
- package/chaos/getSecurityGovernanceRule.js +82 -0
- package/chaos/getSecurityGovernanceRule.js.map +1 -0
- package/chaos/hub.d.ts +239 -0
- package/chaos/hub.js +120 -0
- package/chaos/hub.js.map +1 -0
- package/chaos/hubSync.d.ts +78 -0
- package/chaos/hubSync.js +80 -0
- package/chaos/hubSync.js.map +1 -0
- package/chaos/imageRegistry.d.ts +214 -0
- package/chaos/imageRegistry.js +110 -0
- package/chaos/imageRegistry.js.map +1 -0
- package/chaos/index.d.ts +33 -0
- package/chaos/index.js +62 -0
- package/chaos/index.js.map +1 -0
- package/chaos/infrastructureV2.d.ts +469 -0
- package/chaos/infrastructureV2.js +144 -0
- package/chaos/infrastructureV2.js.map +1 -0
- package/chaos/securityGovernanceCondition.d.ts +283 -0
- package/chaos/securityGovernanceCondition.js +214 -0
- package/chaos/securityGovernanceCondition.js.map +1 -0
- package/chaos/securityGovernanceRule.d.ts +227 -0
- package/chaos/securityGovernanceRule.js +167 -0
- package/chaos/securityGovernanceRule.js.map +1 -0
- package/chaosInfrastructure.d.ts +5 -2
- package/chaosInfrastructure.js +5 -2
- package/chaosInfrastructure.js.map +1 -1
- package/cloudprovider/aws.d.ts +2 -0
- package/cloudprovider/aws.js +2 -0
- package/cloudprovider/aws.js.map +1 -1
- package/cloudprovider/azure.d.ts +2 -0
- package/cloudprovider/azure.js +2 -0
- package/cloudprovider/azure.js.map +1 -1
- package/cloudprovider/datacenter.d.ts +2 -0
- package/cloudprovider/datacenter.js +2 -0
- package/cloudprovider/datacenter.js.map +1 -1
- package/cloudprovider/kubernetes.d.ts +2 -0
- package/cloudprovider/kubernetes.js +2 -0
- package/cloudprovider/kubernetes.js.map +1 -1
- package/cloudprovider/spot.d.ts +2 -0
- package/cloudprovider/spot.js +2 -0
- package/cloudprovider/spot.js.map +1 -1
- package/cloudprovider/tanzu.d.ts +2 -0
- package/cloudprovider/tanzu.js +2 -0
- package/cloudprovider/tanzu.js.map +1 -1
- package/cluster/getOrchestratorConfig.d.ts +26 -2
- package/cluster/getOrchestratorConfig.js +6 -2
- package/cluster/getOrchestratorConfig.js.map +1 -1
- package/cluster/orchestrator.d.ts +0 -8
- package/cluster/orchestrator.js +0 -8
- package/cluster/orchestrator.js.map +1 -1
- package/cluster/orchestratorConfig.d.ts +104 -0
- package/cluster/orchestratorConfig.js +84 -0
- package/cluster/orchestratorConfig.js.map +1 -1
- package/delegateApproval.d.ts +2 -0
- package/delegateApproval.js +2 -0
- package/delegateApproval.js.map +1 -1
- package/encryptedText.d.ts +2 -0
- package/encryptedText.js +2 -0
- package/encryptedText.js.map +1 -1
- package/environment.d.ts +2 -0
- package/environment.js +2 -0
- package/environment.js.map +1 -1
- package/getCurrentAccount.d.ts +3 -3
- package/gitConnector.d.ts +2 -0
- package/gitConnector.js +2 -0
- package/gitConnector.js.map +1 -1
- package/governance/rule.d.ts +2 -0
- package/governance/rule.js +2 -0
- package/governance/rule.js.map +1 -1
- package/governance/ruleEnforcement.d.ts +2 -0
- package/governance/ruleEnforcement.js +2 -0
- package/governance/ruleEnforcement.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +4 -2
- package/index.js.map +1 -1
- package/infrastructureDefinition.d.ts +2 -0
- package/infrastructureDefinition.js +2 -0
- package/infrastructureDefinition.js.map +1 -1
- package/package.json +2 -2
- package/platform/appDynamicsConnector.d.ts +2 -0
- package/platform/appDynamicsConnector.js +2 -0
- package/platform/appDynamicsConnector.js.map +1 -1
- package/platform/artifactoryConnector.d.ts +2 -0
- package/platform/artifactoryConnector.js +2 -0
- package/platform/artifactoryConnector.js.map +1 -1
- package/platform/awsCCConnector.d.ts +2 -0
- package/platform/awsCCConnector.js +2 -0
- package/platform/awsCCConnector.js.map +1 -1
- package/platform/awsConnector.d.ts +5 -3
- package/platform/awsConnector.js +2 -0
- package/platform/awsConnector.js.map +1 -1
- package/platform/awsKmsConnector.d.ts +17 -3
- package/platform/awsKmsConnector.js +5 -4
- package/platform/awsKmsConnector.js.map +1 -1
- package/platform/awsSecretManagerConnector.d.ts +6 -4
- package/platform/awsSecretManagerConnector.js +3 -1
- package/platform/awsSecretManagerConnector.js.map +1 -1
- package/platform/azureCloudCostConnector.d.ts +14 -0
- package/platform/azureCloudCostConnector.js +4 -0
- package/platform/azureCloudCostConnector.js.map +1 -1
- package/platform/azureCloudProviderConnector.d.ts +2 -0
- package/platform/azureCloudProviderConnector.js +2 -0
- package/platform/azureCloudProviderConnector.js.map +1 -1
- package/platform/azureKeyVaultConnector.d.ts +4 -0
- package/platform/azureKeyVaultConnector.js +4 -0
- package/platform/azureKeyVaultConnector.js.map +1 -1
- package/platform/bitbucketConnector.d.ts +2 -0
- package/platform/bitbucketConnector.js +2 -0
- package/platform/bitbucketConnector.js.map +1 -1
- package/platform/connectorAzureArtifacts.d.ts +3 -0
- package/platform/connectorAzureArtifacts.js +3 -0
- package/platform/connectorAzureArtifacts.js.map +1 -1
- package/platform/connectorAzureRepo.d.ts +6 -6
- package/platform/connectorAzureRepo.js +3 -0
- package/platform/connectorAzureRepo.js.map +1 -1
- package/platform/connectorCustomSecretManager.d.ts +22 -87
- package/platform/connectorCustomSecretManager.js +1 -21
- package/platform/connectorCustomSecretManager.js.map +1 -1
- package/platform/connectorCustomhealthsource.d.ts +2 -0
- package/platform/connectorCustomhealthsource.js +2 -0
- package/platform/connectorCustomhealthsource.js.map +1 -1
- package/platform/connectorGcpKms.d.ts +2 -0
- package/platform/connectorGcpKms.js +2 -0
- package/platform/connectorGcpKms.js.map +1 -1
- package/platform/connectorJdbc.d.ts +2 -0
- package/platform/connectorJdbc.js +2 -0
- package/platform/connectorJdbc.js.map +1 -1
- package/platform/connectorPdc.d.ts +6 -6
- package/platform/connectorPdc.js +3 -3
- package/platform/connectorRancher.d.ts +2 -0
- package/platform/connectorRancher.js +2 -0
- package/platform/connectorRancher.js.map +1 -1
- package/platform/dashboardFolders.d.ts +1 -1
- package/platform/dashboardFolders.js +1 -1
- package/platform/dashboards.d.ts +5 -7
- package/platform/dashboards.js +5 -7
- package/platform/dashboards.js.map +1 -1
- package/platform/datadogConnector.d.ts +2 -0
- package/platform/datadogConnector.js +2 -0
- package/platform/datadogConnector.js.map +1 -1
- package/platform/dbInstance.d.ts +2 -0
- package/platform/dbInstance.js +2 -0
- package/platform/dbInstance.js.map +1 -1
- package/platform/dbSchema.d.ts +11 -9
- package/platform/dbSchema.js +2 -0
- package/platform/dbSchema.js.map +1 -1
- package/platform/dockerConnector.d.ts +2 -2
- package/platform/dockerConnector.js +2 -2
- package/platform/dynatraceConnector.d.ts +2 -0
- package/platform/dynatraceConnector.js +2 -0
- package/platform/dynatraceConnector.js.map +1 -1
- package/platform/elasticsearchConnector.d.ts +9 -7
- package/platform/elasticsearchConnector.js +6 -4
- package/platform/elasticsearchConnector.js.map +1 -1
- package/platform/environment.d.ts +11 -268
- package/platform/environment.js +2 -256
- package/platform/environment.js.map +1 -1
- package/platform/environmentClustersMapping.d.ts +4 -0
- package/platform/environmentClustersMapping.js +4 -0
- package/platform/environmentClustersMapping.js.map +1 -1
- package/platform/environmentGroup.d.ts +6 -50
- package/platform/environmentGroup.js +3 -38
- package/platform/environmentGroup.js.map +1 -1
- package/platform/environmentServiceOverrides.d.ts +9 -94
- package/platform/environmentServiceOverrides.js +3 -88
- package/platform/environmentServiceOverrides.js.map +1 -1
- package/platform/featureFlagTargetGroup.d.ts +4 -4
- package/platform/featureFlagTargetGroup.js +4 -4
- package/platform/fileStoreFile.d.ts +5 -3
- package/platform/fileStoreFile.js +2 -0
- package/platform/fileStoreFile.js.map +1 -1
- package/platform/fileStoreFolder.d.ts +5 -3
- package/platform/fileStoreFolder.js +2 -0
- package/platform/fileStoreFolder.js.map +1 -1
- package/platform/filters.d.ts +4 -0
- package/platform/filters.js +4 -0
- package/platform/filters.js.map +1 -1
- package/platform/gcpCloudCostConnector.d.ts +2 -0
- package/platform/gcpCloudCostConnector.js +2 -0
- package/platform/gcpCloudCostConnector.js.map +1 -1
- package/platform/gcpConnector.d.ts +2 -0
- package/platform/gcpConnector.js +2 -0
- package/platform/gcpConnector.js.map +1 -1
- package/platform/gcpSecretManagerConnector.d.ts +3 -50
- package/platform/gcpSecretManagerConnector.js +3 -50
- package/platform/gcpSecretManagerConnector.js.map +1 -1
- package/platform/getApiKey.d.ts +8 -42
- package/platform/getApiKey.js +2 -36
- package/platform/getApiKey.js.map +1 -1
- package/platform/getAwsKmsConnector.d.ts +5 -0
- package/platform/getAwsKmsConnector.js +4 -0
- package/platform/getAwsKmsConnector.js.map +1 -1
- package/platform/getAwsSecretManagerConnector.d.ts +7 -3
- package/platform/getAwsSecretManagerConnector.js +4 -0
- package/platform/getAwsSecretManagerConnector.js.map +1 -1
- package/platform/getAzureCloudCostConnector.d.ts +1 -0
- package/platform/getAzureCloudCostConnector.js.map +1 -1
- package/platform/getConnectorAzureRepo.d.ts +69 -0
- package/platform/getConnectorAzureRepo.js +6 -0
- package/platform/getConnectorAzureRepo.js.map +1 -1
- package/platform/getConnectorCustomSecretManager.d.ts +36 -36
- package/platform/getConnectorCustomSecretManager.js +2 -20
- package/platform/getConnectorCustomSecretManager.js.map +1 -1
- package/platform/getConnectorPdc.d.ts +3 -3
- package/platform/getConnectorPdc.js +2 -2
- package/platform/getCurrentAccount.d.ts +2 -20
- package/platform/getCurrentAccount.js +2 -20
- package/platform/getCurrentAccount.js.map +1 -1
- package/platform/getDashboardFolders.d.ts +22 -7
- package/platform/getDashboardFolders.js +4 -4
- package/platform/getDashboardFolders.js.map +1 -1
- package/platform/getDashboards.d.ts +21 -9
- package/platform/getDashboards.js +4 -4
- package/platform/getDashboards.js.map +1 -1
- package/platform/getDbInstance.d.ts +9 -0
- package/platform/getDbInstance.js.map +1 -1
- package/platform/getDbSchema.d.ts +10 -9
- package/platform/getDbSchema.js +0 -4
- package/platform/getDbSchema.js.map +1 -1
- package/platform/getEnvironment.d.ts +9 -0
- package/platform/getEnvironment.js.map +1 -1
- package/platform/getEnvironmentList.d.ts +20 -70
- package/platform/getEnvironmentList.js +2 -70
- package/platform/getEnvironmentList.js.map +1 -1
- package/platform/getEnvironmentServiceOverrides.d.ts +6 -6
- package/platform/getFilters.d.ts +4 -0
- package/platform/getFilters.js +4 -0
- package/platform/getFilters.js.map +1 -1
- package/platform/getGcpSecretManagerConnector.d.ts +4 -0
- package/platform/getGcpSecretManagerConnector.js +4 -0
- package/platform/getGcpSecretManagerConnector.js.map +1 -1
- package/platform/getGithubConnector.d.ts +3 -0
- package/platform/getGithubConnector.js.map +1 -1
- package/platform/getGitopsApplications.d.ts +9 -0
- package/platform/getGitopsApplications.js.map +1 -1
- package/platform/getGitopsFilters.d.ts +25 -10
- package/platform/getGitopsFilters.js.map +1 -1
- package/platform/getGitxWebhook.d.ts +3 -3
- package/platform/getHarRegistry.d.ts +71 -11
- package/platform/getHarRegistry.js +2 -2
- package/platform/getHarRegistry.js.map +1 -1
- package/platform/getIacmDefaultPipeline.d.ts +28 -0
- package/platform/getIacmDefaultPipeline.js +28 -0
- package/platform/getIacmDefaultPipeline.js.map +1 -1
- package/platform/getInfraVariableSet.d.ts +40 -23
- package/platform/getInfraVariableSet.js +18 -4
- package/platform/getInfraVariableSet.js.map +1 -1
- package/platform/getInfrastructure.d.ts +9 -0
- package/platform/getInfrastructure.js.map +1 -1
- package/platform/getManualFreeze.d.ts +0 -28
- package/platform/getManualFreeze.js +0 -28
- package/platform/getManualFreeze.js.map +1 -1
- package/platform/getMonitoredService.d.ts +26 -0
- package/platform/getMonitoredService.js +26 -0
- package/platform/getMonitoredService.js.map +1 -1
- package/platform/getOrganization.d.ts +4 -0
- package/platform/getOrganization.js +4 -0
- package/platform/getOrganization.js.map +1 -1
- package/platform/getOverrides.d.ts +86 -0
- package/platform/getOverrides.js +32 -0
- package/platform/getOverrides.js.map +1 -1
- package/platform/getPagerdutyConnector.d.ts +4 -0
- package/platform/getPagerdutyConnector.js +4 -0
- package/platform/getPagerdutyConnector.js.map +1 -1
- package/platform/getPipelineList.d.ts +23 -76
- package/platform/getPipelineList.js +2 -58
- package/platform/getPipelineList.js.map +1 -1
- package/platform/getProject.d.ts +4 -0
- package/platform/getProject.js +4 -0
- package/platform/getProject.js.map +1 -1
- package/platform/getProjectList.d.ts +22 -75
- package/platform/getProjectList.js +2 -58
- package/platform/getProjectList.js.map +1 -1
- package/platform/getProvider.d.ts +15 -0
- package/platform/getProvider.js +6 -0
- package/platform/getProvider.js.map +1 -1
- package/platform/getResourceGroup.d.ts +4 -0
- package/platform/getResourceGroup.js +4 -0
- package/platform/getResourceGroup.js.map +1 -1
- package/platform/getRoleAssignments.d.ts +6 -2
- package/platform/getRoleAssignments.js +4 -0
- package/platform/getRoleAssignments.js.map +1 -1
- package/platform/getRoles.d.ts +4 -0
- package/platform/getRoles.js +4 -0
- package/platform/getRoles.js.map +1 -1
- package/platform/getSecretFile.d.ts +4 -0
- package/platform/getSecretFile.js +4 -0
- package/platform/getSecretFile.js.map +1 -1
- package/platform/getSecretSshkey.d.ts +4 -0
- package/platform/getSecretSshkey.js +4 -0
- package/platform/getSecretSshkey.js.map +1 -1
- package/platform/getService.d.ts +9 -0
- package/platform/getService.js.map +1 -1
- package/platform/getServiceAccount.d.ts +4 -0
- package/platform/getServiceAccount.js +4 -0
- package/platform/getServiceAccount.js.map +1 -1
- package/platform/getServiceList.d.ts +38 -70
- package/platform/getServiceList.js +2 -70
- package/platform/getServiceList.js.map +1 -1
- package/platform/getServiceOverridesV2.d.ts +54 -0
- package/platform/getServiceOverridesV2.js.map +1 -1
- package/platform/getSlo.d.ts +26 -0
- package/platform/getSlo.js +26 -0
- package/platform/getSlo.js.map +1 -1
- package/platform/getToken.d.ts +2 -0
- package/platform/getToken.js +2 -0
- package/platform/getToken.js.map +1 -1
- package/platform/getUser.d.ts +4 -0
- package/platform/getUser.js +4 -0
- package/platform/getUser.js.map +1 -1
- package/platform/getUsergroup.d.ts +4 -0
- package/platform/getUsergroup.js +4 -0
- package/platform/getUsergroup.js.map +1 -1
- package/platform/getVariables.d.ts +4 -0
- package/platform/getVariables.js +4 -0
- package/platform/getVariables.js.map +1 -1
- package/platform/getVaultConnector.d.ts +5 -1
- package/platform/getVaultConnector.js +4 -0
- package/platform/getVaultConnector.js.map +1 -1
- package/platform/getWorkspace.d.ts +12 -3
- package/platform/getWorkspace.js.map +1 -1
- package/platform/gitConnector.d.ts +2 -0
- package/platform/gitConnector.js +2 -0
- package/platform/gitConnector.js.map +1 -1
- package/platform/gitOpsAgent.d.ts +2 -0
- package/platform/gitOpsAgent.js +2 -0
- package/platform/gitOpsAgent.js.map +1 -1
- package/platform/gitOpsApplications.d.ts +2 -0
- package/platform/gitOpsApplications.js +2 -0
- package/platform/gitOpsApplications.js.map +1 -1
- package/platform/gitOpsCluster.d.ts +14 -0
- package/platform/gitOpsCluster.js +4 -0
- package/platform/gitOpsCluster.js.map +1 -1
- package/platform/gitOpsGnupg.d.ts +2 -0
- package/platform/gitOpsGnupg.js +2 -0
- package/platform/gitOpsGnupg.js.map +1 -1
- package/platform/gitOpsRepoCert.d.ts +2 -0
- package/platform/gitOpsRepoCert.js +2 -0
- package/platform/gitOpsRepoCert.js.map +1 -1
- package/platform/gitOpsRepoCred.d.ts +2 -0
- package/platform/gitOpsRepoCred.js +2 -0
- package/platform/gitOpsRepoCred.js.map +1 -1
- package/platform/gitOpsRepository.d.ts +2 -0
- package/platform/gitOpsRepository.js +2 -0
- package/platform/gitOpsRepository.js.map +1 -1
- package/platform/githubConnector.d.ts +5 -3
- package/platform/githubConnector.js +2 -0
- package/platform/githubConnector.js.map +1 -1
- package/platform/gitlabConnector.d.ts +2 -0
- package/platform/gitlabConnector.js +2 -0
- package/platform/gitlabConnector.js.map +1 -1
- package/platform/gitopsAppProject.d.ts +2 -0
- package/platform/gitopsAppProject.js +2 -0
- package/platform/gitopsAppProject.js.map +1 -1
- package/platform/gitopsAppProjectMapping.d.ts +2 -0
- package/platform/gitopsAppProjectMapping.js +2 -0
- package/platform/gitopsAppProjectMapping.js.map +1 -1
- package/platform/gitopsApplicationset.d.ts +49 -0
- package/platform/gitopsApplicationset.js +49 -0
- package/platform/gitopsApplicationset.js.map +1 -1
- package/platform/gitopsFilters.d.ts +22 -86
- package/platform/gitopsFilters.js +1 -65
- package/platform/gitopsFilters.js.map +1 -1
- package/platform/gitxWebhook.d.ts +2 -0
- package/platform/gitxWebhook.js +2 -0
- package/platform/gitxWebhook.js.map +1 -1
- package/platform/harRegistry.d.ts +13 -13
- package/platform/harRegistry.js +0 -3
- package/platform/harRegistry.js.map +1 -1
- package/platform/helmConnector.d.ts +2 -0
- package/platform/helmConnector.js +2 -0
- package/platform/helmConnector.js.map +1 -1
- package/platform/iacmDefaultPipeline.d.ts +15 -0
- package/platform/iacmDefaultPipeline.js +15 -0
- package/platform/iacmDefaultPipeline.js.map +1 -1
- package/platform/infraModule.d.ts +3 -1
- package/platform/infraModule.js +3 -1
- package/platform/infraModule.js.map +1 -1
- package/platform/infraVariableSet.d.ts +18 -10
- package/platform/infraVariableSet.js +12 -4
- package/platform/infraVariableSet.js.map +1 -1
- package/platform/infrastructure.d.ts +8 -123
- package/platform/infrastructure.js +2 -117
- package/platform/infrastructure.js.map +1 -1
- package/platform/inputSet.d.ts +2 -0
- package/platform/inputSet.js +2 -0
- package/platform/inputSet.js.map +1 -1
- package/platform/jenkinsConnector.d.ts +4 -0
- package/platform/jenkinsConnector.js +4 -0
- package/platform/jenkinsConnector.js.map +1 -1
- package/platform/jiraConnector.d.ts +2 -1
- package/platform/jiraConnector.js +2 -1
- package/platform/jiraConnector.js.map +1 -1
- package/platform/kubernetesCloudCostConnector.d.ts +17 -5
- package/platform/kubernetesCloudCostConnector.js +14 -2
- package/platform/kubernetesCloudCostConnector.js.map +1 -1
- package/platform/kubernetesConnector.d.ts +2 -0
- package/platform/kubernetesConnector.js +2 -0
- package/platform/kubernetesConnector.js.map +1 -1
- package/platform/manualFreeze.d.ts +3 -79
- package/platform/manualFreeze.js +3 -79
- package/platform/manualFreeze.js.map +1 -1
- package/platform/monitoredService.d.ts +8 -6
- package/platform/monitoredService.js +8 -6
- package/platform/monitoredService.js.map +1 -1
- package/platform/newrelicConnector.d.ts +2 -0
- package/platform/newrelicConnector.js +2 -0
- package/platform/newrelicConnector.js.map +1 -1
- package/platform/nexusConnector.d.ts +2 -2
- package/platform/nexusConnector.js +2 -2
- package/platform/notificationRule.d.ts +2 -0
- package/platform/notificationRule.js +2 -0
- package/platform/notificationRule.js.map +1 -1
- package/platform/ociHelmConnector.d.ts +2 -0
- package/platform/ociHelmConnector.js +2 -0
- package/platform/ociHelmConnector.js.map +1 -1
- package/platform/organization.d.ts +4 -0
- package/platform/organization.js +4 -0
- package/platform/organization.js.map +1 -1
- package/platform/overrides.d.ts +25 -0
- package/platform/overrides.js +25 -0
- package/platform/overrides.js.map +1 -1
- package/platform/pagerdutyConnector.d.ts +4 -0
- package/platform/pagerdutyConnector.js +4 -0
- package/platform/pagerdutyConnector.js.map +1 -1
- package/platform/pipeline.d.ts +9 -1
- package/platform/pipeline.js +9 -1
- package/platform/pipeline.js.map +1 -1
- package/platform/pipelineFilters.d.ts +2 -0
- package/platform/pipelineFilters.js +2 -0
- package/platform/pipelineFilters.js.map +1 -1
- package/platform/policy.d.ts +3 -13
- package/platform/policy.js +3 -13
- package/platform/policy.js.map +1 -1
- package/platform/policySet.d.ts +2 -0
- package/platform/policySet.js +2 -0
- package/platform/policySet.js.map +1 -1
- package/platform/project.d.ts +4 -0
- package/platform/project.js +4 -0
- package/platform/project.js.map +1 -1
- package/platform/prometheusConnector.d.ts +2 -0
- package/platform/prometheusConnector.js +2 -0
- package/platform/prometheusConnector.js.map +1 -1
- package/platform/provider.d.ts +3 -0
- package/platform/provider.js +3 -0
- package/platform/provider.js.map +1 -1
- package/platform/repo.d.ts +21 -0
- package/platform/repo.js +21 -0
- package/platform/repo.js.map +1 -1
- package/platform/resourceGroup.d.ts +7 -3
- package/platform/resourceGroup.js +4 -0
- package/platform/resourceGroup.js.map +1 -1
- package/platform/roleAssignments.d.ts +9 -7
- package/platform/roleAssignments.js +3 -1
- package/platform/roleAssignments.js.map +1 -1
- package/platform/roles.d.ts +4 -0
- package/platform/roles.js +4 -0
- package/platform/roles.js.map +1 -1
- package/platform/secretFile.d.ts +4 -0
- package/platform/secretFile.js +4 -0
- package/platform/secretFile.js.map +1 -1
- package/platform/secretSshkey.d.ts +3 -1
- package/platform/secretSshkey.js +3 -1
- package/platform/secretSshkey.js.map +1 -1
- package/platform/secretText.d.ts +42 -0
- package/platform/secretText.js +42 -0
- package/platform/secretText.js.map +1 -1
- package/platform/service.d.ts +6 -250
- package/platform/service.js +3 -238
- package/platform/service.js.map +1 -1
- package/platform/serviceAccount.d.ts +4 -0
- package/platform/serviceAccount.js +4 -0
- package/platform/serviceAccount.js.map +1 -1
- package/platform/serviceNowConnector.d.ts +2 -1
- package/platform/serviceNowConnector.js +2 -1
- package/platform/serviceNowConnector.js.map +1 -1
- package/platform/serviceOverridesV2.d.ts +2 -105
- package/platform/serviceOverridesV2.js +2 -105
- package/platform/serviceOverridesV2.js.map +1 -1
- package/platform/slo.d.ts +6 -9
- package/platform/slo.js +6 -9
- package/platform/slo.js.map +1 -1
- package/platform/splunkConnector.d.ts +2 -0
- package/platform/splunkConnector.js +2 -0
- package/platform/splunkConnector.js.map +1 -1
- package/platform/spotConnector.d.ts +2 -0
- package/platform/spotConnector.js +2 -0
- package/platform/spotConnector.js.map +1 -1
- package/platform/sumologicConnector.d.ts +2 -0
- package/platform/sumologicConnector.js +2 -0
- package/platform/sumologicConnector.js.map +1 -1
- package/platform/tasConnector.d.ts +2 -0
- package/platform/tasConnector.js +2 -0
- package/platform/tasConnector.js.map +1 -1
- package/platform/template.d.ts +11 -9
- package/platform/template.js +2 -0
- package/platform/template.js.map +1 -1
- package/platform/templateFilters.d.ts +2 -0
- package/platform/templateFilters.js +2 -0
- package/platform/templateFilters.js.map +1 -1
- package/platform/terraformCloudConnector.d.ts +2 -0
- package/platform/terraformCloudConnector.js +2 -0
- package/platform/terraformCloudConnector.js.map +1 -1
- package/platform/token.d.ts +3 -1
- package/platform/token.js +3 -1
- package/platform/token.js.map +1 -1
- package/platform/triggers.d.ts +4 -0
- package/platform/triggers.js +4 -0
- package/platform/triggers.js.map +1 -1
- package/platform/user.d.ts +6 -4
- package/platform/user.js +3 -1
- package/platform/user.js.map +1 -1
- package/platform/usergroup.d.ts +35 -3
- package/platform/usergroup.js +32 -0
- package/platform/usergroup.js.map +1 -1
- package/platform/variables.d.ts +4 -0
- package/platform/variables.js +4 -0
- package/platform/variables.js.map +1 -1
- package/platform/vaultConnector.d.ts +7 -3
- package/platform/vaultConnector.js +4 -0
- package/platform/vaultConnector.js.map +1 -1
- package/platform/workspace.d.ts +9 -3
- package/platform/workspace.js +6 -0
- package/platform/workspace.js.map +1 -1
- package/platformApiKey.d.ts +3 -36
- package/platformApiKey.js +3 -36
- package/platformApiKey.js.map +1 -1
- package/platformCcmFilters.d.ts +5 -3
- package/platformCcmFilters.js +2 -0
- package/platformCcmFilters.js.map +1 -1
- package/service/ami.d.ts +2 -0
- package/service/ami.js +2 -0
- package/service/ami.js.map +1 -1
- package/service/codedeploy.d.ts +2 -0
- package/service/codedeploy.js +2 -0
- package/service/codedeploy.js.map +1 -1
- package/service/discoveryAgent.d.ts +409 -0
- package/service/discoveryAgent.js +255 -0
- package/service/discoveryAgent.js.map +1 -0
- package/service/discoverySetting.d.ts +123 -0
- package/service/discoverySetting.js +80 -0
- package/service/discoverySetting.js.map +1 -0
- package/service/ecs.d.ts +2 -0
- package/service/ecs.js +2 -0
- package/service/ecs.js.map +1 -1
- package/service/getDiscoveryAgent.d.ts +205 -0
- package/service/getDiscoveryAgent.js +88 -0
- package/service/getDiscoveryAgent.js.map +1 -0
- package/service/getDiscoverySetting.d.ts +103 -0
- package/service/getDiscoverySetting.js +60 -0
- package/service/getDiscoverySetting.js.map +1 -0
- package/service/helm.d.ts +2 -0
- package/service/helm.js +2 -0
- package/service/helm.js.map +1 -1
- package/service/index.d.ts +12 -0
- package/service/index.js +17 -1
- package/service/index.js.map +1 -1
- package/service/kubernetes.d.ts +2 -0
- package/service/kubernetes.js +2 -0
- package/service/kubernetes.js.map +1 -1
- package/service/lambda.d.ts +2 -0
- package/service/lambda.js +2 -0
- package/service/lambda.js.map +1 -1
- package/service/ssh.d.ts +2 -0
- package/service/ssh.js +2 -0
- package/service/ssh.js.map +1 -1
- package/service/tanzu.d.ts +2 -0
- package/service/tanzu.js +2 -0
- package/service/tanzu.js.map +1 -1
- package/service/winrm.d.ts +2 -0
- package/service/winrm.js +2 -0
- package/service/winrm.js.map +1 -1
- package/sshCredential.d.ts +2 -0
- package/sshCredential.js +2 -0
- package/sshCredential.js.map +1 -1
- package/types/input.d.ts +1312 -190
- package/types/output.d.ts +12685 -11229
- package/user.d.ts +2 -0
- package/user.js +2 -0
- package/user.js.map +1 -1
- package/userGroup.d.ts +2 -0
- package/userGroup.js +2 -0
- package/userGroup.js.map +1 -1
- package/yamlConfig.d.ts +2 -0
- package/yamlConfig.js +2 -0
- package/yamlConfig.js.map +1 -1
|
@@ -1,44 +1,113 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Datasource for looking up a Azure Repo connector.
|
|
5
|
+
*/
|
|
3
6
|
export declare function getConnectorAzureRepo(args: GetConnectorAzureRepoArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorAzureRepoResult>;
|
|
4
7
|
/**
|
|
5
8
|
* A collection of arguments for invoking getConnectorAzureRepo.
|
|
6
9
|
*/
|
|
7
10
|
export interface GetConnectorAzureRepoArgs {
|
|
11
|
+
/**
|
|
12
|
+
* Unique identifier of the resource.
|
|
13
|
+
*/
|
|
8
14
|
identifier: string;
|
|
15
|
+
/**
|
|
16
|
+
* Name of the resource.
|
|
17
|
+
*/
|
|
9
18
|
name?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier of the organization.
|
|
21
|
+
*/
|
|
10
22
|
orgId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier of the project.
|
|
25
|
+
*/
|
|
11
26
|
projectId?: string;
|
|
12
27
|
}
|
|
13
28
|
/**
|
|
14
29
|
* A collection of values returned by getConnectorAzureRepo.
|
|
15
30
|
*/
|
|
16
31
|
export interface GetConnectorAzureRepoResult {
|
|
32
|
+
/**
|
|
33
|
+
* Configuration for using the azure repo api. API Access is Computed for using “Git Experience”, for creation of Git based triggers, Webhooks management and updating Git statuses.
|
|
34
|
+
*/
|
|
17
35
|
readonly apiAuthentications: outputs.platform.GetConnectorAzureRepoApiAuthentication[];
|
|
36
|
+
/**
|
|
37
|
+
* Whether the connection we're making is to a azure repository or a azure account. Valid values are Project, Repo.
|
|
38
|
+
*/
|
|
18
39
|
readonly connectionType: string;
|
|
40
|
+
/**
|
|
41
|
+
* Credentials to use for the connection.
|
|
42
|
+
*/
|
|
19
43
|
readonly credentials: outputs.platform.GetConnectorAzureRepoCredential[];
|
|
44
|
+
/**
|
|
45
|
+
* Tags to filter delegates for connection.
|
|
46
|
+
*/
|
|
20
47
|
readonly delegateSelectors: string[];
|
|
48
|
+
/**
|
|
49
|
+
* Description of the resource.
|
|
50
|
+
*/
|
|
21
51
|
readonly description: string;
|
|
52
|
+
/**
|
|
53
|
+
* Execute on delegate or not.
|
|
54
|
+
*/
|
|
22
55
|
readonly executeOnDelegate: boolean;
|
|
23
56
|
/**
|
|
24
57
|
* The provider-assigned unique ID for this managed resource.
|
|
25
58
|
*/
|
|
26
59
|
readonly id: string;
|
|
60
|
+
/**
|
|
61
|
+
* Unique identifier of the resource.
|
|
62
|
+
*/
|
|
27
63
|
readonly identifier: string;
|
|
64
|
+
/**
|
|
65
|
+
* Name of the resource.
|
|
66
|
+
*/
|
|
28
67
|
readonly name?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Unique identifier of the organization.
|
|
70
|
+
*/
|
|
29
71
|
readonly orgId?: string;
|
|
72
|
+
/**
|
|
73
|
+
* Unique identifier of the project.
|
|
74
|
+
*/
|
|
30
75
|
readonly projectId?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Tags to associate with the resource.
|
|
78
|
+
*/
|
|
31
79
|
readonly tags: string[];
|
|
80
|
+
/**
|
|
81
|
+
* URL of the azure repo repository or account.
|
|
82
|
+
*/
|
|
32
83
|
readonly url: string;
|
|
84
|
+
/**
|
|
85
|
+
* Repository to test the connection with. This is only used when `connectionType` is `Account`.
|
|
86
|
+
*/
|
|
33
87
|
readonly validationRepo: string;
|
|
34
88
|
}
|
|
89
|
+
/**
|
|
90
|
+
* Datasource for looking up a Azure Repo connector.
|
|
91
|
+
*/
|
|
35
92
|
export declare function getConnectorAzureRepoOutput(args: GetConnectorAzureRepoOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorAzureRepoResult>;
|
|
36
93
|
/**
|
|
37
94
|
* A collection of arguments for invoking getConnectorAzureRepo.
|
|
38
95
|
*/
|
|
39
96
|
export interface GetConnectorAzureRepoOutputArgs {
|
|
97
|
+
/**
|
|
98
|
+
* Unique identifier of the resource.
|
|
99
|
+
*/
|
|
40
100
|
identifier: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* Name of the resource.
|
|
103
|
+
*/
|
|
41
104
|
name?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Unique identifier of the organization.
|
|
107
|
+
*/
|
|
42
108
|
orgId?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Unique identifier of the project.
|
|
111
|
+
*/
|
|
43
112
|
projectId?: pulumi.Input<string>;
|
|
44
113
|
}
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getConnectorAzureRepoOutput = exports.getConnectorAzureRepo = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Datasource for looking up a Azure Repo connector.
|
|
10
|
+
*/
|
|
8
11
|
function getConnectorAzureRepo(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("harness:platform/getConnectorAzureRepo:getConnectorAzureRepo", {
|
|
@@ -15,6 +18,9 @@ function getConnectorAzureRepo(args, opts) {
|
|
|
15
18
|
}, opts);
|
|
16
19
|
}
|
|
17
20
|
exports.getConnectorAzureRepo = getConnectorAzureRepo;
|
|
21
|
+
/**
|
|
22
|
+
* Datasource for looking up a Azure Repo connector.
|
|
23
|
+
*/
|
|
18
24
|
function getConnectorAzureRepoOutput(args, opts) {
|
|
19
25
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
20
26
|
return pulumi.runtime.invokeOutput("harness:platform/getConnectorAzureRepo:getConnectorAzureRepo", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConnectorAzureRepo.js","sourceRoot":"","sources":["../../platform/getConnectorAzureRepo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;
|
|
1
|
+
{"version":3,"file":"getConnectorAzureRepo.js","sourceRoot":"","sources":["../../platform/getConnectorAzureRepo.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,sDAQC;AAqFD;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,kEAQC"}
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* ```typescript
|
|
7
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
-
* import * as harness from "@pulumi/harness";
|
|
9
|
-
*
|
|
10
|
-
* const example = harness.platform.getConnectorCustomSecretManager({
|
|
11
|
-
* identifier: "identifier",
|
|
12
|
-
* });
|
|
13
|
-
* ```
|
|
4
|
+
* Datasource for looking up a Custom Secret Manager connector.
|
|
14
5
|
*/
|
|
15
6
|
export declare function getConnectorCustomSecretManager(args: GetConnectorCustomSecretManagerArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectorCustomSecretManagerResult>;
|
|
16
7
|
/**
|
|
@@ -22,14 +13,20 @@ export interface GetConnectorCustomSecretManagerArgs {
|
|
|
22
13
|
*/
|
|
23
14
|
delegateSelectors?: string[];
|
|
24
15
|
/**
|
|
25
|
-
*
|
|
16
|
+
* Unique identifier of the resource.
|
|
26
17
|
*/
|
|
27
18
|
identifier: string;
|
|
28
19
|
/**
|
|
29
|
-
*
|
|
20
|
+
* Name of the resource.
|
|
30
21
|
*/
|
|
31
22
|
name?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Unique identifier of the organization.
|
|
25
|
+
*/
|
|
32
26
|
orgId?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier of the project.
|
|
29
|
+
*/
|
|
33
30
|
projectId?: string;
|
|
34
31
|
}
|
|
35
32
|
/**
|
|
@@ -41,7 +38,7 @@ export interface GetConnectorCustomSecretManagerResult {
|
|
|
41
38
|
*/
|
|
42
39
|
readonly delegateSelectors?: string[];
|
|
43
40
|
/**
|
|
44
|
-
*
|
|
41
|
+
* Description of the resource.
|
|
45
42
|
*/
|
|
46
43
|
readonly description: string;
|
|
47
44
|
/**
|
|
@@ -49,64 +46,61 @@ export interface GetConnectorCustomSecretManagerResult {
|
|
|
49
46
|
*/
|
|
50
47
|
readonly id: string;
|
|
51
48
|
/**
|
|
52
|
-
*
|
|
49
|
+
* Unique identifier of the resource.
|
|
53
50
|
*/
|
|
54
51
|
readonly identifier: string;
|
|
55
52
|
/**
|
|
56
|
-
*
|
|
53
|
+
* Name of the resource.
|
|
57
54
|
*/
|
|
58
55
|
readonly name?: string;
|
|
59
56
|
/**
|
|
60
|
-
*
|
|
57
|
+
* Specifies whether the secrets manager runs on a Harness delegate.
|
|
61
58
|
*/
|
|
62
59
|
readonly onDelegate: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Unique identifier of the organization.
|
|
62
|
+
*/
|
|
63
63
|
readonly orgId?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Unique identifier of the project.
|
|
66
|
+
*/
|
|
64
67
|
readonly projectId?: string;
|
|
65
68
|
/**
|
|
66
|
-
*
|
|
69
|
+
* SSH secret reference for the custom secrets manager, Computed if 'on_delegate' is false.
|
|
67
70
|
*/
|
|
68
71
|
readonly sshSecretRef: string;
|
|
69
72
|
/**
|
|
70
|
-
*
|
|
73
|
+
* Tags to associate with the resource.
|
|
71
74
|
*/
|
|
72
75
|
readonly tags: string[];
|
|
73
76
|
/**
|
|
74
|
-
*
|
|
77
|
+
* Host where the custom secrets manager is located, Computed if 'on_delegate' is false.
|
|
75
78
|
*/
|
|
76
79
|
readonly targetHost: string;
|
|
77
80
|
readonly templateInputs: outputs.platform.GetConnectorCustomSecretManagerTemplateInput[];
|
|
78
81
|
/**
|
|
79
|
-
*
|
|
82
|
+
* Reference to the template used for managing secrets.
|
|
80
83
|
*/
|
|
81
84
|
readonly templateRef: string;
|
|
82
85
|
/**
|
|
83
|
-
*
|
|
86
|
+
* Timeout in seconds for secrets management operations.
|
|
84
87
|
*/
|
|
85
88
|
readonly timeout: number;
|
|
86
89
|
/**
|
|
87
|
-
*
|
|
90
|
+
* Type of the custom secrets manager, typically set to 'CustomSecretManager'.
|
|
88
91
|
*/
|
|
89
92
|
readonly type: string;
|
|
90
93
|
/**
|
|
91
|
-
*
|
|
94
|
+
* Version identifier of the secrets management template.
|
|
92
95
|
*/
|
|
93
96
|
readonly versionLabel: string;
|
|
94
97
|
/**
|
|
95
|
-
*
|
|
98
|
+
* The working directory for operations, Computed if 'on_delegate' is false.
|
|
96
99
|
*/
|
|
97
100
|
readonly workingDirectory: string;
|
|
98
101
|
}
|
|
99
102
|
/**
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
* ```typescript
|
|
103
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
104
|
-
* import * as harness from "@pulumi/harness";
|
|
105
|
-
*
|
|
106
|
-
* const example = harness.platform.getConnectorCustomSecretManager({
|
|
107
|
-
* identifier: "identifier",
|
|
108
|
-
* });
|
|
109
|
-
* ```
|
|
103
|
+
* Datasource for looking up a Custom Secret Manager connector.
|
|
110
104
|
*/
|
|
111
105
|
export declare function getConnectorCustomSecretManagerOutput(args: GetConnectorCustomSecretManagerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectorCustomSecretManagerResult>;
|
|
112
106
|
/**
|
|
@@ -118,13 +112,19 @@ export interface GetConnectorCustomSecretManagerOutputArgs {
|
|
|
118
112
|
*/
|
|
119
113
|
delegateSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
114
|
/**
|
|
121
|
-
*
|
|
115
|
+
* Unique identifier of the resource.
|
|
122
116
|
*/
|
|
123
117
|
identifier: pulumi.Input<string>;
|
|
124
118
|
/**
|
|
125
|
-
*
|
|
119
|
+
* Name of the resource.
|
|
126
120
|
*/
|
|
127
121
|
name?: pulumi.Input<string>;
|
|
122
|
+
/**
|
|
123
|
+
* Unique identifier of the organization.
|
|
124
|
+
*/
|
|
128
125
|
orgId?: pulumi.Input<string>;
|
|
126
|
+
/**
|
|
127
|
+
* Unique identifier of the project.
|
|
128
|
+
*/
|
|
129
129
|
projectId?: pulumi.Input<string>;
|
|
130
130
|
}
|
|
@@ -6,16 +6,7 @@ exports.getConnectorCustomSecretManagerOutput = exports.getConnectorCustomSecret
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as harness from "@pulumi/harness";
|
|
14
|
-
*
|
|
15
|
-
* const example = harness.platform.getConnectorCustomSecretManager({
|
|
16
|
-
* identifier: "identifier",
|
|
17
|
-
* });
|
|
18
|
-
* ```
|
|
9
|
+
* Datasource for looking up a Custom Secret Manager connector.
|
|
19
10
|
*/
|
|
20
11
|
function getConnectorCustomSecretManager(args, opts) {
|
|
21
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -29,16 +20,7 @@ function getConnectorCustomSecretManager(args, opts) {
|
|
|
29
20
|
}
|
|
30
21
|
exports.getConnectorCustomSecretManager = getConnectorCustomSecretManager;
|
|
31
22
|
/**
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* ```typescript
|
|
35
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
-
* import * as harness from "@pulumi/harness";
|
|
37
|
-
*
|
|
38
|
-
* const example = harness.platform.getConnectorCustomSecretManager({
|
|
39
|
-
* identifier: "identifier",
|
|
40
|
-
* });
|
|
41
|
-
* ```
|
|
23
|
+
* Datasource for looking up a Custom Secret Manager connector.
|
|
42
24
|
*/
|
|
43
25
|
function getConnectorCustomSecretManagerOutput(args, opts) {
|
|
44
26
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getConnectorCustomSecretManager.js","sourceRoot":"","sources":["../../platform/getConnectorCustomSecretManager.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getConnectorCustomSecretManager.js","sourceRoot":"","sources":["../../platform/getConnectorCustomSecretManager.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,0EASC;AAkGD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,IAA+C,EAAE,IAAiC;IACpI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,sFASC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
-
* Datasource for looking up a
|
|
4
|
+
* Datasource for looking up a Pdc connector.
|
|
5
5
|
*
|
|
6
6
|
* ## Example Usage
|
|
7
7
|
*
|
|
@@ -49,7 +49,7 @@ export interface GetConnectorPdcResult {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly description: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Host of the Physical data centers.
|
|
53
53
|
*/
|
|
54
54
|
readonly hosts: outputs.platform.GetConnectorPdcHost[];
|
|
55
55
|
/**
|
|
@@ -78,7 +78,7 @@ export interface GetConnectorPdcResult {
|
|
|
78
78
|
readonly tags: string[];
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
|
-
* Datasource for looking up a
|
|
81
|
+
* Datasource for looking up a Pdc connector.
|
|
82
82
|
*
|
|
83
83
|
* ## Example Usage
|
|
84
84
|
*
|
|
@@ -6,7 +6,7 @@ exports.getConnectorPdcOutput = exports.getConnectorPdc = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Datasource for looking up a
|
|
9
|
+
* Datasource for looking up a Pdc connector.
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
@@ -30,7 +30,7 @@ function getConnectorPdc(args, opts) {
|
|
|
30
30
|
}
|
|
31
31
|
exports.getConnectorPdc = getConnectorPdc;
|
|
32
32
|
/**
|
|
33
|
-
* Datasource for looking up a
|
|
33
|
+
* Datasource for looking up a Pdc connector.
|
|
34
34
|
*
|
|
35
35
|
* ## Example Usage
|
|
36
36
|
*
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* Data source for retrieving information
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as harness from "@pulumi/harness";
|
|
10
|
-
*
|
|
11
|
-
* const current = harness.platform.getCurrentAccount({});
|
|
12
|
-
* ```
|
|
3
|
+
* Data source for retrieving information about the current Harness account
|
|
13
4
|
*/
|
|
14
5
|
export declare function getCurrentAccount(args?: GetCurrentAccountArgs, opts?: pulumi.InvokeOptions): Promise<GetCurrentAccountResult>;
|
|
15
6
|
/**
|
|
@@ -39,16 +30,7 @@ export interface GetCurrentAccountResult {
|
|
|
39
30
|
readonly id?: string;
|
|
40
31
|
}
|
|
41
32
|
/**
|
|
42
|
-
* Data source for retrieving information
|
|
43
|
-
*
|
|
44
|
-
* ## Example Usage
|
|
45
|
-
*
|
|
46
|
-
* ```typescript
|
|
47
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
48
|
-
* import * as harness from "@pulumi/harness";
|
|
49
|
-
*
|
|
50
|
-
* const current = harness.platform.getCurrentAccount({});
|
|
51
|
-
* ```
|
|
33
|
+
* Data source for retrieving information about the current Harness account
|
|
52
34
|
*/
|
|
53
35
|
export declare function getCurrentAccountOutput(args?: GetCurrentAccountOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCurrentAccountResult>;
|
|
54
36
|
/**
|
|
@@ -6,16 +6,7 @@ exports.getCurrentAccountOutput = exports.getCurrentAccount = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
-
* Data source for retrieving information
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as harness from "@pulumi/harness";
|
|
16
|
-
*
|
|
17
|
-
* const current = harness.platform.getCurrentAccount({});
|
|
18
|
-
* ```
|
|
9
|
+
* Data source for retrieving information about the current Harness account
|
|
19
10
|
*/
|
|
20
11
|
function getCurrentAccount(args, opts) {
|
|
21
12
|
args = args || {};
|
|
@@ -26,16 +17,7 @@ function getCurrentAccount(args, opts) {
|
|
|
26
17
|
}
|
|
27
18
|
exports.getCurrentAccount = getCurrentAccount;
|
|
28
19
|
/**
|
|
29
|
-
* Data source for retrieving information
|
|
30
|
-
*
|
|
31
|
-
* ## Example Usage
|
|
32
|
-
*
|
|
33
|
-
* ```typescript
|
|
34
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
35
|
-
* import * as harness from "@pulumi/harness";
|
|
36
|
-
*
|
|
37
|
-
* const current = harness.platform.getCurrentAccount({});
|
|
38
|
-
* ```
|
|
20
|
+
* Data source for retrieving information about the current Harness account
|
|
39
21
|
*/
|
|
40
22
|
function getCurrentAccountOutput(args, opts) {
|
|
41
23
|
args = args || {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCurrentAccount.js","sourceRoot":"","sources":["../../platform/getCurrentAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getCurrentAccount.js","sourceRoot":"","sources":["../../platform/getCurrentAccount.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAA2B;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC;AA6BD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAAiC;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE;QACvF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0DAMC"}
|
|
@@ -8,8 +8,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as harness from "@pulumi/harness";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
12
|
-
* id: "
|
|
11
|
+
* const folder = harness.platform.getDashboardFolders({
|
|
12
|
+
* id: "id",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -22,9 +22,12 @@ export interface GetDashboardFoldersArgs {
|
|
|
22
22
|
* Identifier of the folder.
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier of the resource.
|
|
27
|
+
*/
|
|
25
28
|
identifier?: string;
|
|
26
29
|
/**
|
|
27
|
-
* Name of the
|
|
30
|
+
* Name of the resource.
|
|
28
31
|
*/
|
|
29
32
|
name?: string;
|
|
30
33
|
}
|
|
@@ -36,16 +39,25 @@ export interface GetDashboardFoldersResult {
|
|
|
36
39
|
* Created DateTime of the folder.
|
|
37
40
|
*/
|
|
38
41
|
readonly createdAt: string;
|
|
42
|
+
/**
|
|
43
|
+
* Description of the resource.
|
|
44
|
+
*/
|
|
39
45
|
readonly description: string;
|
|
40
46
|
/**
|
|
41
47
|
* Identifier of the folder.
|
|
42
48
|
*/
|
|
43
49
|
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* Unique identifier of the resource.
|
|
52
|
+
*/
|
|
44
53
|
readonly identifier?: string;
|
|
45
54
|
/**
|
|
46
|
-
* Name of the
|
|
55
|
+
* Name of the resource.
|
|
47
56
|
*/
|
|
48
57
|
readonly name?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Tags to associate with the resource.
|
|
60
|
+
*/
|
|
49
61
|
readonly tags: string[];
|
|
50
62
|
}
|
|
51
63
|
/**
|
|
@@ -57,8 +69,8 @@ export interface GetDashboardFoldersResult {
|
|
|
57
69
|
* import * as pulumi from "@pulumi/pulumi";
|
|
58
70
|
* import * as harness from "@pulumi/harness";
|
|
59
71
|
*
|
|
60
|
-
* const
|
|
61
|
-
* id: "
|
|
72
|
+
* const folder = harness.platform.getDashboardFolders({
|
|
73
|
+
* id: "id",
|
|
62
74
|
* });
|
|
63
75
|
* ```
|
|
64
76
|
*/
|
|
@@ -71,9 +83,12 @@ export interface GetDashboardFoldersOutputArgs {
|
|
|
71
83
|
* Identifier of the folder.
|
|
72
84
|
*/
|
|
73
85
|
id: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Unique identifier of the resource.
|
|
88
|
+
*/
|
|
74
89
|
identifier?: pulumi.Input<string>;
|
|
75
90
|
/**
|
|
76
|
-
* Name of the
|
|
91
|
+
* Name of the resource.
|
|
77
92
|
*/
|
|
78
93
|
name?: pulumi.Input<string>;
|
|
79
94
|
}
|
|
@@ -14,8 +14,8 @@ const utilities = require("../utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as harness from "@pulumi/harness";
|
|
16
16
|
*
|
|
17
|
-
* const
|
|
18
|
-
* id: "
|
|
17
|
+
* const folder = harness.platform.getDashboardFolders({
|
|
18
|
+
* id: "id",
|
|
19
19
|
* });
|
|
20
20
|
* ```
|
|
21
21
|
*/
|
|
@@ -37,8 +37,8 @@ exports.getDashboardFolders = getDashboardFolders;
|
|
|
37
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
38
38
|
* import * as harness from "@pulumi/harness";
|
|
39
39
|
*
|
|
40
|
-
* const
|
|
41
|
-
* id: "
|
|
40
|
+
* const folder = harness.platform.getDashboardFolders({
|
|
41
|
+
* id: "id",
|
|
42
42
|
* });
|
|
43
43
|
* ```
|
|
44
44
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getDashboardFolders.js","sourceRoot":"","sources":["../../platform/getDashboardFolders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;
|
|
1
|
+
{"version":3,"file":"getDashboardFolders.js","sourceRoot":"","sources":["../../platform/getDashboardFolders.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC;AAiDD;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC"}
|
|
@@ -8,8 +8,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as harness from "@pulumi/harness";
|
|
10
10
|
*
|
|
11
|
-
* const
|
|
12
|
-
* id: "
|
|
11
|
+
* const dashboard = harness.platform.getDashboards({
|
|
12
|
+
* id: "id",
|
|
13
13
|
* });
|
|
14
14
|
* ```
|
|
15
15
|
*/
|
|
@@ -22,9 +22,12 @@ export interface GetDashboardsArgs {
|
|
|
22
22
|
* Identifier of the dashboard.
|
|
23
23
|
*/
|
|
24
24
|
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique identifier of the resource.
|
|
27
|
+
*/
|
|
25
28
|
identifier?: string;
|
|
26
29
|
/**
|
|
27
|
-
* Name of the
|
|
30
|
+
* Name of the resource.
|
|
28
31
|
*/
|
|
29
32
|
name?: string;
|
|
30
33
|
}
|
|
@@ -45,7 +48,7 @@ export interface GetDashboardsResult {
|
|
|
45
48
|
*/
|
|
46
49
|
readonly dataSources: string[];
|
|
47
50
|
/**
|
|
48
|
-
* Description of the
|
|
51
|
+
* Description of the resource.
|
|
49
52
|
*/
|
|
50
53
|
readonly description: string;
|
|
51
54
|
/**
|
|
@@ -56,26 +59,32 @@ export interface GetDashboardsResult {
|
|
|
56
59
|
* Identifier of the dashboard.
|
|
57
60
|
*/
|
|
58
61
|
readonly id: string;
|
|
62
|
+
/**
|
|
63
|
+
* Unique identifier of the resource.
|
|
64
|
+
*/
|
|
59
65
|
readonly identifier?: string;
|
|
60
66
|
/**
|
|
61
67
|
* Data Models within the Dashboard.
|
|
62
68
|
*/
|
|
63
69
|
readonly models: string[];
|
|
64
70
|
/**
|
|
65
|
-
* Name of the
|
|
71
|
+
* Name of the resource.
|
|
66
72
|
*/
|
|
67
73
|
readonly name?: string;
|
|
68
74
|
/**
|
|
69
75
|
* Resource identifier of the dashboard.
|
|
70
76
|
*/
|
|
71
77
|
readonly resourceIdentifier: string;
|
|
78
|
+
/**
|
|
79
|
+
* Tags to associate with the resource.
|
|
80
|
+
*/
|
|
72
81
|
readonly tags: string[];
|
|
73
82
|
/**
|
|
74
83
|
* Title of the Dashboard.
|
|
75
84
|
*/
|
|
76
85
|
readonly title: string;
|
|
77
86
|
/**
|
|
78
|
-
*
|
|
87
|
+
* Resource identifier of the dashboard.
|
|
79
88
|
*/
|
|
80
89
|
readonly type: string;
|
|
81
90
|
/**
|
|
@@ -92,8 +101,8 @@ export interface GetDashboardsResult {
|
|
|
92
101
|
* import * as pulumi from "@pulumi/pulumi";
|
|
93
102
|
* import * as harness from "@pulumi/harness";
|
|
94
103
|
*
|
|
95
|
-
* const
|
|
96
|
-
* id: "
|
|
104
|
+
* const dashboard = harness.platform.getDashboards({
|
|
105
|
+
* id: "id",
|
|
97
106
|
* });
|
|
98
107
|
* ```
|
|
99
108
|
*/
|
|
@@ -106,9 +115,12 @@ export interface GetDashboardsOutputArgs {
|
|
|
106
115
|
* Identifier of the dashboard.
|
|
107
116
|
*/
|
|
108
117
|
id: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Unique identifier of the resource.
|
|
120
|
+
*/
|
|
109
121
|
identifier?: pulumi.Input<string>;
|
|
110
122
|
/**
|
|
111
|
-
* Name of the
|
|
123
|
+
* Name of the resource.
|
|
112
124
|
*/
|
|
113
125
|
name?: pulumi.Input<string>;
|
|
114
126
|
}
|