namespace http://opcfoundation.org/UA/
nodeClass DataType
name EndpointDescription
isAbstract false
interface DTEndpointDescription {
    endpointUrl: UAString;
    securityLevel: number;
    securityMode: EnumMessageSecurityMode;
    securityPolicyUri: UAString;
    server: DTApplicationDescription;
    serverCertificate: Buffer;
    transportProfileUri: UAString;
    userIdentityTokens: DTUserTokenPolicy[];
}

Hierarchy (view full)

Properties

endpointUrl: UAString
securityLevel: number
securityPolicyUri: UAString
serverCertificate: Buffer
transportProfileUri: UAString
userIdentityTokens: DTUserTokenPolicy[]