onvif
    Preparing search index...

    Interface Dot1XConfiguration

    interface Dot1XConfiguration {
        alias?: string;
        dot1XID?: string;
        outer: Dot1XStage;
        [key: string]: unknown;
    }

    Indexable

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

    The client-defined alias of the 802.1X configuration.

    dot1XID?: string

    The unique identifier of the IEEE 802.1X configuration.

    outer: Dot1XStage

    The outer level authentication method used in this 802.1X configuration.