GoogleApi.CloudBuild.V2.Model.BitbucketDataCenterConfig (google_api_cloud_build v0.54.0)
View SourceConfiguration for connections to Bitbucket Data Center.
Attributes
-
authorizerCredential(type:GoogleApi.CloudBuild.V2.Model.UserCredential.t, default:nil) - Required. A http access token with theREPO_ADMINscope access. -
hostUri(type:String.t, default:nil) - Required. The URI of the Bitbucket Data Center instance or cluster this connection is for. -
readAuthorizerCredential(type:GoogleApi.CloudBuild.V2.Model.UserCredential.t, default:nil) - Required. A http access token with theREPO_READaccess. -
serverVersion(type:String.t, default:nil) - Output only. Version of the Bitbucket Data Center running on thehost_uri. -
serviceDirectoryConfig(type:GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig.t, default:nil) - 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. -
sslCa(type:String.t, default:nil) - Optional. SSL certificate to use for requests to the Bitbucket Data Center. -
webhookSecretSecretVersion(type:String.t, default:nil) - Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted asprojects/*/secrets/*/versions/*.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBuild.V2.Model.BitbucketDataCenterConfig{ authorizerCredential: GoogleApi.CloudBuild.V2.Model.UserCredential.t() | nil, hostUri: String.t() | nil, readAuthorizerCredential: GoogleApi.CloudBuild.V2.Model.UserCredential.t() | nil, serverVersion: String.t() | nil, serviceDirectoryConfig: GoogleApi.CloudBuild.V2.Model.GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig.t() | nil, sslCa: String.t() | nil, webhookSecretSecretVersion: String.t() | nil }