Connection Github Enterprise Config Args
data class ConnectionGithubEnterpriseConfigArgs(val appId: Output<Int>? = null, val appInstallationId: Output<Int>? = null, val appSlug: Output<String>? = null, val hostUri: Output<String>, val privateKeySecretVersion: Output<String>? = null, val serviceDirectoryConfig: Output<ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgs>? = null, val sslCa: Output<String>? = null, val webhookSecretSecretVersion: Output<String>? = null) : ConvertibleToJava<ConnectionGithubEnterpriseConfigArgs>
Constructors
Link copied to clipboard
fun ConnectionGithubEnterpriseConfigArgs(appId: Output<Int>? = null, appInstallationId: Output<Int>? = null, appSlug: Output<String>? = null, hostUri: Output<String>, privateKeySecretVersion: Output<String>? = null, serviceDirectoryConfig: Output<ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgs>? = null, sslCa: Output<String>? = null, webhookSecretSecretVersion: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val serviceDirectoryConfig: Output<ConnectionGithubEnterpriseConfigServiceDirectoryConfigArgs>? = null
Configuration for using Service Directory to privately connect to a GitHub Enterprise server. This should only be set if the GitHub Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitHub Enterprise server will be made over the public internet.