interface CreateDeviceResponse {
    certificate?: IOT.v1.Certificate;
    device?: Device;
}

Properties

certificate?: IOT.v1.Certificate

Device certificate.

device?: Device

Information related to the created device.