GitLabEnterpriseConfigResponse

data class GitLabEnterpriseConfigResponse(val hostUri: String, val serviceDirectoryConfig: ServiceDirectoryConfigResponse, val sslCa: String)

GitLabEnterpriseConfig represents the configuration for a GitLabEnterprise integration.

Constructors

Link copied to clipboard
constructor(hostUri: String, serviceDirectoryConfig: ServiceDirectoryConfigResponse, sslCa: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. The URI of the GitlabEnterprise host.

Link copied to clipboard

The Service Directory configuration to be used when reaching out to the GitLab Enterprise instance.

Link copied to clipboard

The SSL certificate to use in requests to GitLab Enterprise instances.