View Source GoogleApi.CloudBuild.V2.Model.BitbucketDataCenterConfig (google_api_cloud_build v0.50.1)

Configuration for connections to Bitbucket Data Center.

Attributes

  • authorizerCredential (type: GoogleApi.CloudBuild.V2.Model.UserCredential.t, default: nil) - Required. A http access token with the REPO_ADMIN scope 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 the REPO_READ access.
  • serverVersion (type: String.t, default: nil) - Output only. Version of the Bitbucket Data Center running on the host_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 as projects/*/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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.