Describes the status of LDAP security for the specified directory.
directoryservice_describe_ldaps_settings(DirectoryId, Type, NextToken,
Limit)
A list with the following syntax:
list(
LDAPSSettingsInfo = list(
list(
LDAPSStatus = "Enabling"|"Enabled"|"EnableFailed"|"Disabled",
LDAPSStatusReason = "string",
LastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
[required] The identifier of the directory.
The type of LDAP security to enable. Currently only the value Client
is supported.
The type of next token used for pagination.
Specifies the number of items that should be displayed on one page.
svc$describe_ldaps_settings(
DirectoryId = "string",
Type = "Client",
NextToken = "string",
Limit = 123
)