getManagedThingCertificate

Retrieves the certificate PEM for a managed IoT thing.

Samples

// Get managed thing certificate
val resp = iotManagedIntegrationsClient.getManagedThingCertificate {
    identifier = "example-managed-thing-id"
}