getManagedThingCertificate
inline suspend fun IotManagedIntegrationsClient.getManagedThingCertificate(crossinline block: GetManagedThingCertificateRequest.Builder.() -> Unit): GetManagedThingCertificateResponse
Retrieves the certificate PEM for a managed IoT thing.
Samples
// Get managed thing certificate
val resp = iotManagedIntegrationsClient.getManagedThingCertificate {
identifier = "example-managed-thing-id"
}Content copied to clipboard