Module data

Module data 

Structsยง

CreateCertificateFromCsrReq ๐Ÿ”’
A request to create a certificate from a Certificate Signing Request (CSR).
CreateCertificateFromCsrResp ๐Ÿ”’
A response containing the details of a newly created certificate.
CreateKeysAndCertificateResp ๐Ÿ”’
A response containing the details of a newly created certificate and private key.
DeviceCertificateInfo
Represents information about a device certificate, including the ownership token, certificate ID, certificate, and private key.
ProvisionError
An error that occurred during the provisioning process.
RegisterThingReq ๐Ÿ”’
This struct represents the request payload for the operation to register a new IoT device. The ownership_token field contains the certificate ownership token that will be used to associate the device with the certificate. The parameters field contains a map of additional parameters that will be used to configure the device.
RegisterThingResponse
This struct represents the response payload for the operation to register a new IoT device.