Learn R Programming

paws.security.identity (version 0.1.8)

directoryservice_list_certificates: For the specified directory, lists all the certificates registered for a secured LDAP connection

Description

For the specified directory, lists all the certificates registered for a secured LDAP connection.

Usage

directoryservice_list_certificates(DirectoryId, NextToken, Limit)

Arguments

DirectoryId

[required] The identifier of the directory.

NextToken

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.

Limit

The number of items that should show up on one page

Request syntax

svc$list_certificates(
  DirectoryId = "string",
  NextToken = "string",
  Limit = 123
)