Class BitbucketCloudConfig (0.1.10)

BitbucketCloudConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for connections to an instance of 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. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as projects/*/secrets/*/versions/*. This is used to validate and create webhooks.
read_authorizer_credential google.cloud.developerconnect_v1.types.UserCredential
Required. An access token with the minimum repository access. It can either be a workspace, project or repository access token. It's recommended to use a system account to generate the credentials.
authorizer_credential google.cloud.developerconnect_v1.types.UserCredential
Required. An access token with the minimum repository, pullrequest and webhook scope access. It can either be a workspace, project or repository access token. This is needed to create webhooks. It's recommended to use a system account to generate these credentials.