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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.