Git Lab Secrets Args
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.
Properties
Link copied to clipboard
The resource name for the api access token’s secret version
Link copied to clipboard
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.