Argo CD · JSON Structure

Argo Cd V1Alpha1 Bearer Token Bitbucket Structure

BearerTokenBitbucket defines the Bearer token for BitBucket AppToken auth.

Type: object Properties: 1
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1BearerTokenBitbucket 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-structure.json",
  "name": "v1alpha1BearerTokenBitbucket",
  "description": "BearerTokenBitbucket defines the Bearer token for BitBucket AppToken auth.",
  "type": "object",
  "properties": {
    "tokenRef": {
      "$ref": "#/definitions/v1alpha1SecretRef"
    }
  }
}