Amazon Private CA · JSON Structure

Amazon Private Ca Create Certificate Authority Audit Report Response Structure

CreateCertificateAuthorityAuditReportResponse schema from Amazon Private CA API

Type: object Properties: 2
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

AuditReportId S3Key

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-create-certificate-authority-audit-report-response-structure.json",
  "name": "CreateCertificateAuthorityAuditReportResponse",
  "description": "CreateCertificateAuthorityAuditReportResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "AuditReportId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuditReportId"
        },
        {
          "description": "An alphanumeric string that contains a report identifier."
        }
      ]
    },
    "S3Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Key"
        },
        {
          "description": "The <b>key</b> that uniquely identifies the report file in your S3 bucket."
        }
      ]
    }
  }
}