Amazon Private CA · JSON Structure

Amazon Private Ca Access Description Structure

Provides access information used by the authorityInfoAccess and subjectInfoAccess extensions described in RFC 5280.

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

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

Properties

AccessMethod AccessLocation

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-access-description-structure.json",
  "name": "AccessDescription",
  "description": "Provides access information used by the <code>authorityInfoAccess</code> and <code>subjectInfoAccess</code> extensions described in <a href=\"https://datatracker.ietf.org/doc/html/rfc5280\">RFC 5280</a>.",
  "type": "object",
  "properties": {
    "AccessMethod": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessMethod"
        },
        {
          "description": "The type and format of <code>AccessDescription</code> information."
        }
      ]
    },
    "AccessLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GeneralName"
        },
        {
          "description": "The location of <code>AccessDescription</code> information."
        }
      ]
    }
  },
  "required": [
    "AccessMethod",
    "AccessLocation"
  ]
}