paws.networking (version 0.1.6)

apigateway_get_client_certificates: Gets a collection of ClientCertificate resources

Description

Gets a collection of ClientCertificate resources.

Usage

apigateway_get_client_certificates(position, limit)

Arguments

position

The current pagination position in the paged result set.

limit

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

Request syntax

svc$get_client_certificates(
  position = "string",
  limit = 123
)