BitbucketDataCenterConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration for connections to Bitbucket Data Center.
Attributes |
|
---|---|
Name | Description |
host_uri |
str
Required. The URI of the Bitbucket Data Center instance or cluster 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/* .
|
read_authorizer_credential |
google.cloud.devtools.cloudbuild_v2.types.UserCredential
Required. A http access token with the REPO_READ access.
|
authorizer_credential |
google.cloud.devtools.cloudbuild_v2.types.UserCredential
Required. A http access token with the REPO_ADMIN scope
access.
|
service_directory_config |
google.cloud.devtools.cloudbuild_v2.types.ServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center. 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 |
str
Optional. SSL certificate to use for requests to the Bitbucket Data Center. |
server_version |
str
Output only. Version of the Bitbucket Data Center running on the host_uri .
|