onvif
    Preparing search index...

    Interface GetAccessProfileListResponse

    interface GetAccessProfileListResponse {
        accessProfile?: AccessProfile[];
        nextStartReference?: string;
    }
    Index
    accessProfile?: AccessProfile[]

    List of Access Profile items.

    nextStartReference?: string

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