MsgVpnAclProfilePublishException: {
    aclProfileName?: string;
    msgVpnName?: string;
    publishExceptionTopic?: string;
    topicSyntax?: MsgVpnAclProfilePublishException.topicSyntax;
}

Type declaration

  • Optional aclProfileName?: string

    The name of the ACL Profile. Deprecated since 2.14. Replaced by publishTopicExceptions.

  • Optional msgVpnName?: string

    The name of the Message VPN. Deprecated since 2.14. Replaced by publishTopicExceptions.

  • Optional publishExceptionTopic?: string

    The topic for the exception to the default action taken. May include wildcard characters. Deprecated since 2.14. Replaced by publishTopicExceptions.

  • Optional topicSyntax?: MsgVpnAclProfilePublishException.topicSyntax

    The syntax of the topic for the exception to the default action taken. The allowed values and their meaning are:

    "smf" - Topic uses SMF syntax.
    "mqtt" - Topic uses MQTT syntax.
    

    Deprecated since 2.14. Replaced by publishTopicExceptions.