Connection Github Enterprise Config
data class ConnectionGithubEnterpriseConfig(val appId: Int? = null, val appInstallationId: Int? = null, val appSlug: String? = null, val hostUri: String, val privateKeySecretVersion: String? = null, val serviceDirectoryConfig: ConnectionGithubEnterpriseConfigServiceDirectoryConfig? = null, val sslCa: String? = null, val webhookSecretSecretVersion: String? = null)
Constructors
Link copied to clipboard
fun ConnectionGithubEnterpriseConfig(appId: Int? = null, appInstallationId: Int? = null, appSlug: String? = null, hostUri: String, privateKeySecretVersion: String? = null, serviceDirectoryConfig: ConnectionGithubEnterpriseConfigServiceDirectoryConfig? = null, sslCa: String? = null, webhookSecretSecretVersion: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.