Connection Bitbucket Data Center Config
data class ConnectionBitbucketDataCenterConfig(val authorizerCredential: ConnectionBitbucketDataCenterConfigAuthorizerCredential, val hostUri: String, val readAuthorizerCredential: ConnectionBitbucketDataCenterConfigReadAuthorizerCredential, val serverVersion: String? = null, val serviceDirectoryConfig: ConnectionBitbucketDataCenterConfigServiceDirectoryConfig? = null, val sslCaCertificate: String? = null, val webhookSecretSecretVersion: String)
Constructors
Link copied to clipboard
constructor(authorizerCredential: ConnectionBitbucketDataCenterConfigAuthorizerCredential, hostUri: String, readAuthorizerCredential: ConnectionBitbucketDataCenterConfigReadAuthorizerCredential, serverVersion: String? = null, serviceDirectoryConfig: ConnectionBitbucketDataCenterConfigServiceDirectoryConfig? = null, sslCaCertificate: String? = null, webhookSecretSecretVersion: 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
(Output) Output only. Version of the Bitbucket Data Center server running on the host_uri
.
Link copied to clipboard
ServiceDirectoryConfig represents Service Directory configuration for a connection. Structure is documented below.
Link copied to clipboard
Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center.
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 webhooks. //*/