Amazon Private CA · JSON Structure

Amazon Private Ca Describe Certificate Authority Response Structure

DescribeCertificateAuthorityResponse schema from Amazon Private CA API

Type: object Properties: 1
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

DescribeCertificateAuthorityResponse 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

CertificateAuthority

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-describe-certificate-authority-response-structure.json",
  "name": "DescribeCertificateAuthorityResponse",
  "description": "DescribeCertificateAuthorityResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "CertificateAuthority": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CertificateAuthority"
        },
        {
          "description": "A <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CertificateAuthority.html\">CertificateAuthority</a> structure that contains information about your private CA."
        }
      ]
    }
  }
}