acmpca_delete_permission {paws.security.identity} | R Documentation |
Revokes permissions on a private CA granted to the Certificate Manager (ACM) service principal (acm
Description
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.
Usage
acmpca_delete_permission(
CertificateAuthorityArn,
Principal,
SourceAccount = NULL
)
Arguments
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. |
[Package paws.security.identity version 0.9.0 Index]