Tyk · Schema

CertsCertificateBasics

API GatewayAPI ManagementGraphQLOpen Source

Properties

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

JSON Schema

tyk-gateway-certs-certificate-basics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}