Argo CD · JSON Structure

Argo Cd V1Alpha1 Gnu Pg Public Key Structure

v1alpha1GnuPGPublicKey schema from Argo CD API

Type: object Properties: 6
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

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

Properties

fingerprint keyData keyID owner subType trust

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-gnu-pg-public-key-structure.json",
  "name": "v1alpha1GnuPGPublicKey",
  "description": "v1alpha1GnuPGPublicKey schema from Argo CD API",
  "type": "object",
  "properties": {
    "fingerprint": {
      "type": "string",
      "name": "Fingerprint is the fingerprint of the key"
    },
    "keyData": {
      "type": "string",
      "name": "KeyData holds the raw key data, in base64 encoded format"
    },
    "keyID": {
      "type": "string",
      "name": "KeyID specifies the key ID, in hexadecimal string format"
    },
    "owner": {
      "type": "string",
      "name": "Owner holds the owner identification, e.g. a name and e-mail address"
    },
    "subType": {
      "type": "string",
      "name": "SubType holds the key's subtype (e.g. rsa4096)"
    },
    "trust": {
      "type": "string",
      "name": "Trust holds the level of trust assigned to this key"
    }
  }
}