Amazon Private CA · JSON Structure

Amazon Private Ca Revocation Reason Structure

RevocationReason schema from Amazon Private CA API

Type: string Properties: 0
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

RevocationReason is a JSON Structure definition published by Amazon Private CA. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-revocation-reason-structure.json",
  "name": "RevocationReason",
  "description": "RevocationReason schema from Amazon Private CA API",
  "type": "string",
  "enum": [
    "UNSPECIFIED",
    "KEY_COMPROMISE",
    "CERTIFICATE_AUTHORITY_COMPROMISE",
    "AFFILIATION_CHANGED",
    "SUPERSEDED",
    "CESSATION_OF_OPERATION",
    "PRIVILEGE_WITHDRAWN",
    "A_A_COMPROMISE"
  ]
}