onvif
    Preparing search index...

    Interface CredentialIdentifierType

    Specifies the name of credential identifier type and its format for the credential value.

    interface CredentialIdentifierType {
        formatType: string;
        name: string;
        [key: string]: unknown;
    }

    Indexable

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

    Specifies the format of the credential value for the specified identifier type name.

    name: string

    The name of the credential identifier type, such as pt:Card, pt:PIN, etc.