ConnectionGitlabConfigArgs

data class ConnectionGitlabConfigArgs(val authorizerCredential: Output<ConnectionGitlabConfigAuthorizerCredentialArgs>, val readAuthorizerCredential: Output<ConnectionGitlabConfigReadAuthorizerCredentialArgs>, val webhookSecretSecretVersion: Output<String>) : ConvertibleToJava<ConnectionGitlabConfigArgs>

Constructors

Link copied to clipboard
constructor(authorizerCredential: Output<ConnectionGitlabConfigAuthorizerCredentialArgs>, readAuthorizerCredential: Output<ConnectionGitlabConfigReadAuthorizerCredentialArgs>, webhookSecretSecretVersion: Output<String>)

Properties

Link copied to clipboard

Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.

Link copied to clipboard

Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.

Link copied to clipboard

Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as projects/*/secrets/*/versions/*. This is used to validate webhooks. //*/

Functions

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