GitLabConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for connections to gitlab.com.
Attributes |
|
---|---|
Name | Description |
webhook_secret_secret_version |
str
Required. Immutable. SecretManager resource containing the webhook secret of a GitLab project, formatted as projects/*/secrets/*/versions/* . This is used to
validate webhooks.
|
read_authorizer_credential |
google.cloud.developerconnect_v1.types.UserCredential
Required. A GitLab personal access token with the minimum read_api scope access and a minimum role of
reporter . The GitLab Projects visible to this Personal
Access Token will control which Projects Developer Connect
has access to.
|
authorizer_credential |
google.cloud.developerconnect_v1.types.UserCredential
Required. A GitLab personal access token with the minimum api scope access and a minimum role of maintainer .
The GitLab Projects visible to this Personal Access Token
will control which Projects Developer Connect has access to.
|