Amazon Private CA · Schema

GetPolicyResponse

GetPolicyResponse schema from Amazon Private CA API

Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

amazon-private-ca-get-policy-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-policy-response-schema.json",
  "title": "GetPolicyResponse",
  "description": "GetPolicyResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "Policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSPolicy"
        },
        {
          "description": "The policy attached to the private CA as a JSON document."
        }
      ]
    }
  }
}