directoryservice_list_certificates {paws.security.identity} | R Documentation |
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication
Description
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
See https://www.paws-r-sdk.com/docs/directoryservice_list_certificates/ for full documentation.
Usage
directoryservice_list_certificates(DirectoryId, NextToken = NULL, Limit = NULL)
Arguments
DirectoryId |
[required] The identifier of the directory. |
NextToken |
A token for requesting another page of certificates if the |
Limit |
The number of items that should show up on one page |
[Package paws.security.identity version 0.7.0 Index]