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