View source: R/acmpca_operations.R
acmpca_delete_permission | R Documentation |
Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal (acm.amazonaws.com).
See https://www.paws-r-sdk.com/docs/acmpca_delete_permission/ for full documentation.
acmpca_delete_permission(
CertificateAuthorityArn,
Principal,
SourceAccount = NULL
)
CertificateAuthorityArn |
[required] The Amazon Resource Number (ARN) of the private CA that issued the
permissions. You can find the CA's ARN by calling the
|
Principal |
[required] The Amazon Web Services service or identity that will have its CA
permissions revoked. At this time, the only valid service principal is
|
SourceAccount |
The Amazon Web Services account that calls this action. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.