GitLabEnterpriseConfigArgs

data class GitLabEnterpriseConfigArgs(val hostUri: Output<String>? = null, val serviceDirectoryConfig: Output<ServiceDirectoryConfigArgs>? = null, val sslCa: Output<String>? = null) : ConvertibleToJava<GitLabEnterpriseConfigArgs>

GitLabEnterpriseConfig represents the configuration for a GitLabEnterprise integration.

Constructors

Link copied to clipboard
fun GitLabEnterpriseConfigArgs(hostUri: Output<String>? = null, serviceDirectoryConfig: Output<ServiceDirectoryConfigArgs>? = null, sslCa: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GitLabEnterpriseConfigArgs

Properties

Link copied to clipboard
val hostUri: Output<String>? = null

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
val sslCa: Output<String>? = null

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