Tyk · Schema

CertsCertificateMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
dns_names array
fingerprint string
has_private boolean
id string
is_ca boolean
not_after string
not_before string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-certs-certificate-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertsCertificateMeta",
  "type": "object",
  "properties": {
    "dns_names": {
      "type": "array"
    },
    "fingerprint": {
      "type": "string"
    },
    "has_private": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "is_ca": {
      "type": "boolean"
    },
    "not_after": {
      "type": "string"
    },
    "not_before": {
      "type": "string"
    }
  }
}