Amazon Private CA · Schema

GetCertificateAuthorityCsrResponse

GetCertificateAuthorityCsrResponse schema from Amazon Private CA API

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

Properties

Name Type Description
Csr object
View JSON Schema on GitHub

JSON Schema

amazon-private-ca-get-certificate-authority-csr-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-schema/amazon-private-ca-get-certificate-authority-csr-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}