Skip to content

Deregister Certificate

directoryservice_deregister_certificate R Documentation

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication

Description

Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.

Usage

directoryservice_deregister_certificate(DirectoryId, CertificateId)

Arguments

DirectoryId

[required] The identifier of the directory.

CertificateId

[required] The identifier of the certificate.

Value

An empty list.

Request syntax

svc$deregister_certificate(
  DirectoryId = "string",
  CertificateId = "string"
)