Values.DescribeLDAPSSettingsRequestSourceDescribes the status of LDAP security for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory.
*)type_ : LDAPSType.t option;The type of LDAP security to enable. Currently only the value Client is supported.
*)nextToken : NextToken.t option;The type of next token used for pagination.
*)limit : PageLimit.t option;Specifies the number of items that should be displayed on one page.
*)}val make :
?type_:??? ->
?nextToken:??? ->
?limit:??? ->
directoryId:DirectoryId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PageLimit.t
| `String of DirectoryId.t ])
list ]