Amazon Private CA · JSON Structure

Amazon Private Ca Qualifier Structure

Defines a PolicyInformation qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.

Type: object Properties: 1 Required: 1
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

CpsUri

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-qualifier-structure.json",
  "name": "Qualifier",
  "description": "Defines a <code>PolicyInformation</code> qualifier. Amazon Web Services Private CA supports the <a href=\"https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.4\">certification practice statement (CPS) qualifier</a> defined in RFC 5280. ",
  "type": "object",
  "properties": {
    "CpsUri": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String256"
        },
        {
          "description": "Contains a pointer to a certification practice statement (CPS) published by the CA."
        }
      ]
    }
  },
  "required": [
    "CpsUri"
  ]
}