Amazon Private CA · JSON Structure

Amazon Private Ca Get Certificate Authority Csr Response Structure

GetCertificateAuthorityCsrResponse schema from Amazon Private CA API

Type: object Properties: 1
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

Csr

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-authority-csr-response-structure.json",
  "name": "GetCertificateAuthorityCsrResponse",
  "description": "GetCertificateAuthorityCsrResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "Csr": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CsrBody"
        },
        {
          "description": "The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate."
        }
      ]
    }
  }
}