Learn R Programming

paws.security.identity (version 0.1.8)

directoryservice_enable_ldaps: Activates the switch for the specific directory to always use LDAP secure calls

Description

Activates the switch for the specific directory to always use LDAP secure calls.

Usage

directoryservice_enable_ldaps(DirectoryId, Type)

Arguments

DirectoryId

[required] The identifier of the directory.

Type

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

Request syntax

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