MsgVpnAclProfileSubscribeShareNameException: {
    aclProfileName?: string;
    msgVpnName?: string;
    subscribeShareNameException?: string;
    subscribeShareNameExceptionSyntax?: subscribeShareNameExceptionSyntax;
}

Type declaration

  • Optional aclProfileName?: string

    The name of the ACL Profile.

  • Optional msgVpnName?: string

    The name of the Message VPN.

  • Optional subscribeShareNameException?: string

    The subscribe share name exception to the default action taken. May include wildcard characters.

  • Optional subscribeShareNameExceptionSyntax?: subscribeShareNameExceptionSyntax

    The syntax of the subscribe share name 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.