Connection Bitbucket Cloud Config Args
data class ConnectionBitbucketCloudConfigArgs(val authorizerCredential: Output<ConnectionBitbucketCloudConfigAuthorizerCredentialArgs>, val readAuthorizerCredential: Output<ConnectionBitbucketCloudConfigReadAuthorizerCredentialArgs>, val webhookSecretSecretVersion: Output<String>, val workspace: Output<String>) : ConvertibleToJava<ConnectionBitbucketCloudConfigArgs>
Constructors
Link copied to clipboard
constructor(authorizerCredential: Output<ConnectionBitbucketCloudConfigAuthorizerCredentialArgs>, readAuthorizerCredential: Output<ConnectionBitbucketCloudConfigReadAuthorizerCredentialArgs>, webhookSecretSecretVersion: Output<String>, workspace: Output<String>)
Properties
Link copied to clipboard
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.
Link copied to clipboard
Represents a personal access token that authorized the Connection, and associated metadata. Structure is documented below.
Link copied to clipboard
Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events, formatted as projects/*/secrets/*/versions/*
. This is used to validate and create webhooks.