Show / Hide Table of Contents

Class BitbucketServerSecrets

BitbucketServerSecrets represents the secrets in Secret Manager for a Bitbucket Server.

Inheritance
object
BitbucketServerSecrets
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX