onvif
    Preparing search index...

    Interface GetWhitelist

    interface GetWhitelist {
        formatType?: string;
        identifierType?: string;
        limit?: number;
        startReference?: string;
        value?: unknown;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    formatType?: string

    Get only whitelisted credential identifiers with the specified identifier format type.

    identifierType?: string

    Get only whitelisted credential identifiers with the specified identifier type.

    limit?: number

    Maximum number of entries to return. If not specified, less than one or higher than what the device supports, the number of items is determined by the device.

    startReference?: string

    Start returning entries from this start reference. If not specified, entries shall start from the beginning of the dataset.

    value?: unknown

    Get only whitelisted credential identifiers with the specified identifier value.