Learn R Programming

paws.security.identity (version 0.1.7)

directoryservice_describe_ldaps_settings: Describes the status of LDAP security for the specified directory

Description

Describes the status of LDAP security for the specified directory.

Usage

directoryservice_describe_ldaps_settings(DirectoryId, Type, NextToken,
  Limit)

Arguments

DirectoryId

[required] The identifier of the directory.

Type

The type of LDAP security the customer wants to enable, either server or client. Currently supports only Client, (the default).

NextToken

The type of next token used for pagination.

Limit

Specifies the number of items that should be displayed on one page.

Request syntax

svc$describe_ldaps_settings(
  DirectoryId = "string",
  Type = "Client",
  NextToken = "string",
  Limit = 123
)