class Aws::ACMPCA::Types::DeletePermissionRequest
@note When making an API call, you may pass DeletePermissionRequest
data as a hash: { certificate_authority_arn: "Arn", # required principal: "Principal", # required source_account: "AccountId", }
@!attribute [rw] certificate_authority_arn
The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the [ListCertificateAuthorities][1] action. This must have the following form: `arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 `. [1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_ListCertificateAuthorities.html @return [String]
@!attribute [rw] principal
The AWS service or identity that will have its CA permissions revoked. At this time, the only valid service principal is `acm.amazonaws.com` @return [String]
@!attribute [rw] source_account
The AWS account that calls this action. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DeletePermissionRequest AWS API Documentation
Constants
- SENSITIVE