For the specified directory, lists all the certificates registered for a secured LDAP connection.
directoryservice_list_certificates(DirectoryId, NextToken, Limit)[required] The identifier of the directory.
A token for requesting another page of certificates if the NextToken
response element indicates that more certificates are available. Use the
value of the returned NextToken element in your request until the
token comes back as null. Pass null if this is the first call.
The number of items that should show up on one page
svc$list_certificates( DirectoryId = "string", NextToken = "string", Limit = 123 )