onvif
    Preparing search index...

    Interface Dot1XStage

    The configuration parameters required for a particular authentication method.

    interface Dot1XStage {
        certificationPathID?: string;
        certPathValidationPolicyID?: string;
        extension?: Dot1XStageExtension;
        identity?: string;
        inner?: Dot1XStage;
        method: string;
        passphraseID?: string;
    }
    Index
    certificationPathID?: string

    The unique identifier of the certification path used in this authentication method, if required.

    certPathValidationPolicyID?: string

    The unique identifier of the certification path validation policy to be used for validating the authorization server certificate. If not configured, authorization server certificate validation behavior is undefined and the device may either apply a vendor specific default validation policy or skip validation at all.

    identity?: string

    The identity used in this authentication method, if required.

    inner?: Dot1XStage

    The configuration of the next stage of authentication, if required.

    method: string

    The authentication method for this stage (e.g., "EAP-PEAP").

    passphraseID?: string

    The identifier for the password used in this authentication method, if required. If Identity is used as an anonymous identity for this authentication method, PassphraseID is ignored.