interface SetDeviceCertificateResponse {
    certificatePem: string;
    device?: Device;
}

Properties

certificatePem: string
device?: Device