Class BitbucketCloudConfig
Configuration for connections to Bitbucket Cloud.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class BitbucketCloudConfig : IDirectResponseSchema
Properties
AuthorizerCredential
Required. An access token with the webhook
, repository
, repository:admin
and pullrequest
scope
access. It can be either a workspace, project or repository access token. 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 |
ReadAuthorizerCredential
Required. An access token with the repository
access. It can be either a workspace, project or repository
access token. 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 |
WebhookSecretSecretVersion
Required. SecretManager resource containing the webhook secret used to verify webhook events, formatted as
projects/*/secrets/*/versions/*
.
Declaration
[JsonProperty("webhookSecretSecretVersion")]
public virtual string WebhookSecretSecretVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Workspace
Required. The Bitbucket Cloud Workspace ID to be connected to Google Cloud Platform.
Declaration
[JsonProperty("workspace")]
public virtual string Workspace { get; set; }
Property Value
Type | Description |
---|---|
string |