MsgVpnAclProfileSubscribeTopicException: {
    aclProfileName?: string;
    msgVpnName?: string;
    subscribeTopicException?: string;
    subscribeTopicExceptionSyntax?: subscribeTopicExceptionSyntax;
}

Type declaration

  • Optional aclProfileName?: string

    The name of the ACL Profile.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional subscribeTopicException?: string

    The topic for the exception to the default action taken. May include wildcard characters.

  • Optional subscribeTopicExceptionSyntax?: subscribeTopicExceptionSyntax

    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.