ConnectionGitlabConfig

data class ConnectionGitlabConfig(val authorizerCredential: ConnectionGitlabConfigAuthorizerCredential, val readAuthorizerCredential: ConnectionGitlabConfigReadAuthorizerCredential, val webhookSecretSecretVersion: String)

Constructors

Link copied to clipboard
constructor(authorizerCredential: ConnectionGitlabConfigAuthorizerCredential, readAuthorizerCredential: ConnectionGitlabConfigReadAuthorizerCredential, webhookSecretSecretVersion: String)

Types

Link copied to clipboard
object Companion

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. //*/