onvif
    Preparing search index...

    Interface DNAttributeTypeAndValue

    A distinguished name attribute type and value pair.

    interface DNAttributeTypeAndValue {
        type: string;
        value: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    type: string

    The attribute type.

    value: string

    The value of the attribute.