NodeOPCUA API Documentation
    Preparing search index...

    Interface DTPubSubKeyPushTarget

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name PubSubKeyPushTargetDataType
    isAbstract false
    interface DTPubSubKeyPushTarget {
        applicationUri: UAString;
        endpointUrl: UAString;
        pushTargetFolder: UAString[];
        pushTargetProperties: DTKeyValuePair[];
        requestedKeyCount: number;
        retryInterval: number;
        securityGroups: UAString[];
        securityPolicyUri: UAString;
        userTokenType: DTUserTokenPolicy;
    }

    Hierarchy (View Summary)

    Index

    Properties

    applicationUri: UAString
    endpointUrl: UAString
    pushTargetFolder: UAString[]
    pushTargetProperties: DTKeyValuePair[]
    requestedKeyCount: number
    retryInterval: number
    securityGroups: UAString[]
    securityPolicyUri: UAString
    userTokenType: DTUserTokenPolicy