Skip to content

Describe Ca Enrollment Policy

directoryservice_describe_ca_enrollment_policy R Documentation

Retrieves detailed information about the certificate authority (CA) enrollment policy for the specified directory

Description

Retrieves detailed information about the certificate authority (CA) enrollment policy for the specified directory. This policy determines how client certificates are automatically enrolled and managed through Amazon Web Services Private Certificate Authority.

Usage

directoryservice_describe_ca_enrollment_policy(DirectoryId)

Arguments

DirectoryId

[required] The identifier of the directory for which to retrieve the CA enrollment policy information.

Value

A list with the following syntax:

list(
  DirectoryId = "string",
  PcaConnectorArn = "string",
  CaEnrollmentPolicyStatus = "InProgress"|"Success"|"Failed"|"Disabling"|"Disabled"|"Impaired",
  LastUpdatedDateTime = as.POSIXct(
    "2015-01-01"
  ),
  CaEnrollmentPolicyStatusReason = "string"
)

Request syntax

svc$describe_ca_enrollment_policy(
  DirectoryId = "string"
)