acmpca_describe_certificate_authority_audit_report: Lists information about a specific audit report created by...

View source: R/acmpca_operations.R

acmpca_describe_certificate_authority_audit_reportR Documentation

Lists information about a specific audit report created by calling the CreateCertificateAuthorityAuditReport action

Description

Lists information about a specific audit report created by calling the create_certificate_authority_audit_report action. Audit information is created every time the certificate authority (CA) private key is used. The private key is used when you call the issue_certificate action or the revoke_certificate action.

See https://www.paws-r-sdk.com/docs/acmpca_describe_certificate_authority_audit_report/ for full documentation.

Usage

acmpca_describe_certificate_authority_audit_report(
  CertificateAuthorityArn,
  AuditReportId
)

Arguments

CertificateAuthorityArn

[required] The Amazon Resource Name (ARN) of the private CA. This must be of the form:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

AuditReportId

[required] The report ID returned by calling the create_certificate_authority_audit_report action.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.