Get Crl
iamrolesanywhere_get_crl | R Documentation |
Gets a certificate revocation list (CRL)¶
Description¶
Gets a certificate revocation list (CRL).
Required permissions: rolesanywhere:GetCrl
.
Usage¶
Arguments¶
crlId
[required] The unique identifier of the certificate revocation list (CRL).
Value¶
A list with the following syntax:
list(
crl = list(
createdAt = as.POSIXct(
"2015-01-01"
),
crlArn = "string",
crlData = raw,
crlId = "string",
enabled = TRUE|FALSE,
name = "string",
trustAnchorArn = "string",
updatedAt = as.POSIXct(
"2015-01-01"
)
)
)