Skip to content

Disable Ca Enrollment Policy

directoryservice_disable_ca_enrollment_policy R Documentation

Disables the certificate authority (CA) enrollment policy for the specified directory

Description

Disables the certificate authority (CA) enrollment policy for the specified directory. This stops automatic certificate enrollment and management for domain-joined clients, but does not affect existing certificates.

Disabling the CA enrollment policy prevents new certificates from being automatically enrolled, but existing certificates remain valid and functional until they expire.

Usage

directoryservice_disable_ca_enrollment_policy(DirectoryId)

Arguments

DirectoryId

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

Value

An empty list.

Request syntax

svc$disable_ca_enrollment_policy(
  DirectoryId = "string"
)