onvif
    Preparing search index...

    Interface UploadCertificateResponse

    interface UploadCertificateResponse {
        certificateID: string;
        keyID: string;
    }
    Index
    certificateID: string

    The ID of the uploaded certificate.

    keyID: string

    The ID of the key that the uploaded certificate certifies.