directoryservice_describe_ldaps_settings {paws.security.identity} | R Documentation |
Describes the status of LDAP security for the specified directory
Description
Describes the status of LDAP security for the specified directory.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_ldaps_settings/ for full documentation.
Usage
directoryservice_describe_ldaps_settings(
DirectoryId,
Type = NULL,
NextToken = NULL,
Limit = NULL
)
Arguments
DirectoryId |
[required] The identifier of the directory. |
Type |
The type of LDAP security to enable. Currently only the value |
NextToken |
The type of next token used for pagination. |
Limit |
Specifies the number of items that should be displayed on one page. |
[Package paws.security.identity version 0.9.0 Index]