Class BitbucketDataCenterConfig
Configuration for connections to an instance of Bitbucket Data Center.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class BitbucketDataCenterConfig : IDirectResponseSchema
Properties
AuthorizerCredential
Required. An http access token with the minimum Repository admin
scope access. This is needed to create
webhooks. It's recommended to use a system account to generate these credentials.
Declaration
[JsonProperty("authorizerCredential")]
public virtual UserCredential AuthorizerCredential { get; set; }
Property Value
Type | Description |
---|---|
UserCredential |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostUri
Required. The URI of the Bitbucket Data Center host this connection is for.
Declaration
[JsonProperty("hostUri")]
public virtual string HostUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadAuthorizerCredential
Required. An http access token with the minimum Repository read
access. It's recommended to use a system
account to generate the credentials.
Declaration
[JsonProperty("readAuthorizerCredential")]
public virtual UserCredential ReadAuthorizerCredential { get; set; }
Property Value
Type | Description |
---|---|
UserCredential |
ServerVersion
Output only. Version of the Bitbucket Data Center server running on the host_uri
.
Declaration
[JsonProperty("serverVersion")]
public virtual string ServerVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceDirectoryConfig
Optional. Configuration for using Service Directory to privately connect to a Bitbucket Data Center instance. This should only be set if the Bitbucket Data Center is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the Bitbucket Data Center will be made over the public internet.
Declaration
[JsonProperty("serviceDirectoryConfig")]
public virtual ServiceDirectoryConfig ServiceDirectoryConfig { get; set; }
Property Value
Type | Description |
---|---|
ServiceDirectoryConfig |
SslCaCertificate
Optional. SSL certificate authority to trust when making requests to Bitbucket Data Center.
Declaration
[JsonProperty("sslCaCertificate")]
public virtual string SslCaCertificate { get; set; }
Property Value
Type | Description |
---|---|
string |
WebhookSecretSecretVersion
Required. Immutable. SecretManager resource containing the webhook secret used to verify webhook events,
formatted as projects/*/secrets/*/versions/*
. This is used to validate webhooks.
Declaration
[JsonProperty("webhookSecretSecretVersion")]
public virtual string WebhookSecretSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
string |