onvif
    Preparing search index...

    Interface GetCredentialListResponse

    interface GetCredentialListResponse {
        credential?: Credential[];
        nextStartReference?: string;
    }
    Index
    credential?: Credential[]

    List of Credential items.

    nextStartReference?: string

    StartReference to use in next call to get the following items. If absent, no more items to get.