Enable Ldaps
| directoryservice_enable_ldaps | R Documentation | 
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  | 
Value¶
An empty list.
Request syntax¶
svc$enable_ldaps(
  DirectoryId = "string",
  Type = "Client"
)