interface PubSubKeyPushTargetDataTypeOptions {
    applicationUri?: UAString;
    endpointUrl?: UAString;
    pushTargetFolder?: null | UAString[];
    pushTargetProperties?: null | KeyValuePairOptions[];
    requestedKeyCount?: number;
    retryInterval?: number;
    securityGroups?: null | UAString[];
    securityPolicyUri?: UAString;
    userTokenType?: UserTokenPolicyOptions;
}

Properties

applicationUri?: UAString
endpointUrl?: UAString
pushTargetFolder?: null | UAString[]
pushTargetProperties?: null | KeyValuePairOptions[]
requestedKeyCount?: number
retryInterval?: number
securityGroups?: null | UAString[]
securityPolicyUri?: UAString
userTokenType?: UserTokenPolicyOptions