Argo CD · JSON Structure

Argo Cd V1Alpha1 Repository Certificate Structure

v1alpha1RepositoryCertificate schema from Argo CD API

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

certData certInfo certSubType certType serverName

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-repository-certificate-structure.json",
  "name": "v1alpha1RepositoryCertificate",
  "description": "v1alpha1RepositoryCertificate schema from Argo CD API",
  "type": "object",
  "properties": {
    "certData": {
      "type": "string",
      "format": "byte",
      "name": "CertData contains the actual certificate data, dependent on the certificate type"
    },
    "certInfo": {
      "type": "string",
      "name": "CertInfo will hold additional certificate info, depdendent on the certificate type (e.g. SSH fingerprint, X509 CommonName)"
    },
    "certSubType": {
      "type": "string",
      "name": "CertSubType specifies the sub type of the cert, i.e. \"ssh-rsa\""
    },
    "certType": {
      "type": "string",
      "name": "CertType specifies the type of the certificate - currently one of \"https\" or \"ssh\""
    },
    "serverName": {
      "type": "string",
      "name": "ServerName specifies the DNS name of the server this certificate is intended for"
    }
  }
}