iamrolesanywhere_import_crl: Imports the certificate revocation list (CRL)

View source: R/iamrolesanywhere_operations.R

iamrolesanywhere_import_crlR Documentation

Imports the certificate revocation list (CRL)

Description

Imports 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_import_crl/ for full documentation.

Usage

iamrolesanywhere_import_crl(
  crlData,
  enabled = NULL,
  name,
  tags = NULL,
  trustAnchorArn
)

Arguments

crlData

[required] The x509 v3 specified certificate revocation list (CRL).

enabled

Specifies whether the certificate revocation list (CRL) is enabled.

name

[required] The name of the certificate revocation list (CRL).

tags

A list of tags to attach to the certificate revocation list (CRL).

trustAnchorArn

[required] The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.