Learn R Programming

paws.security.identity (version 0.1.8)

directoryservice_deregister_certificate: Deletes from the system the certificate that was registered for a secured LDAP connection

Description

Deletes from the system the certificate that was registered for a secured LDAP connection.

Usage

directoryservice_deregister_certificate(DirectoryId, CertificateId)

Arguments

DirectoryId

[required] The identifier of the directory.

CertificateId

[required] The identifier of the certificate.

Request syntax

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