Amazon Private CA · JSON Structure

Amazon Private Ca Describe Certificate Authority Audit Report Response Structure

DescribeCertificateAuthorityAuditReportResponse schema from Amazon Private CA API

Type: object Properties: 4
Certificate AuthorityCertificatesPKISecurityX.509TLSIoT

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

Properties

AuditReportStatus S3BucketName S3Key CreatedAt

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-describe-certificate-authority-audit-report-response-structure.json",
  "name": "DescribeCertificateAuthorityAuditReportResponse",
  "description": "DescribeCertificateAuthorityAuditReportResponse schema from Amazon Private CA API",
  "type": "object",
  "properties": {
    "AuditReportStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuditReportStatus"
        },
        {
          "description": "Specifies whether report creation is in progress, has succeeded, or has failed."
        }
      ]
    },
    "S3BucketName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3BucketName"
        },
        {
          "description": "Name of the S3 bucket that contains the report."
        }
      ]
    },
    "S3Key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3Key"
        },
        {
          "description": "S3 <b>key</b> that uniquely identifies the report file in your S3 bucket."
        }
      ]
    },
    "CreatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TStamp"
        },
        {
          "description": "The date and time at which the report was created."
        }
      ]
    }
  }
}