get Github Enterprise Config
suspend fun getGithubEnterpriseConfig(argument: GetGithubEnterpriseConfigPlainArgs): GetGithubEnterpriseConfigResult
Retrieve a GitHubEnterpriseConfig.
Return
null
Parameters
argument
null
suspend fun getGithubEnterpriseConfig(configId: String? = null, githubEnterpriseConfigId: String, location: String, project: String? = null, projectId: String? = null): GetGithubEnterpriseConfigResult
Return
null
See also
Parameters
config Id
github Enterprise Config Id
location
project
project Id
suspend fun getGithubEnterpriseConfig(argument: suspend GetGithubEnterpriseConfigPlainArgsBuilder.() -> Unit): GetGithubEnterpriseConfigResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.cloudbuild.v1.kotlin.inputs.GetGithubEnterpriseConfigPlainArgs.