Bitbucket Server Config Response
data class BitbucketServerConfigResponse(val apiKey: String, val connectedRepositories: List<BitbucketServerRepositoryIdResponse>, val createTime: String, val hostUri: String, val name: String, val peeredNetwork: String, val secrets: BitbucketServerSecretsResponse, val sslCa: String, val username: String, val webhookKey: String)
BitbucketServerConfig represents the configuration for a Bitbucket Server.
Constructors
Link copied to clipboard
fun BitbucketServerConfigResponse(apiKey: String, connectedRepositories: List<BitbucketServerRepositoryIdResponse>, createTime: String, hostUri: String, name: String, peeredNetwork: String, secrets: BitbucketServerSecretsResponse, sslCa: String, username: String, webhookKey: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The network to be used when reaching out to the Bitbucket Server instance. The VPC network must be enabled for private service connection. This should be set if the Bitbucket Server instance is hosted on-premises and not reachable by public internet. If this field is left empty, no network peering will occur and calls to the Bitbucket Server instance will be made over the public internet. Must be in the format projects/{project}/global/networks/{network}
, where {project} is a project number or id and {network} is the name of a VPC network in the project.
Link copied to clipboard