Argo CD · JSON Structure

Argo Cd V1Alpha1 Bearer Token Bitbucket Cloud Structure

BearerTokenBitbucketCloud defines the Bearer token for BitBucket AppToken auth.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1BearerTokenBitbucketCloud is a JSON Structure definition published by Argo CD, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tokenRef

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-bearer-token-bitbucket-cloud-structure.json",
  "name": "v1alpha1BearerTokenBitbucketCloud",
  "description": "BearerTokenBitbucketCloud defines the Bearer token for BitBucket AppToken auth.",
  "type": "object",
  "properties": {
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}