BitbucketServerSecretsArgs

data class BitbucketServerSecretsArgs(val adminAccessTokenVersionName: Output<String>, val readAccessTokenVersionName: Output<String>, val webhookSecretVersionName: Output<String>) : ConvertibleToJava<BitbucketServerSecretsArgs>

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

Constructors

Link copied to clipboard
constructor(adminAccessTokenVersionName: Output<String>, readAccessTokenVersionName: Output<String>, webhookSecretVersionName: Output<String>)

Properties

Link copied to clipboard

The resource name for the admin access token's secret version.

Link copied to clipboard

The resource name for the read access token's secret version.

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): BitbucketServerSecretsArgs