Amazon Private CA · JSON Structure

Amazon Private Ca Policy Information Structure

Defines the X.509 CertificatePolicies extension.

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

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

Properties

CertPolicyId PolicyQualifiers

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-policy-information-structure.json",
  "name": "PolicyInformation",
  "description": "Defines the X.509 <code>CertificatePolicies</code> extension.",
  "type": "object",
  "properties": {
    "CertPolicyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomObjectIdentifier"
        },
        {
          "description": "Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of <a href=\"https://csrc.nist.gov/glossary/term/Object_Identifier\">Object Identifier (OID)</a>."
        }
      ]
    },
    "PolicyQualifiers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyQualifierInfoList"
        },
        {
          "description": "Modifies the given <code>CertPolicyId</code> with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier."
        }
      ]
    }
  },
  "required": [
    "CertPolicyId"
  ]
}