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 full)

Properties

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