Tyk · JSON Structure

Tyk Gateway Certs Certificate Basics Structure

Type: object Properties: 8
API GatewayAPI ManagementGraphQLOpen Source

CertsCertificateBasics is a JSON Structure definition published by Tyk, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dns_names has_private id is_ca issuer_cn not_after not_before subject_cn

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CertsCertificateBasics",
  "type": "object",
  "properties": {
    "dns_names": {
      "type": "array"
    },
    "has_private": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "is_ca": {
      "type": "boolean"
    },
    "issuer_cn": {
      "type": "string"
    },
    "not_after": {
      "type": "string"
    },
    "not_before": {
      "type": "string"
    },
    "subject_cn": {
      "type": "string"
    }
  }
}