NodeOPCUA API Documentation
    Preparing search index...

    Interface EndpointDescriptionParams

    interface EndpointDescriptionParams {
        advertisedPort?: number;
        allowUnsecurePassword?: boolean;
        alternateHostname?: string[];
        hostname: string;
        resourcePath?: string;
        restricted?: boolean;
        securityPolicies: SecurityPolicy[];
        userTokenTypes: UserTokenType[];
    }
    Index

    Properties

    advertisedPort?: number

    Override the port used in the endpoint URL. When set, the endpoint URL uses this port instead of the server's listen port. The server does NOT listen on this port. Useful for Docker port-mapping, reverse proxies, and NAT.

    allowUnsecurePassword?: boolean
    alternateHostname?: string[]
    hostname: string
    resourcePath?: string
    restricted?: boolean
    securityPolicies: SecurityPolicy[]
    userTokenTypes: UserTokenType[]