GitLabSecretsArgs

data class GitLabSecretsArgs(val apiAccessTokenVersion: Output<String>, val apiKeyVersion: Output<String>, val readAccessTokenVersion: Output<String>, val webhookSecretVersion: Output<String>) : ConvertibleToJava<GitLabSecretsArgs>

GitLabSecrets represents the secrets in Secret Manager for a GitLab integration.

Constructors

Link copied to clipboard
fun GitLabSecretsArgs(apiAccessTokenVersion: Output<String>, apiKeyVersion: Output<String>, readAccessTokenVersion: Output<String>, webhookSecretVersion: Output<String>)

Functions

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

Properties

Link copied to clipboard

The resource name for the api access token’s secret version

Link copied to clipboard
val apiKeyVersion: Output<String>

Immutable. API Key that will be attached to webhook requests from GitLab to Cloud Build.

Link copied to clipboard

The resource name for the read access token’s secret version

Link copied to clipboard

Immutable. The resource name for the webhook secret’s secret version. Once this field has been set, it cannot be changed. If you need to change it, please create another GitLabConfig.