MsgVpnAclProfilePublishTopicException: {
    aclProfileName?: string;
    msgVpnName?: string;
    publishTopicException?: string;
    publishTopicExceptionSyntax?: publishTopicExceptionSyntax;
}

Type declaration

  • Optional aclProfileName?: string

    The name of the ACL Profile.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional publishTopicException?: string

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

  • Optional publishTopicExceptionSyntax?: publishTopicExceptionSyntax

    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.