Enable Crl
iamrolesanywhere_enable_crl | R Documentation |
Enables a certificate revocation list (CRL)¶
Description¶
Enables a certificate revocation list (CRL). When enabled, certificates stored in the CRL are unauthorized to receive session credentials.
Required permissions: rolesanywhere:EnableCrl
.
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"
)
)
)