BitbucketCloudConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for connections to Bitbucket Cloud.
Attributes |
|
---|---|
Name | Description |
workspace |
str
Required. The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform. |
webhook_secret_secret_version |
str
Required. SecretManager resource containing the webhook secret used to verify webhook events, formatted as projects/*/secrets/*/versions/* .
|
read_authorizer_credential |
google.cloud.devtools.cloudbuild_v2.types.UserCredential
Required. An access token with the repository access. It
can be either a workspace, project or repository access
token. It's recommended to use a system account to generate
the credentials.
|
authorizer_credential |
google.cloud.devtools.cloudbuild_v2.types.UserCredential
Required. An access token with the webhook ,
repository , repository:admin and pullrequest
scope access. It can be either a workspace, project or
repository access token. It's recommended to use a system
account to generate these credentials.
|