Skip to content

Disable Ldaps

directoryservice_disable_ldaps R Documentation

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

[required] The type of LDAP security to enable. Currently only the value Client is supported.

Value

An empty list.

Request syntax

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