Class BitbucketServerSecrets
BitbucketServerSecrets represents the secrets in Secret Manager for a Bitbucket Server.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class BitbucketServerSecrets : IDirectResponseSchema
Properties
AdminAccessTokenVersionName
Required. The resource name for the admin access token's secret version.
Declaration
[JsonProperty("adminAccessTokenVersionName")]
public virtual string AdminAccessTokenVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReadAccessTokenVersionName
Required. The resource name for the read access token's secret version.
Declaration
[JsonProperty("readAccessTokenVersionName")]
public virtual string ReadAccessTokenVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |
WebhookSecretVersionName
Required. Immutable. The resource name for the webhook secret's secret version. Once this field has been set, it cannot be changed. If you need to change it, please create another BitbucketServerConfig.
Declaration
[JsonProperty("webhookSecretVersionName")]
public virtual string WebhookSecretVersionName { get; set; }
Property Value
Type | Description |
---|---|
string |