GoogleApi.CloudBuild.V1.Model.BitbucketServerSecrets (google_api_cloud_build v0.46.0) View Source

BitbucketServerSecrets represents the secrets in Secret Manager for a Bitbucket Server.

Attributes

  • adminAccessTokenVersionName (type: String.t, default: nil) - Required. The resource name for the admin access token's secret version.
  • readAccessTokenVersionName (type: String.t, default: nil) - Required. The resource name for the read access token's secret version.
  • webhookSecretVersionName (type: String.t, default: nil) - Required. Immutable. The resource name for the webhook secret's secret version. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBuild.V1.Model.BitbucketServerSecrets{
  adminAccessTokenVersionName: String.t() | nil,
  readAccessTokenVersionName: String.t() | nil,
  webhookSecretVersionName: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.