View source: R/iamrolesanywhere_operations.R
iamrolesanywhere_update_crl | R Documentation |
Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials.
See https://www.paws-r-sdk.com/docs/iamrolesanywhere_update_crl/ for full documentation.
iamrolesanywhere_update_crl(crlData = NULL, crlId, name = NULL)
crlData |
The x509 v3 specified certificate revocation list (CRL). |
crlId |
[required] The unique identifier of the certificate revocation list (CRL). |
name |
The name of the Crl. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.