iamrolesanywhere_update_crl {paws.security.identity} | R Documentation |
Updates the certificate revocation list (CRL)
Description
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.
Usage
iamrolesanywhere_update_crl(crlData = NULL, crlId, name = NULL)
Arguments
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. |
[Package paws.security.identity version 0.7.0 Index]