v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1423146150.1 KB

Lists information about a specific audit report created by calling the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html">CreateCertificateAuthorityAuditReport</a> action. Audit information is created every time the certificate authority (CA) private key is used. The private key is used when you call the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html">IssueCertificate</a> action or the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_RevokeCertificate.html">RevokeCertificate</a> action.

post/#X-Amz-Target=ACMPrivateCA.DescribeCertificateAuthorityAuditReport

Headers

X-Amz-Target'ACMPrivateCA.DescribeCertificateAuthorityAuditReport' required

Request body

CertificateAuthorityArnstring required
<p>The Amazon Resource Name (ARN) of the private CA. This must be of the form:</p> <p> <code>arn:aws:acm-pca:<i>region</i>:<i>account</i>:certificate-authority/<i>12345678-1234-1234-1234-123456789012</i> </code>. </p>
AuditReportIdstring required

The report ID returned by calling the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html">CreateCertificateAuthorityAuditReport</a> action.

Response

Success

AuditReportStatus'CREATING' | 'SUCCESS' | 'FAILED'

Specifies whether report creation is in progress, has succeeded, or has failed.

S3BucketNamestring

Name of the S3 bucket that contains the report.

S3Keystring

S3 <b>key</b> that uniquely identifies the report file in your S3 bucket.

CreatedAtstring date-time

The date and time at which the report was created.