Amazon Private CA · JSON Structure

Amazon Private Ca Get Certificate Response Structure

GetCertificateResponse schema from Amazon Private CA API

Type: object Properties: 2
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

GetCertificateResponse is a JSON Structure definition published by Amazon Private CA, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Certificate CertificateChain

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/amazon-private-ca/refs/heads/main/json-structure/amazon-private-ca-get-certificate-response-structure.json",
  "name": "GetCertificateResponse",
  "description": "GetCertificateResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "Certificate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateBody"
        },
        {
          "description": "The base64 PEM-encoded certificate specified by the <code>CertificateArn</code> parameter."
        }
      ]
    },
    "CertificateChain": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateChain"
        },
        {
          "description": "The base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate. "
        }
      ]
    }
  }
}