Connection Gitlab Config
data class ConnectionGitlabConfig(val authorizerCredential: ConnectionGitlabConfigAuthorizerCredential, val hostUri: String? = null, val readAuthorizerCredential: ConnectionGitlabConfigReadAuthorizerCredential, val serverVersion: String? = null, val serviceDirectoryConfig: ConnectionGitlabConfigServiceDirectoryConfig? = null, val sslCa: String? = null, val webhookSecretSecretVersion: String)
Constructors
Link copied to clipboard
fun ConnectionGitlabConfig(authorizerCredential: ConnectionGitlabConfigAuthorizerCredential, hostUri: String? = null, readAuthorizerCredential: ConnectionGitlabConfigReadAuthorizerCredential, serverVersion: String? = null, serviceDirectoryConfig: ConnectionGitlabConfigServiceDirectoryConfig? = null, sslCa: String? = null, webhookSecretSecretVersion: String)
Types
Properties
Link copied to clipboard
Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet.