Class BitbucketDataCenterConfig (0.1.10)

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

Configuration for connections to an instance of Bitbucket Data Center.

Attributes

Name Description
host_uri str
Required. The URI of the Bitbucket Data Center host this connection is for.
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 webhooks.
read_authorizer_credential google.cloud.developerconnect_v1.types.UserCredential
Required. An http access token with the minimum Repository read access. It's recommended to use a system account to generate the credentials.
authorizer_credential google.cloud.developerconnect_v1.types.UserCredential
Required. An http access token with the minimum Repository admin scope access. This is needed to create webhooks. It's recommended to use a system account to generate these credentials.
service_directory_config google.cloud.developerconnect_v1.types.ServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center instance. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
ssl_ca_certificate str
Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center.
server_version str
Output only. Version of the Bitbucket Data Center server running on the host_uri.