Learn R Programming

paws.security.identity (version 0.1.6)

directoryservice_disable_ldaps: Deactivates LDAP secure calls for the specified directory

Description

Deactivates LDAP secure calls for the specified directory.

Usage

directoryservice_disable_ldaps(DirectoryId, Type)

Arguments

DirectoryId

[required] The identifier of the directory.

Type

The type of LDAP security that the customer wants to enable. The security can be either server or client, but currently only the default Client is supported.

Request syntax

svc$disable_ldaps(
  DirectoryId = "string",
  Type = "Client"
)