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
[required] The type of LDAP security to enable. Currently only the value Client
is supported.
Request syntax
svc$enable_ldaps(
DirectoryId = "string",
Type = "Client"
)