Gets information about the current ClientCertificate resource.
apigateway_get_client_certificate(clientCertificateId)[required] [Required] The identifier of the ClientCertificate resource to be described.
A list with the following syntax:
list(
clientCertificateId = "string",
description = "string",
pemEncodedCertificate = "string",
createdDate = as.POSIXct(
"2015-01-01"
),
expirationDate = as.POSIXct(
"2015-01-01"
),
tags = list(
"string"
)
)
svc$get_client_certificate( clientCertificateId = "string" )