Get Client Certificate
apigateway_get_client_certificate | R Documentation |
Gets information about the current ClientCertificate resource¶
Description¶
Gets information about the current ClientCertificate resource.
Usage¶
Arguments¶
clientCertificateId
[required] The identifier of the ClientCertificate resource to be described.
Value¶
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"
)
)