Values.UpdateCrlRequestSourceUpdates 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. Required permissions: rolesanywhere:UpdateCrl.
type nonrec t = {crlId : Uuid.t;The unique identifier of the certificate revocation list (CRL).
*)name : ResourceName.t option;The name of the Crl.
*)crlData : UpdateCrlRequestCrlDataBlob.t option;The x509 v3 specified certificate revocation list (CRL).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of UpdateCrlRequestCrlDataBlob.t | `String of Uuid.t ])
list ]